Changeset 2445 in Sophya


Ignore:
Timestamp:
Oct 3, 2003, 5:02:16 PM (22 years ago)
Author:
ansari
Message:

MAJ Makefile - Reza 03/10/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/Makefile

    r1837 r2445  
    55        rm -f $(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)fitsspherethetaphi.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
    66        rm -f $(LIB)libFitsIOServer.a
    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
     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)fitsspherethetaphi.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
    99ifeq ($(CXX),cxx)
     
    107107 $(INC)ntupintf.h fitsxntuple.h \
    108108 $(INC)xntuple.h fitslocalmap.h \
    109  $(INC)localmap.h
     109 $(INC)localmap.h fbtntintf.h
    110110$(OBJ)fitsbntbllineRW.o: fitsbntbllineRW.cc \
    111111 $(INC)pexceptions.h \
     
    215215 $(EXTINCPATH)FitsIO/fitsio.h \
    216216 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h
     217$(OBJ)fitsspherethetaphi.o: fitsspherethetaphi.cc \
     218 $(INC)pexceptions.h \
     219 $(INC)machdefs.h fitsspherethetaphi.h \
     220 $(INC)spherethetaphi.h \
     221 $(INC)sphericalmap.h \
     222 $(INC)smathconst.h \
     223 $(INC)pixelmap.h \
     224 $(INC)ppersist.h \
     225 $(INC)gnumd5.h \
     226 $(INC)dvlist.h \
     227 $(INC)objfio.h \
     228 $(INC)anydataobj.h \
     229 $(INC)mutyv.h \
     230 $(INC)spherepos.h \
     231 $(INC)unitvector.h \
     232 $(INC)vector3d.h \
     233 $(INC)longlat.h \
     234 $(INC)utilgeom.h \
     235 $(INC)tvector.h \
     236 $(INC)tmatrix.h \
     237 $(INC)tarray.h \
     238 $(INC)basarr.h \
     239 $(INC)ndatablock.h \
     240 $(INC)utilarr.h fitsfile.h \
     241 $(EXTINCPATH)FitsIO/fitsio.h \
     242 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h
    217243$(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \
    218244 $(INC)pexceptions.h fitstarray.h \
Note: See TracChangeset for help on using the changeset viewer.