Changeset 1837 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Dec 21, 2001, 6:09:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/Makefile
r1777 r1837 6 6 rm -f $(LIB)libFitsIOServer.a 7 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)fitstarray.o $(OBJ)fitsxntuple.o 8 $(ARCXX) $(ARCXXFLAGS) $@ $ ?8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) 10 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf … … 19 19 $(INC)utilgeom.h \ 20 20 $(INC)unitvector.h \ 21 $(INC)geometry.h fitsfile.h \ 22 $(INC)ndatablock.h \ 23 $(INC)anydataobj.h \ 24 $(INC)dvlist.h \ 25 $(INC)objfio.h \ 26 $(INC)ppersist.h \ 27 $(INC)pexceptions.h \ 28 $(INC)gnumd5.h \ 29 $(INC)mutyv.h \ 21 $(INC)geometry.h \ 30 22 $(EXTINCPATH)FitsIO/fitsio.h \ 31 23 $(EXTINCPATH)FitsIO/longnam.h
Note:
See TracChangeset
for help on using the changeset viewer.