Changeset 2765 in Sophya for trunk/SophyaLib/SkyT/smakefile
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)blackbody.o: blackbody.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \16 blackbody.hradspec.h specresp.h \15 $(SOPHYAINCP)machdefs.h blackbody.h \ 16 radspec.h specresp.h \ 17 17 $(SOPHYAINCP)anydataobj.h \ 18 18 $(SOPHYAINCP)objfio.h \ … … 22 22 $(SOPHYAINCP)ppfbinstream.h \ 23 23 $(SOPHYAINCP)rawstream.h \ 24 $(SOPHYAINCP)ppfnametag.h \ 25 convtools.h 26 $(CXXCOMPILELIB) -o $@ $< 24 $(SOPHYAINCP)ppfnametag.h convtools.h 25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ blackbody.cc 27 26 28 27 $(SOPHYAOBJP)convtools.o: convtools.cc \ 29 $(SOPHYAINCP)sopnamsp.h \ 30 convtools.h \ 28 $(SOPHYAINCP)sopnamsp.h convtools.h \ 31 29 $(SOPHYAINCP)machdefs.h 32 $(CXXCOMPILE LIB) -o $@ $<30 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ convtools.cc 33 31 34 32 $(SOPHYAOBJP)derivblackbody.o: derivblackbody.cc \ 35 33 $(SOPHYAINCP)sopnamsp.h \ 36 $(SOPHYAINCP)machdefs.h \37 derivblackbody.hradspec.h specresp.h \34 $(SOPHYAINCP)machdefs.h derivblackbody.h \ 35 radspec.h specresp.h \ 38 36 $(SOPHYAINCP)anydataobj.h \ 39 37 $(SOPHYAINCP)objfio.h \ … … 43 41 $(SOPHYAINCP)ppfbinstream.h \ 44 42 $(SOPHYAINCP)rawstream.h \ 45 $(SOPHYAINCP)ppfnametag.h \ 46 convtools.h 47 $(CXXCOMPILELIB) -o $@ $< 43 $(SOPHYAINCP)ppfnametag.h convtools.h 44 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ derivblackbody.cc 48 45 49 46 $(SOPHYAOBJP)gaussfilt.o: gaussfilt.cc \ 50 47 $(SOPHYAINCP)sopnamsp.h \ 51 $(SOPHYAINCP)machdefs.h \ 52 gaussfilt.h specresp.h \ 53 $(SOPHYAINCP)anydataobj.h \ 48 $(SOPHYAINCP)machdefs.h gaussfilt.h \ 49 specresp.h $(SOPHYAINCP)anydataobj.h \ 54 50 $(SOPHYAINCP)objfio.h \ 55 51 $(SOPHYAINCP)ppersist.h \ … … 59 55 $(SOPHYAINCP)rawstream.h \ 60 56 $(SOPHYAINCP)ppfnametag.h 61 $(CXXCOMPILE LIB) -o $@ $<57 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ gaussfilt.cc 62 58 63 $(SOPHYAOBJP)nupower.o: nupower.cc \ 64 $(SOPHYAINCP)sopnamsp.h \ 65 $(SOPHYAINCP)machdefs.h \ 66 nupower.h radspec.h specresp.h \ 67 $(SOPHYAINCP)anydataobj.h \ 59 $(SOPHYAOBJP)nupower.o: nupower.cc $(SOPHYAINCP)sopnamsp.h \ 60 $(SOPHYAINCP)machdefs.h nupower.h radspec.h \ 61 specresp.h $(SOPHYAINCP)anydataobj.h \ 68 62 $(SOPHYAINCP)objfio.h \ 69 63 $(SOPHYAINCP)ppersist.h \ … … 72 66 $(SOPHYAINCP)ppfbinstream.h \ 73 67 $(SOPHYAINCP)rawstream.h \ 74 $(SOPHYAINCP)ppfnametag.h \ 75 convtools.h 76 $(CXXCOMPILELIB) -o $@ $< 68 $(SOPHYAINCP)ppfnametag.h convtools.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ nupower.cc 77 70 78 $(SOPHYAOBJP)radspec.o: radspec.cc \ 79 $(SOPHYAINCP)sopnamsp.h \ 80 $(SOPHYAINCP)machdefs.h \ 81 radspec.h specresp.h \ 82 $(SOPHYAINCP)anydataobj.h \ 71 $(SOPHYAOBJP)radspec.o: radspec.cc $(SOPHYAINCP)sopnamsp.h \ 72 $(SOPHYAINCP)machdefs.h radspec.h \ 73 specresp.h $(SOPHYAINCP)anydataobj.h \ 83 74 $(SOPHYAINCP)objfio.h \ 84 75 $(SOPHYAINCP)ppersist.h \ … … 90 81 $(SOPHYAINCP)integ.h \ 91 82 $(SOPHYAINCP)classfunc.h 92 $(CXXCOMPILE LIB) -o $@ $<83 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspec.cc 93 84 94 85 $(SOPHYAOBJP)radspecvector.o: radspecvector.cc \ 95 86 $(SOPHYAINCP)sopnamsp.h \ 96 $(SOPHYAINCP)machdefs.h \97 radspec vector.h radspec.h specresp.h \87 $(SOPHYAINCP)machdefs.h radspecvector.h \ 88 radspec.h specresp.h \ 98 89 $(SOPHYAINCP)anydataobj.h \ 99 90 $(SOPHYAINCP)objfio.h \ … … 112 103 $(SOPHYAINCP)ndatablock.h \ 113 104 $(SOPHYAINCP)utilarr.h 114 $(CXXCOMPILE LIB) -o $@ $<105 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ radspecvector.cc 115 106 116 $(SOPHYAOBJP)skyinit.o: skyinit.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 118 skyinit.h \ 119 $(SOPHYAINCP)ntoolsinit.h \ 107 $(SOPHYAOBJP)skyinit.o: skyinit.cc $(SOPHYAINCP)sopnamsp.h \ 108 skyinit.h $(SOPHYAINCP)ntoolsinit.h \ 120 109 $(SOPHYAINCP)tarrinit.h \ 121 110 $(SOPHYAINCP)sophyainit.h \ … … 128 117 $(SOPHYAINCP)ppfnametag.h \ 129 118 $(SOPHYAINCP)objfio.h \ 130 $(SOPHYAINCP)anydataobj.h \ 131 specrespvector.h specresp.h \ 132 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)anydataobj.h specrespvector.h \ 120 specresp.h $(SOPHYAINCP)tvector.h \ 133 121 $(SOPHYAINCP)tmatrix.h \ 134 122 $(SOPHYAINCP)tarray.h \ … … 137 125 $(SOPHYAINCP)dvlist.h \ 138 126 $(SOPHYAINCP)ndatablock.h \ 139 $(SOPHYAINCP)utilarr.h \ 140 gaussfilt.h 141 $(CXXCOMPILELIB) -o $@ $< 127 $(SOPHYAINCP)utilarr.h gaussfilt.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ skyinit.cc 142 129 143 130 $(SOPHYAOBJP)specresp.o: specresp.cc \ 144 $(SOPHYAINCP)sopnamsp.h \ 145 specresp.h \ 131 $(SOPHYAINCP)sopnamsp.h specresp.h \ 146 132 $(SOPHYAINCP)machdefs.h \ 147 133 $(SOPHYAINCP)anydataobj.h \ … … 163 149 $(SOPHYAINCP)ndatablock.h \ 164 150 $(SOPHYAINCP)utilarr.h 165 $(CXXCOMPILE LIB) -o $@ $<151 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specresp.cc 166 152 167 153 $(SOPHYAOBJP)specrespvector.o: specrespvector.cc \ 168 154 $(SOPHYAINCP)sopnamsp.h \ 169 $(SOPHYAINCP)machdefs.h \ 170 specrespvector.h specresp.h \ 171 $(SOPHYAINCP)anydataobj.h \ 155 $(SOPHYAINCP)machdefs.h specrespvector.h \ 156 specresp.h $(SOPHYAINCP)anydataobj.h \ 172 157 $(SOPHYAINCP)tvector.h \ 173 158 $(SOPHYAINCP)tmatrix.h \ … … 186 171 $(SOPHYAINCP)utilarr.h \ 187 172 $(SOPHYAINCP)fioarr.h 188 $(CXXCOMPILE LIB) -o $@ $<173 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ specrespvector.cc 189 174 190 175 $(SOPHYAOBJP)squarefilt.o: squarefilt.cc \ 191 176 $(SOPHYAINCP)sopnamsp.h \ 192 $(SOPHYAINCP)machdefs.h \ 193 squarefilt.h specresp.h \ 194 $(SOPHYAINCP)anydataobj.h 195 $(CXXCOMPILELIB) -o $@ $< 177 $(SOPHYAINCP)machdefs.h squarefilt.h \ 178 specresp.h $(SOPHYAINCP)anydataobj.h 179 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ squarefilt.cc 196 180 197 181 $(SOPHYAOBJP)trianglefilt.o: trianglefilt.cc \ 198 182 $(SOPHYAINCP)sopnamsp.h \ 199 $(SOPHYAINCP)machdefs.h \ 200 trianglefilt.h specresp.h \ 201 $(SOPHYAINCP)anydataobj.h 202 $(CXXCOMPILELIB) -o $@ $< 183 $(SOPHYAINCP)machdefs.h trianglefilt.h \ 184 specresp.h $(SOPHYAINCP)anydataobj.h 185 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ trianglefilt.cc 203 186
Note:
See TracChangeset
for help on using the changeset viewer.