[2743] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | all: $(SOPHYALIBP)libSamba.a
|
---|
| 4 |
|
---|
| 5 | clean:
|
---|
| 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 |
|
---|
[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 \
|
---|
[3007] | 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 \
|
---|
[3007] | 35 | $(SOPHYAINCP)dvlist.h \
|
---|
| 36 | $(SOPHYAINCP)utilarr.h \
|
---|
| 37 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 38 | $(SOPHYAINCP)tvector_tsnl.h
|
---|
[2765] | 39 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc
|
---|
[2743] | 40 |
|
---|
[2765] | 41 | $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
[2743] | 42 | $(SOPHYAINCP)fmath.h bruit.h \
|
---|
| 43 | $(SOPHYAINCP)nbrandom.h \
|
---|
| 44 | $(SOPHYAINCP)srandgen.h \
|
---|
| 45 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 46 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc
|
---|
[2743] | 47 |
|
---|
[2765] | 48 | $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 49 | circle.h $(SOPHYAINCP)vector3d.h \
|
---|
[2743] | 50 | $(SOPHYAINCP)longlat.h \
|
---|
| 51 | $(SOPHYAINCP)machdefs.h \
|
---|
| 52 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 53 | $(SOPHYAINCP)unitvector.h \
|
---|
| 54 | $(SOPHYAINCP)vector3d.h \
|
---|
| 55 | $(SOPHYAINCP)utilgeom.h geometry.h
|
---|
[2765] | 56 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc
|
---|
[2743] | 57 |
|
---|
| 58 | $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \
|
---|
[2765] | 59 | $(SOPHYAINCP)sopnamsp.h datacirclefake.h \
|
---|
| 60 | datacirclebase.h circle.h \
|
---|
[2743] | 61 | $(SOPHYAINCP)vector3d.h \
|
---|
| 62 | $(SOPHYAINCP)longlat.h \
|
---|
| 63 | $(SOPHYAINCP)machdefs.h \
|
---|
| 64 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 65 | $(SOPHYAINCP)unitvector.h \
|
---|
| 66 | $(SOPHYAINCP)vector3d.h \
|
---|
| 67 | $(SOPHYAINCP)utilgeom.h geometry.h
|
---|
[2765] | 68 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc
|
---|
[2743] | 69 |
|
---|
| 70 | $(SOPHYAOBJP)harmspher.o: harmspher.cc \
|
---|
[2765] | 71 | $(SOPHYAINCP)machdefs.h harmspher.h
|
---|
| 72 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc
|
---|
[2743] | 73 |
|
---|
| 74 | $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \
|
---|
[2765] | 75 | $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \
|
---|
[2743] | 76 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 77 | $(SOPHYAINCP)machdefs.h \
|
---|
| 78 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 79 | $(SOPHYAINCP)tvector.h \
|
---|
| 80 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 81 | $(SOPHYAINCP)tarray.h \
|
---|
| 82 | $(SOPHYAINCP)basarr.h \
|
---|
| 83 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 84 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 85 | $(SOPHYAINCP)objfio.h \
|
---|
| 86 | $(SOPHYAINCP)ppersist.h \
|
---|
| 87 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 88 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 89 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 90 | $(SOPHYAINCP)rawstream.h \
|
---|
| 91 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 92 | $(SOPHYAINCP)dvlist.h \
|
---|
| 93 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 94 | $(SOPHYAINCP)utilarr.h \
|
---|
| 95 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 96 | $(SOPHYAINCP)tvector_tsnl.h alm.h \
|
---|
[2743] | 97 | $(SOPHYAINCP)nbrandom.h \
|
---|
| 98 | $(SOPHYAINCP)srandgen.h \
|
---|
| 99 | $(SOPHYAINCP)nbmath.h \
|
---|
| 100 | $(SOPHYAINCP)smathconst.h \
|
---|
| 101 | $(SOPHYAINCP)triangmtx.h \
|
---|
| 102 | $(SOPHYAINCP)nbconst.h
|
---|
[2765] | 103 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc
|
---|
[2743] | 104 |
|
---|
[2765] | 105 | $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 106 | mlobe.h $(SOPHYAINCP)sphericalmap.h \
|
---|
[2743] | 107 | $(SOPHYAINCP)smathconst.h \
|
---|
| 108 | $(SOPHYAINCP)machdefs.h \
|
---|
| 109 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 110 | $(SOPHYAINCP)ppersist.h \
|
---|
| 111 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 112 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 113 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 114 | $(SOPHYAINCP)rawstream.h \
|
---|
| 115 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 116 | $(SOPHYAINCP)dvlist.h \
|
---|
| 117 | $(SOPHYAINCP)objfio.h \
|
---|
| 118 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 119 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 120 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 121 | $(SOPHYAINCP)spherepos.h \
|
---|
| 122 | $(SOPHYAINCP)unitvector.h \
|
---|
| 123 | $(SOPHYAINCP)vector3d.h \
|
---|
| 124 | $(SOPHYAINCP)longlat.h \
|
---|
| 125 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 126 | $(SOPHYAINCP)datatype.h \
|
---|
[2743] | 127 | $(SOPHYAINCP)tvector.h \
|
---|
| 128 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 129 | $(SOPHYAINCP)tarray.h \
|
---|
| 130 | $(SOPHYAINCP)basarr.h \
|
---|
| 131 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 132 | $(SOPHYAINCP)utilarr.h \
|
---|
[3007] | 133 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 134 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 135 | $(SOPHYAINCP)unitvector.h \
|
---|
[2743] | 136 | $(SOPHYAINCP)timing.h
|
---|
[2765] | 137 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc
|
---|
[2743] | 138 |
|
---|
| 139 | $(SOPHYAOBJP)sambainit.o: sambainit.cc \
|
---|
[2765] | 140 | $(SOPHYAINCP)sopnamsp.h sambainit.h \
|
---|
[2743] | 141 | $(SOPHYAINCP)skymapinit.h \
|
---|
| 142 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 143 | $(SOPHYAINCP)machdefs.h \
|
---|
| 144 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
| 145 | $(SOPHYAINCP)tarrinit.h
|
---|
[2765] | 146 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc
|
---|
[2743] | 147 |
|
---|
[2765] | 148 | $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
[2743] | 149 | $(SOPHYAINCP)machdefs.h scan.h \
|
---|
| 150 | $(SOPHYAINCP)ppersist.h \
|
---|
[3007] | 151 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 152 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 153 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 154 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 155 | $(SOPHYAINCP)rawstream.h \
|
---|
| 156 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 157 | $(SOPHYAINCP)ppersist.h \
|
---|
[2743] | 158 | $(SOPHYAINCP)dvlist.h \
|
---|
| 159 | $(SOPHYAINCP)objfio.h \
|
---|
| 160 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 161 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 162 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 163 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 164 | $(SOPHYAINCP)fiondblock.h \
|
---|
[3007] | 165 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2743] | 166 | $(SOPHYAINCP)smathconst.h
|
---|
[2765] | 167 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc
|
---|
[2743] | 168 |
|
---|
| 169 | $(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \
|
---|
| 170 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 171 | $(SOPHYAINCP)machdefs.h \
|
---|
| 172 | sphericaltransformserver.h \
|
---|
| 173 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 174 | $(SOPHYAINCP)smathconst.h \
|
---|
[3007] | 175 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 176 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 177 | $(SOPHYAINCP)ppersist.h \
|
---|
| 178 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 179 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 180 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 181 | $(SOPHYAINCP)rawstream.h \
|
---|
| 182 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 183 | $(SOPHYAINCP)dvlist.h \
|
---|
| 184 | $(SOPHYAINCP)objfio.h \
|
---|
| 185 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 186 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 187 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 188 | $(SOPHYAINCP)spherepos.h \
|
---|
| 189 | $(SOPHYAINCP)unitvector.h \
|
---|
| 190 | $(SOPHYAINCP)vector3d.h \
|
---|
| 191 | $(SOPHYAINCP)longlat.h \
|
---|
| 192 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 193 | $(SOPHYAINCP)datatype.h \
|
---|
[2743] | 194 | $(SOPHYAINCP)tvector.h \
|
---|
| 195 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 196 | $(SOPHYAINCP)tarray.h \
|
---|
| 197 | $(SOPHYAINCP)basarr.h \
|
---|
| 198 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 199 | $(SOPHYAINCP)utilarr.h \
|
---|
[3007] | 200 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 201 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[2743] | 202 | $(SOPHYAINCP)fftservintf.h \
|
---|
[3007] | 203 | $(SOPHYAINCP)fftpserver.h \
|
---|
| 204 | $(SOPHYAINCP)fftservintf.h alm.h \
|
---|
[2743] | 205 | $(SOPHYAINCP)nbrandom.h \
|
---|
| 206 | $(SOPHYAINCP)srandgen.h \
|
---|
| 207 | $(SOPHYAINCP)nbmath.h \
|
---|
[3007] | 208 | $(SOPHYAINCP)triangmtx.h \
|
---|
| 209 | $(SOPHYAINCP)tvector.h lambdaBuilder.h \
|
---|
| 210 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2743] | 211 | $(SOPHYAINCP)timing.h
|
---|
[2765] | 212 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc
|
---|
[2743] | 213 |
|
---|