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

Last change on this file since 2011 was 1837, checked in by ansari, 24 years ago

MAJ Makefile et numero de version - Reza 21/12/2001

File size: 5.3 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
[1837]8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
[764]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
[1371]102$(OBJ)longlat.o: longlat.cc longlat.h \
103 $(INC)machdefs.h utilgeom.h
[941]104$(OBJ)mapoperation.o: mapoperation.cc \
105 $(INC)machdefs.h mapoperation.h \
106 $(INC)ndatablock.h \
107 $(INC)anydataobj.h pixelmap.h \
108 $(INC)ppersist.h \
109 $(INC)pexceptions.h \
110 $(INC)gnumd5.h \
111 $(INC)dvlist.h \
[1118]112 $(INC)objfio.h \
113 $(INC)mutyv.h spherepos.h unitvector.h \
[941]114 vector3d.h longlat.h utilgeom.h
[919]115$(OBJ)skymapinit.o: skymapinit.cc $(INC)machdefs.h \
116 skymapinit.h $(INC)sophyainit.h \
117 spherethetaphi.h sphericalmap.h \
118 $(INC)smathconst.h pixelmap.h \
[824]119 $(INC)ppersist.h \
120 $(INC)pexceptions.h \
121 $(INC)gnumd5.h \
122 $(INC)dvlist.h \
123 $(INC)objfio.h \
[1118]124 $(INC)anydataobj.h \
125 $(INC)mutyv.h spherepos.h unitvector.h \
[764]126 vector3d.h longlat.h utilgeom.h \
[824]127 $(INC)tvector.h \
128 $(INC)tmatrix.h \
129 $(INC)tarray.h \
130 $(INC)basarr.h \
131 $(INC)ndatablock.h \
[919]132 $(INC)utilarr.h fiospherehealpix.h \
[1242]133 spherehealpix.h HEALPixUtils.h fiospherethetaphi.h fiolocalmap.h \
134 localmap.h
[919]135$(OBJ)spherehealpix.o: spherehealpix.cc \
[824]136 $(INC)machdefs.h \
137 $(INC)pexceptions.h \
138 $(INC)fiondblock.h \
139 $(INC)ppersist.h \
140 $(INC)gnumd5.h \
141 $(INC)ndatablock.h \
[919]142 $(INC)anydataobj.h spherehealpix.h \
[824]143 sphericalmap.h $(INC)smathconst.h pixelmap.h \
144 $(INC)dvlist.h \
[1118]145 $(INC)objfio.h \
146 $(INC)mutyv.h spherepos.h unitvector.h \
[764]147 vector3d.h longlat.h utilgeom.h \
[824]148 $(INC)tvector.h \
149 $(INC)tmatrix.h \
150 $(INC)tarray.h \
151 $(INC)basarr.h \
[1242]152 $(INC)utilarr.h HEALPixUtils.h \
153 $(INC)strutil.h
[764]154$(OBJ)spherepos.o: spherepos.cc spherepos.h \
[824]155 $(INC)machdefs.h \
156 $(INC)ppersist.h \
157 $(INC)pexceptions.h \
158 $(INC)gnumd5.h unitvector.h vector3d.h \
159 longlat.h utilgeom.h $(INC)anydataobj.h
[764]160$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
[824]161 $(INC)smathconst.h \
[919]162 $(INC)machdefs.h pixelmap.h \
[824]163 $(INC)ppersist.h \
164 $(INC)pexceptions.h \
165 $(INC)gnumd5.h \
166 $(INC)dvlist.h \
167 $(INC)objfio.h \
[1118]168 $(INC)anydataobj.h \
169 $(INC)mutyv.h spherepos.h unitvector.h \
[764]170 vector3d.h longlat.h utilgeom.h \
[824]171 $(INC)tvector.h \
172 $(INC)tmatrix.h \
173 $(INC)tarray.h \
174 $(INC)basarr.h \
175 $(INC)ndatablock.h \
176 $(INC)utilarr.h \
177 $(INC)piocmplx.h \
178 $(INC)fiondblock.h
[764]179$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
[1371]180 $(INC)machdefs.h utilgeom.h
[764]181$(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
[824]182$(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \
183 $(INC)pexceptions.h vector3d.h longlat.h \
[764]184 utilgeom.h
Note: See TracBrowser for help on using the repository browser.