Changeset 3064 in Sophya
- Timestamp:
- Aug 14, 2006, 8:27:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r3054 r3064 1 1 include ../BuildMgr/sophyamake.inc 2 2 3 3 all: $(SOPHYALIBP)libFitsIOServer.a 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fits hdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o 7 7 rm -f $(SOPHYALIBP)libFitsIOServer.a 8 8 9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fits hdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitsgenedata.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitshistos.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o $(SOPHYAOBJP)swfitsdtable.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist … … 182 182 $(SOPHYAINCP)fmath.h \ 183 183 $(SOPHYAINCP)histos2.h \ 184 $(SOPHYAINCP)histos.h 184 $(SOPHYAINCP)histos.h fitsgenedata.h \ 185 $(SOPHYAINCP)generaldata.h \ 186 $(SOPHYAINCP)poly.h 185 187 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fiosinit.cc 186 188 … … 280 282 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 281 283 284 $(SOPHYAOBJP)fitsgenedata.o: fitsgenedata.cc \ 285 $(SOPHYAINCP)machdefs.h \ 286 $(SOPHYAINCP)sopnamsp.h \ 287 $(SOPHYAINCP)generaldata.h \ 288 $(SOPHYAINCP)objfio.h \ 289 $(SOPHYAINCP)machdefs.h \ 290 $(SOPHYAINCP)anydataobj.h \ 291 $(SOPHYAINCP)ppersist.h \ 292 $(SOPHYAINCP)pexceptions.h \ 293 $(SOPHYAINCP)gnumd5.h \ 294 $(SOPHYAINCP)ppfbinstream.h \ 295 $(SOPHYAINCP)rawstream.h \ 296 $(SOPHYAINCP)ppfnametag.h \ 297 $(SOPHYAINCP)ntupintf.h \ 298 $(SOPHYAINCP)poly.h \ 299 $(SOPHYAINCP)peida.h \ 300 $(SOPHYAINCP)utils.h \ 301 $(SOPHYAINCP)perrors.h \ 302 $(SOPHYAINCP)fmath.h \ 303 $(SOPHYAINCP)tvector.h \ 304 $(SOPHYAINCP)tmatrix.h \ 305 $(SOPHYAINCP)tarray.h \ 306 $(SOPHYAINCP)basarr.h \ 307 $(SOPHYAINCP)mutyv.h \ 308 $(SOPHYAINCP)timestamp.h \ 309 $(SOPHYAINCP)dvlist.h \ 310 $(SOPHYAINCP)ndatablock.h \ 311 $(SOPHYAINCP)utilarr.h \ 312 $(SOPHYAINCP)tmatrix_tsnl.h \ 313 $(SOPHYAINCP)tvector_tsnl.h fitsblkrw.h \ 314 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 315 $(SOPHYAINCP)dvlist.h \ 316 $(SOPHYAINCP)FitsIO/fitsio.h \ 317 $(SOPHYAINCP)FitsIO/longnam.h \ 318 fitshandler.h 319 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsgenedata.cc 320 282 321 $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \ 283 322 $(SOPHYAINCP)machdefs.h \
Note:
See TracChangeset
for help on using the changeset viewer.