| [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 \
 | 
|---|
 | 18 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 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 |  
 | 
|---|
 | 27 | $(SOPHYAOBJP)convtools.o: convtools.cc \
 | 
|---|
| [2765] | 28 |   $(SOPHYAINCP)sopnamsp.h convtools.h \
 | 
|---|
| [2743] | 29 |   $(SOPHYAINCP)machdefs.h
 | 
|---|
| [2765] | 30 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  convtools.cc
 | 
|---|
| [2743] | 31 |  
 | 
|---|
 | 32 | $(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \
 | 
|---|
 | 33 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2765] | 34 |   $(SOPHYAINCP)machdefs.h derivblackbody.h \
 | 
|---|
 | 35 |   radspec.h specresp.h \
 | 
|---|
| [2743] | 36 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 37 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 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 |  
 | 
|---|
 | 46 | $(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc \
 | 
|---|
 | 47 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2765] | 48 |   $(SOPHYAINCP)machdefs.h gaussfilt.h \
 | 
|---|
 | 49 |   specresp.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| [2743] | 50 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 51 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 52 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 53 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 54 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 55 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 56 |   $(SOPHYAINCP)ppfnametag.h
 | 
|---|
| [2765] | 57 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  gaussfilt.cc
 | 
|---|
| [2743] | 58 |  
 | 
|---|
| [2765] | 59 | $(SOPHYAOBJP)nupower.o: nupower.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 60 |   $(SOPHYAINCP)machdefs.h nupower.h radspec.h \
 | 
|---|
 | 61 |   specresp.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| [2743] | 62 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 63 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 64 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 65 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 66 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 67 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| [2765] | 68 |   $(SOPHYAINCP)ppfnametag.h convtools.h
 | 
|---|
 | 69 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  nupower.cc
 | 
|---|
| [2743] | 70 |  
 | 
|---|
| [2765] | 71 | $(SOPHYAOBJP)radspec.o: radspec.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 72 |   $(SOPHYAINCP)machdefs.h radspec.h \
 | 
|---|
 | 73 |   specresp.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| [2743] | 74 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 75 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 76 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 77 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 78 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 79 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 80 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 81 |   $(SOPHYAINCP)integ.h \
 | 
|---|
 | 82 |   $(SOPHYAINCP)classfunc.h
 | 
|---|
| [2765] | 83 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  radspec.cc
 | 
|---|
| [2743] | 84 |  
 | 
|---|
 | 85 | $(SOPHYAOBJP)radspecvector.o: radspecvector.cc \
 | 
|---|
 | 86 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2765] | 87 |   $(SOPHYAINCP)machdefs.h radspecvector.h \
 | 
|---|
 | 88 |   radspec.h specresp.h \
 | 
|---|
| [2743] | 89 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 90 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 91 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 92 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 93 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 94 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 95 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 96 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 97 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 98 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 99 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 100 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 101 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 102 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 103 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 104 |   $(SOPHYAINCP)utilarr.h
 | 
|---|
| [2765] | 105 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  radspecvector.cc
 | 
|---|
| [2743] | 106 |  
 | 
|---|
| [2765] | 107 | $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
 | 108 |   skyinit.h $(SOPHYAINCP)ntoolsinit.h \
 | 
|---|
| [2743] | 109 |   $(SOPHYAINCP)tarrinit.h \
 | 
|---|
 | 110 |   $(SOPHYAINCP)sophyainit.h \
 | 
|---|
 | 111 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 112 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 113 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 114 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 115 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 116 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 117 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 118 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| [2765] | 119 |   $(SOPHYAINCP)anydataobj.h specrespvector.h \
 | 
|---|
 | 120 |   specresp.h $(SOPHYAINCP)tvector.h \
 | 
|---|
| [2743] | 121 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 122 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 123 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 124 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 125 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 126 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| [2765] | 127 |   $(SOPHYAINCP)utilarr.h gaussfilt.h
 | 
|---|
 | 128 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  skyinit.cc
 | 
|---|
| [2743] | 129 |  
 | 
|---|
 | 130 | $(SOPHYAOBJP)specresp.o: specresp.cc \
 | 
|---|
| [2765] | 131 |   $(SOPHYAINCP)sopnamsp.h specresp.h \
 | 
|---|
| [2743] | 132 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
 | 133 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
 | 134 |   $(SOPHYAINCP)integ.h \
 | 
|---|
 | 135 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 136 |   $(SOPHYAINCP)classfunc.h \
 | 
|---|
 | 137 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 138 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 139 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 140 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 141 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 142 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 143 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 144 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 145 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 146 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 147 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 148 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 149 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 150 |   $(SOPHYAINCP)utilarr.h
 | 
|---|
| [2765] | 151 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  specresp.cc
 | 
|---|
| [2743] | 152 |  
 | 
|---|
 | 153 | $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \
 | 
|---|
 | 154 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2765] | 155 |   $(SOPHYAINCP)machdefs.h specrespvector.h \
 | 
|---|
 | 156 |   specresp.h $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| [2743] | 157 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
 | 158 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
 | 159 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
 | 160 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
 | 161 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
 | 162 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
 | 163 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
 | 164 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
 | 165 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
 | 166 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
 | 167 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
 | 168 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
 | 169 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
 | 170 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
 | 171 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
 | 172 |   $(SOPHYAINCP)fioarr.h
 | 
|---|
| [2765] | 173 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  specrespvector.cc
 | 
|---|
| [2743] | 174 |  
 | 
|---|
 | 175 | $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \
 | 
|---|
 | 176 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2765] | 177 |   $(SOPHYAINCP)machdefs.h squarefilt.h \
 | 
|---|
 | 178 |   specresp.h $(SOPHYAINCP)anydataobj.h
 | 
|---|
 | 179 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  squarefilt.cc
 | 
|---|
| [2743] | 180 |  
 | 
|---|
 | 181 | $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \
 | 
|---|
 | 182 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2765] | 183 |   $(SOPHYAINCP)machdefs.h trianglefilt.h \
 | 
|---|
 | 184 |   specresp.h $(SOPHYAINCP)anydataobj.h
 | 
|---|
 | 185 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  trianglefilt.cc
 | 
|---|
| [2743] | 186 |  
 | 
|---|