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
RevLine 
[2743]1include ../BuildMgr/sophyamake.inc
[228]2
[2743]3all: $(SOPHYALIBP)libSamba.a
4
[228]5clean:
[2743]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
[228]8
[2743]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
[2765]13$(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h \
[2743]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 \
[2834]28 $(SOPHYAINCP)timestamp.h \
[2743]29 $(SOPHYAINCP)objfio.h \
30 $(SOPHYAINCP)ppersist.h \
31 $(SOPHYAINCP)gnumd5.h \
32 $(SOPHYAINCP)ppfbinstream.h \
33 $(SOPHYAINCP)rawstream.h \
34 $(SOPHYAINCP)ppfnametag.h \
[2834]35 $(SOPHYAINCP)dvlist.h \
[2743]36 $(SOPHYAINCP)utilarr.h
[2765]37 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc
[2743]38
[2765]39$(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \
[2743]40 $(SOPHYAINCP)fmath.h bruit.h \
41 $(SOPHYAINCP)nbrandom.h \
42 $(SOPHYAINCP)srandgen.h \
43 $(SOPHYAINCP)machdefs.h
[2765]44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc
[2743]45
[2765]46$(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \
47 circle.h $(SOPHYAINCP)vector3d.h \
[2743]48 $(SOPHYAINCP)longlat.h \
49 $(SOPHYAINCP)machdefs.h \
50 $(SOPHYAINCP)utilgeom.h \
[2765]51 $(SOPHYAINCP)unitvector.h geometry.h
52 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc
[2743]53
54$(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \
[2765]55 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \
56 datacirclebase.h circle.h \
[2743]57 $(SOPHYAINCP)vector3d.h \
58 $(SOPHYAINCP)longlat.h \
59 $(SOPHYAINCP)machdefs.h \
60 $(SOPHYAINCP)utilgeom.h \
[2765]61 $(SOPHYAINCP)unitvector.h geometry.h
62 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc
[2743]63
64$(SOPHYAOBJP)harmspher.o: harmspher.cc \
[2765]65 $(SOPHYAINCP)machdefs.h harmspher.h
66 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc
[2743]67
68$(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \
[2765]69 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \
[2743]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 \
[2834]78 $(SOPHYAINCP)timestamp.h \
[2743]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 \
[2834]86 $(SOPHYAINCP)dvlist.h \
[2743]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
[2765]94 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc
[2743]95
[2765]96$(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \
97 mlobe.h $(SOPHYAINCP)sphericalmap.h \
[2743]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 \
[2834]111 $(SOPHYAINCP)timestamp.h \
[2743]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
[2765]124 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc
[2743]125
126$(SOPHYAOBJP)sambainit.o: sambainit.cc \
[2765]127 $(SOPHYAINCP)sopnamsp.h sambainit.h \
[2743]128 $(SOPHYAINCP)skymapinit.h \
129 $(SOPHYAINCP)sophyainit.h \
130 $(SOPHYAINCP)machdefs.h \
131 $(SOPHYAINCP)ntoolsinit.h \
132 $(SOPHYAINCP)tarrinit.h
[2765]133 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc
[2743]134
[2765]135$(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \
[2743]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 \
[2834]147 $(SOPHYAINCP)timestamp.h \
[2743]148 $(SOPHYAINCP)ndatablock.h \
149 $(SOPHYAINCP)fiondblock.h \
150 $(SOPHYAINCP)smathconst.h
[2765]151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc
[2743]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 \
[2834]170 $(SOPHYAINCP)timestamp.h \
[2743]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 \
[2765]187 $(SOPHYAINCP)triangmtx.h lambdaBuilder.h \
[2743]188 $(SOPHYAINCP)timing.h
[2765]189 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc
[2743]190
Note: See TracBrowser for help on using the repository browser.