[2743] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | all: $(SOPHYALIBP)libSkyT.a
|
---|
| 4 |
|
---|
| 5 | clean:
|
---|
| 6 | rm -f $(SOPHYAOBJP)blackbody.o $(SOPHYAOBJP)convtools.o $(SOPHYAOBJP)derivblackbody.o $(SOPHYAOBJP)gaussfilt.o $(SOPHYAOBJP)nupower.o $(SOPHYAOBJP)radspec.o $(SOPHYAOBJP)radspecvector.o $(SOPHYAOBJP)skyinit.o $(SOPHYAOBJP)specresp.o $(SOPHYAOBJP)specrespvector.o $(SOPHYAOBJP)squarefilt.o $(SOPHYAOBJP)trianglefilt.o
|
---|
| 7 | rm -f $(SOPHYALIBP)libSkyT.a
|
---|
| 8 |
|
---|
| 9 | $(SOPHYALIBP)libSkyT.a : $(SOPHYAOBJP)blackbody.o $(SOPHYAOBJP)convtools.o $(SOPHYAOBJP)derivblackbody.o $(SOPHYAOBJP)gaussfilt.o $(SOPHYAOBJP)nupower.o $(SOPHYAOBJP)radspec.o $(SOPHYAOBJP)radspecvector.o $(SOPHYAOBJP)skyinit.o $(SOPHYAOBJP)specresp.o $(SOPHYAOBJP)specrespvector.o $(SOPHYAOBJP)squarefilt.o $(SOPHYAOBJP)trianglefilt.o
|
---|
| 10 | $(AR) $(ARFLAGS) $@ $?
|
---|
[2763] | 11 | touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
|
---|
[2743] | 12 |
|
---|
[3879] | 13 | $(SOPHYAOBJP)blackbody.o: blackbody.cc \
|
---|
| 14 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3007] | 15 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 16 | blackbody.h radspec.h specresp.h \
|
---|
| 17 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 18 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 19 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 20 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 21 | $(SOPHYAINCP)ppersist.h \
|
---|
| 22 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 23 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 24 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 25 | $(SOPHYAINCP)rawstream.h \
|
---|
[3879] | 26 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 27 | convtools.h
|
---|
[2765] | 28 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ blackbody.cc
|
---|
[2743] | 29 |
|
---|
[3879] | 30 | $(SOPHYAOBJP)convtools.o: convtools.cc \
|
---|
| 31 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 32 | convtools.h \
|
---|
| 33 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 34 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ convtools.cc
|
---|
[2743] | 35 |
|
---|
| 36 | $(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \
|
---|
| 37 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3007] | 38 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 39 | derivblackbody.h radspec.h specresp.h \
|
---|
| 40 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 41 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 42 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 43 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 44 | $(SOPHYAINCP)ppersist.h \
|
---|
| 45 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 46 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 47 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 48 | $(SOPHYAINCP)rawstream.h \
|
---|
[3879] | 49 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 50 | convtools.h
|
---|
[2765] | 51 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ derivblackbody.cc
|
---|
[2743] | 52 |
|
---|
[3879] | 53 | $(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc \
|
---|
| 54 | $(SOPHYAINCP)machdefs.h \
|
---|
[3405] | 55 | gaussfilt.h specresp.h \
|
---|
| 56 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 57 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 58 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 59 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 60 | $(SOPHYAINCP)ppersist.h \
|
---|
| 61 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 62 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 63 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 64 | $(SOPHYAINCP)rawstream.h \
|
---|
| 65 | $(SOPHYAINCP)ppfnametag.h
|
---|
[2765] | 66 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ gaussfilt.cc
|
---|
[2743] | 67 |
|
---|
[3879] | 68 | $(SOPHYAOBJP)nupower.o: nupower.cc \
|
---|
| 69 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3007] | 70 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 71 | nupower.h radspec.h specresp.h \
|
---|
| 72 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 73 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 74 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 75 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 76 | $(SOPHYAINCP)ppersist.h \
|
---|
| 77 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 78 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 79 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 80 | $(SOPHYAINCP)rawstream.h \
|
---|
[3879] | 81 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 82 | convtools.h
|
---|
[2765] | 83 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nupower.cc
|
---|
[2743] | 84 |
|
---|
[3879] | 85 | $(SOPHYAOBJP)radspec.o: radspec.cc \
|
---|
| 86 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 87 | $(SOPHYAINCP)machdefs.h \
|
---|
| 88 | radspec.h specresp.h \
|
---|
[3405] | 89 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 90 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 91 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 92 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 93 | $(SOPHYAINCP)ppersist.h \
|
---|
| 94 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 95 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 96 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 97 | $(SOPHYAINCP)rawstream.h \
|
---|
| 98 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 99 | $(SOPHYAINCP)integ.h \
|
---|
| 100 | $(SOPHYAINCP)classfunc.h
|
---|
[2765] | 101 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspec.cc
|
---|
[2743] | 102 |
|
---|
| 103 | $(SOPHYAOBJP)radspecvector.o: radspecvector.cc \
|
---|
| 104 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3007] | 105 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 106 | radspecvector.h radspec.h specresp.h \
|
---|
| 107 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 108 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 109 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 110 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 111 | $(SOPHYAINCP)ppersist.h \
|
---|
| 112 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 113 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 114 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 115 | $(SOPHYAINCP)rawstream.h \
|
---|
| 116 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 117 | $(SOPHYAINCP)tvector.h \
|
---|
| 118 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 119 | $(SOPHYAINCP)tarray.h \
|
---|
| 120 | $(SOPHYAINCP)basarr.h \
|
---|
| 121 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 122 | $(SOPHYAINCP)timestamp.h \
|
---|
| 123 | $(SOPHYAINCP)objfio.h \
|
---|
[2743] | 124 | $(SOPHYAINCP)dvlist.h \
|
---|
| 125 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 126 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 127 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 128 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 129 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 130 | $(SOPHYAINCP)pexceptions.h
|
---|
[2765] | 131 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc
|
---|
[2743] | 132 |
|
---|
[3879] | 133 | $(SOPHYAOBJP)skyinit.o: skyinit.cc \
|
---|
| 134 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 135 | skyinit.h \
|
---|
| 136 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
[2743] | 137 | $(SOPHYAINCP)tarrinit.h \
|
---|
| 138 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 139 | $(SOPHYAINCP)machdefs.h \
|
---|
| 140 | $(SOPHYAINCP)ppersist.h \
|
---|
| 141 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 142 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 143 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 144 | $(SOPHYAINCP)rawstream.h \
|
---|
| 145 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 146 | $(SOPHYAINCP)ppersist.h \
|
---|
[2743] | 147 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 148 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3879] | 149 | specrespvector.h \
|
---|
| 150 | $(SOPHYAINCP)machdefs.h \
|
---|
| 151 | specresp.h \
|
---|
| 152 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 153 | $(SOPHYAINCP)tvector.h \
|
---|
[2743] | 154 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 155 | $(SOPHYAINCP)tarray.h \
|
---|
| 156 | $(SOPHYAINCP)basarr.h \
|
---|
| 157 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 158 | $(SOPHYAINCP)timestamp.h \
|
---|
| 159 | $(SOPHYAINCP)objfio.h \
|
---|
[2743] | 160 | $(SOPHYAINCP)dvlist.h \
|
---|
| 161 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 162 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 163 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 164 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[3879] | 165 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 166 | gaussfilt.h
|
---|
[2765] | 167 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc
|
---|
[2743] | 168 |
|
---|
[3879] | 169 | $(SOPHYAOBJP)specresp.o: specresp.cc \
|
---|
| 170 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 171 | specresp.h \
|
---|
| 172 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 173 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 174 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 175 | $(SOPHYAINCP)integ.h \
|
---|
| 176 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 177 | $(SOPHYAINCP)classfunc.h \
|
---|
| 178 | $(SOPHYAINCP)tvector.h \
|
---|
| 179 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 180 | $(SOPHYAINCP)tarray.h \
|
---|
| 181 | $(SOPHYAINCP)basarr.h \
|
---|
[3007] | 182 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 183 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 184 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 185 | $(SOPHYAINCP)objfio.h \
|
---|
| 186 | $(SOPHYAINCP)ppersist.h \
|
---|
| 187 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 188 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 189 | $(SOPHYAINCP)rawstream.h \
|
---|
| 190 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 191 | $(SOPHYAINCP)dvlist.h \
|
---|
[2743] | 192 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 193 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 194 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 195 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 196 | $(SOPHYAINCP)tvector_tsnl.h
|
---|
[2765] | 197 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc
|
---|
[2743] | 198 |
|
---|
| 199 | $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \
|
---|
[3007] | 200 | $(SOPHYAINCP)machdefs.h \
|
---|
[3879] | 201 | specrespvector.h specresp.h \
|
---|
| 202 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 203 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 204 | $(SOPHYAINCP)tvector.h \
|
---|
| 205 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 206 | $(SOPHYAINCP)tarray.h \
|
---|
| 207 | $(SOPHYAINCP)basarr.h \
|
---|
[3007] | 208 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 209 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 210 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 211 | $(SOPHYAINCP)objfio.h \
|
---|
| 212 | $(SOPHYAINCP)ppersist.h \
|
---|
| 213 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 214 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 215 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 216 | $(SOPHYAINCP)rawstream.h \
|
---|
| 217 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 218 | $(SOPHYAINCP)dvlist.h \
|
---|
[2743] | 219 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 220 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 221 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 222 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 223 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 224 | $(SOPHYAINCP)objfio.h \
|
---|
| 225 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 226 | $(SOPHYAINCP)fioarr.h \
|
---|
| 227 | $(SOPHYAINCP)tvector.h
|
---|
[2765] | 228 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc
|
---|
[2743] | 229 |
|
---|
| 230 | $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \
|
---|
| 231 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3879] | 232 | $(SOPHYAINCP)machdefs.h \
|
---|
| 233 | squarefilt.h specresp.h \
|
---|
[3405] | 234 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 235 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 236 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc
|
---|
[2743] | 237 |
|
---|
| 238 | $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \
|
---|
| 239 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3879] | 240 | $(SOPHYAINCP)machdefs.h \
|
---|
| 241 | trianglefilt.h specresp.h \
|
---|
| 242 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 243 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 244 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc
|
---|
[2743] | 245 |
|
---|