source: Sophya/trunk/SophyaLib/Samba/smakefile@ 3725

Last change on this file since 3725 was 3615, checked in by cmv, 16 years ago

Modifs relatives a l'introduction de RandomGeneratorInterface + delete de srandgen.c, cmv 01/05/2009

File size: 6.7 KB
RevLine 
[2743]1include $(SOPHYABASE)/include/sophyamake.inc
2
3all: $(SOPHYALIBP)libSamba.a
4
5clean:
6 rm -f $(SOPHYAOBJP)alm.o $(SOPHYAOBJP)bruit.o $(SOPHYAOBJP)circle.o $(SOPHYAOBJP)datacirclefake.o $(SOPHYAOBJP)harmspher.o $(SOPHYAOBJP)lambdaBuilder.o $(SOPHYAOBJP)mlobe.o $(SOPHYAOBJP)sambainit.o $(SOPHYAOBJP)scan.o $(SOPHYAOBJP)sphericaltransformserver.o
7 rm -f $(SOPHYALIBP)libSamba.a
8
9$(SOPHYALIBP)libSamba.a : $(SOPHYAOBJP)alm.o $(SOPHYAOBJP)bruit.o $(SOPHYAOBJP)circle.o $(SOPHYAOBJP)datacirclefake.o $(SOPHYAOBJP)harmspher.o $(SOPHYAOBJP)lambdaBuilder.o $(SOPHYAOBJP)mlobe.o $(SOPHYAOBJP)sambainit.o $(SOPHYAOBJP)scan.o $(SOPHYAOBJP)sphericaltransformserver.o
10 $(AR) $(ARFLAGS) $@ $?
[2763]11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
[2743]12
[3405]13$(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \
[3615]14 $(SOPHYAINCP)randinterf.h \
[2743]15 $(SOPHYAINCP)machdefs.h \
[3572]16 $(SOPHYAINCP)anydataobj.h \
[2743]17 $(SOPHYAINCP)nbmath.h \
18 $(SOPHYAINCP)smathconst.h \
19 $(SOPHYAINCP)triangmtx.h \
[3615]20 $(SOPHYAINCP)ndatablock.h \
21 $(SOPHYAINCP)pexceptions.h \
[2743]22 $(SOPHYAINCP)tvector.h \
23 $(SOPHYAINCP)tmatrix.h \
24 $(SOPHYAINCP)tarray.h \
25 $(SOPHYAINCP)basarr.h \
26 $(SOPHYAINCP)mutyv.h \
[3007]27 $(SOPHYAINCP)timestamp.h \
[3615]28 $(SOPHYAINCP)objfio.h \
29 $(SOPHYAINCP)ppersist.h \
30 $(SOPHYAINCP)gnumd5.h \
31 $(SOPHYAINCP)ppfbinstream.h \
32 $(SOPHYAINCP)rawstream.h \
33 $(SOPHYAINCP)ppfnametag.h \
[3007]34 $(SOPHYAINCP)dvlist.h \
35 $(SOPHYAINCP)utilarr.h \
[3615]36 $(SOPHYAINCP)randinterf.h \
[3007]37 $(SOPHYAINCP)tmatrix_tsnl.h \
38 $(SOPHYAINCP)tvector_tsnl.h
[2765]39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc
[2743]40
[3405]41$(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \
[2743]42 $(SOPHYAINCP)fmath.h bruit.h \
43 $(SOPHYAINCP)srandgen.h \
[3615]44 $(SOPHYAINCP)machdefs.h \
45 $(SOPHYAINCP)randinterf.h \
46 $(SOPHYAINCP)anydataobj.h
[2765]47 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc
[2743]48
[3405]49$(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \
50 circle.h $(SOPHYAINCP)vector3d.h \
[2743]51 $(SOPHYAINCP)longlat.h \
52 $(SOPHYAINCP)machdefs.h \
53 $(SOPHYAINCP)utilgeom.h \
[3007]54 $(SOPHYAINCP)unitvector.h \
[3405]55 $(SOPHYAINCP)vector3d.h \
56 $(SOPHYAINCP)utilgeom.h geometry.h
[2765]57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc
[2743]58
59$(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \
[3405]60 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \
61 datacirclebase.h circle.h \
[2743]62 $(SOPHYAINCP)vector3d.h \
63 $(SOPHYAINCP)longlat.h \
64 $(SOPHYAINCP)machdefs.h \
65 $(SOPHYAINCP)utilgeom.h \
[3007]66 $(SOPHYAINCP)unitvector.h \
[3405]67 $(SOPHYAINCP)vector3d.h \
68 $(SOPHYAINCP)utilgeom.h geometry.h
[2765]69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc
[2743]70
[3405]71$(SOPHYAOBJP)harmspher.o: harmspher.cc $(SOPHYAINCP)machdefs.h \
[3077]72 harmspher.h
[2765]73 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc
[2743]74
75$(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \
[3405]76 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \
[2743]77 $(SOPHYAINCP)ndatablock.h \
78 $(SOPHYAINCP)machdefs.h \
79 $(SOPHYAINCP)anydataobj.h \
80 $(SOPHYAINCP)tvector.h \
81 $(SOPHYAINCP)tmatrix.h \
82 $(SOPHYAINCP)tarray.h \
83 $(SOPHYAINCP)basarr.h \
84 $(SOPHYAINCP)mutyv.h \
[3007]85 $(SOPHYAINCP)timestamp.h \
[2743]86 $(SOPHYAINCP)objfio.h \
87 $(SOPHYAINCP)ppersist.h \
88 $(SOPHYAINCP)pexceptions.h \
89 $(SOPHYAINCP)gnumd5.h \
90 $(SOPHYAINCP)ppfbinstream.h \
91 $(SOPHYAINCP)rawstream.h \
92 $(SOPHYAINCP)ppfnametag.h \
[3007]93 $(SOPHYAINCP)dvlist.h \
[3405]94 $(SOPHYAINCP)ndatablock.h \
[3007]95 $(SOPHYAINCP)utilarr.h \
[3615]96 $(SOPHYAINCP)randinterf.h \
[3007]97 $(SOPHYAINCP)tmatrix_tsnl.h \
[3405]98 $(SOPHYAINCP)tvector_tsnl.h alm.h \
[3615]99 $(SOPHYAINCP)randinterf.h \
[2743]100 $(SOPHYAINCP)nbmath.h \
101 $(SOPHYAINCP)smathconst.h \
102 $(SOPHYAINCP)triangmtx.h \
[3572]103 $(SOPHYAINCP)pexceptions.h \
[2743]104 $(SOPHYAINCP)nbconst.h
[2765]105 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc
[2743]106
[3405]107$(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h mlobe.h \
[3077]108 $(SOPHYAINCP)sphericalmap.h \
[2743]109 $(SOPHYAINCP)smathconst.h \
110 $(SOPHYAINCP)machdefs.h \
111 $(SOPHYAINCP)pixelmap.h \
112 $(SOPHYAINCP)ppersist.h \
113 $(SOPHYAINCP)pexceptions.h \
114 $(SOPHYAINCP)gnumd5.h \
115 $(SOPHYAINCP)ppfbinstream.h \
116 $(SOPHYAINCP)rawstream.h \
117 $(SOPHYAINCP)ppfnametag.h \
118 $(SOPHYAINCP)dvlist.h \
119 $(SOPHYAINCP)objfio.h \
120 $(SOPHYAINCP)anydataobj.h \
121 $(SOPHYAINCP)mutyv.h \
[3007]122 $(SOPHYAINCP)timestamp.h \
[2743]123 $(SOPHYAINCP)spherepos.h \
124 $(SOPHYAINCP)unitvector.h \
125 $(SOPHYAINCP)vector3d.h \
126 $(SOPHYAINCP)longlat.h \
127 $(SOPHYAINCP)utilgeom.h \
[3007]128 $(SOPHYAINCP)datatype.h \
[2743]129 $(SOPHYAINCP)tvector.h \
130 $(SOPHYAINCP)tmatrix.h \
131 $(SOPHYAINCP)tarray.h \
132 $(SOPHYAINCP)basarr.h \
133 $(SOPHYAINCP)ndatablock.h \
134 $(SOPHYAINCP)utilarr.h \
[3615]135 $(SOPHYAINCP)randinterf.h \
[3007]136 $(SOPHYAINCP)tmatrix_tsnl.h \
137 $(SOPHYAINCP)tvector_tsnl.h \
[3405]138 $(SOPHYAINCP)unitvector.h \
[2743]139 $(SOPHYAINCP)timing.h
[2765]140 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc
[2743]141
[3405]142$(SOPHYAOBJP)sambainit.o: sambainit.cc $(SOPHYAINCP)sopnamsp.h \
143 sambainit.h $(SOPHYAINCP)skymapinit.h \
[2743]144 $(SOPHYAINCP)sophyainit.h \
145 $(SOPHYAINCP)machdefs.h \
146 $(SOPHYAINCP)ntoolsinit.h \
147 $(SOPHYAINCP)tarrinit.h
[2765]148 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc
[2743]149
[3405]150$(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \
[2743]151 $(SOPHYAINCP)machdefs.h scan.h \
152 $(SOPHYAINCP)ppersist.h \
[3405]153 $(SOPHYAINCP)machdefs.h \
[2743]154 $(SOPHYAINCP)pexceptions.h \
155 $(SOPHYAINCP)gnumd5.h \
156 $(SOPHYAINCP)ppfbinstream.h \
157 $(SOPHYAINCP)rawstream.h \
158 $(SOPHYAINCP)ppfnametag.h \
[3405]159 $(SOPHYAINCP)ppersist.h \
[2743]160 $(SOPHYAINCP)dvlist.h \
161 $(SOPHYAINCP)objfio.h \
162 $(SOPHYAINCP)anydataobj.h \
163 $(SOPHYAINCP)mutyv.h \
[3007]164 $(SOPHYAINCP)timestamp.h \
[2743]165 $(SOPHYAINCP)ndatablock.h \
166 $(SOPHYAINCP)fiondblock.h \
[3405]167 $(SOPHYAINCP)ndatablock.h \
[2743]168 $(SOPHYAINCP)smathconst.h
[2765]169 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc
[2743]170
171$(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \
172 $(SOPHYAINCP)sopnamsp.h \
173 $(SOPHYAINCP)machdefs.h \
174 sphericaltransformserver.h \
175 $(SOPHYAINCP)sphericalmap.h \
176 $(SOPHYAINCP)smathconst.h \
[3405]177 $(SOPHYAINCP)machdefs.h \
[2743]178 $(SOPHYAINCP)pixelmap.h \
179 $(SOPHYAINCP)ppersist.h \
180 $(SOPHYAINCP)pexceptions.h \
181 $(SOPHYAINCP)gnumd5.h \
182 $(SOPHYAINCP)ppfbinstream.h \
183 $(SOPHYAINCP)rawstream.h \
184 $(SOPHYAINCP)ppfnametag.h \
185 $(SOPHYAINCP)dvlist.h \
186 $(SOPHYAINCP)objfio.h \
187 $(SOPHYAINCP)anydataobj.h \
188 $(SOPHYAINCP)mutyv.h \
[3007]189 $(SOPHYAINCP)timestamp.h \
[2743]190 $(SOPHYAINCP)spherepos.h \
191 $(SOPHYAINCP)unitvector.h \
192 $(SOPHYAINCP)vector3d.h \
193 $(SOPHYAINCP)longlat.h \
194 $(SOPHYAINCP)utilgeom.h \
[3007]195 $(SOPHYAINCP)datatype.h \
[2743]196 $(SOPHYAINCP)tvector.h \
197 $(SOPHYAINCP)tmatrix.h \
198 $(SOPHYAINCP)tarray.h \
199 $(SOPHYAINCP)basarr.h \
200 $(SOPHYAINCP)ndatablock.h \
201 $(SOPHYAINCP)utilarr.h \
[3615]202 $(SOPHYAINCP)randinterf.h \
[3007]203 $(SOPHYAINCP)tmatrix_tsnl.h \
204 $(SOPHYAINCP)tvector_tsnl.h \
[2743]205 $(SOPHYAINCP)fftservintf.h \
[3405]206 $(SOPHYAINCP)fftpserver.h \
[3572]207 $(SOPHYAINCP)fftservintf.h \
[3615]208 $(SOPHYAINCP)randinterf.h alm.h \
[2743]209 $(SOPHYAINCP)nbmath.h \
[3007]210 $(SOPHYAINCP)triangmtx.h \
[3405]211 $(SOPHYAINCP)tvector.h lambdaBuilder.h \
212 $(SOPHYAINCP)ndatablock.h \
[3572]213 $(SOPHYAINCP)pexceptions.h \
[2743]214 $(SOPHYAINCP)timing.h
[2765]215 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc
[2743]216
Note: See TracBrowser for help on using the repository browser.