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

Last change on this file since 2502 was 2444, checked in by ansari, 22 years ago

MAJ Makefile - Reza 03/10/2003

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