Changeset 941 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Apr 14, 2000, 6:56:18 PM (25 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/Makefile
r919 r941 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) skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o5 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.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) skymapinit.o $(OBJ)spherehealpix.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o7 $(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.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 81 81 $(INC)fiondblock.h 82 82 $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h 83 $(OBJ)mapoperation.o: mapoperation.cc \ 84 $(INC)machdefs.h mapoperation.h \ 85 $(INC)ndatablock.h \ 86 $(INC)anydataobj.h pixelmap.h \ 87 $(INC)ppersist.h \ 88 $(INC)pexceptions.h \ 89 $(INC)gnumd5.h \ 90 $(INC)dvlist.h \ 91 $(INC)objfio.h spherepos.h unitvector.h \ 92 vector3d.h longlat.h utilgeom.h 83 93 $(OBJ)skymapinit.o: skymapinit.cc $(INC)machdefs.h \ 84 94 skymapinit.h $(INC)sophyainit.h \ -
trunk/SophyaLib/SkyMap/objlist.list
r919 r941 4 4 localmap.o 5 5 longlat.o 6 mapoperation.o 6 7 skymapinit.o 7 8 spherehealpix.o
Note:
See TracChangeset
for help on using the changeset viewer.