source: Sophya/trunk/SophyaLib/SkyMap/Makefile@ 1330

Last change on this file since 1330 was 1242, checked in by ansari, 25 years ago

MAJ Makefile , Reza 19/10/2000

File size: 5.2 KB
RevLine 
[764]1include ../Mgr/Makefile.h
2
3all: $(LIB)libSkyMap.a
4clean:
[1196]5 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
[764]6 rm -f $(LIB)libSkyMap.a
[1196]7$(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
[764]8 $(ARCXX) $(ARCXXFLAGS) $@ $?
9ifeq ($(CXX),cxx)
[824]10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
[764]11endif
12
[1196]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
[919]29$(OBJ)fiolocalmap.o: fiolocalmap.cc fiolocalmap.h sphericalmap.h \
30 $(INC)smathconst.h \
31 $(INC)machdefs.h pixelmap.h \
32 $(INC)ppersist.h \
33 $(INC)pexceptions.h \
34 $(INC)gnumd5.h \
35 $(INC)dvlist.h \
36 $(INC)objfio.h \
[1118]37 $(INC)anydataobj.h \
38 $(INC)mutyv.h spherepos.h unitvector.h \
[919]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 localmap.h \
46 $(INC)fiondblock.h
47$(OBJ)fiospherehealpix.o: fiospherehealpix.cc fiospherehealpix.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 \
[1118]55 $(INC)anydataobj.h \
56 $(INC)mutyv.h spherepos.h unitvector.h \
[919]57 vector3d.h longlat.h utilgeom.h \
58 $(INC)tvector.h \
59 $(INC)tmatrix.h \
60 $(INC)tarray.h \
61 $(INC)basarr.h \
62 $(INC)ndatablock.h \
63 $(INC)utilarr.h spherehealpix.h \
[1242]64 HEALPixUtils.h $(INC)fiondblock.h
[919]65$(OBJ)fiospherethetaphi.o: fiospherethetaphi.cc fiospherethetaphi.h \
66 sphericalmap.h $(INC)smathconst.h \
67 $(INC)machdefs.h pixelmap.h \
68 $(INC)ppersist.h \
69 $(INC)pexceptions.h \
70 $(INC)gnumd5.h \
71 $(INC)dvlist.h \
72 $(INC)objfio.h \
[1118]73 $(INC)anydataobj.h \
74 $(INC)mutyv.h spherepos.h unitvector.h \
[919]75 vector3d.h longlat.h utilgeom.h \
76 $(INC)tvector.h \
77 $(INC)tmatrix.h \
78 $(INC)tarray.h \
79 $(INC)basarr.h \
80 $(INC)ndatablock.h \
81 $(INC)utilarr.h spherethetaphi.h \
82 $(INC)fiondblock.h
[764]83$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
[824]84 $(INC)ppersist.h \
85 $(INC)machdefs.h \
86 $(INC)pexceptions.h \
87 $(INC)gnumd5.h \
88 $(INC)dvlist.h \
89 $(INC)objfio.h \
[1118]90 $(INC)anydataobj.h \
91 $(INC)mutyv.h spherepos.h unitvector.h \
[764]92 vector3d.h longlat.h utilgeom.h sphericalmap.h \
[824]93 $(INC)smathconst.h \
94 $(INC)tvector.h \
95 $(INC)tmatrix.h \
96 $(INC)tarray.h \
97 $(INC)basarr.h \
98 $(INC)ndatablock.h \
99 $(INC)utilarr.h \
100 $(INC)piocmplx.h \
101 $(INC)fiondblock.h
[764]102$(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
[941]103$(OBJ)mapoperation.o: mapoperation.cc \
104 $(INC)machdefs.h mapoperation.h \
105 $(INC)ndatablock.h \
106 $(INC)anydataobj.h pixelmap.h \
107 $(INC)ppersist.h \
108 $(INC)pexceptions.h \
109 $(INC)gnumd5.h \
110 $(INC)dvlist.h \
[1118]111 $(INC)objfio.h \
112 $(INC)mutyv.h spherepos.h unitvector.h \
[941]113 vector3d.h longlat.h utilgeom.h
[919]114$(OBJ)skymapinit.o: skymapinit.cc $(INC)machdefs.h \
115 skymapinit.h $(INC)sophyainit.h \
116 spherethetaphi.h sphericalmap.h \
117 $(INC)smathconst.h pixelmap.h \
[824]118 $(INC)ppersist.h \
119 $(INC)pexceptions.h \
120 $(INC)gnumd5.h \
121 $(INC)dvlist.h \
122 $(INC)objfio.h \
[1118]123 $(INC)anydataobj.h \
124 $(INC)mutyv.h spherepos.h unitvector.h \
[764]125 vector3d.h longlat.h utilgeom.h \
[824]126 $(INC)tvector.h \
127 $(INC)tmatrix.h \
128 $(INC)tarray.h \
129 $(INC)basarr.h \
130 $(INC)ndatablock.h \
[919]131 $(INC)utilarr.h fiospherehealpix.h \
[1242]132 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \
133 localmap.h
[919]134$(OBJ)spherehealpix.o: spherehealpix.cc \
[824]135 $(INC)machdefs.h \
136 $(INC)pexceptions.h \
137 $(INC)fiondblock.h \
138 $(INC)ppersist.h \
139 $(INC)gnumd5.h \
140 $(INC)ndatablock.h \
[919]141 $(INC)anydataobj.h spherehealpix.h \
[824]142 sphericalmap.h $(INC)smathconst.h pixelmap.h \
143 $(INC)dvlist.h \
[1118]144 $(INC)objfio.h \
145 $(INC)mutyv.h spherepos.h unitvector.h \
[764]146 vector3d.h longlat.h utilgeom.h \
[824]147 $(INC)tvector.h \
148 $(INC)tmatrix.h \
149 $(INC)tarray.h \
150 $(INC)basarr.h \
[1242]151 $(INC)utilarr.h HEALPixUtils.h \
152 $(INC)strutil.h
[764]153$(OBJ)spherepos.o: spherepos.cc spherepos.h \
[824]154 $(INC)machdefs.h \
155 $(INC)ppersist.h \
156 $(INC)pexceptions.h \
157 $(INC)gnumd5.h unitvector.h vector3d.h \
158 longlat.h utilgeom.h $(INC)anydataobj.h
[764]159$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
[824]160 $(INC)smathconst.h \
[919]161 $(INC)machdefs.h pixelmap.h \
[824]162 $(INC)ppersist.h \
163 $(INC)pexceptions.h \
164 $(INC)gnumd5.h \
165 $(INC)dvlist.h \
166 $(INC)objfio.h \
[1118]167 $(INC)anydataobj.h \
168 $(INC)mutyv.h spherepos.h unitvector.h \
[764]169 vector3d.h longlat.h utilgeom.h \
[824]170 $(INC)tvector.h \
171 $(INC)tmatrix.h \
172 $(INC)tarray.h \
173 $(INC)basarr.h \
174 $(INC)ndatablock.h \
175 $(INC)utilarr.h \
176 $(INC)piocmplx.h \
177 $(INC)fiondblock.h
[764]178$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
179 utilgeom.h
180$(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
[824]181$(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \
182 $(INC)pexceptions.h vector3d.h longlat.h \
[764]183 utilgeom.h
Note: See TracBrowser for help on using the repository browser.