Ignore:
Timestamp:
May 30, 2005, 4:45:47 PM (20 years ago)
Author:
ansari
Message:

Ajout classe Swapper sur fichiers FITS - CMV+Reza 30 Mai 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/smakefile

    r2765 r2782  
    11include $(SOPHYABASE)/include/sophyamake.inc
     2
    23 
    34all: $(SOPHYALIBP)libFitsIOServer.a
    45 
    56clean:
    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)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     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
    78        rm -f $(SOPHYALIBP)libFitsIOServer.a
    89 
    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)fitstarray.o $(SOPHYAOBJP)fitsxntuple.o
     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
    1011        $(AR) $(ARFLAGS) $@ $?
    1112        touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
     
    312313        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsspherethetaphi.cc
    313314 
     315$(SOPHYAOBJP)fitsswapper.o: fitsswapper.cc fitsswapper.h \
     316  $(SOPHYAINCP)machdefs.h \
     317  $(SOPHYAINCP)swsegdb.h \
     318  $(SOPHYAINCP)segdatablock.h \
     319  $(SOPHYAINCP)anydataobj.h \
     320  $(SOPHYAINCP)pexceptions.h \
     321  $(SOPHYAINCP)FitsIO/fitsio.h \
     322  $(SOPHYAINCP)FitsIO/longnam.h \
     323  $(SOPHYAINCP)sopnamsp.h
     324        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsswapper.cc
     325 
    314326$(SOPHYAOBJP)fitstarray.o: fitstarray.cc \
    315327  $(SOPHYAINCP)sopnamsp.h \
Note: See TracChangeset for help on using the changeset viewer.