[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 |
|
---|
[3077] | 13 | $(SOPHYAOBJP)alm.o: alm.cc \
|
---|
| 14 | $(SOPHYAINCP)sopnamsp.h alm.h \
|
---|
[2743] | 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 |
|
---|
[3077] | 41 | $(SOPHYAOBJP)bruit.o: bruit.cc \
|
---|
| 42 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2743] | 43 | $(SOPHYAINCP)fmath.h bruit.h \
|
---|
| 44 | $(SOPHYAINCP)srandgen.h \
|
---|
| 45 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 46 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc
|
---|
[2743] | 47 |
|
---|
[3077] | 48 | $(SOPHYAOBJP)circle.o: circle.cc \
|
---|
| 49 | $(SOPHYAINCP)sopnamsp.h circle.h \
|
---|
| 50 | $(SOPHYAINCP)vector3d.h \
|
---|
[2743] | 51 | $(SOPHYAINCP)longlat.h \
|
---|
| 52 | $(SOPHYAINCP)machdefs.h \
|
---|
| 53 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 54 | $(SOPHYAINCP)unitvector.h \
|
---|
[3077] | 55 | geometry.h
|
---|
[2765] | 56 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc
|
---|
[2743] | 57 |
|
---|
| 58 | $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \
|
---|
[3077] | 59 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 60 | datacirclefake.h 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 \
|
---|
[3077] | 66 | geometry.h
|
---|
[2765] | 67 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc
|
---|
[2743] | 68 |
|
---|
| 69 | $(SOPHYAOBJP)harmspher.o: harmspher.cc \
|
---|
[3077] | 70 | $(SOPHYAINCP)machdefs.h \
|
---|
| 71 | harmspher.h
|
---|
[2765] | 72 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc
|
---|
[2743] | 73 |
|
---|
| 74 | $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \
|
---|
[3077] | 75 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 76 | 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 \
|
---|
| 94 | $(SOPHYAINCP)utilarr.h \
|
---|
| 95 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3077] | 96 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 97 | alm.h $(SOPHYAINCP)srandgen.h \
|
---|
[2743] | 98 | $(SOPHYAINCP)nbmath.h \
|
---|
| 99 | $(SOPHYAINCP)smathconst.h \
|
---|
| 100 | $(SOPHYAINCP)triangmtx.h \
|
---|
| 101 | $(SOPHYAINCP)nbconst.h
|
---|
[2765] | 102 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc
|
---|
[2743] | 103 |
|
---|
[3077] | 104 | $(SOPHYAOBJP)mlobe.o: mlobe.cc \
|
---|
| 105 | $(SOPHYAINCP)sopnamsp.h mlobe.h \
|
---|
| 106 | $(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 \
|
---|
[2743] | 135 | $(SOPHYAINCP)timing.h
|
---|
[2765] | 136 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc
|
---|
[2743] | 137 |
|
---|
| 138 | $(SOPHYAOBJP)sambainit.o: sambainit.cc \
|
---|
[3077] | 139 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 140 | 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 |
|
---|
[3077] | 148 | $(SOPHYAOBJP)scan.o: scan.cc \
|
---|
| 149 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2743] | 150 | $(SOPHYAINCP)machdefs.h scan.h \
|
---|
| 151 | $(SOPHYAINCP)ppersist.h \
|
---|
| 152 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 153 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 154 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 155 | $(SOPHYAINCP)rawstream.h \
|
---|
| 156 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 157 | $(SOPHYAINCP)dvlist.h \
|
---|
| 158 | $(SOPHYAINCP)objfio.h \
|
---|
| 159 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 160 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 161 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 162 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 163 | $(SOPHYAINCP)fiondblock.h \
|
---|
| 164 | $(SOPHYAINCP)smathconst.h
|
---|
[2765] | 165 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc
|
---|
[2743] | 166 |
|
---|
| 167 | $(SOPHYAOBJP)sphericaltransformserver.o: sphericaltransformserver.cc \
|
---|
| 168 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 169 | $(SOPHYAINCP)machdefs.h \
|
---|
| 170 | sphericaltransformserver.h \
|
---|
| 171 | $(SOPHYAINCP)sphericalmap.h \
|
---|
| 172 | $(SOPHYAINCP)smathconst.h \
|
---|
| 173 | $(SOPHYAINCP)pixelmap.h \
|
---|
| 174 | $(SOPHYAINCP)ppersist.h \
|
---|
| 175 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 176 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 177 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 178 | $(SOPHYAINCP)rawstream.h \
|
---|
| 179 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 180 | $(SOPHYAINCP)dvlist.h \
|
---|
| 181 | $(SOPHYAINCP)objfio.h \
|
---|
| 182 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 183 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 184 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 185 | $(SOPHYAINCP)spherepos.h \
|
---|
| 186 | $(SOPHYAINCP)unitvector.h \
|
---|
| 187 | $(SOPHYAINCP)vector3d.h \
|
---|
| 188 | $(SOPHYAINCP)longlat.h \
|
---|
| 189 | $(SOPHYAINCP)utilgeom.h \
|
---|
[3007] | 190 | $(SOPHYAINCP)datatype.h \
|
---|
[2743] | 191 | $(SOPHYAINCP)tvector.h \
|
---|
| 192 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 193 | $(SOPHYAINCP)tarray.h \
|
---|
| 194 | $(SOPHYAINCP)basarr.h \
|
---|
| 195 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 196 | $(SOPHYAINCP)utilarr.h \
|
---|
[3007] | 197 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 198 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[2743] | 199 | $(SOPHYAINCP)fftservintf.h \
|
---|
[3077] | 200 | $(SOPHYAINCP)fftpserver.h alm.h \
|
---|
[2743] | 201 | $(SOPHYAINCP)srandgen.h \
|
---|
| 202 | $(SOPHYAINCP)nbmath.h \
|
---|
[3007] | 203 | $(SOPHYAINCP)triangmtx.h \
|
---|
[3077] | 204 | lambdaBuilder.h \
|
---|
[2743] | 205 | $(SOPHYAINCP)timing.h
|
---|
[2765] | 206 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc
|
---|
[2743] | 207 |
|
---|