[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 |
|
---|
[3405] | 13 | $(SOPHYAOBJP)blackbody.o: blackbody.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 14 | $(SOPHYAINCP)machdefs.h blackbody.h radspec.h \
|
---|
| 15 | specresp.h $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 16 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 17 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 18 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 19 | $(SOPHYAINCP)ppersist.h \
|
---|
| 20 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 21 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 22 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 23 | $(SOPHYAINCP)rawstream.h \
|
---|
[2765] | 24 | $(SOPHYAINCP)ppfnametag.h convtools.h
|
---|
| 25 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ blackbody.cc
|
---|
[2743] | 26 |
|
---|
[3405] | 27 | $(SOPHYAOBJP)convtools.o: convtools.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 28 | convtools.h $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 29 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ convtools.cc
|
---|
[2743] | 30 |
|
---|
| 31 | $(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \
|
---|
| 32 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2765] | 33 | $(SOPHYAINCP)machdefs.h derivblackbody.h \
|
---|
[3405] | 34 | radspec.h specresp.h $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 35 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 36 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 37 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 38 | $(SOPHYAINCP)ppersist.h \
|
---|
| 39 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 40 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 41 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 42 | $(SOPHYAINCP)rawstream.h \
|
---|
[2765] | 43 | $(SOPHYAINCP)ppfnametag.h convtools.h
|
---|
| 44 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ derivblackbody.cc
|
---|
[2743] | 45 |
|
---|
[3405] | 46 | $(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc $(SOPHYAINCP)machdefs.h \
|
---|
| 47 | gaussfilt.h specresp.h \
|
---|
| 48 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 49 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 50 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 51 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 52 | $(SOPHYAINCP)ppersist.h \
|
---|
| 53 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 54 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 55 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 56 | $(SOPHYAINCP)rawstream.h \
|
---|
| 57 | $(SOPHYAINCP)ppfnametag.h
|
---|
[2765] | 58 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ gaussfilt.cc
|
---|
[2743] | 59 |
|
---|
[3405] | 60 | $(SOPHYAOBJP)nupower.o: nupower.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 61 | $(SOPHYAINCP)machdefs.h nupower.h radspec.h \
|
---|
| 62 | specresp.h $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 63 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 64 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 65 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 66 | $(SOPHYAINCP)ppersist.h \
|
---|
| 67 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 68 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 69 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 70 | $(SOPHYAINCP)rawstream.h \
|
---|
[2765] | 71 | $(SOPHYAINCP)ppfnametag.h convtools.h
|
---|
| 72 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nupower.cc
|
---|
[2743] | 73 |
|
---|
[3405] | 74 | $(SOPHYAOBJP)radspec.o: radspec.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 75 | $(SOPHYAINCP)machdefs.h radspec.h specresp.h \
|
---|
| 76 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 77 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 78 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 79 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 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)integ.h \
|
---|
| 87 | $(SOPHYAINCP)classfunc.h
|
---|
[2765] | 88 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspec.cc
|
---|
[2743] | 89 |
|
---|
| 90 | $(SOPHYAOBJP)radspecvector.o: radspecvector.cc \
|
---|
| 91 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2765] | 92 | $(SOPHYAINCP)machdefs.h radspecvector.h \
|
---|
[3405] | 93 | radspec.h specresp.h $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 94 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 95 | $(SOPHYAINCP)objfio.h \
|
---|
[3007] | 96 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 97 | $(SOPHYAINCP)ppersist.h \
|
---|
| 98 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 99 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 100 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 101 | $(SOPHYAINCP)rawstream.h \
|
---|
| 102 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 103 | $(SOPHYAINCP)tvector.h \
|
---|
| 104 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 105 | $(SOPHYAINCP)tarray.h \
|
---|
| 106 | $(SOPHYAINCP)basarr.h \
|
---|
| 107 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 108 | $(SOPHYAINCP)timestamp.h \
|
---|
| 109 | $(SOPHYAINCP)objfio.h \
|
---|
[2743] | 110 | $(SOPHYAINCP)dvlist.h \
|
---|
| 111 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 112 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 113 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 114 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 115 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 116 | $(SOPHYAINCP)pexceptions.h
|
---|
[2765] | 117 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc
|
---|
[2743] | 118 |
|
---|
[3405] | 119 | $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 120 | skyinit.h $(SOPHYAINCP)ntoolsinit.h \
|
---|
[2743] | 121 | $(SOPHYAINCP)tarrinit.h \
|
---|
| 122 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 123 | $(SOPHYAINCP)machdefs.h \
|
---|
| 124 | $(SOPHYAINCP)ppersist.h \
|
---|
| 125 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 126 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 127 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 128 | $(SOPHYAINCP)rawstream.h \
|
---|
| 129 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 130 | $(SOPHYAINCP)ppersist.h \
|
---|
[2743] | 131 | $(SOPHYAINCP)objfio.h \
|
---|
[2765] | 132 | $(SOPHYAINCP)anydataobj.h specrespvector.h \
|
---|
[3007] | 133 | $(SOPHYAINCP)machdefs.h specresp.h \
|
---|
| 134 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 135 | $(SOPHYAINCP)tvector.h \
|
---|
[2743] | 136 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 137 | $(SOPHYAINCP)tarray.h \
|
---|
| 138 | $(SOPHYAINCP)basarr.h \
|
---|
| 139 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 140 | $(SOPHYAINCP)timestamp.h \
|
---|
| 141 | $(SOPHYAINCP)objfio.h \
|
---|
[2743] | 142 | $(SOPHYAINCP)dvlist.h \
|
---|
| 143 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 144 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 145 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 146 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 147 | $(SOPHYAINCP)tvector_tsnl.h gaussfilt.h
|
---|
[2765] | 148 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc
|
---|
[2743] | 149 |
|
---|
[3405] | 150 | $(SOPHYAOBJP)specresp.o: specresp.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 151 | specresp.h $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 152 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 153 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 154 | $(SOPHYAINCP)integ.h \
|
---|
| 155 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 156 | $(SOPHYAINCP)classfunc.h \
|
---|
| 157 | $(SOPHYAINCP)tvector.h \
|
---|
| 158 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 159 | $(SOPHYAINCP)tarray.h \
|
---|
| 160 | $(SOPHYAINCP)basarr.h \
|
---|
[3007] | 161 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 162 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 163 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 164 | $(SOPHYAINCP)objfio.h \
|
---|
| 165 | $(SOPHYAINCP)ppersist.h \
|
---|
| 166 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 167 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 168 | $(SOPHYAINCP)rawstream.h \
|
---|
| 169 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 170 | $(SOPHYAINCP)dvlist.h \
|
---|
[2743] | 171 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 172 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 173 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 174 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 175 | $(SOPHYAINCP)tvector_tsnl.h
|
---|
[2765] | 176 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc
|
---|
[2743] | 177 |
|
---|
| 178 | $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \
|
---|
[2765] | 179 | $(SOPHYAINCP)machdefs.h specrespvector.h \
|
---|
| 180 | specresp.h $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 181 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 182 | $(SOPHYAINCP)tvector.h \
|
---|
| 183 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 184 | $(SOPHYAINCP)tarray.h \
|
---|
| 185 | $(SOPHYAINCP)basarr.h \
|
---|
[3007] | 186 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 187 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 188 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 189 | $(SOPHYAINCP)objfio.h \
|
---|
| 190 | $(SOPHYAINCP)ppersist.h \
|
---|
| 191 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 192 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 193 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 194 | $(SOPHYAINCP)rawstream.h \
|
---|
| 195 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 196 | $(SOPHYAINCP)dvlist.h \
|
---|
[2743] | 197 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 198 | $(SOPHYAINCP)utilarr.h \
|
---|
[3615] | 199 | $(SOPHYAINCP)randinterf.h \
|
---|
[3007] | 200 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 201 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 202 | $(SOPHYAINCP)objfio.h \
|
---|
| 203 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 204 | $(SOPHYAINCP)fioarr.h \
|
---|
| 205 | $(SOPHYAINCP)tvector.h
|
---|
[2765] | 206 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc
|
---|
[2743] | 207 |
|
---|
| 208 | $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \
|
---|
| 209 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3405] | 210 | $(SOPHYAINCP)machdefs.h squarefilt.h specresp.h \
|
---|
| 211 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 212 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 213 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc
|
---|
[2743] | 214 |
|
---|
| 215 | $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \
|
---|
| 216 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2765] | 217 | $(SOPHYAINCP)machdefs.h trianglefilt.h \
|
---|
[3007] | 218 | specresp.h $(SOPHYAINCP)anydataobj.h \
|
---|
| 219 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 220 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc
|
---|
[2743] | 221 |
|
---|