Changeset 1509 in Sophya for trunk/SophyaExt


Ignore:
Timestamp:
May 22, 2001, 5:14:00 PM (24 years ago)
Author:
ansari
Message:

MAJ Makefile - Reza 22/5/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/Makefile

    r1311 r1509  
    33all: $(LIB)libFitsIOServer.a
    44clean:
    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
     5        rm -f $(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
    66        rm -f $(LIB)libFitsIOServer.a
    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
     7$(LIB)libFitsIOServer.a : $(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
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
     
    1111endif
    1212 
     13$(OBJ)fbtntintf.o: fbtntintf.cc $(INC)machdefs.h \
     14 $(INC)pexceptions.h fbtntintf.h \
     15 $(INC)anydataobj.h \
     16 $(INC)ntupintf.h \
     17 $(EXTINCPATH)FitsIO/fitsio.h \
     18 $(EXTINCPATH)FitsIO/longnam.h
    1319$(OBJ)fitsautoreader.o: fitsautoreader.cc \
    1420 $(INC)pexceptions.h \
Note: See TracChangeset for help on using the changeset viewer.