Changeset 3064 in Sophya for trunk/SophyaExt


Ignore:
Timestamp:
Aug 14, 2006, 8:27:06 PM (19 years ago)
Author:
cmv
Message:

A CAUSE D'UNE ERREUR DE FRAPPE LE COMMIT PRECEDENT A LES COMMENTAIRES SUIVANTS:
Fits IO pour GeneralFitData
cmv 14/8/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/Makefile

    r3054 r3064  
    11include ../BuildMgr/sophyamake.inc
    2  
     2
    33all: $(SOPHYALIBP)libFitsIOServer.a
    44 
    55clean:
    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)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
     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)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
    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)fiosinit.o $(SOPHYAOBJP)fitsautoreader.o $(SOPHYAOBJP)fitsbntbllineRW.o $(SOPHYAOBJP)fitsfile.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
     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)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
    1010        $(AR) $(ARFLAGS) $@ $?
    1111        touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
     
    182182  $(SOPHYAINCP)fmath.h \
    183183  $(SOPHYAINCP)histos2.h \
    184   $(SOPHYAINCP)histos.h
     184  $(SOPHYAINCP)histos.h fitsgenedata.h \
     185  $(SOPHYAINCP)generaldata.h \
     186  $(SOPHYAINCP)poly.h
    185187        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fiosinit.cc
    186188 
     
    280282        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsfile.cc
    281283 
     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 
    282321$(SOPHYAOBJP)fitshdtable.o: fitshdtable.cc \
    283322  $(SOPHYAINCP)machdefs.h \
Note: See TracChangeset for help on using the changeset viewer.