Skip to content
Snippets Groups Projects
Commit 43281f8c authored by ansari's avatar ansari
Browse files

MAJ Makefile - Reza 11/10/2000

parent d0aa04de
No related branches found
No related tags found
No related merge requests found
......@@ -2,28 +2,27 @@ include ../Mgr/Makefile.h
all: $(LIB)libFitsIOServer.a
clean:
rm -f $(OBJ)fitsbntbllinereader.o $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
rm -f $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
rm -f $(LIB)libFitsIOServer.a
$(LIB)libFitsIOServer.a : $(OBJ)fitsbntbllinereader.o $(OBJ)fitsfile.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
$(LIB)libFitsIOServer.a : $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
$(ARCXX) $(ARCXXFLAGS) $@ $?
ifeq ($(CXX),cxx)
$(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
endif
$(OBJ)fitsbntbllinereader.o: fitsbntbllinereader.cc \
$(OBJ)fitsbntbllineRW.o: fitsbntbllineRW.cc \
$(INC)pexceptions.h \
$(INC)machdefs.h fitsbntbllinereader.h \
fitsfile.h $(INC)ndatablock.h \
$(INC)anydataobj.h \
$(INC)machdefs.h fitsbntbllineRW.h \
$(INC)dvlist.h \
$(INC)objfio.h \
$(INC)anydataobj.h \
$(INC)ppersist.h \
$(INC)gnumd5.h \
$(INC)mutyv.h \
$(INC)mutyv.h fitsfile.h \
$(INC)ndatablock.h \
$(EXTINCPATH)FitsIO/fitsio.h \
$(EXTINCPATH)FitsIO/longnam.h \
$(INC)xntuple.h \
$(INC)ntupintf.h
$(INC)utils.h
$(OBJ)fitsfile.o: fitsfile.cc $(INC)machdefs.h \
fitsfile.h $(INC)ndatablock.h \
$(INC)anydataobj.h \
......@@ -49,7 +48,34 @@ $(OBJ)fitsfile.o: fitsfile.cc $(INC)machdefs.h \
$(INC)tmatrix.h \
$(INC)tarray.h \
$(INC)basarr.h \
$(INC)utilarr.h
$(INC)utilarr.h \
$(INC)HEALPixUtils.h
$(OBJ)fitslocalmap.o: fitslocalmap.cc \
$(INC)machdefs.h fitslocalmap.h \
$(INC)pexceptions.h \
$(INC)localmap.h \
$(INC)pixelmap.h \
$(INC)ppersist.h \
$(INC)gnumd5.h \
$(INC)dvlist.h \
$(INC)objfio.h \
$(INC)anydataobj.h \
$(INC)mutyv.h \
$(INC)spherepos.h \
$(INC)unitvector.h \
$(INC)vector3d.h \
$(INC)longlat.h \
$(INC)utilgeom.h \
$(INC)sphericalmap.h \
$(INC)smathconst.h \
$(INC)tvector.h \
$(INC)tmatrix.h \
$(INC)tarray.h \
$(INC)basarr.h \
$(INC)ndatablock.h \
$(INC)utilarr.h fitsfile.h \
$(EXTINCPATH)FitsIO/fitsio.h \
$(EXTINCPATH)FitsIO/longnam.h
$(OBJ)fitsntuple.o: fitsntuple.cc \
$(INC)pexceptions.h \
$(INC)machdefs.h fitsntuple.h \
......@@ -87,9 +113,10 @@ $(OBJ)fitsspherehealpix.o: fitsspherehealpix.cc \
$(INC)tarray.h \
$(INC)basarr.h \
$(INC)ndatablock.h \
$(INC)utilarr.h fitsfile.h \
$(INC)utilarr.h \
$(INC)HEALPixUtils.h fitsfile.h \
$(EXTINCPATH)FitsIO/fitsio.h \
$(EXTINCPATH)FitsIO/longnam.h
$(EXTINCPATH)FitsIO/longnam.h fitstarray.h
$(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \
$(INC)pexceptions.h fitstarray.h \
$(INC)tarray.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment