Changeset 1223 in Sophya


Ignore:
Timestamp:
Oct 11, 2000, 3:14:59 PM (25 years ago)
Author:
ansari
Message:

MAJ Makefile - Reza 11/10/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/Makefile

    r1115 r1223  
    33all: $(LIB)libFitsIOServer.a
    44clean:
    5         rm -f $(OBJ)fitsbntbllinereader.o $(OBJ)fitsfile.o $(OBJ)fitsioserver.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
     5        rm -f $(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)fitsbntbllinereader.o $(OBJ)fitsfile.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
     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
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
    13 $(OBJ)fitsbntbllinereader.o: fitsbntbllinereader.cc \
     13$(OBJ)fitsbntbllineRW.o: fitsbntbllineRW.cc \
    1414 $(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 \
    1816 $(INC)dvlist.h \
    1917 $(INC)objfio.h \
     18 $(INC)anydataobj.h \
    2019 $(INC)ppersist.h \
    2120 $(INC)gnumd5.h \
    22  $(INC)mutyv.h \
     21 $(INC)mutyv.h fitsfile.h \
     22 $(INC)ndatablock.h \
    2323 $(EXTINCPATH)FitsIO/fitsio.h \
    2424 $(EXTINCPATH)FitsIO/longnam.h \
    25  $(INC)xntuple.h \
    26  $(INC)ntupintf.h
     25 $(INC)utils.h
    2726$(OBJ)fitsfile.o: fitsfile.cc $(INC)machdefs.h \
    2827 fitsfile.h $(INC)ndatablock.h \
     
    5049 $(INC)tarray.h \
    5150 $(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
    5379$(OBJ)fitsntuple.o: fitsntuple.cc \
    5480 $(INC)pexceptions.h \
     
    88114 $(INC)basarr.h \
    89115 $(INC)ndatablock.h \
    90  $(INC)utilarr.h fitsfile.h \
     116 $(INC)utilarr.h \
     117 $(INC)HEALPixUtils.h fitsfile.h \
    91118 $(EXTINCPATH)FitsIO/fitsio.h \
    92  $(EXTINCPATH)FitsIO/longnam.h
     119 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h
    93120$(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \
    94121 $(INC)pexceptions.h fitstarray.h \
Note: See TracChangeset for help on using the changeset viewer.