Changeset 1115 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Jul 31, 2000, 2:44:15 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r919 r1115 3 3 all: $(LIB)libFitsIOServer.a 4 4 clean: 5 rm -f $(OBJ)fits file.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o5 rm -f $(OBJ)fitsbntbllinereader.o $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o 6 6 rm -f $(LIB)libFitsIOServer.a 7 $(LIB)libFitsIOServer.a : $(OBJ)fits file.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o7 $(LIB)libFitsIOServer.a : $(OBJ)fitsbntbllinereader.o $(OBJ)fitsfile.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)fitsfile.o: fitsfile.cc fitsfile.h \ 14 $(INC)ndatablock.h \ 15 $(INC)machdefs.h \ 13 $(OBJ)fitsbntbllinereader.o: fitsbntbllinereader.cc \ 14 $(INC)pexceptions.h \ 15 $(INC)machdefs.h fitsbntbllinereader.h \ 16 fitsfile.h $(INC)ndatablock.h \ 17 $(INC)anydataobj.h \ 18 $(INC)dvlist.h \ 19 $(INC)objfio.h \ 20 $(INC)ppersist.h \ 21 $(INC)gnumd5.h \ 22 $(INC)mutyv.h \ 23 $(EXTINCPATH)FitsIO/fitsio.h \ 24 $(EXTINCPATH)FitsIO/longnam.h \ 25 $(INC)xntuple.h \ 26 $(INC)ntupintf.h 27 $(OBJ)fitsfile.o: fitsfile.cc $(INC)machdefs.h \ 28 fitsfile.h $(INC)ndatablock.h \ 16 29 $(INC)anydataobj.h \ 17 30 $(INC)dvlist.h \ … … 20 33 $(INC)pexceptions.h \ 21 34 $(INC)gnumd5.h \ 35 $(INC)mutyv.h \ 22 36 $(EXTINCPATH)FitsIO/fitsio.h \ 23 37 $(EXTINCPATH)FitsIO/longnam.h \ … … 37 51 $(INC)basarr.h \ 38 52 $(INC)utilarr.h 39 $(OBJ)fitsioserver.o: fitsioserver.cc \40 $(INC)machdefs.h fitsioserver.h \41 $(INC)tarray.h \42 $(INC)basarr.h \43 $(INC)anydataobj.h \44 $(INC)dvlist.h \45 $(INC)objfio.h \46 $(INC)ppersist.h \47 $(INC)pexceptions.h \48 $(INC)gnumd5.h \49 $(INC)ndatablock.h \50 $(INC)utilarr.h \51 $(INC)tmatrix.h \52 $(INC)tvector.h \53 $(INC)skymap.h \54 $(INC)spherethetaphi.h \55 $(INC)sphericalmap.h \56 $(INC)smathconst.h \57 $(INC)pixelmap.h \58 $(INC)spherepos.h \59 $(INC)unitvector.h \60 $(INC)vector3d.h \61 $(INC)longlat.h \62 $(INC)utilgeom.h \63 $(INC)spherehealpix.h \64 $(INC)localmap.h \65 $(INC)fiospherethetaphi.h \66 $(INC)fiospherehealpix.h \67 $(INC)fiolocalmap.h \68 $(INC)ntuple.h \69 $(INC)ntupintf.h \70 $(INC)cimage.h \71 $(INC)rzimage.h \72 $(INC)rzvect.h \73 $(INC)perrors.h \74 $(INC)datatypes.h \75 $(EXTINCPATH)FitsIO/fitsio.h \76 $(EXTINCPATH)FitsIO/longnam.h \77 $(INC)strutil.h78 53 $(OBJ)fitsntuple.o: fitsntuple.cc \ 79 54 $(INC)pexceptions.h \ … … 85 60 $(INC)gnumd5.h \ 86 61 $(INC)ntupintf.h \ 87 $(INC)dvlist.h fitsfile.h \ 62 $(INC)dvlist.h \ 63 $(INC)mutyv.h fitsfile.h \ 88 64 $(INC)ndatablock.h \ 89 65 $(EXTINCPATH)FitsIO/fitsio.h \ … … 101 77 $(INC)objfio.h \ 102 78 $(INC)anydataobj.h \ 79 $(INC)mutyv.h \ 103 80 $(INC)spherepos.h \ 104 81 $(INC)unitvector.h \ … … 119 96 $(INC)basarr.h \ 120 97 $(INC)anydataobj.h \ 98 $(INC)mutyv.h \ 121 99 $(INC)dvlist.h \ 122 100 $(INC)objfio.h \ … … 131 109 $(INC)machdefs.h fitsxntuple.h \ 132 110 $(INC)xntuple.h \ 111 $(INC)ntupintf.h \ 112 $(INC)ppersist.h \ 113 $(INC)gnumd5.h \ 114 $(INC)dvlist.h \ 133 115 $(INC)objfio.h \ 134 116 $(INC)anydataobj.h \ 135 $(INC)ppersist.h \ 136 $(INC)gnumd5.h \ 137 $(INC)ntupintf.h \ 138 $(INC)dvlist.h fitsfile.h \ 117 $(INC)mutyv.h fitsfile.h \ 139 118 $(INC)ndatablock.h \ 140 119 $(EXTINCPATH)FitsIO/fitsio.h \
Note:
See TracChangeset
for help on using the changeset viewer.