[2743] | 1 | include ../BuildMgr/sophyamake.inc
|
---|
[663] | 2 |
|
---|
[2743] | 3 | all: $(SOPHYALIBP)libSkyT.a
|
---|
| 4 |
|
---|
[663] | 5 | clean:
|
---|
[2743] | 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
|
---|
[663] | 8 |
|
---|
[2743] | 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 \
|
---|
[2834] | 108 | $(SOPHYAINCP)timestamp.h \
|
---|
[3007] | 109 | $(SOPHYAINCP)objfio.h \
|
---|
[2743] | 110 | $(SOPHYAINCP)dvlist.h \
|
---|
| 111 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 112 | $(SOPHYAINCP)utilarr.h \
|
---|
| 113 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 114 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 115 | $(SOPHYAINCP)pexceptions.h
|
---|
[2765] | 116 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc
|
---|
[2743] | 117 |
|
---|
[3405] | 118 | $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 119 | skyinit.h $(SOPHYAINCP)ntoolsinit.h \
|
---|
[2743] | 120 | $(SOPHYAINCP)tarrinit.h \
|
---|
| 121 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 122 | $(SOPHYAINCP)machdefs.h \
|
---|
| 123 | $(SOPHYAINCP)ppersist.h \
|
---|
| 124 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 125 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 126 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 127 | $(SOPHYAINCP)rawstream.h \
|
---|
| 128 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 129 | $(SOPHYAINCP)ppersist.h \
|
---|
[2743] | 130 | $(SOPHYAINCP)objfio.h \
|
---|
[2765] | 131 | $(SOPHYAINCP)anydataobj.h specrespvector.h \
|
---|
[3007] | 132 | $(SOPHYAINCP)machdefs.h specresp.h \
|
---|
| 133 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 134 | $(SOPHYAINCP)tvector.h \
|
---|
[2743] | 135 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 136 | $(SOPHYAINCP)tarray.h \
|
---|
| 137 | $(SOPHYAINCP)basarr.h \
|
---|
| 138 | $(SOPHYAINCP)mutyv.h \
|
---|
[2834] | 139 | $(SOPHYAINCP)timestamp.h \
|
---|
[3007] | 140 | $(SOPHYAINCP)objfio.h \
|
---|
[2743] | 141 | $(SOPHYAINCP)dvlist.h \
|
---|
| 142 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 143 | $(SOPHYAINCP)utilarr.h \
|
---|
| 144 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 145 | $(SOPHYAINCP)tvector_tsnl.h gaussfilt.h
|
---|
[2765] | 146 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc
|
---|
[2743] | 147 |
|
---|
[3405] | 148 | $(SOPHYAOBJP)specresp.o: specresp.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
| 149 | specresp.h $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 150 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 151 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 152 | $(SOPHYAINCP)integ.h \
|
---|
| 153 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 154 | $(SOPHYAINCP)classfunc.h \
|
---|
| 155 | $(SOPHYAINCP)tvector.h \
|
---|
| 156 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 157 | $(SOPHYAINCP)tarray.h \
|
---|
| 158 | $(SOPHYAINCP)basarr.h \
|
---|
[3007] | 159 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 160 | $(SOPHYAINCP)mutyv.h \
|
---|
[2834] | 161 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 162 | $(SOPHYAINCP)objfio.h \
|
---|
| 163 | $(SOPHYAINCP)ppersist.h \
|
---|
| 164 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 165 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 166 | $(SOPHYAINCP)rawstream.h \
|
---|
| 167 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2834] | 168 | $(SOPHYAINCP)dvlist.h \
|
---|
[2743] | 169 | $(SOPHYAINCP)ndatablock.h \
|
---|
[3007] | 170 | $(SOPHYAINCP)utilarr.h \
|
---|
| 171 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 172 | $(SOPHYAINCP)tvector_tsnl.h
|
---|
[2765] | 173 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc
|
---|
[2743] | 174 |
|
---|
| 175 | $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \
|
---|
[2765] | 176 | $(SOPHYAINCP)machdefs.h specrespvector.h \
|
---|
| 177 | specresp.h $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 178 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 179 | $(SOPHYAINCP)tvector.h \
|
---|
| 180 | $(SOPHYAINCP)tmatrix.h \
|
---|
| 181 | $(SOPHYAINCP)tarray.h \
|
---|
| 182 | $(SOPHYAINCP)basarr.h \
|
---|
[3007] | 183 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 184 | $(SOPHYAINCP)mutyv.h \
|
---|
[2834] | 185 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 186 | $(SOPHYAINCP)objfio.h \
|
---|
| 187 | $(SOPHYAINCP)ppersist.h \
|
---|
| 188 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 189 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 190 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 191 | $(SOPHYAINCP)rawstream.h \
|
---|
| 192 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[2834] | 193 | $(SOPHYAINCP)dvlist.h \
|
---|
[2743] | 194 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 195 | $(SOPHYAINCP)utilarr.h \
|
---|
[3007] | 196 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
| 197 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
| 198 | $(SOPHYAINCP)objfio.h \
|
---|
| 199 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 200 | $(SOPHYAINCP)fioarr.h \
|
---|
| 201 | $(SOPHYAINCP)tvector.h
|
---|
[2765] | 202 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc
|
---|
[2743] | 203 |
|
---|
| 204 | $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \
|
---|
| 205 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3405] | 206 | $(SOPHYAINCP)machdefs.h squarefilt.h specresp.h \
|
---|
| 207 | $(SOPHYAINCP)anydataobj.h \
|
---|
[3007] | 208 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 209 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc
|
---|
[2743] | 210 |
|
---|
| 211 | $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \
|
---|
| 212 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2765] | 213 | $(SOPHYAINCP)machdefs.h trianglefilt.h \
|
---|
[3007] | 214 | specresp.h $(SOPHYAINCP)anydataobj.h \
|
---|
| 215 | $(SOPHYAINCP)machdefs.h
|
---|
[2765] | 216 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc
|
---|
[2743] | 217 |
|
---|