- Timestamp:
- Oct 12, 2005, 3:46:57 PM (20 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r2782 r2824 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fits localmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.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)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fits localmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist … … 194 194 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 195 195 196 $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \ 197 $(SOPHYAINCP)machdefs.h \ 198 $(SOPHYAINCP)sopnamsp.h \ 199 $(SOPHYAINCP)datatable.h \ 200 $(SOPHYAINCP)basedtable.h \ 201 $(SOPHYAINCP)ntupintf.h \ 202 $(SOPHYAINCP)dvlist.h \ 203 $(SOPHYAINCP)objfio.h \ 204 $(SOPHYAINCP)anydataobj.h \ 205 $(SOPHYAINCP)ppersist.h \ 206 $(SOPHYAINCP)pexceptions.h \ 207 $(SOPHYAINCP)gnumd5.h \ 208 $(SOPHYAINCP)ppfbinstream.h \ 209 $(SOPHYAINCP)rawstream.h \ 210 $(SOPHYAINCP)ppfnametag.h \ 211 $(SOPHYAINCP)mutyv.h \ 212 $(SOPHYAINCP)segdatablock.h fitsblkrw.h \ 213 fitsinoutfile.h \ 214 $(SOPHYAINCP)FitsIO/fitsio.h \ 215 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h 216 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc 217 218 $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \ 219 $(SOPHYAINCP)sopnamsp.h \ 220 $(SOPHYAINCP)machdefs.h \ 221 $(SOPHYAINCP)segdatablock.h \ 222 $(SOPHYAINCP)anydataobj.h fitsinoutfile.h \ 223 $(SOPHYAINCP)pexceptions.h \ 224 $(SOPHYAINCP)dvlist.h \ 225 $(SOPHYAINCP)objfio.h \ 226 $(SOPHYAINCP)ppersist.h \ 227 $(SOPHYAINCP)gnumd5.h \ 228 $(SOPHYAINCP)ppfbinstream.h \ 229 $(SOPHYAINCP)rawstream.h \ 230 $(SOPHYAINCP)ppfnametag.h \ 231 $(SOPHYAINCP)mutyv.h \ 232 $(SOPHYAINCP)FitsIO/fitsio.h \ 233 $(SOPHYAINCP)FitsIO/longnam.h 234 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsinoutfile.cc 235 196 236 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 197 237 $(SOPHYAINCP)sopnamsp.h \ … … 225 265 $(SOPHYAINCP)FitsIO/longnam.h 226 266 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc 267 268 $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \ 269 $(SOPHYAINCP)machdefs.h \ 270 $(SOPHYAINCP)sopnamsp.h fitsmanager.h \ 271 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 272 $(SOPHYAINCP)dvlist.h \ 273 $(SOPHYAINCP)objfio.h \ 274 $(SOPHYAINCP)anydataobj.h \ 275 $(SOPHYAINCP)ppersist.h \ 276 $(SOPHYAINCP)gnumd5.h \ 277 $(SOPHYAINCP)ppfbinstream.h \ 278 $(SOPHYAINCP)rawstream.h \ 279 $(SOPHYAINCP)ppfnametag.h \ 280 $(SOPHYAINCP)mutyv.h \ 281 $(SOPHYAINCP)FitsIO/fitsio.h \ 282 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h 283 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsmanager.cc 227 284 228 285 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \ -
trunk/SophyaExt/FitsIOServer/objlist.list
r2782 r2824 7 7 fitsbntbllineRW.o 8 8 fitsfile.o 9 fitshdtable.o 10 fitsinoutfile.o 9 11 fitslocalmap.o 12 fitsmanager.o 10 13 fitsntuple.o 11 14 fitsspherehealpix.o -
trunk/SophyaExt/FitsIOServer/smakefile
r2782 r2824 1 1 include $(SOPHYABASE)/include/sophyamake.inc 2 3 2 4 3 all: $(SOPHYALIBP)libFitsIOServer.a 5 4 6 5 clean: 7 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fits localmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o6 rm -f $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o 8 7 rm -f $(SOPHYALIBP)libFitsIOServer.a 9 8 10 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fits localmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o9 $(SOPHYALIBP)libFitsIOServer.a : $(SOPHYAOBJP)datacirclefits.o $(SOPHYAOBJP)fabtcolread.o $(SOPHYAOBJP)fabtwriter.o $(SOPHYAOBJP)fboloread.o $(SOPHYAOBJP)fbtntintf.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.o $(SOPHYAOBJP)fitshdtable.o $(SOPHYAOBJP)fitsinoutfile.o $(SOPHYAOBJP)fitslocalmap.o $(SOPHYAOBJP)fitsmanager.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o 11 10 $(AR) $(ARFLAGS) $@ $? 12 11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist … … 195 194 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsfile.cc 196 195 196 $(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \ 197 $(SOPHYAINCP)machdefs.h \ 198 $(SOPHYAINCP)sopnamsp.h \ 199 $(SOPHYAINCP)datatable.h \ 200 $(SOPHYAINCP)basedtable.h \ 201 $(SOPHYAINCP)ntupintf.h \ 202 $(SOPHYAINCP)dvlist.h \ 203 $(SOPHYAINCP)objfio.h \ 204 $(SOPHYAINCP)anydataobj.h \ 205 $(SOPHYAINCP)ppersist.h \ 206 $(SOPHYAINCP)pexceptions.h \ 207 $(SOPHYAINCP)gnumd5.h \ 208 $(SOPHYAINCP)ppfbinstream.h \ 209 $(SOPHYAINCP)rawstream.h \ 210 $(SOPHYAINCP)ppfnametag.h \ 211 $(SOPHYAINCP)mutyv.h \ 212 $(SOPHYAINCP)segdatablock.h fitsblkrw.h \ 213 fitsinoutfile.h \ 214 $(SOPHYAINCP)FitsIO/fitsio.h \ 215 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h 216 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitshdtable.cc 217 218 $(SOPHYAOBJP)fitsinoutfile.o: fitsinoutfile.cc \ 219 $(SOPHYAINCP)sopnamsp.h \ 220 $(SOPHYAINCP)machdefs.h \ 221 $(SOPHYAINCP)segdatablock.h \ 222 $(SOPHYAINCP)anydataobj.h fitsinoutfile.h \ 223 $(SOPHYAINCP)pexceptions.h \ 224 $(SOPHYAINCP)dvlist.h \ 225 $(SOPHYAINCP)objfio.h \ 226 $(SOPHYAINCP)ppersist.h \ 227 $(SOPHYAINCP)gnumd5.h \ 228 $(SOPHYAINCP)ppfbinstream.h \ 229 $(SOPHYAINCP)rawstream.h \ 230 $(SOPHYAINCP)ppfnametag.h \ 231 $(SOPHYAINCP)mutyv.h \ 232 $(SOPHYAINCP)FitsIO/fitsio.h \ 233 $(SOPHYAINCP)FitsIO/longnam.h 234 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsinoutfile.cc 235 197 236 $(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \ 198 237 $(SOPHYAINCP)sopnamsp.h \ … … 226 265 $(SOPHYAINCP)FitsIO/longnam.h 227 266 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitslocalmap.cc 267 268 $(SOPHYAOBJP)fitsmanager.o: fitsmanager.cc \ 269 $(SOPHYAINCP)machdefs.h \ 270 $(SOPHYAINCP)sopnamsp.h fitsmanager.h \ 271 fitsinoutfile.h $(SOPHYAINCP)pexceptions.h \ 272 $(SOPHYAINCP)dvlist.h \ 273 $(SOPHYAINCP)objfio.h \ 274 $(SOPHYAINCP)anydataobj.h \ 275 $(SOPHYAINCP)ppersist.h \ 276 $(SOPHYAINCP)gnumd5.h \ 277 $(SOPHYAINCP)ppfbinstream.h \ 278 $(SOPHYAINCP)rawstream.h \ 279 $(SOPHYAINCP)ppfnametag.h \ 280 $(SOPHYAINCP)mutyv.h \ 281 $(SOPHYAINCP)FitsIO/fitsio.h \ 282 $(SOPHYAINCP)FitsIO/longnam.h fitshandler.h 283 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fitsmanager.cc 228 284 229 285 $(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \
Note:
See TracChangeset
for help on using the changeset viewer.