Changeset 2824 in Sophya for trunk/SophyaExt/FitsIOServer


Ignore:
Timestamp:
Oct 12, 2005, 3:46:57 PM (20 years ago)
Author:
ansari
Message:

MAJ Makefile, smakefile et objlist.list suite ajouts nouvelles classes FITS (FitsInOutFile ...) - Reza 12/10/2005

Location:
trunk/SophyaExt/FitsIOServer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/Makefile

    r2782 r2824  
    44 
    55clean:
    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)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     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)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
    77        rm -f $(SOPHYALIBP)libFitsIOServer.a
    88 
    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)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     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)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
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
     
    194194        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsfile.cc
    195195 
     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 
    196236$(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \
    197237  $(SOPHYAINCP)sopnamsp.h \
     
    225265  $(SOPHYAINCP)FitsIO/longnam.h
    226266        $(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
    227284 
    228285$(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \
  • trunk/SophyaExt/FitsIOServer/objlist.list

    r2782 r2824  
    77fitsbntbllineRW.o
    88fitsfile.o
     9fitshdtable.o
     10fitsinoutfile.o
    911fitslocalmap.o
     12fitsmanager.o
    1013fitsntuple.o
    1114fitsspherehealpix.o
  • trunk/SophyaExt/FitsIOServer/smakefile

    r2782 r2824  
    11include $(SOPHYABASE)/include/sophyamake.inc
    2 
    32 
    43all: $(SOPHYALIBP)libFitsIOServer.a
    54 
    65clean:
    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)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     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)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
    87        rm -f $(SOPHYALIBP)libFitsIOServer.a
    98 
    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)fitslocalmap.o $(SOPHYAOBJP)fitsntuple.o $(SOPHYAOBJP)fitsspherehealpix.o $(SOPHYAOBJP)fitsspherethetaphi.o $(SOPHYAOBJP)fitsswapper.o $(SOPHYAOBJP)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     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)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
    1110        $(AR) $(ARFLAGS) $@ $?
    1211        touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
     
    195194        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsfile.cc
    196195 
     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 
    197236$(SOPHYAOBJP)fitslocalmap.o: fitslocalmap.cc \
    198237  $(SOPHYAINCP)sopnamsp.h \
     
    226265  $(SOPHYAINCP)FitsIO/longnam.h
    227266        $(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
    228284 
    229285$(SOPHYAOBJP)fitsntuple.o: fitsntuple.cc \
Note: See TracChangeset for help on using the changeset viewer.