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

Last change on this file since 2912 was 2765, checked in by ansari, 20 years ago

MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005

File size: 5.8 KB
Line 
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) $@ $?
11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
12
13$(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \
14 $(SOPHYAINCP)nbrandom.h \
15 $(SOPHYAINCP)srandgen.h \
16 $(SOPHYAINCP)machdefs.h \
17 $(SOPHYAINCP)nbmath.h \
18 $(SOPHYAINCP)smathconst.h \
19 $(SOPHYAINCP)triangmtx.h \
20 $(SOPHYAINCP)ndatablock.h \
21 $(SOPHYAINCP)anydataobj.h \
22 $(SOPHYAINCP)pexceptions.h \
23 $(SOPHYAINCP)tvector.h \
24 $(SOPHYAINCP)tmatrix.h \
25 $(SOPHYAINCP)tarray.h \
26 $(SOPHYAINCP)basarr.h \
27 $(SOPHYAINCP)mutyv.h \
28 $(SOPHYAINCP)dvlist.h \
29 $(SOPHYAINCP)objfio.h \
30 $(SOPHYAINCP)ppersist.h \
31 $(SOPHYAINCP)gnumd5.h \
32 $(SOPHYAINCP)ppfbinstream.h \
33 $(SOPHYAINCP)rawstream.h \
34 $(SOPHYAINCP)ppfnametag.h \
35 $(SOPHYAINCP)utilarr.h
36 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc
37
38$(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \
39 $(SOPHYAINCP)fmath.h bruit.h \
40 $(SOPHYAINCP)nbrandom.h \
41 $(SOPHYAINCP)srandgen.h \
42 $(SOPHYAINCP)machdefs.h
43 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc
44
45$(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \
46 circle.h $(SOPHYAINCP)vector3d.h \
47 $(SOPHYAINCP)longlat.h \
48 $(SOPHYAINCP)machdefs.h \
49 $(SOPHYAINCP)utilgeom.h \
50 $(SOPHYAINCP)unitvector.h geometry.h
51 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc
52
53$(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \
54 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \
55 datacirclebase.h circle.h \
56 $(SOPHYAINCP)vector3d.h \
57 $(SOPHYAINCP)longlat.h \
58 $(SOPHYAINCP)machdefs.h \
59 $(SOPHYAINCP)utilgeom.h \
60 $(SOPHYAINCP)unitvector.h geometry.h
61 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc
62
63$(SOPHYAOBJP)harmspher.o: harmspher.cc \
64 $(SOPHYAINCP)machdefs.h harmspher.h
65 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc
66
67$(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \
68 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \
69 $(SOPHYAINCP)ndatablock.h \
70 $(SOPHYAINCP)machdefs.h \
71 $(SOPHYAINCP)anydataobj.h \
72 $(SOPHYAINCP)tvector.h \
73 $(SOPHYAINCP)tmatrix.h \
74 $(SOPHYAINCP)tarray.h \
75 $(SOPHYAINCP)basarr.h \
76 $(SOPHYAINCP)mutyv.h \
77 $(SOPHYAINCP)dvlist.h \
78 $(SOPHYAINCP)objfio.h \
79 $(SOPHYAINCP)ppersist.h \
80 $(SOPHYAINCP)pexceptions.h \
81 $(SOPHYAINCP)gnumd5.h \
82 $(SOPHYAINCP)ppfbinstream.h \
83 $(SOPHYAINCP)rawstream.h \
84 $(SOPHYAINCP)ppfnametag.h \
85 $(SOPHYAINCP)utilarr.h alm.h \
86 $(SOPHYAINCP)nbrandom.h \
87 $(SOPHYAINCP)srandgen.h \
88 $(SOPHYAINCP)nbmath.h \
89 $(SOPHYAINCP)smathconst.h \
90 $(SOPHYAINCP)triangmtx.h \
91 $(SOPHYAINCP)nbconst.h
92 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc
93
94$(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \
95 mlobe.h $(SOPHYAINCP)sphericalmap.h \
96 $(SOPHYAINCP)smathconst.h \
97 $(SOPHYAINCP)machdefs.h \
98 $(SOPHYAINCP)pixelmap.h \
99 $(SOPHYAINCP)ppersist.h \
100 $(SOPHYAINCP)pexceptions.h \
101 $(SOPHYAINCP)gnumd5.h \
102 $(SOPHYAINCP)ppfbinstream.h \
103 $(SOPHYAINCP)rawstream.h \
104 $(SOPHYAINCP)ppfnametag.h \
105 $(SOPHYAINCP)dvlist.h \
106 $(SOPHYAINCP)objfio.h \
107 $(SOPHYAINCP)anydataobj.h \
108 $(SOPHYAINCP)mutyv.h \
109 $(SOPHYAINCP)spherepos.h \
110 $(SOPHYAINCP)unitvector.h \
111 $(SOPHYAINCP)vector3d.h \
112 $(SOPHYAINCP)longlat.h \
113 $(SOPHYAINCP)utilgeom.h \
114 $(SOPHYAINCP)tvector.h \
115 $(SOPHYAINCP)tmatrix.h \
116 $(SOPHYAINCP)tarray.h \
117 $(SOPHYAINCP)basarr.h \
118 $(SOPHYAINCP)ndatablock.h \
119 $(SOPHYAINCP)utilarr.h \
120 $(SOPHYAINCP)timing.h
121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc
122
123$(SOPHYAOBJP)sambainit.o: sambainit.cc \
124 $(SOPHYAINCP)sopnamsp.h sambainit.h \
125 $(SOPHYAINCP)skymapinit.h \
126 $(SOPHYAINCP)sophyainit.h \
127 $(SOPHYAINCP)machdefs.h \
128 $(SOPHYAINCP)ntoolsinit.h \
129 $(SOPHYAINCP)tarrinit.h
130 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc
131
132$(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \
133 $(SOPHYAINCP)machdefs.h scan.h \
134 $(SOPHYAINCP)ppersist.h \
135 $(SOPHYAINCP)pexceptions.h \
136 $(SOPHYAINCP)gnumd5.h \
137 $(SOPHYAINCP)ppfbinstream.h \
138 $(SOPHYAINCP)rawstream.h \
139 $(SOPHYAINCP)ppfnametag.h \
140 $(SOPHYAINCP)dvlist.h \
141 $(SOPHYAINCP)objfio.h \
142 $(SOPHYAINCP)anydataobj.h \
143 $(SOPHYAINCP)mutyv.h \
144 $(SOPHYAINCP)ndatablock.h \
145 $(SOPHYAINCP)fiondblock.h \
146 $(SOPHYAINCP)smathconst.h
147 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc
148
149$(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \
150 $(SOPHYAINCP)sopnamsp.h \
151 $(SOPHYAINCP)machdefs.h \
152 sphericaltransformserver.h \
153 $(SOPHYAINCP)sphericalmap.h \
154 $(SOPHYAINCP)smathconst.h \
155 $(SOPHYAINCP)pixelmap.h \
156 $(SOPHYAINCP)ppersist.h \
157 $(SOPHYAINCP)pexceptions.h \
158 $(SOPHYAINCP)gnumd5.h \
159 $(SOPHYAINCP)ppfbinstream.h \
160 $(SOPHYAINCP)rawstream.h \
161 $(SOPHYAINCP)ppfnametag.h \
162 $(SOPHYAINCP)dvlist.h \
163 $(SOPHYAINCP)objfio.h \
164 $(SOPHYAINCP)anydataobj.h \
165 $(SOPHYAINCP)mutyv.h \
166 $(SOPHYAINCP)spherepos.h \
167 $(SOPHYAINCP)unitvector.h \
168 $(SOPHYAINCP)vector3d.h \
169 $(SOPHYAINCP)longlat.h \
170 $(SOPHYAINCP)utilgeom.h \
171 $(SOPHYAINCP)tvector.h \
172 $(SOPHYAINCP)tmatrix.h \
173 $(SOPHYAINCP)tarray.h \
174 $(SOPHYAINCP)basarr.h \
175 $(SOPHYAINCP)ndatablock.h \
176 $(SOPHYAINCP)utilarr.h \
177 $(SOPHYAINCP)fftservintf.h \
178 $(SOPHYAINCP)fftpserver.h alm.h \
179 $(SOPHYAINCP)nbrandom.h \
180 $(SOPHYAINCP)srandgen.h \
181 $(SOPHYAINCP)nbmath.h \
182 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \
183 $(SOPHYAINCP)timing.h
184 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc
185
Note: See TracBrowser for help on using the repository browser.