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

Last change on this file since 1010 was 941, checked in by ansari, 26 years ago

MAJ Makfile - Reza 14/4/2000

File size: 4.7 KB
RevLine 
[764]1include ../Mgr/Makefile.h
2
3all: $(LIB)libSkyMap.a
4clean:
[941]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
[764]6 rm -f $(LIB)libSkyMap.a
[941]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
[764]8 $(ARCXX) $(ARCXXFLAGS) $@ $?
9ifeq ($(CXX),cxx)
[824]10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
[764]11endif
12
[919]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
[764]64$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
[824]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 \
[764]72 vector3d.h longlat.h utilgeom.h sphericalmap.h \
[824]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
[764]82$(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
[941]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
[919]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 \
[824]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 \
[764]103 vector3d.h longlat.h utilgeom.h \
[824]104 $(INC)tvector.h \
105 $(INC)tmatrix.h \
106 $(INC)tarray.h \
107 $(INC)basarr.h \
108 $(INC)ndatablock.h \
[919]109 $(INC)utilarr.h fiospherehealpix.h \
110 spherehealpix.h fiospherethetaphi.h fiolocalmap.h localmap.h
111$(OBJ)spherehealpix.o: spherehealpix.cc \
[824]112 $(INC)machdefs.h \
113 $(INC)pexceptions.h \
114 $(INC)fiondblock.h \
115 $(INC)ppersist.h \
116 $(INC)gnumd5.h \
117 $(INC)ndatablock.h \
[919]118 $(INC)anydataobj.h spherehealpix.h \
[824]119 sphericalmap.h $(INC)smathconst.h pixelmap.h \
120 $(INC)dvlist.h \
121 $(INC)objfio.h spherepos.h unitvector.h \
[764]122 vector3d.h longlat.h utilgeom.h \
[824]123 $(INC)tvector.h \
124 $(INC)tmatrix.h \
125 $(INC)tarray.h \
126 $(INC)basarr.h \
127 $(INC)utilarr.h \
128 $(INC)strutil.h
[764]129$(OBJ)spherepos.o: spherepos.cc spherepos.h \
[824]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
[764]135$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
[824]136 $(INC)smathconst.h \
[919]137 $(INC)machdefs.h pixelmap.h \
[824]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 \
[764]144 vector3d.h longlat.h utilgeom.h \
[824]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
[764]153$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
154 utilgeom.h
155$(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
[824]156$(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \
157 $(INC)pexceptions.h vector3d.h longlat.h \
[764]158 utilgeom.h
Note: See TracBrowser for help on using the repository browser.