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