Changeset 919 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Apr 13, 2000, 6:38:15 PM (25 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/Makefile
r824 r919 3 3 all: $(LIB)libSkyMap.a 4 4 clean: 5 rm -f $(OBJ) localmap.o $(OBJ)longlat.o $(OBJ)skymapinit.o $(OBJ)spheregorski.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)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) localmap.o $(OBJ)longlat.o $(OBJ)skymapinit.o $(OBJ)spheregorski.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)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)fiolocalmap.o: fiolocalmap.cc fiolocalmap.h sphericalmap.h \ 14 $(INC)smathconst.h \ 15 $(INC)machdefs.h pixelmap.h \ 16 $(INC)ppersist.h \ 17 $(INC)pexceptions.h \ 18 $(INC)gnumd5.h \ 19 $(INC)dvlist.h \ 20 $(INC)objfio.h \ 21 $(INC)anydataobj.h spherepos.h unitvector.h \ 22 vector3d.h longlat.h utilgeom.h \ 23 $(INC)tvector.h \ 24 $(INC)tmatrix.h \ 25 $(INC)tarray.h \ 26 $(INC)basarr.h \ 27 $(INC)ndatablock.h \ 28 $(INC)utilarr.h localmap.h \ 29 $(INC)fiondblock.h 30 $(OBJ)fiospherehealpix.o: fiospherehealpix.cc fiospherehealpix.h \ 31 sphericalmap.h $(INC)smathconst.h \ 32 $(INC)machdefs.h pixelmap.h \ 33 $(INC)ppersist.h \ 34 $(INC)pexceptions.h \ 35 $(INC)gnumd5.h \ 36 $(INC)dvlist.h \ 37 $(INC)objfio.h \ 38 $(INC)anydataobj.h spherepos.h unitvector.h \ 39 vector3d.h longlat.h utilgeom.h \ 40 $(INC)tvector.h \ 41 $(INC)tmatrix.h \ 42 $(INC)tarray.h \ 43 $(INC)basarr.h \ 44 $(INC)ndatablock.h \ 45 $(INC)utilarr.h spherehealpix.h \ 46 $(INC)fiondblock.h 47 $(OBJ)fiospherethetaphi.o: fiospherethetaphi.cc fiospherethetaphi.h \ 48 sphericalmap.h $(INC)smathconst.h \ 49 $(INC)machdefs.h pixelmap.h \ 50 $(INC)ppersist.h \ 51 $(INC)pexceptions.h \ 52 $(INC)gnumd5.h \ 53 $(INC)dvlist.h \ 54 $(INC)objfio.h \ 55 $(INC)anydataobj.h spherepos.h unitvector.h \ 56 vector3d.h longlat.h utilgeom.h \ 57 $(INC)tvector.h \ 58 $(INC)tmatrix.h \ 59 $(INC)tarray.h \ 60 $(INC)basarr.h \ 61 $(INC)ndatablock.h \ 62 $(INC)utilarr.h spherethetaphi.h \ 63 $(INC)fiondblock.h 13 64 $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \ 14 65 $(INC)ppersist.h \ 15 66 $(INC)machdefs.h \ 16 $(INC)pclassids.h \17 67 $(INC)pexceptions.h \ 18 68 $(INC)gnumd5.h \ … … 31 81 $(INC)fiondblock.h 32 82 $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h 33 $(OBJ)skymapinit.o: skymapinit.cc skymapinit.h \ 34 $(INC)tarrinit.h \ 35 $(INC)sophyainit.h \ 36 $(INC)machdefs.h \ 37 $(INC)pclassids.h spherethetaphi.h \ 38 sphericalmap.h $(INC)smathconst.h pixelmap.h \ 83 $(OBJ)skymapinit.o: skymapinit.cc $(INC)machdefs.h \ 84 skymapinit.h $(INC)sophyainit.h \ 85 spherethetaphi.h sphericalmap.h \ 86 $(INC)smathconst.h pixelmap.h \ 39 87 $(INC)ppersist.h \ 40 88 $(INC)pexceptions.h \ … … 49 97 $(INC)basarr.h \ 50 98 $(INC)ndatablock.h \ 51 $(INC)utilarr.h spheregorski.h localmap.h 52 $(OBJ)spheregorski.o: spheregorski.cc \ 99 $(INC)utilarr.h fiospherehealpix.h \ 100 spherehealpix.h fiospherethetaphi.h fiolocalmap.h localmap.h 101 $(OBJ)spherehealpix.o: spherehealpix.cc \ 53 102 $(INC)machdefs.h \ 54 $(INC)pclassids.h \55 103 $(INC)pexceptions.h \ 56 104 $(INC)fiondblock.h \ … … 58 106 $(INC)gnumd5.h \ 59 107 $(INC)ndatablock.h \ 60 $(INC)anydataobj.h sphere gorski.h \108 $(INC)anydataobj.h spherehealpix.h \ 61 109 sphericalmap.h $(INC)smathconst.h pixelmap.h \ 62 110 $(INC)dvlist.h \ … … 71 119 $(OBJ)spherepos.o: spherepos.cc spherepos.h \ 72 120 $(INC)machdefs.h \ 73 $(INC)pclassids.h \74 121 $(INC)ppersist.h \ 75 122 $(INC)pexceptions.h \ … … 78 125 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \ 79 126 $(INC)smathconst.h \ 80 $(INC)machdefs.h \ 81 $(INC)pclassids.h pixelmap.h \ 127 $(INC)machdefs.h pixelmap.h \ 82 128 $(INC)ppersist.h \ 83 129 $(INC)pexceptions.h \ … … 99 145 $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h 100 146 $(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \ 101 $(INC)pclassids.h \102 147 $(INC)pexceptions.h vector3d.h longlat.h \ 103 148 utilgeom.h -
trunk/SophyaLib/SkyMap/objlist.list
r764 r919 1 fiolocalmap.o 2 fiospherehealpix.o 3 fiospherethetaphi.o 1 4 localmap.o 2 5 longlat.o 3 6 skymapinit.o 4 sphere gorski.o7 spherehealpix.o 5 8 spherepos.o 6 9 spherethetaphi.o
Note:
See TracChangeset
for help on using the changeset viewer.