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

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

MAJ Makefile - Reza 8/11/2005

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