Ignore:
Timestamp:
Nov 9, 2000, 4:39:42 PM (25 years ago)
Author:
ansari
Message:

MAJ Makefile , Reza 9/11/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/Makefile

    r1223 r1311  
    33all: $(LIB)libFitsIOServer.a
    44clean:
    5         rm -f $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
     5        rm -f $(OBJ)fitsautoreader.o $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
    66        rm -f $(LIB)libFitsIOServer.a
    7 $(LIB)libFitsIOServer.a : $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
     7$(LIB)libFitsIOServer.a : $(OBJ)fitsautoreader.o $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
     13$(OBJ)fitsautoreader.o: fitsautoreader.cc \
     14 $(INC)pexceptions.h \
     15 $(INC)machdefs.h fitsautoreader.h \
     16 $(INC)anydataobj.h fitsfile.h \
     17 $(INC)ndatablock.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 fitstarray.h \
     25 $(INC)tarray.h \
     26 $(INC)basarr.h \
     27 $(INC)utilarr.h fitsspherehealpix.h \
     28 $(INC)spherehealpix.h \
     29 $(INC)sphericalmap.h \
     30 $(INC)smathconst.h \
     31 $(INC)pixelmap.h \
     32 $(INC)spherepos.h \
     33 $(INC)unitvector.h \
     34 $(INC)vector3d.h \
     35 $(INC)longlat.h \
     36 $(INC)utilgeom.h \
     37 $(INC)tvector.h \
     38 $(INC)tmatrix.h \
     39 $(INC)HEALPixUtils.h fitsntuple.h \
     40 $(INC)ntuple.h \
     41 $(INC)ntupintf.h fitsxntuple.h \
     42 $(INC)xntuple.h fitslocalmap.h \
     43 $(INC)localmap.h
    1344$(OBJ)fitsbntbllineRW.o: fitsbntbllineRW.cc \
    1445 $(INC)pexceptions.h \
Note: See TracChangeset for help on using the changeset viewer.