Changeset 824 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Apr 6, 2000, 12:00:56 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/Makefile
r764 r824 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) - L$(LIB) -lSkyMap -L$(EXTLIBPATH) -o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf 11 11 endif 12 12 13 13 $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \ 14 $(INC) /ppersist.h \15 $(INC) /machdefs.h \16 $(INC) /pclassids.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 \14 $(INC)ppersist.h \ 15 $(INC)machdefs.h \ 16 $(INC)pclassids.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 22 vector3d.h longlat.h utilgeom.h sphericalmap.h \ 23 $(INC)/smathconst.h \ 24 $(INC)/tvector.h \ 25 $(INC)/tmatrix.h \ 26 $(INC)/ndatablock.h \ 27 $(INC)/piocmplx.h 23 $(INC)smathconst.h \ 24 $(INC)tvector.h \ 25 $(INC)tmatrix.h \ 26 $(INC)tarray.h \ 27 $(INC)basarr.h \ 28 $(INC)ndatablock.h \ 29 $(INC)utilarr.h \ 30 $(INC)piocmplx.h \ 31 $(INC)fiondblock.h 28 32 $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h 29 33 $(OBJ)skymapinit.o: skymapinit.cc skymapinit.h \ 30 $(INC) /tarrinit.h \31 $(INC) /sophyainit.h \32 $(INC) /machdefs.h \33 $(INC) /pclassids.h spherethetaphi.h \34 sphericalmap.h $(INC) /smathconst.h pixelmap.h \35 $(INC) /ppersist.h \36 $(INC) /pexceptions.h \37 $(INC) /gnumd5.h \38 $(INC) /dvlist.h \39 $(INC) /objfio.h \40 $(INC) /anydataobj.h spherepos.h unitvector.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 \ 39 $(INC)ppersist.h \ 40 $(INC)pexceptions.h \ 41 $(INC)gnumd5.h \ 42 $(INC)dvlist.h \ 43 $(INC)objfio.h \ 44 $(INC)anydataobj.h spherepos.h unitvector.h \ 41 45 vector3d.h longlat.h utilgeom.h \ 42 $(INC)/tvector.h \ 43 $(INC)/tmatrix.h \ 44 $(INC)/ndatablock.h spheregorski.h localmap.h 46 $(INC)tvector.h \ 47 $(INC)tmatrix.h \ 48 $(INC)tarray.h \ 49 $(INC)basarr.h \ 50 $(INC)ndatablock.h \ 51 $(INC)utilarr.h spheregorski.h localmap.h 45 52 $(OBJ)spheregorski.o: spheregorski.cc \ 46 $(INC)/machdefs.h \ 47 $(INC)/pclassids.h \ 48 $(INC)/pexceptions.h spheregorski.h \ 49 sphericalmap.h $(INC)/smathconst.h pixelmap.h \ 50 $(INC)/ppersist.h \ 51 $(INC)/gnumd5.h \ 52 $(INC)/dvlist.h \ 53 $(INC)/objfio.h \ 54 $(INC)/anydataobj.h spherepos.h unitvector.h \ 53 $(INC)machdefs.h \ 54 $(INC)pclassids.h \ 55 $(INC)pexceptions.h \ 56 $(INC)fiondblock.h \ 57 $(INC)ppersist.h \ 58 $(INC)gnumd5.h \ 59 $(INC)ndatablock.h \ 60 $(INC)anydataobj.h spheregorski.h \ 61 sphericalmap.h $(INC)smathconst.h pixelmap.h \ 62 $(INC)dvlist.h \ 63 $(INC)objfio.h spherepos.h unitvector.h \ 55 64 vector3d.h longlat.h utilgeom.h \ 56 $(INC)/tvector.h \ 57 $(INC)/tmatrix.h \ 58 $(INC)/ndatablock.h \ 59 $(INC)/strutil.h 65 $(INC)tvector.h \ 66 $(INC)tmatrix.h \ 67 $(INC)tarray.h \ 68 $(INC)basarr.h \ 69 $(INC)utilarr.h \ 70 $(INC)strutil.h 60 71 $(OBJ)spherepos.o: spherepos.cc spherepos.h \ 61 $(INC) /machdefs.h \62 $(INC) /pclassids.h \63 $(INC) /ppersist.h \64 $(INC) /pexceptions.h \65 $(INC) /gnumd5.h unitvector.h vector3d.h \66 longlat.h utilgeom.h $(INC) /anydataobj.h72 $(INC)machdefs.h \ 73 $(INC)pclassids.h \ 74 $(INC)ppersist.h \ 75 $(INC)pexceptions.h \ 76 $(INC)gnumd5.h unitvector.h vector3d.h \ 77 longlat.h utilgeom.h $(INC)anydataobj.h 67 78 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \ 68 $(INC) /smathconst.h \69 $(INC) /machdefs.h \70 $(INC) /pclassids.h pixelmap.h \71 $(INC) /ppersist.h \72 $(INC) /pexceptions.h \73 $(INC) /gnumd5.h \74 $(INC) /dvlist.h \75 $(INC) /objfio.h \76 $(INC) /anydataobj.h spherepos.h unitvector.h \79 $(INC)smathconst.h \ 80 $(INC)machdefs.h \ 81 $(INC)pclassids.h pixelmap.h \ 82 $(INC)ppersist.h \ 83 $(INC)pexceptions.h \ 84 $(INC)gnumd5.h \ 85 $(INC)dvlist.h \ 86 $(INC)objfio.h \ 87 $(INC)anydataobj.h spherepos.h unitvector.h \ 77 88 vector3d.h longlat.h utilgeom.h \ 78 $(INC)/tvector.h \ 79 $(INC)/tmatrix.h \ 80 $(INC)/ndatablock.h \ 81 $(INC)/piocmplx.h 89 $(INC)tvector.h \ 90 $(INC)tmatrix.h \ 91 $(INC)tarray.h \ 92 $(INC)basarr.h \ 93 $(INC)ndatablock.h \ 94 $(INC)utilarr.h \ 95 $(INC)piocmplx.h \ 96 $(INC)fiondblock.h 82 97 $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \ 83 98 utilgeom.h 84 99 $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h 85 $(OBJ)vector3d.o: vector3d.cc $(INC) /machdefs.h \86 $(INC) /pclassids.h \87 $(INC) /pexceptions.h vector3d.h longlat.h \100 $(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \ 101 $(INC)pclassids.h \ 102 $(INC)pexceptions.h vector3d.h longlat.h \ 88 103 utilgeom.h
Note:
See TracChangeset
for help on using the changeset viewer.