1 | include ../Mgr/Makefile.h
|
---|
2 |
|
---|
3 | all: $(LIB)libSkyMap.a
|
---|
4 | clean:
|
---|
5 | rm -f $(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)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) $@ $?
|
---|
9 | ifeq ($(CXX),cxx)
|
---|
10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
|
---|
11 | endif
|
---|
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
|
---|
64 | $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
|
---|
65 | $(INC)ppersist.h \
|
---|
66 | $(INC)machdefs.h \
|
---|
67 | $(INC)pexceptions.h \
|
---|
68 | $(INC)gnumd5.h \
|
---|
69 | $(INC)dvlist.h \
|
---|
70 | $(INC)objfio.h \
|
---|
71 | $(INC)anydataobj.h spherepos.h unitvector.h \
|
---|
72 | vector3d.h longlat.h utilgeom.h sphericalmap.h \
|
---|
73 | $(INC)smathconst.h \
|
---|
74 | $(INC)tvector.h \
|
---|
75 | $(INC)tmatrix.h \
|
---|
76 | $(INC)tarray.h \
|
---|
77 | $(INC)basarr.h \
|
---|
78 | $(INC)ndatablock.h \
|
---|
79 | $(INC)utilarr.h \
|
---|
80 | $(INC)piocmplx.h \
|
---|
81 | $(INC)fiondblock.h
|
---|
82 | $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
|
---|
83 | $(OBJ)mapoperation.o: mapoperation.cc \
|
---|
84 | $(INC)machdefs.h mapoperation.h \
|
---|
85 | $(INC)ndatablock.h \
|
---|
86 | $(INC)anydataobj.h pixelmap.h \
|
---|
87 | $(INC)ppersist.h \
|
---|
88 | $(INC)pexceptions.h \
|
---|
89 | $(INC)gnumd5.h \
|
---|
90 | $(INC)dvlist.h \
|
---|
91 | $(INC)objfio.h spherepos.h unitvector.h \
|
---|
92 | vector3d.h longlat.h utilgeom.h
|
---|
93 | $(OBJ)skymapinit.o: skymapinit.cc $(INC)machdefs.h \
|
---|
94 | skymapinit.h $(INC)sophyainit.h \
|
---|
95 | spherethetaphi.h sphericalmap.h \
|
---|
96 | $(INC)smathconst.h pixelmap.h \
|
---|
97 | $(INC)ppersist.h \
|
---|
98 | $(INC)pexceptions.h \
|
---|
99 | $(INC)gnumd5.h \
|
---|
100 | $(INC)dvlist.h \
|
---|
101 | $(INC)objfio.h \
|
---|
102 | $(INC)anydataobj.h spherepos.h unitvector.h \
|
---|
103 | vector3d.h longlat.h utilgeom.h \
|
---|
104 | $(INC)tvector.h \
|
---|
105 | $(INC)tmatrix.h \
|
---|
106 | $(INC)tarray.h \
|
---|
107 | $(INC)basarr.h \
|
---|
108 | $(INC)ndatablock.h \
|
---|
109 | $(INC)utilarr.h fiospherehealpix.h \
|
---|
110 | spherehealpix.h fiospherethetaphi.h fiolocalmap.h localmap.h
|
---|
111 | $(OBJ)spherehealpix.o: spherehealpix.cc \
|
---|
112 | $(INC)machdefs.h \
|
---|
113 | $(INC)pexceptions.h \
|
---|
114 | $(INC)fiondblock.h \
|
---|
115 | $(INC)ppersist.h \
|
---|
116 | $(INC)gnumd5.h \
|
---|
117 | $(INC)ndatablock.h \
|
---|
118 | $(INC)anydataobj.h spherehealpix.h \
|
---|
119 | sphericalmap.h $(INC)smathconst.h pixelmap.h \
|
---|
120 | $(INC)dvlist.h \
|
---|
121 | $(INC)objfio.h spherepos.h unitvector.h \
|
---|
122 | vector3d.h longlat.h utilgeom.h \
|
---|
123 | $(INC)tvector.h \
|
---|
124 | $(INC)tmatrix.h \
|
---|
125 | $(INC)tarray.h \
|
---|
126 | $(INC)basarr.h \
|
---|
127 | $(INC)utilarr.h \
|
---|
128 | $(INC)strutil.h
|
---|
129 | $(OBJ)spherepos.o: spherepos.cc spherepos.h \
|
---|
130 | $(INC)machdefs.h \
|
---|
131 | $(INC)ppersist.h \
|
---|
132 | $(INC)pexceptions.h \
|
---|
133 | $(INC)gnumd5.h unitvector.h vector3d.h \
|
---|
134 | longlat.h utilgeom.h $(INC)anydataobj.h
|
---|
135 | $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
|
---|
136 | $(INC)smathconst.h \
|
---|
137 | $(INC)machdefs.h pixelmap.h \
|
---|
138 | $(INC)ppersist.h \
|
---|
139 | $(INC)pexceptions.h \
|
---|
140 | $(INC)gnumd5.h \
|
---|
141 | $(INC)dvlist.h \
|
---|
142 | $(INC)objfio.h \
|
---|
143 | $(INC)anydataobj.h spherepos.h unitvector.h \
|
---|
144 | vector3d.h longlat.h utilgeom.h \
|
---|
145 | $(INC)tvector.h \
|
---|
146 | $(INC)tmatrix.h \
|
---|
147 | $(INC)tarray.h \
|
---|
148 | $(INC)basarr.h \
|
---|
149 | $(INC)ndatablock.h \
|
---|
150 | $(INC)utilarr.h \
|
---|
151 | $(INC)piocmplx.h \
|
---|
152 | $(INC)fiondblock.h
|
---|
153 | $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
|
---|
154 | utilgeom.h
|
---|
155 | $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
|
---|
156 | $(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \
|
---|
157 | $(INC)pexceptions.h vector3d.h longlat.h \
|
---|
158 | utilgeom.h
|
---|