Changeset 1223 in Sophya for trunk/SophyaExt
- Timestamp:
- Oct 11, 2000, 3:14:59 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r1115 r1223 3 3 all: $(LIB)libFitsIOServer.a 4 4 clean: 5 rm -f $(OBJ)fitsbntblline reader.o $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o5 rm -f $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.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)fitsbntblline reader.o $(OBJ)fitsfile.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o7 $(LIB)libFitsIOServer.a : $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.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)fitsbntblline reader.o: fitsbntbllinereader.cc \13 $(OBJ)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 14 14 $(INC)pexceptions.h \ 15 $(INC)machdefs.h fitsbntbllinereader.h \ 16 fitsfile.h $(INC)ndatablock.h \ 17 $(INC)anydataobj.h \ 15 $(INC)machdefs.h fitsbntbllineRW.h \ 18 16 $(INC)dvlist.h \ 19 17 $(INC)objfio.h \ 18 $(INC)anydataobj.h \ 20 19 $(INC)ppersist.h \ 21 20 $(INC)gnumd5.h \ 22 $(INC)mutyv.h \ 21 $(INC)mutyv.h fitsfile.h \ 22 $(INC)ndatablock.h \ 23 23 $(EXTINCPATH)FitsIO/fitsio.h \ 24 24 $(EXTINCPATH)FitsIO/longnam.h \ 25 $(INC)xntuple.h \ 26 $(INC)ntupintf.h 25 $(INC)utils.h 27 26 $(OBJ)fitsfile.o: fitsfile.cc $(INC)machdefs.h \ 28 27 fitsfile.h $(INC)ndatablock.h \ … … 50 49 $(INC)tarray.h \ 51 50 $(INC)basarr.h \ 52 $(INC)utilarr.h 51 $(INC)utilarr.h \ 52 $(INC)HEALPixUtils.h 53 $(OBJ)fitslocalmap.o: fitslocalmap.cc \ 54 $(INC)machdefs.h fitslocalmap.h \ 55 $(INC)pexceptions.h \ 56 $(INC)localmap.h \ 57 $(INC)pixelmap.h \ 58 $(INC)ppersist.h \ 59 $(INC)gnumd5.h \ 60 $(INC)dvlist.h \ 61 $(INC)objfio.h \ 62 $(INC)anydataobj.h \ 63 $(INC)mutyv.h \ 64 $(INC)spherepos.h \ 65 $(INC)unitvector.h \ 66 $(INC)vector3d.h \ 67 $(INC)longlat.h \ 68 $(INC)utilgeom.h \ 69 $(INC)sphericalmap.h \ 70 $(INC)smathconst.h \ 71 $(INC)tvector.h \ 72 $(INC)tmatrix.h \ 73 $(INC)tarray.h \ 74 $(INC)basarr.h \ 75 $(INC)ndatablock.h \ 76 $(INC)utilarr.h fitsfile.h \ 77 $(EXTINCPATH)FitsIO/fitsio.h \ 78 $(EXTINCPATH)FitsIO/longnam.h 53 79 $(OBJ)fitsntuple.o: fitsntuple.cc \ 54 80 $(INC)pexceptions.h \ … … 88 114 $(INC)basarr.h \ 89 115 $(INC)ndatablock.h \ 90 $(INC)utilarr.h fitsfile.h \ 116 $(INC)utilarr.h \ 117 $(INC)HEALPixUtils.h fitsfile.h \ 91 118 $(EXTINCPATH)FitsIO/fitsio.h \ 92 $(EXTINCPATH)FitsIO/longnam.h 119 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h 93 120 $(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \ 94 121 $(INC)pexceptions.h fitstarray.h \
Note:
See TracChangeset
for help on using the changeset viewer.