Changeset 1196 in Sophya for trunk/SophyaLib/SkyMap/Makefile
- Timestamp:
- Sep 22, 2000, 12:36:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/Makefile
r1118 r1196 3 3 all: $(LIB)libSkyMap.a 4 4 clean: 5 rm -f $(OBJ) fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o5 rm -f $(OBJ)HEALPixUtils.o $(OBJ)fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o 6 6 rm -f $(LIB)libSkyMap.a 7 $(LIB)libSkyMap.a : $(OBJ) fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o7 $(LIB)libSkyMap.a : $(OBJ)HEALPixUtils.o $(OBJ)fiolocalmap.o $(OBJ)fiospherehealpix.o $(OBJ)fiospherethetaphi.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mapoperation.o $(OBJ)skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)HEALPixUtils.o: HEALPixUtils.cc HEALPixUtils.h \ 14 $(INC)machdefs.h \ 15 $(INC)ndatablock.h \ 16 $(INC)anydataobj.h \ 17 $(INC)tvector.h \ 18 $(INC)tmatrix.h \ 19 $(INC)tarray.h \ 20 $(INC)basarr.h \ 21 $(INC)mutyv.h \ 22 $(INC)dvlist.h \ 23 $(INC)objfio.h \ 24 $(INC)ppersist.h \ 25 $(INC)pexceptions.h \ 26 $(INC)gnumd5.h \ 27 $(INC)utilarr.h \ 28 $(INC)smathconst.h 13 29 $(OBJ)fiolocalmap.o: fiolocalmap.cc fiolocalmap.h sphericalmap.h \ 14 30 $(INC)smathconst.h \ … … 133 149 $(INC)basarr.h \ 134 150 $(INC)utilarr.h \ 135 $(INC)strutil.h 151 $(INC)strutil.h HEALPixUtils.h 136 152 $(OBJ)spherepos.o: spherepos.cc spherepos.h \ 137 153 $(INC)machdefs.h \
Note:
See TracChangeset
for help on using the changeset viewer.