| 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) $@ $? 
 | 
|---|
| 11 |         touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(SOPHYAOBJP)blackbody.o: blackbody.cc \
 | 
|---|
| 14 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 15 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 16 |   blackbody.h radspec.h specresp.h \
 | 
|---|
| 17 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 18 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 19 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 20 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 21 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 22 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 23 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 24 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 25 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 26 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 27 |   convtools.h
 | 
|---|
| 28 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  blackbody.cc
 | 
|---|
| 29 |  
 | 
|---|
| 30 | $(SOPHYAOBJP)convtools.o: convtools.cc \
 | 
|---|
| 31 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 32 |   convtools.h \
 | 
|---|
| 33 |   $(SOPHYAINCP)machdefs.h
 | 
|---|
| 34 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  convtools.cc
 | 
|---|
| 35 |  
 | 
|---|
| 36 | $(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \
 | 
|---|
| 37 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 38 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 39 |   derivblackbody.h radspec.h specresp.h \
 | 
|---|
| 40 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 41 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 42 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 43 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 44 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 45 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 46 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 47 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 48 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 49 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 50 |   convtools.h
 | 
|---|
| 51 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  derivblackbody.cc
 | 
|---|
| 52 |  
 | 
|---|
| 53 | $(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc \
 | 
|---|
| 54 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 55 |   gaussfilt.h specresp.h \
 | 
|---|
| 56 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 57 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 58 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 59 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 60 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 61 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 62 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 63 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 64 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 65 |   $(SOPHYAINCP)ppfnametag.h
 | 
|---|
| 66 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  gaussfilt.cc
 | 
|---|
| 67 |  
 | 
|---|
| 68 | $(SOPHYAOBJP)nupower.o: nupower.cc \
 | 
|---|
| 69 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 70 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 71 |   nupower.h radspec.h specresp.h \
 | 
|---|
| 72 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 73 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 74 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 75 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 76 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 77 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 78 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 79 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 80 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 81 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 82 |   convtools.h
 | 
|---|
| 83 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nupower.cc
 | 
|---|
| 84 |  
 | 
|---|
| 85 | $(SOPHYAOBJP)radspec.o: radspec.cc \
 | 
|---|
| 86 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 87 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 88 |   radspec.h specresp.h \
 | 
|---|
| 89 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 90 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 91 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 92 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 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
 | 
|---|
| 101 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  radspec.cc
 | 
|---|
| 102 |  
 | 
|---|
| 103 | $(SOPHYAOBJP)radspecvector.o: radspecvector.cc \
 | 
|---|
| 104 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 105 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 106 |   radspecvector.h radspec.h specresp.h \
 | 
|---|
| 107 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 108 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 109 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 110 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 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 \
 | 
|---|
| 122 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 123 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 124 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 125 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 126 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 127 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 128 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 129 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| 130 |   $(SOPHYAINCP)pexceptions.h
 | 
|---|
| 131 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  radspecvector.cc
 | 
|---|
| 132 |  
 | 
|---|
| 133 | $(SOPHYAOBJP)skyinit.o: skyinit.cc \
 | 
|---|
| 134 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 135 |   skyinit.h \
 | 
|---|
| 136 |   $(SOPHYAINCP)ntoolsinit.h \
 | 
|---|
| 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 \
 | 
|---|
| 146 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 147 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 148 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 149 |   specrespvector.h \
 | 
|---|
| 150 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 151 |   specresp.h \
 | 
|---|
| 152 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 153 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| 154 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 155 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
| 156 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
| 157 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 158 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 159 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 160 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 161 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 162 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 163 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 164 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 165 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| 166 |   gaussfilt.h
 | 
|---|
| 167 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  skyinit.cc
 | 
|---|
| 168 |  
 | 
|---|
| 169 | $(SOPHYAOBJP)specresp.o: specresp.cc \
 | 
|---|
| 170 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 171 |   specresp.h \
 | 
|---|
| 172 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 173 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 174 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 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 \
 | 
|---|
| 182 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 183 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 184 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 185 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 186 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 187 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 188 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 189 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 190 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 191 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 192 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 193 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 194 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 195 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 196 |   $(SOPHYAINCP)tvector_tsnl.h
 | 
|---|
| 197 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  specresp.cc
 | 
|---|
| 198 |  
 | 
|---|
| 199 | $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \
 | 
|---|
| 200 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 201 |   specrespvector.h specresp.h \
 | 
|---|
| 202 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 203 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 204 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| 205 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 206 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
| 207 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
| 208 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 209 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 210 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 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 \
 | 
|---|
| 218 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 219 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 220 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 221 |   $(SOPHYAINCP)randinterf.h \
 | 
|---|
| 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
 | 
|---|
| 228 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  specrespvector.cc
 | 
|---|
| 229 |  
 | 
|---|
| 230 | $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \
 | 
|---|
| 231 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 232 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 233 |   squarefilt.h specresp.h \
 | 
|---|
| 234 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 235 |   $(SOPHYAINCP)machdefs.h
 | 
|---|
| 236 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  squarefilt.cc
 | 
|---|
| 237 |  
 | 
|---|
| 238 | $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \
 | 
|---|
| 239 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 240 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 241 |   trianglefilt.h specresp.h \
 | 
|---|
| 242 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 243 |   $(SOPHYAINCP)machdefs.h
 | 
|---|
| 244 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  trianglefilt.cc
 | 
|---|
| 245 |  
 | 
|---|