source: Sophya/trunk/SophyaExt/FitsIOServer/Makefile@ 1608

Last change on this file since 1608 was 1509, checked in by ansari, 24 years ago

MAJ Makefile - Reza 22/5/2001

File size: 4.7 KB
RevLine 
[672]1include ../Mgr/Makefile.h
2
3all: $(LIB)libFitsIOServer.a
4clean:
[1509]5 rm -f $(OBJ)fbtntintf.o $(OBJ)fitsautoreader.o $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
[672]6 rm -f $(LIB)libFitsIOServer.a
[1509]7$(LIB)libFitsIOServer.a : $(OBJ)fbtntintf.o $(OBJ)fitsautoreader.o $(OBJ)fitsbntbllineRW.o $(OBJ)fitsfile.o $(OBJ)fitslocalmap.o $(OBJ)fitsntuple.o $(OBJ)fitsspherehealpix.o $(OBJ)fitstarray.o $(OBJ)fitsxntuple.o
[672]8 $(ARCXX) $(ARCXXFLAGS) $@ $?
9ifeq ($(CXX),cxx)
[824]10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
[672]11endif
12
[1509]13$(OBJ)fbtntintf.o: fbtntintf.cc $(INC)machdefs.h \
14 $(INC)pexceptions.h fbtntintf.h \
15 $(INC)anydataobj.h \
16 $(INC)ntupintf.h \
17 $(EXTINCPATH)FitsIO/fitsio.h \
18 $(EXTINCPATH)FitsIO/longnam.h
[1311]19$(OBJ)fitsautoreader.o: fitsautoreader.cc \
20 $(INC)pexceptions.h \
21 $(INC)machdefs.h fitsautoreader.h \
22 $(INC)anydataobj.h fitsfile.h \
23 $(INC)ndatablock.h \
24 $(INC)dvlist.h \
25 $(INC)objfio.h \
26 $(INC)ppersist.h \
27 $(INC)gnumd5.h \
28 $(INC)mutyv.h \
29 $(EXTINCPATH)FitsIO/fitsio.h \
30 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h \
31 $(INC)tarray.h \
32 $(INC)basarr.h \
33 $(INC)utilarr.h fitsspherehealpix.h \
34 $(INC)spherehealpix.h \
35 $(INC)sphericalmap.h \
36 $(INC)smathconst.h \
37 $(INC)pixelmap.h \
38 $(INC)spherepos.h \
39 $(INC)unitvector.h \
40 $(INC)vector3d.h \
41 $(INC)longlat.h \
42 $(INC)utilgeom.h \
43 $(INC)tvector.h \
44 $(INC)tmatrix.h \
45 $(INC)HEALPixUtils.h fitsntuple.h \
46 $(INC)ntuple.h \
47 $(INC)ntupintf.h fitsxntuple.h \
48 $(INC)xntuple.h fitslocalmap.h \
49 $(INC)localmap.h
[1223]50$(OBJ)fitsbntbllineRW.o: fitsbntbllineRW.cc \
[1115]51 $(INC)pexceptions.h \
[1223]52 $(INC)machdefs.h fitsbntbllineRW.h \
[919]53 $(INC)dvlist.h \
54 $(INC)objfio.h \
[1223]55 $(INC)anydataobj.h \
[919]56 $(INC)ppersist.h \
[1115]57 $(INC)gnumd5.h \
[1223]58 $(INC)mutyv.h fitsfile.h \
59 $(INC)ndatablock.h \
[1115]60 $(EXTINCPATH)FitsIO/fitsio.h \
61 $(EXTINCPATH)FitsIO/longnam.h \
[1223]62 $(INC)utils.h
[1115]63$(OBJ)fitsfile.o: fitsfile.cc $(INC)machdefs.h \
64 fitsfile.h $(INC)ndatablock.h \
65 $(INC)anydataobj.h \
66 $(INC)dvlist.h \
67 $(INC)objfio.h \
68 $(INC)ppersist.h \
[919]69 $(INC)pexceptions.h \
70 $(INC)gnumd5.h \
[1115]71 $(INC)mutyv.h \
[919]72 $(EXTINCPATH)FitsIO/fitsio.h \
73 $(EXTINCPATH)FitsIO/longnam.h \
74 $(INC)strutil.h fitsspherehealpix.h \
75 $(INC)spherehealpix.h \
76 $(INC)sphericalmap.h \
77 $(INC)smathconst.h \
78 $(INC)pixelmap.h \
79 $(INC)spherepos.h \
80 $(INC)unitvector.h \
81 $(INC)vector3d.h \
82 $(INC)longlat.h \
83 $(INC)utilgeom.h \
84 $(INC)tvector.h \
85 $(INC)tmatrix.h \
86 $(INC)tarray.h \
87 $(INC)basarr.h \
[1223]88 $(INC)utilarr.h \
89 $(INC)HEALPixUtils.h
90$(OBJ)fitslocalmap.o: fitslocalmap.cc \
91 $(INC)machdefs.h fitslocalmap.h \
92 $(INC)pexceptions.h \
93 $(INC)localmap.h \
94 $(INC)pixelmap.h \
95 $(INC)ppersist.h \
96 $(INC)gnumd5.h \
97 $(INC)dvlist.h \
98 $(INC)objfio.h \
99 $(INC)anydataobj.h \
100 $(INC)mutyv.h \
101 $(INC)spherepos.h \
102 $(INC)unitvector.h \
103 $(INC)vector3d.h \
104 $(INC)longlat.h \
105 $(INC)utilgeom.h \
106 $(INC)sphericalmap.h \
107 $(INC)smathconst.h \
108 $(INC)tvector.h \
109 $(INC)tmatrix.h \
110 $(INC)tarray.h \
111 $(INC)basarr.h \
112 $(INC)ndatablock.h \
113 $(INC)utilarr.h fitsfile.h \
114 $(EXTINCPATH)FitsIO/fitsio.h \
115 $(EXTINCPATH)FitsIO/longnam.h
[919]116$(OBJ)fitsntuple.o: fitsntuple.cc \
117 $(INC)pexceptions.h \
118 $(INC)machdefs.h fitsntuple.h \
119 $(INC)ntuple.h \
120 $(INC)objfio.h \
121 $(INC)anydataobj.h \
122 $(INC)ppersist.h \
123 $(INC)gnumd5.h \
124 $(INC)ntupintf.h \
[1115]125 $(INC)dvlist.h \
126 $(INC)mutyv.h fitsfile.h \
[919]127 $(INC)ndatablock.h \
128 $(EXTINCPATH)FitsIO/fitsio.h \
129 $(EXTINCPATH)FitsIO/longnam.h
130$(OBJ)fitsspherehealpix.o: fitsspherehealpix.cc \
131 $(INC)pexceptions.h \
132 $(INC)machdefs.h fitsspherehealpix.h \
133 $(INC)spherehealpix.h \
134 $(INC)sphericalmap.h \
135 $(INC)smathconst.h \
136 $(INC)pixelmap.h \
137 $(INC)ppersist.h \
138 $(INC)gnumd5.h \
139 $(INC)dvlist.h \
140 $(INC)objfio.h \
141 $(INC)anydataobj.h \
[1115]142 $(INC)mutyv.h \
[919]143 $(INC)spherepos.h \
144 $(INC)unitvector.h \
145 $(INC)vector3d.h \
146 $(INC)longlat.h \
147 $(INC)utilgeom.h \
148 $(INC)tvector.h \
149 $(INC)tmatrix.h \
150 $(INC)tarray.h \
151 $(INC)basarr.h \
152 $(INC)ndatablock.h \
[1223]153 $(INC)utilarr.h \
154 $(INC)HEALPixUtils.h fitsfile.h \
[919]155 $(EXTINCPATH)FitsIO/fitsio.h \
[1223]156 $(EXTINCPATH)FitsIO/longnam.h fitstarray.h
[919]157$(OBJ)fitstarray.o: fitstarray.cc $(INC)machdefs.h \
158 $(INC)pexceptions.h fitstarray.h \
159 $(INC)tarray.h \
160 $(INC)basarr.h \
161 $(INC)anydataobj.h \
[1115]162 $(INC)mutyv.h \
[919]163 $(INC)dvlist.h \
164 $(INC)objfio.h \
165 $(INC)ppersist.h \
166 $(INC)gnumd5.h \
167 $(INC)ndatablock.h \
168 $(INC)utilarr.h fitsfile.h \
169 $(EXTINCPATH)FitsIO/fitsio.h \
170 $(EXTINCPATH)FitsIO/longnam.h
171$(OBJ)fitsxntuple.o: fitsxntuple.cc \
172 $(INC)pexceptions.h \
173 $(INC)machdefs.h fitsxntuple.h \
174 $(INC)xntuple.h \
[1115]175 $(INC)ntupintf.h \
176 $(INC)ppersist.h \
177 $(INC)gnumd5.h \
178 $(INC)dvlist.h \
[919]179 $(INC)objfio.h \
180 $(INC)anydataobj.h \
[1115]181 $(INC)mutyv.h fitsfile.h \
[919]182 $(INC)ndatablock.h \
183 $(EXTINCPATH)FitsIO/fitsio.h \
184 $(EXTINCPATH)FitsIO/longnam.h
Note: See TracBrowser for help on using the repository browser.