Changeset 2445 in Sophya
- Timestamp:
- Oct 3, 2003, 5:02:16 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r1837 r2445 5 5 rm -f $(OBJ)datacirclefits.o $(OBJ)fabtcolread.o $(OBJ)fabtwriter.o $(OBJ)fboloread.o $(OBJ)fbtntintf.o $(OBJ)fitsautoreader.o $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitsspherethetaphi.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o 6 6 rm -f $(LIB)libFitsIOServer.a 7 $(LIB)libFitsIOServer.a : $(OBJ)datacirclefits.o $(OBJ)fabtcolread.o $(OBJ)fabtwriter.o $(OBJ)fboloread.o $(OBJ)fbtntintf.o $(OBJ)fitsautoreader.o $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fits tarray.o $(OBJ)fitsxntuple.o7 $(LIB)libFitsIOServer.a : $(OBJ)datacirclefits.o $(OBJ)fabtcolread.o $(OBJ)fabtwriter.o $(OBJ)fboloread.o $(OBJ)fbtntintf.o $(OBJ)fitsautoreader.o $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitsspherethetaphi.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) … … 107 107 $(INC)ntupintf.h fitsxntuple.h \ 108 108 $(INC)xntuple.h fitslocalmap.h \ 109 $(INC)localmap.h 109 $(INC)localmap.h fbtntintf.h 110 110 $(OBJ)fitsbntbllineRW.o: fitsbntbllineRW.cc \ 111 111 $(INC)pexceptions.h \ … … 215 215 $(EXTINCPATH)FitsIO/fitsio.h \ 216 216 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h 217 $(OBJ)fitsspherethetaphi.o: fitsspherethetaphi.cc \ 218 $(INC)pexceptions.h \ 219 $(INC)machdefs.h fitsspherethetaphi.h \ 220 $(INC)spherethetaphi.h \ 221 $(INC)sphericalmap.h \ 222 $(INC)smathconst.h \ 223 $(INC)pixelmap.h \ 224 $(INC)ppersist.h \ 225 $(INC)gnumd5.h \ 226 $(INC)dvlist.h \ 227 $(INC)objfio.h \ 228 $(INC)anydataobj.h \ 229 $(INC)mutyv.h \ 230 $(INC)spherepos.h \ 231 $(INC)unitvector.h \ 232 $(INC)vector3d.h \ 233 $(INC)longlat.h \ 234 $(INC)utilgeom.h \ 235 $(INC)tvector.h \ 236 $(INC)tmatrix.h \ 237 $(INC)tarray.h \ 238 $(INC)basarr.h \ 239 $(INC)ndatablock.h \ 240 $(INC)utilarr.h fitsfile.h \ 241 $(EXTINCPATH)FitsIO/fitsio.h \ 242 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h 217 243 $(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \ 218 244 $(INC)pexceptions.h fitstarray.h \
Note:
See TracChangeset
for help on using the changeset viewer.