Changeset 2765 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/Makefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cimage.o: cimage.cc \14 $(SOPHYAINCP)sopnamsp.h \15 $(SOPHYAINCP)machdefs.h \16 $(SOPHYAINCP)pexceptions.h \17 cimage.h $(SOPHYAINCP)tmatrix.h \18 $(SOPHYAINCP)tarray.h \19 $(SOPHYAINCP)basarr.h \20 $(SOPHYAINCP)anydataobj.h \21 $(SOPHYAINCP)mutyv.h \22 $(SOPHYAINCP)dvlist.h \23 $(SOPHYAINCP)objfio.h \24 $(SOPHYAINCP)ppersist.h \25 $(SOPHYAINCP)gnumd5.h \26 $(SOPHYAINCP)ppfbinstream.h \27 $(SOPHYAINCP)rawstream.h \28 $(SOPHYAINCP)ppfnametag.h \29 $(SOPHYAINCP)ndatablock.h \30 $(SOPHYAINCP)utilarr.h \31 $(SOPHYAINCP)fioarr.h \32 $(SOPHYAINCP)tvector.h \33 $(SOPHYAINCP)datatype.h34 $(CXXCOMPILELIB) -o $@ $<35 36 $(SOPHYAOBJP)cspline.o: cspline.cc \37 $(SOPHYAINCP)sopnamsp.h \38 $(SOPHYAINCP)machdefs.h nbtri.h \39 cspline.h \40 $(SOPHYAINCP)pexceptions.h41 $(CXXCOMPILELIB) -o $@ $<42 43 $(SOPHYAOBJP)datatypes.o: datatypes.cc \44 $(SOPHYAINCP)sopnamsp.h \45 datatypes.h \46 $(SOPHYAINCP)machdefs.h47 $(CXXCOMPILELIB) -o $@ $<48 49 $(SOPHYAOBJP)dates.o: dates.cc \50 $(SOPHYAINCP)sopnamsp.h \51 $(SOPHYAINCP)machdefs.h \52 $(SOPHYAINCP)perrors.h \53 $(SOPHYAINCP)pexceptions.h \54 dates.h55 $(CXXCOMPILELIB) -o $@ $<56 57 $(SOPHYAOBJP)difeq.o: difeq.cc \58 $(SOPHYAINCP)sopnamsp.h difeq.h \59 $(SOPHYAINCP)machdefs.h \60 $(SOPHYAINCP)pexceptions.h \61 $(SOPHYAINCP)tvector.h \62 $(SOPHYAINCP)tmatrix.h \63 $(SOPHYAINCP)tarray.h \64 $(SOPHYAINCP)basarr.h \65 $(SOPHYAINCP)anydataobj.h \66 $(SOPHYAINCP)mutyv.h \67 $(SOPHYAINCP)dvlist.h \68 $(SOPHYAINCP)objfio.h \69 $(SOPHYAINCP)ppersist.h \70 $(SOPHYAINCP)gnumd5.h \71 $(SOPHYAINCP)ppfbinstream.h \72 $(SOPHYAINCP)rawstream.h \73 $(SOPHYAINCP)ppfnametag.h \74 $(SOPHYAINCP)ndatablock.h \75 $(SOPHYAINCP)utilarr.h \76 $(SOPHYAINCP)ctimer.h77 $(CXXCOMPILELIB) -o $@ $<78 79 $(SOPHYAOBJP)dynccd.o: dynccd.cc \80 $(SOPHYAINCP)sopnamsp.h \81 $(SOPHYAINCP)machdefs.h fmath.h \82 perandom.h $(SOPHYAINCP)histos.h \83 $(SOPHYAINCP)objfio.h \84 $(SOPHYAINCP)anydataobj.h \85 $(SOPHYAINCP)ppersist.h \86 $(SOPHYAINCP)pexceptions.h \87 $(SOPHYAINCP)gnumd5.h \88 $(SOPHYAINCP)ppfbinstream.h \89 $(SOPHYAINCP)rawstream.h \90 $(SOPHYAINCP)ppfnametag.h \91 $(SOPHYAINCP)peida.h \92 $(SOPHYAINCP)utils.h \93 $(SOPHYAINCP)perrors.h \94 $(SOPHYAINCP)fmath.h \95 $(SOPHYAINCP)tvector.h \96 $(SOPHYAINCP)tmatrix.h \97 $(SOPHYAINCP)tarray.h \98 $(SOPHYAINCP)basarr.h \99 $(SOPHYAINCP)mutyv.h \100 $(SOPHYAINCP)dvlist.h \101 $(SOPHYAINCP)ndatablock.h \102 $(SOPHYAINCP)utilarr.h \103 nbrandom.h \104 $(SOPHYAINCP)srandgen.h cimage.h \105 $(SOPHYAINCP)fioarr.h dynccd.h106 $(CXXCOMPILELIB) -o $@ $<107 108 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \109 $(SOPHYAINCP)sopnamsp.h \110 $(SOPHYAINCP)machdefs.h \111 fct1dfit.h generalfit.h \112 $(SOPHYAINCP)pexceptions.h \113 $(SOPHYAINCP)tvector.h \114 $(SOPHYAINCP)tmatrix.h \115 $(SOPHYAINCP)tarray.h \116 $(SOPHYAINCP)basarr.h \117 $(SOPHYAINCP)anydataobj.h \118 $(SOPHYAINCP)mutyv.h \119 $(SOPHYAINCP)dvlist.h \120 $(SOPHYAINCP)objfio.h \121 $(SOPHYAINCP)ppersist.h \122 $(SOPHYAINCP)gnumd5.h \123 $(SOPHYAINCP)ppfbinstream.h \124 $(SOPHYAINCP)rawstream.h \125 $(SOPHYAINCP)ppfnametag.h \126 $(SOPHYAINCP)ndatablock.h \127 $(SOPHYAINCP)utilarr.h \128 generaldata.h \129 $(SOPHYAINCP)ntupintf.h poly.h \130 peida.h $(SOPHYAINCP)utils.h \131 $(SOPHYAINCP)perrors.h fmath.h \132 nbconst.h tabmath.h133 $(CXXCOMPILELIB) -o $@ $<134 135 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \136 $(SOPHYAINCP)sopnamsp.h \137 $(SOPHYAINCP)machdefs.h \138 fct2dfit.h generalfit.h \139 $(SOPHYAINCP)pexceptions.h \140 $(SOPHYAINCP)tvector.h \141 $(SOPHYAINCP)tmatrix.h \142 $(SOPHYAINCP)tarray.h \143 $(SOPHYAINCP)basarr.h \144 $(SOPHYAINCP)anydataobj.h \145 $(SOPHYAINCP)mutyv.h \146 $(SOPHYAINCP)dvlist.h \147 $(SOPHYAINCP)objfio.h \148 $(SOPHYAINCP)ppersist.h \149 $(SOPHYAINCP)gnumd5.h \150 $(SOPHYAINCP)ppfbinstream.h \151 $(SOPHYAINCP)rawstream.h \152 $(SOPHYAINCP)ppfnametag.h \153 $(SOPHYAINCP)ndatablock.h \154 $(SOPHYAINCP)utilarr.h \155 generaldata.h \156 $(SOPHYAINCP)ntupintf.h poly.h \157 peida.h $(SOPHYAINCP)utils.h \158 $(SOPHYAINCP)perrors.h fmath.h \159 nbconst.h tabmath.h simps2d.h160 $(CXXCOMPILELIB) -o $@ $<161 162 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \163 $(SOPHYAINCP)sopnamsp.h \164 fftmserver.h fftservintf.h \165 $(SOPHYAINCP)machdefs.h \166 $(SOPHYAINCP)pexceptions.h \167 $(SOPHYAINCP)tmatrix.h \168 $(SOPHYAINCP)tarray.h \169 $(SOPHYAINCP)basarr.h \170 $(SOPHYAINCP)anydataobj.h \171 $(SOPHYAINCP)mutyv.h \172 $(SOPHYAINCP)dvlist.h \173 $(SOPHYAINCP)objfio.h \174 $(SOPHYAINCP)ppersist.h \175 $(SOPHYAINCP)gnumd5.h \176 $(SOPHYAINCP)ppfbinstream.h \177 $(SOPHYAINCP)rawstream.h \178 $(SOPHYAINCP)ppfnametag.h \179 $(SOPHYAINCP)ndatablock.h \180 $(SOPHYAINCP)utilarr.h \181 $(SOPHYAINCP)tvector.h \182 fftmayer.h183 $(CXXCOMPILELIB) -o $@ $<184 185 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \186 $(SOPHYAINCP)sopnamsp.h \187 fftpserver.h fftservintf.h \188 $(SOPHYAINCP)machdefs.h \189 $(SOPHYAINCP)pexceptions.h \190 $(SOPHYAINCP)tmatrix.h \191 $(SOPHYAINCP)tarray.h \192 $(SOPHYAINCP)basarr.h \193 $(SOPHYAINCP)anydataobj.h \194 $(SOPHYAINCP)mutyv.h \195 $(SOPHYAINCP)dvlist.h \196 $(SOPHYAINCP)objfio.h \197 $(SOPHYAINCP)ppersist.h \198 $(SOPHYAINCP)gnumd5.h \199 $(SOPHYAINCP)ppfbinstream.h \200 $(SOPHYAINCP)rawstream.h \201 $(SOPHYAINCP)ppfnametag.h \202 $(SOPHYAINCP)ndatablock.h \203 $(SOPHYAINCP)utilarr.h \204 $(SOPHYAINCP)tvector.h \205 fftpackc.h206 $(CXXCOMPILELIB) -o $@ $<207 208 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \209 $(SOPHYAINCP)sopnamsp.h \210 fftservintf.h \211 $(SOPHYAINCP)machdefs.h \212 $(SOPHYAINCP)pexceptions.h \213 $(SOPHYAINCP)tmatrix.h \214 $(SOPHYAINCP)tarray.h \215 $(SOPHYAINCP)basarr.h \216 $(SOPHYAINCP)anydataobj.h \217 $(SOPHYAINCP)mutyv.h \218 $(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)objfio.h \220 $(SOPHYAINCP)ppersist.h \221 $(SOPHYAINCP)gnumd5.h \222 $(SOPHYAINCP)ppfbinstream.h \223 $(SOPHYAINCP)rawstream.h \224 $(SOPHYAINCP)ppfnametag.h \225 $(SOPHYAINCP)ndatablock.h \226 $(SOPHYAINCP)utilarr.h \227 $(SOPHYAINCP)tvector.h228 $(CXXCOMPILELIB) -o $@ $<229 230 13 $(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \ 231 $(SOPHYAINCP)sopnamsp.h \ 232 FSAppIrrSmpl.h \ 14 $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \ 233 15 $(SOPHYAINCP)machdefs.h nbmath.h \ 234 16 $(SOPHYAINCP)smathconst.h \ … … 253 35 $(SOPHYAINCP)matharr.h \ 254 36 $(SOPHYAINCP)fioarr.h \ 255 $(SOPHYAINCP)sopemtx.h \ 256 fftservintf.h fftpserver.h \ 257 $(SOPHYAINCP)toeplitzMatrix.h \ 37 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 38 fftpserver.h $(SOPHYAINCP)toeplitzMatrix.h \ 258 39 $(SOPHYAINCP)nbmath.h \ 259 40 $(SOPHYAINCP)fftservintf.h \ 260 41 $(SOPHYAINCP)fftpserver.h 261 $(CXXCOMPILELIB) -o $@ $< 262 263 $(SOPHYAOBJP)functab.o: functab.cc \ 264 $(SOPHYAINCP)sopnamsp.h \ 265 $(SOPHYAINCP)machdefs.h \ 266 $(SOPHYAINCP)pexceptions.h \ 267 functab.h $(SOPHYAINCP)tvector.h \ 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 43 44 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)pexceptions.h cimage.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tarray.h \ 49 $(SOPHYAINCP)basarr.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)mutyv.h \ 52 $(SOPHYAINCP)dvlist.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)ndatablock.h \ 60 $(SOPHYAINCP)utilarr.h \ 61 $(SOPHYAINCP)fioarr.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)datatype.h 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 65 66 $(SOPHYAOBJP)cspline.o: cspline.cc $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 68 $(SOPHYAINCP)pexceptions.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 70 71 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 72 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 73 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 75 76 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)perrors.h \ 79 $(SOPHYAINCP)pexceptions.h dates.h 80 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 81 82 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 83 difeq.h $(SOPHYAINCP)machdefs.h \ 84 $(SOPHYAINCP)pexceptions.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)anydataobj.h \ 90 $(SOPHYAINCP)mutyv.h \ 91 $(SOPHYAINCP)dvlist.h \ 92 $(SOPHYAINCP)objfio.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)gnumd5.h \ 95 $(SOPHYAINCP)ppfbinstream.h \ 96 $(SOPHYAINCP)rawstream.h \ 97 $(SOPHYAINCP)ppfnametag.h \ 98 $(SOPHYAINCP)ndatablock.h \ 99 $(SOPHYAINCP)utilarr.h \ 100 $(SOPHYAINCP)ctimer.h 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 102 103 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 104 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 105 $(SOPHYAINCP)histos.h \ 106 $(SOPHYAINCP)objfio.h \ 107 $(SOPHYAINCP)anydataobj.h \ 108 $(SOPHYAINCP)ppersist.h \ 109 $(SOPHYAINCP)pexceptions.h \ 110 $(SOPHYAINCP)gnumd5.h \ 111 $(SOPHYAINCP)ppfbinstream.h \ 112 $(SOPHYAINCP)rawstream.h \ 113 $(SOPHYAINCP)ppfnametag.h \ 114 $(SOPHYAINCP)peida.h \ 115 $(SOPHYAINCP)utils.h \ 116 $(SOPHYAINCP)perrors.h \ 117 $(SOPHYAINCP)fmath.h \ 118 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)tmatrix.h \ 120 $(SOPHYAINCP)tarray.h \ 121 $(SOPHYAINCP)basarr.h \ 122 $(SOPHYAINCP)mutyv.h \ 123 $(SOPHYAINCP)dvlist.h \ 124 $(SOPHYAINCP)ndatablock.h \ 125 $(SOPHYAINCP)utilarr.h nbrandom.h \ 126 $(SOPHYAINCP)srandgen.h cimage.h \ 127 $(SOPHYAINCP)fioarr.h dynccd.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 129 130 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 133 generalfit.h $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)tvector.h \ 135 $(SOPHYAINCP)tmatrix.h \ 136 $(SOPHYAINCP)tarray.h \ 137 $(SOPHYAINCP)basarr.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)mutyv.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)ppersist.h \ 143 $(SOPHYAINCP)gnumd5.h \ 144 $(SOPHYAINCP)ppfbinstream.h \ 145 $(SOPHYAINCP)rawstream.h \ 146 $(SOPHYAINCP)ppfnametag.h \ 147 $(SOPHYAINCP)ndatablock.h \ 148 $(SOPHYAINCP)utilarr.h generaldata.h \ 149 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 150 $(SOPHYAINCP)utils.h \ 151 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 152 tabmath.h 153 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 154 155 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 156 $(SOPHYAINCP)sopnamsp.h \ 157 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 158 generalfit.h $(SOPHYAINCP)pexceptions.h \ 159 $(SOPHYAINCP)tvector.h \ 160 $(SOPHYAINCP)tmatrix.h \ 161 $(SOPHYAINCP)tarray.h \ 162 $(SOPHYAINCP)basarr.h \ 163 $(SOPHYAINCP)anydataobj.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)dvlist.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)gnumd5.h \ 169 $(SOPHYAINCP)ppfbinstream.h \ 170 $(SOPHYAINCP)rawstream.h \ 171 $(SOPHYAINCP)ppfnametag.h \ 172 $(SOPHYAINCP)ndatablock.h \ 173 $(SOPHYAINCP)utilarr.h generaldata.h \ 174 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 175 $(SOPHYAINCP)utils.h \ 176 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 177 tabmath.h simps2d.h 178 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc 179 180 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \ 181 $(SOPHYAINCP)sopnamsp.h fftmserver.h \ 182 fftservintf.h $(SOPHYAINCP)machdefs.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)tmatrix.h \ 185 $(SOPHYAINCP)tarray.h \ 186 $(SOPHYAINCP)basarr.h \ 187 $(SOPHYAINCP)anydataobj.h \ 188 $(SOPHYAINCP)mutyv.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)ppersist.h \ 192 $(SOPHYAINCP)gnumd5.h \ 193 $(SOPHYAINCP)ppfbinstream.h \ 194 $(SOPHYAINCP)rawstream.h \ 195 $(SOPHYAINCP)ppfnametag.h \ 196 $(SOPHYAINCP)ndatablock.h \ 197 $(SOPHYAINCP)utilarr.h \ 198 $(SOPHYAINCP)tvector.h fftmayer.h 199 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc 200 201 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \ 202 $(SOPHYAINCP)sopnamsp.h fftpserver.h \ 203 fftservintf.h $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)pexceptions.h \ 205 $(SOPHYAINCP)tmatrix.h \ 206 $(SOPHYAINCP)tarray.h \ 207 $(SOPHYAINCP)basarr.h \ 208 $(SOPHYAINCP)anydataobj.h \ 209 $(SOPHYAINCP)mutyv.h \ 210 $(SOPHYAINCP)dvlist.h \ 211 $(SOPHYAINCP)objfio.h \ 212 $(SOPHYAINCP)ppersist.h \ 213 $(SOPHYAINCP)gnumd5.h \ 214 $(SOPHYAINCP)ppfbinstream.h \ 215 $(SOPHYAINCP)rawstream.h \ 216 $(SOPHYAINCP)ppfnametag.h \ 217 $(SOPHYAINCP)ndatablock.h \ 218 $(SOPHYAINCP)utilarr.h \ 219 $(SOPHYAINCP)tvector.h fftpackc.h 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc 221 222 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \ 223 $(SOPHYAINCP)sopnamsp.h fftservintf.h \ 224 $(SOPHYAINCP)machdefs.h \ 225 $(SOPHYAINCP)pexceptions.h \ 226 $(SOPHYAINCP)tmatrix.h \ 227 $(SOPHYAINCP)tarray.h \ 228 $(SOPHYAINCP)basarr.h \ 229 $(SOPHYAINCP)anydataobj.h \ 230 $(SOPHYAINCP)mutyv.h \ 231 $(SOPHYAINCP)dvlist.h \ 232 $(SOPHYAINCP)objfio.h \ 233 $(SOPHYAINCP)ppersist.h \ 234 $(SOPHYAINCP)gnumd5.h \ 235 $(SOPHYAINCP)ppfbinstream.h \ 236 $(SOPHYAINCP)rawstream.h \ 237 $(SOPHYAINCP)ppfnametag.h \ 238 $(SOPHYAINCP)ndatablock.h \ 239 $(SOPHYAINCP)utilarr.h \ 240 $(SOPHYAINCP)tvector.h 241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc 242 243 $(SOPHYAOBJP)functab.o: functab.cc $(SOPHYAINCP)sopnamsp.h \ 244 $(SOPHYAINCP)machdefs.h \ 245 $(SOPHYAINCP)pexceptions.h functab.h \ 246 $(SOPHYAINCP)tvector.h \ 268 247 $(SOPHYAINCP)tmatrix.h \ 269 248 $(SOPHYAINCP)tarray.h \ … … 280 259 $(SOPHYAINCP)ndatablock.h \ 281 260 $(SOPHYAINCP)utilarr.h 282 $(CXXCOMPILE LIB) -o $@ $<261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 283 262 284 263 $(SOPHYAOBJP)generaldata.o: generaldata.cc \ 285 264 $(SOPHYAINCP)sopnamsp.h \ 286 265 $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)strutil.h nbtri.h \ 288 generalfit.h \ 289 $(SOPHYAINCP)pexceptions.h \ 290 $(SOPHYAINCP)tvector.h \ 291 $(SOPHYAINCP)tmatrix.h \ 292 $(SOPHYAINCP)tarray.h \ 293 $(SOPHYAINCP)basarr.h \ 294 $(SOPHYAINCP)anydataobj.h \ 295 $(SOPHYAINCP)mutyv.h \ 296 $(SOPHYAINCP)dvlist.h \ 297 $(SOPHYAINCP)objfio.h \ 298 $(SOPHYAINCP)ppersist.h \ 299 $(SOPHYAINCP)gnumd5.h \ 300 $(SOPHYAINCP)ppfbinstream.h \ 301 $(SOPHYAINCP)rawstream.h \ 302 $(SOPHYAINCP)ppfnametag.h \ 303 $(SOPHYAINCP)ndatablock.h \ 304 $(SOPHYAINCP)utilarr.h \ 305 generaldata.h \ 306 $(SOPHYAINCP)ntupintf.h poly.h \ 307 peida.h $(SOPHYAINCP)utils.h \ 266 $(SOPHYAINCP)strutil.h nbtri.h generalfit.h \ 267 $(SOPHYAINCP)pexceptions.h \ 268 $(SOPHYAINCP)tvector.h \ 269 $(SOPHYAINCP)tmatrix.h \ 270 $(SOPHYAINCP)tarray.h \ 271 $(SOPHYAINCP)basarr.h \ 272 $(SOPHYAINCP)anydataobj.h \ 273 $(SOPHYAINCP)mutyv.h \ 274 $(SOPHYAINCP)dvlist.h \ 275 $(SOPHYAINCP)objfio.h \ 276 $(SOPHYAINCP)ppersist.h \ 277 $(SOPHYAINCP)gnumd5.h \ 278 $(SOPHYAINCP)ppfbinstream.h \ 279 $(SOPHYAINCP)rawstream.h \ 280 $(SOPHYAINCP)ppfnametag.h \ 281 $(SOPHYAINCP)ndatablock.h \ 282 $(SOPHYAINCP)utilarr.h generaldata.h \ 283 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 284 $(SOPHYAINCP)utils.h \ 308 285 $(SOPHYAINCP)perrors.h fmath.h 309 $(CXXCOMPILE LIB) -o $@ $<286 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc 310 287 311 288 $(SOPHYAOBJP)generalfit.o: generalfit.cc \ 312 289 $(SOPHYAINCP)sopnamsp.h \ 313 290 $(SOPHYAINCP)machdefs.h \ 314 $(SOPHYAINCP)pexceptions.h \ 315 generalfit.h \ 316 $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h \ 331 generaldata.h \ 332 $(SOPHYAINCP)ntupintf.h poly.h \ 333 peida.h $(SOPHYAINCP)utils.h \ 291 $(SOPHYAINCP)pexceptions.h generalfit.h \ 292 $(SOPHYAINCP)tvector.h \ 293 $(SOPHYAINCP)tmatrix.h \ 294 $(SOPHYAINCP)tarray.h \ 295 $(SOPHYAINCP)basarr.h \ 296 $(SOPHYAINCP)anydataobj.h \ 297 $(SOPHYAINCP)mutyv.h \ 298 $(SOPHYAINCP)dvlist.h \ 299 $(SOPHYAINCP)objfio.h \ 300 $(SOPHYAINCP)ppersist.h \ 301 $(SOPHYAINCP)gnumd5.h \ 302 $(SOPHYAINCP)ppfbinstream.h \ 303 $(SOPHYAINCP)rawstream.h \ 304 $(SOPHYAINCP)ppfnametag.h \ 305 $(SOPHYAINCP)ndatablock.h \ 306 $(SOPHYAINCP)utilarr.h generaldata.h \ 307 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 308 $(SOPHYAINCP)utils.h \ 334 309 $(SOPHYAINCP)perrors.h fmath.h \ 335 310 $(SOPHYAINCP)sopemtx.h 336 $(CXXCOMPILELIB) -o $@ $< 337 338 $(SOPHYAOBJP)integ.o: integ.cc \ 339 $(SOPHYAINCP)sopnamsp.h integ.h \ 340 $(SOPHYAINCP)machdefs.h \ 341 $(SOPHYAINCP)pexceptions.h \ 342 classfunc.h generalfit.h \ 343 $(SOPHYAINCP)tvector.h \ 344 $(SOPHYAINCP)tmatrix.h \ 345 $(SOPHYAINCP)tarray.h \ 346 $(SOPHYAINCP)basarr.h \ 347 $(SOPHYAINCP)anydataobj.h \ 348 $(SOPHYAINCP)mutyv.h \ 349 $(SOPHYAINCP)dvlist.h \ 350 $(SOPHYAINCP)objfio.h \ 351 $(SOPHYAINCP)ppersist.h \ 352 $(SOPHYAINCP)gnumd5.h \ 353 $(SOPHYAINCP)ppfbinstream.h \ 354 $(SOPHYAINCP)rawstream.h \ 355 $(SOPHYAINCP)ppfnametag.h \ 356 $(SOPHYAINCP)ndatablock.h \ 357 $(SOPHYAINCP)utilarr.h \ 358 generaldata.h \ 359 $(SOPHYAINCP)ntupintf.h poly.h \ 360 peida.h $(SOPHYAINCP)utils.h \ 311 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 312 313 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \ 314 integ.h $(SOPHYAINCP)machdefs.h \ 315 $(SOPHYAINCP)pexceptions.h classfunc.h \ 316 generalfit.h $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h generaldata.h \ 331 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 332 $(SOPHYAINCP)utils.h \ 361 333 $(SOPHYAINCP)perrors.h fmath.h 362 $(CXXCOMPILE LIB) -o $@ $<334 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc 363 335 364 336 $(SOPHYAOBJP)median.o: median.cc 365 $(CXXCOMPILE LIB) -o $@ $<337 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ median.cc 366 338 367 339 $(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \ 368 340 $(SOPHYAINCP)sopnamsp.h \ 369 $(SOPHYAINCP)machdefs.h \ 370 ntoolsinit.h \ 341 $(SOPHYAINCP)machdefs.h ntoolsinit.h \ 371 342 $(SOPHYAINCP)tarrinit.h \ 372 343 $(SOPHYAINCP)sophyainit.h poly.h \ … … 378 349 $(SOPHYAINCP)ppfbinstream.h \ 379 350 $(SOPHYAINCP)rawstream.h \ 380 $(SOPHYAINCP)ppfnametag.h \381 peida.h$(SOPHYAINCP)utils.h \351 $(SOPHYAINCP)ppfnametag.h peida.h \ 352 $(SOPHYAINCP)utils.h \ 382 353 $(SOPHYAINCP)perrors.h fmath.h \ 383 354 $(SOPHYAINCP)tvector.h \ … … 388 359 $(SOPHYAINCP)dvlist.h \ 389 360 $(SOPHYAINCP)ndatablock.h \ 390 $(SOPHYAINCP)utilarr.h \ 391 generaldata.h \ 361 $(SOPHYAINCP)utilarr.h generaldata.h \ 392 362 $(SOPHYAINCP)ntupintf.h cimage.h \ 393 $(SOPHYAINCP)fioarr.h tabmath.h \394 nbconst.hdates.h datime.h395 $(CXXCOMPILE LIB) -o $@ $<363 $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \ 364 dates.h datime.h 365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc 396 366 397 367 $(SOPHYAOBJP)objfitter.o: objfitter.cc \ 398 $(SOPHYAINCP)sopnamsp.h \ 399 objfitter.h \ 368 $(SOPHYAINCP)sopnamsp.h objfitter.h \ 400 369 $(SOPHYAINCP)machdefs.h \ 401 370 $(SOPHYAINCP)tmatrix.h \ … … 422 391 $(SOPHYAINCP)fmath.h \ 423 392 $(SOPHYAINCP)histos2.h \ 424 $(SOPHYAINCP)hisprof.h \ 425 generalfit.h generaldata.h \ 426 $(SOPHYAINCP)ntupintf.h poly.h \ 427 peida.h 428 $(CXXCOMPILELIB) -o $@ $< 393 $(SOPHYAINCP)hisprof.h generalfit.h \ 394 generaldata.h $(SOPHYAINCP)ntupintf.h \ 395 poly.h peida.h 396 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 429 397 430 398 $(SOPHYAOBJP)perandom.o: perandom.cc \ 431 399 $(SOPHYAINCP)sopnamsp.h \ 432 400 $(SOPHYAINCP)machdefs.h \ 433 $(SOPHYAINCP)pexceptions.h \434 perandom.h$(SOPHYAINCP)histos.h \401 $(SOPHYAINCP)pexceptions.h perandom.h \ 402 $(SOPHYAINCP)histos.h \ 435 403 $(SOPHYAINCP)objfio.h \ 436 404 $(SOPHYAINCP)anydataobj.h \ … … 451 419 $(SOPHYAINCP)dvlist.h \ 452 420 $(SOPHYAINCP)ndatablock.h \ 453 $(SOPHYAINCP)utilarr.h \ 454 nbrandom.h \ 421 $(SOPHYAINCP)utilarr.h nbrandom.h \ 455 422 $(SOPHYAINCP)srandgen.h pemath.h 456 $(CXXCOMPILELIB) -o $@ $< 457 458 $(SOPHYAOBJP)poly.o: poly.cc \ 459 $(SOPHYAINCP)sopnamsp.h \ 423 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ perandom.cc 424 425 $(SOPHYAOBJP)poly.o: poly.cc $(SOPHYAINCP)sopnamsp.h \ 460 426 $(SOPHYAINCP)machdefs.h poly.h \ 461 427 $(SOPHYAINCP)objfio.h \ … … 466 432 $(SOPHYAINCP)ppfbinstream.h \ 467 433 $(SOPHYAINCP)rawstream.h \ 468 $(SOPHYAINCP)ppfnametag.h \469 peida.h$(SOPHYAINCP)utils.h \434 $(SOPHYAINCP)ppfnametag.h peida.h \ 435 $(SOPHYAINCP)utils.h \ 470 436 $(SOPHYAINCP)perrors.h fmath.h \ 471 437 $(SOPHYAINCP)tvector.h \ … … 479 445 $(SOPHYAINCP)sopemtx.h \ 480 446 $(SOPHYAINCP)fioarr.h 481 $(CXXCOMPILE LIB) -o $@ $<447 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc 482 448 483 449 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \ 484 450 $(SOPHYAINCP)sopnamsp.h \ 485 $(SOPHYAINCP)machdefs.h \ 486 rk4cdifeq.h difeq.h \ 451 $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \ 487 452 $(SOPHYAINCP)pexceptions.h \ 488 453 $(SOPHYAINCP)tvector.h \ … … 502 467 $(SOPHYAINCP)utilarr.h \ 503 468 $(SOPHYAINCP)ctimer.h 504 $(CXXCOMPILE LIB) -o $@ $<469 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rk4cdifeq.cc 505 470 506 471 $(SOPHYAOBJP)simplesort.o: simplesort.cc \ 507 472 $(SOPHYAINCP)sopnamsp.h \ 508 $(SOPHYAINCP)machdefs.h \ 509 simplesort.h peida.h \ 510 $(SOPHYAINCP)utils.h \ 473 $(SOPHYAINCP)machdefs.h simplesort.h \ 474 peida.h $(SOPHYAINCP)utils.h \ 511 475 $(SOPHYAINCP)perrors.h \ 512 $(SOPHYAINCP)pexceptions.h \ 513 fmath.h 514 $(CXXCOMPILELIB) -o $@ $< 515 516 $(SOPHYAOBJP)simplex.o: simplex.cc \ 517 $(SOPHYAINCP)sopnamsp.h \ 518 simplex.h \ 519 $(SOPHYAINCP)machdefs.h \ 520 $(SOPHYAINCP)tvector.h \ 521 $(SOPHYAINCP)tmatrix.h \ 522 $(SOPHYAINCP)tarray.h \ 523 $(SOPHYAINCP)basarr.h \ 524 $(SOPHYAINCP)anydataobj.h \ 525 $(SOPHYAINCP)mutyv.h \ 526 $(SOPHYAINCP)dvlist.h \ 527 $(SOPHYAINCP)objfio.h \ 528 $(SOPHYAINCP)ppersist.h \ 529 $(SOPHYAINCP)pexceptions.h \ 530 $(SOPHYAINCP)gnumd5.h \ 531 $(SOPHYAINCP)ppfbinstream.h \ 532 $(SOPHYAINCP)rawstream.h \ 533 $(SOPHYAINCP)ppfnametag.h \ 534 $(SOPHYAINCP)ndatablock.h \ 535 $(SOPHYAINCP)utilarr.h \ 536 generalfit.h generaldata.h \ 537 $(SOPHYAINCP)ntupintf.h poly.h \ 538 peida.h $(SOPHYAINCP)utils.h \ 476 $(SOPHYAINCP)pexceptions.h fmath.h 477 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplesort.cc 478 479 $(SOPHYAOBJP)simplex.o: simplex.cc $(SOPHYAINCP)sopnamsp.h \ 480 simplex.h $(SOPHYAINCP)machdefs.h \ 481 $(SOPHYAINCP)tvector.h \ 482 $(SOPHYAINCP)tmatrix.h \ 483 $(SOPHYAINCP)tarray.h \ 484 $(SOPHYAINCP)basarr.h \ 485 $(SOPHYAINCP)anydataobj.h \ 486 $(SOPHYAINCP)mutyv.h \ 487 $(SOPHYAINCP)dvlist.h \ 488 $(SOPHYAINCP)objfio.h \ 489 $(SOPHYAINCP)ppersist.h \ 490 $(SOPHYAINCP)pexceptions.h \ 491 $(SOPHYAINCP)gnumd5.h \ 492 $(SOPHYAINCP)ppfbinstream.h \ 493 $(SOPHYAINCP)rawstream.h \ 494 $(SOPHYAINCP)ppfnametag.h \ 495 $(SOPHYAINCP)ndatablock.h \ 496 $(SOPHYAINCP)utilarr.h generalfit.h \ 497 generaldata.h $(SOPHYAINCP)ntupintf.h \ 498 poly.h peida.h $(SOPHYAINCP)utils.h \ 539 499 $(SOPHYAINCP)perrors.h fmath.h \ 540 500 $(SOPHYAINCP)ntuple.h \ 541 501 $(SOPHYAINCP)timing.h 542 $(CXXCOMPILELIB) -o $@ $< 543 544 $(SOPHYAOBJP)tabmath.o: tabmath.cc \ 545 $(SOPHYAINCP)sopnamsp.h \ 546 $(SOPHYAINCP)machdefs.h \ 547 tabmath.h peida.h \ 502 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 503 504 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 505 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ 548 506 $(SOPHYAINCP)utils.h \ 549 507 $(SOPHYAINCP)perrors.h \ 550 $(SOPHYAINCP)pexceptions.h \ 551 fmath.h nbconst.h 552 $(CXXCOMPILELIB) -o $@ $< 553 554 $(SOPHYAOBJP)datime.o: datime.c \ 555 $(SOPHYAINCP)machdefs.h \ 556 $(SOPHYAINCP)strutil.h nbconst.h \ 557 datime.h 558 $(CCOMPILE) -o $@ $< 508 $(SOPHYAINCP)pexceptions.h fmath.h \ 509 nbconst.h 510 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tabmath.cc 511 512 $(SOPHYAOBJP)datime.o: datime.c $(SOPHYAINCP)machdefs.h \ 513 $(SOPHYAINCP)strutil.h nbconst.h datime.h 514 $(CCOMPILE) -o $@ datime.c 559 515 560 516 $(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \ 561 $(SOPHYAINCP)machdefs.h \ 562 trigtbl.h 563 $(CCOMPILE) -o $@ $< 517 $(SOPHYAINCP)machdefs.h trigtbl.h 518 $(CCOMPILE) -o $@ fftmayer_r4.c 564 519 565 520 $(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \ 566 $(SOPHYAINCP)machdefs.h \ 567 trigtbl.h 568 $(CCOMPILE) -o $@ $< 521 $(SOPHYAINCP)machdefs.h trigtbl.h 522 $(CCOMPILE) -o $@ fftmayer_r8.c 569 523 570 524 $(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \ 571 525 $(SOPHYAINCP)machdefs.h 572 $(CCOMPILE) -o $@ $<526 $(CCOMPILE) -o $@ fftpackc.c 573 527 574 528 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 575 529 $(SOPHYAINCP)machdefs.h \ 576 530 $(SOPHYAINCP)smathconst.h 577 $(CCOMPILE) -o $@ $<531 $(CCOMPILE) -o $@ matxop.c 578 532 579 533 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \ 580 534 $(SOPHYAINCP)machdefs.h \ 581 $(SOPHYAINCP)smathconst.h \582 matxop.hnbinteg.h nbtri.h583 $(CCOMPILE) -o $@ $<535 $(SOPHYAINCP)smathconst.h matxop.h \ 536 nbinteg.h nbtri.h 537 $(CCOMPILE) -o $@ nbmath.c 584 538 585 539 $(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \ 586 540 $(SOPHYAINCP)machdefs.h 587 $(CCOMPILE) -o $@ $<588 541 $(CCOMPILE) -o $@ nbtri.c 542 -
trunk/SophyaLib/NTools/objlist.list
r2743 r2765 1 FSAppIrrSmpl.o 1 2 cimage.o 2 3 cspline.o … … 14 15 fftpserver.o 15 16 fftservintf.o 16 FSAppIrrSmpl.o17 17 functab.o 18 18 generaldata.o -
trunk/SophyaLib/NTools/smakefile
r2763 r2765 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o6 rm -f $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)imageop.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o 7 7 rm -f $(SOPHYALIBP)libNTools.a 8 8 9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP) cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o9 $(SOPHYALIBP)libNTools.a : $(SOPHYAOBJP)FSAppIrrSmpl.o $(SOPHYAOBJP)cimage.o $(SOPHYAOBJP)cspline.o $(SOPHYAOBJP)datatypes.o $(SOPHYAOBJP)dates.o $(SOPHYAOBJP)datime.o $(SOPHYAOBJP)difeq.o $(SOPHYAOBJP)dynccd.o $(SOPHYAOBJP)fct1dfit.o $(SOPHYAOBJP)fct2dfit.o $(SOPHYAOBJP)fftmayer_r4.o $(SOPHYAOBJP)fftmayer_r8.o $(SOPHYAOBJP)fftmserver.o $(SOPHYAOBJP)fftpackc.o $(SOPHYAOBJP)fftpserver.o $(SOPHYAOBJP)fftservintf.o $(SOPHYAOBJP)functab.o $(SOPHYAOBJP)generaldata.o $(SOPHYAOBJP)generalfit.o $(SOPHYAOBJP)integ.o $(SOPHYAOBJP)matxop.o $(SOPHYAOBJP)median.o $(SOPHYAOBJP)nbmath.o $(SOPHYAOBJP)nbtri.o $(SOPHYAOBJP)ntoolsinit.o $(SOPHYAOBJP)objfitter.o $(SOPHYAOBJP)perandom.o $(SOPHYAOBJP)poly.o $(SOPHYAOBJP)rk4cdifeq.o $(SOPHYAOBJP)simplesort.o $(SOPHYAOBJP)simplex.o $(SOPHYAOBJP)tabmath.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)cimage.o: cimage.cc \14 $(SOPHYAINCP)sopnamsp.h \15 $(SOPHYAINCP)machdefs.h \16 $(SOPHYAINCP)pexceptions.h \17 cimage.h $(SOPHYAINCP)tmatrix.h \18 $(SOPHYAINCP)tarray.h \19 $(SOPHYAINCP)basarr.h \20 $(SOPHYAINCP)anydataobj.h \21 $(SOPHYAINCP)mutyv.h \22 $(SOPHYAINCP)dvlist.h \23 $(SOPHYAINCP)objfio.h \24 $(SOPHYAINCP)ppersist.h \25 $(SOPHYAINCP)gnumd5.h \26 $(SOPHYAINCP)ppfbinstream.h \27 $(SOPHYAINCP)rawstream.h \28 $(SOPHYAINCP)ppfnametag.h \29 $(SOPHYAINCP)ndatablock.h \30 $(SOPHYAINCP)utilarr.h \31 $(SOPHYAINCP)fioarr.h \32 $(SOPHYAINCP)tvector.h \33 $(SOPHYAINCP)datatype.h34 $(CXXCOMPILELIB) -o $@ $<35 36 $(SOPHYAOBJP)cspline.o: cspline.cc \37 $(SOPHYAINCP)sopnamsp.h \38 $(SOPHYAINCP)machdefs.h nbtri.h \39 cspline.h \40 $(SOPHYAINCP)pexceptions.h41 $(CXXCOMPILELIB) -o $@ $<42 43 $(SOPHYAOBJP)datatypes.o: datatypes.cc \44 $(SOPHYAINCP)sopnamsp.h \45 datatypes.h \46 $(SOPHYAINCP)machdefs.h47 $(CXXCOMPILELIB) -o $@ $<48 49 $(SOPHYAOBJP)dates.o: dates.cc \50 $(SOPHYAINCP)sopnamsp.h \51 $(SOPHYAINCP)machdefs.h \52 $(SOPHYAINCP)perrors.h \53 $(SOPHYAINCP)pexceptions.h \54 dates.h55 $(CXXCOMPILELIB) -o $@ $<56 57 $(SOPHYAOBJP)difeq.o: difeq.cc \58 $(SOPHYAINCP)sopnamsp.h difeq.h \59 $(SOPHYAINCP)machdefs.h \60 $(SOPHYAINCP)pexceptions.h \61 $(SOPHYAINCP)tvector.h \62 $(SOPHYAINCP)tmatrix.h \63 $(SOPHYAINCP)tarray.h \64 $(SOPHYAINCP)basarr.h \65 $(SOPHYAINCP)anydataobj.h \66 $(SOPHYAINCP)mutyv.h \67 $(SOPHYAINCP)dvlist.h \68 $(SOPHYAINCP)objfio.h \69 $(SOPHYAINCP)ppersist.h \70 $(SOPHYAINCP)gnumd5.h \71 $(SOPHYAINCP)ppfbinstream.h \72 $(SOPHYAINCP)rawstream.h \73 $(SOPHYAINCP)ppfnametag.h \74 $(SOPHYAINCP)ndatablock.h \75 $(SOPHYAINCP)utilarr.h \76 $(SOPHYAINCP)ctimer.h77 $(CXXCOMPILELIB) -o $@ $<78 79 $(SOPHYAOBJP)dynccd.o: dynccd.cc \80 $(SOPHYAINCP)sopnamsp.h \81 $(SOPHYAINCP)machdefs.h fmath.h \82 perandom.h $(SOPHYAINCP)histos.h \83 $(SOPHYAINCP)objfio.h \84 $(SOPHYAINCP)anydataobj.h \85 $(SOPHYAINCP)ppersist.h \86 $(SOPHYAINCP)pexceptions.h \87 $(SOPHYAINCP)gnumd5.h \88 $(SOPHYAINCP)ppfbinstream.h \89 $(SOPHYAINCP)rawstream.h \90 $(SOPHYAINCP)ppfnametag.h \91 $(SOPHYAINCP)peida.h \92 $(SOPHYAINCP)utils.h \93 $(SOPHYAINCP)perrors.h \94 $(SOPHYAINCP)fmath.h \95 $(SOPHYAINCP)tvector.h \96 $(SOPHYAINCP)tmatrix.h \97 $(SOPHYAINCP)tarray.h \98 $(SOPHYAINCP)basarr.h \99 $(SOPHYAINCP)mutyv.h \100 $(SOPHYAINCP)dvlist.h \101 $(SOPHYAINCP)ndatablock.h \102 $(SOPHYAINCP)utilarr.h \103 nbrandom.h \104 $(SOPHYAINCP)srandgen.h cimage.h \105 $(SOPHYAINCP)fioarr.h dynccd.h106 $(CXXCOMPILELIB) -o $@ $<107 108 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \109 $(SOPHYAINCP)sopnamsp.h \110 $(SOPHYAINCP)machdefs.h \111 fct1dfit.h generalfit.h \112 $(SOPHYAINCP)pexceptions.h \113 $(SOPHYAINCP)tvector.h \114 $(SOPHYAINCP)tmatrix.h \115 $(SOPHYAINCP)tarray.h \116 $(SOPHYAINCP)basarr.h \117 $(SOPHYAINCP)anydataobj.h \118 $(SOPHYAINCP)mutyv.h \119 $(SOPHYAINCP)dvlist.h \120 $(SOPHYAINCP)objfio.h \121 $(SOPHYAINCP)ppersist.h \122 $(SOPHYAINCP)gnumd5.h \123 $(SOPHYAINCP)ppfbinstream.h \124 $(SOPHYAINCP)rawstream.h \125 $(SOPHYAINCP)ppfnametag.h \126 $(SOPHYAINCP)ndatablock.h \127 $(SOPHYAINCP)utilarr.h \128 generaldata.h \129 $(SOPHYAINCP)ntupintf.h poly.h \130 peida.h $(SOPHYAINCP)utils.h \131 $(SOPHYAINCP)perrors.h fmath.h \132 nbconst.h tabmath.h133 $(CXXCOMPILELIB) -o $@ $<134 135 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \136 $(SOPHYAINCP)sopnamsp.h \137 $(SOPHYAINCP)machdefs.h \138 fct2dfit.h generalfit.h \139 $(SOPHYAINCP)pexceptions.h \140 $(SOPHYAINCP)tvector.h \141 $(SOPHYAINCP)tmatrix.h \142 $(SOPHYAINCP)tarray.h \143 $(SOPHYAINCP)basarr.h \144 $(SOPHYAINCP)anydataobj.h \145 $(SOPHYAINCP)mutyv.h \146 $(SOPHYAINCP)dvlist.h \147 $(SOPHYAINCP)objfio.h \148 $(SOPHYAINCP)ppersist.h \149 $(SOPHYAINCP)gnumd5.h \150 $(SOPHYAINCP)ppfbinstream.h \151 $(SOPHYAINCP)rawstream.h \152 $(SOPHYAINCP)ppfnametag.h \153 $(SOPHYAINCP)ndatablock.h \154 $(SOPHYAINCP)utilarr.h \155 generaldata.h \156 $(SOPHYAINCP)ntupintf.h poly.h \157 peida.h $(SOPHYAINCP)utils.h \158 $(SOPHYAINCP)perrors.h fmath.h \159 nbconst.h tabmath.h simps2d.h160 $(CXXCOMPILELIB) -o $@ $<161 162 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \163 $(SOPHYAINCP)sopnamsp.h \164 fftmserver.h fftservintf.h \165 $(SOPHYAINCP)machdefs.h \166 $(SOPHYAINCP)pexceptions.h \167 $(SOPHYAINCP)tmatrix.h \168 $(SOPHYAINCP)tarray.h \169 $(SOPHYAINCP)basarr.h \170 $(SOPHYAINCP)anydataobj.h \171 $(SOPHYAINCP)mutyv.h \172 $(SOPHYAINCP)dvlist.h \173 $(SOPHYAINCP)objfio.h \174 $(SOPHYAINCP)ppersist.h \175 $(SOPHYAINCP)gnumd5.h \176 $(SOPHYAINCP)ppfbinstream.h \177 $(SOPHYAINCP)rawstream.h \178 $(SOPHYAINCP)ppfnametag.h \179 $(SOPHYAINCP)ndatablock.h \180 $(SOPHYAINCP)utilarr.h \181 $(SOPHYAINCP)tvector.h \182 fftmayer.h183 $(CXXCOMPILELIB) -o $@ $<184 185 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \186 $(SOPHYAINCP)sopnamsp.h \187 fftpserver.h fftservintf.h \188 $(SOPHYAINCP)machdefs.h \189 $(SOPHYAINCP)pexceptions.h \190 $(SOPHYAINCP)tmatrix.h \191 $(SOPHYAINCP)tarray.h \192 $(SOPHYAINCP)basarr.h \193 $(SOPHYAINCP)anydataobj.h \194 $(SOPHYAINCP)mutyv.h \195 $(SOPHYAINCP)dvlist.h \196 $(SOPHYAINCP)objfio.h \197 $(SOPHYAINCP)ppersist.h \198 $(SOPHYAINCP)gnumd5.h \199 $(SOPHYAINCP)ppfbinstream.h \200 $(SOPHYAINCP)rawstream.h \201 $(SOPHYAINCP)ppfnametag.h \202 $(SOPHYAINCP)ndatablock.h \203 $(SOPHYAINCP)utilarr.h \204 $(SOPHYAINCP)tvector.h \205 fftpackc.h206 $(CXXCOMPILELIB) -o $@ $<207 208 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \209 $(SOPHYAINCP)sopnamsp.h \210 fftservintf.h \211 $(SOPHYAINCP)machdefs.h \212 $(SOPHYAINCP)pexceptions.h \213 $(SOPHYAINCP)tmatrix.h \214 $(SOPHYAINCP)tarray.h \215 $(SOPHYAINCP)basarr.h \216 $(SOPHYAINCP)anydataobj.h \217 $(SOPHYAINCP)mutyv.h \218 $(SOPHYAINCP)dvlist.h \219 $(SOPHYAINCP)objfio.h \220 $(SOPHYAINCP)ppersist.h \221 $(SOPHYAINCP)gnumd5.h \222 $(SOPHYAINCP)ppfbinstream.h \223 $(SOPHYAINCP)rawstream.h \224 $(SOPHYAINCP)ppfnametag.h \225 $(SOPHYAINCP)ndatablock.h \226 $(SOPHYAINCP)utilarr.h \227 $(SOPHYAINCP)tvector.h228 $(CXXCOMPILELIB) -o $@ $<229 230 13 $(SOPHYAOBJP)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \ 231 $(SOPHYAINCP)sopnamsp.h \ 232 FSAppIrrSmpl.h \ 14 $(SOPHYAINCP)sopnamsp.h FSAppIrrSmpl.h \ 233 15 $(SOPHYAINCP)machdefs.h nbmath.h \ 234 16 $(SOPHYAINCP)smathconst.h \ … … 253 35 $(SOPHYAINCP)matharr.h \ 254 36 $(SOPHYAINCP)fioarr.h \ 255 $(SOPHYAINCP)sopemtx.h \ 256 fftservintf.h fftpserver.h \ 257 $(SOPHYAINCP)toeplitzMatrix.h \ 37 $(SOPHYAINCP)sopemtx.h fftservintf.h \ 38 fftpserver.h $(SOPHYAINCP)toeplitzMatrix.h \ 258 39 $(SOPHYAINCP)nbmath.h \ 259 40 $(SOPHYAINCP)fftservintf.h \ 260 41 $(SOPHYAINCP)fftpserver.h 261 $(CXXCOMPILELIB) -o $@ $< 262 263 $(SOPHYAOBJP)functab.o: functab.cc \ 264 $(SOPHYAINCP)sopnamsp.h \ 265 $(SOPHYAINCP)machdefs.h \ 266 $(SOPHYAINCP)pexceptions.h \ 267 functab.h $(SOPHYAINCP)tvector.h \ 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ FSAppIrrSmpl.cc 43 44 $(SOPHYAOBJP)cimage.o: cimage.cc $(SOPHYAINCP)sopnamsp.h \ 45 $(SOPHYAINCP)machdefs.h \ 46 $(SOPHYAINCP)pexceptions.h cimage.h \ 47 $(SOPHYAINCP)tmatrix.h \ 48 $(SOPHYAINCP)tarray.h \ 49 $(SOPHYAINCP)basarr.h \ 50 $(SOPHYAINCP)anydataobj.h \ 51 $(SOPHYAINCP)mutyv.h \ 52 $(SOPHYAINCP)dvlist.h \ 53 $(SOPHYAINCP)objfio.h \ 54 $(SOPHYAINCP)ppersist.h \ 55 $(SOPHYAINCP)gnumd5.h \ 56 $(SOPHYAINCP)ppfbinstream.h \ 57 $(SOPHYAINCP)rawstream.h \ 58 $(SOPHYAINCP)ppfnametag.h \ 59 $(SOPHYAINCP)ndatablock.h \ 60 $(SOPHYAINCP)utilarr.h \ 61 $(SOPHYAINCP)fioarr.h \ 62 $(SOPHYAINCP)tvector.h \ 63 $(SOPHYAINCP)datatype.h 64 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cimage.cc 65 66 $(SOPHYAOBJP)cspline.o: cspline.cc $(SOPHYAINCP)sopnamsp.h \ 67 $(SOPHYAINCP)machdefs.h nbtri.h cspline.h \ 68 $(SOPHYAINCP)pexceptions.h 69 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ cspline.cc 70 71 $(SOPHYAOBJP)datatypes.o: datatypes.cc \ 72 $(SOPHYAINCP)sopnamsp.h datatypes.h \ 73 $(SOPHYAINCP)machdefs.h 74 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datatypes.cc 75 76 $(SOPHYAOBJP)dates.o: dates.cc $(SOPHYAINCP)sopnamsp.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)perrors.h \ 79 $(SOPHYAINCP)pexceptions.h dates.h 80 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dates.cc 81 82 $(SOPHYAOBJP)difeq.o: difeq.cc $(SOPHYAINCP)sopnamsp.h \ 83 difeq.h $(SOPHYAINCP)machdefs.h \ 84 $(SOPHYAINCP)pexceptions.h \ 85 $(SOPHYAINCP)tvector.h \ 86 $(SOPHYAINCP)tmatrix.h \ 87 $(SOPHYAINCP)tarray.h \ 88 $(SOPHYAINCP)basarr.h \ 89 $(SOPHYAINCP)anydataobj.h \ 90 $(SOPHYAINCP)mutyv.h \ 91 $(SOPHYAINCP)dvlist.h \ 92 $(SOPHYAINCP)objfio.h \ 93 $(SOPHYAINCP)ppersist.h \ 94 $(SOPHYAINCP)gnumd5.h \ 95 $(SOPHYAINCP)ppfbinstream.h \ 96 $(SOPHYAINCP)rawstream.h \ 97 $(SOPHYAINCP)ppfnametag.h \ 98 $(SOPHYAINCP)ndatablock.h \ 99 $(SOPHYAINCP)utilarr.h \ 100 $(SOPHYAINCP)ctimer.h 101 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ difeq.cc 102 103 $(SOPHYAOBJP)dynccd.o: dynccd.cc $(SOPHYAINCP)sopnamsp.h \ 104 $(SOPHYAINCP)machdefs.h fmath.h perandom.h \ 105 $(SOPHYAINCP)histos.h \ 106 $(SOPHYAINCP)objfio.h \ 107 $(SOPHYAINCP)anydataobj.h \ 108 $(SOPHYAINCP)ppersist.h \ 109 $(SOPHYAINCP)pexceptions.h \ 110 $(SOPHYAINCP)gnumd5.h \ 111 $(SOPHYAINCP)ppfbinstream.h \ 112 $(SOPHYAINCP)rawstream.h \ 113 $(SOPHYAINCP)ppfnametag.h \ 114 $(SOPHYAINCP)peida.h \ 115 $(SOPHYAINCP)utils.h \ 116 $(SOPHYAINCP)perrors.h \ 117 $(SOPHYAINCP)fmath.h \ 118 $(SOPHYAINCP)tvector.h \ 119 $(SOPHYAINCP)tmatrix.h \ 120 $(SOPHYAINCP)tarray.h \ 121 $(SOPHYAINCP)basarr.h \ 122 $(SOPHYAINCP)mutyv.h \ 123 $(SOPHYAINCP)dvlist.h \ 124 $(SOPHYAINCP)ndatablock.h \ 125 $(SOPHYAINCP)utilarr.h nbrandom.h \ 126 $(SOPHYAINCP)srandgen.h cimage.h \ 127 $(SOPHYAINCP)fioarr.h dynccd.h 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ dynccd.cc 129 130 $(SOPHYAOBJP)fct1dfit.o: fct1dfit.cc \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 $(SOPHYAINCP)machdefs.h fct1dfit.h \ 133 generalfit.h $(SOPHYAINCP)pexceptions.h \ 134 $(SOPHYAINCP)tvector.h \ 135 $(SOPHYAINCP)tmatrix.h \ 136 $(SOPHYAINCP)tarray.h \ 137 $(SOPHYAINCP)basarr.h \ 138 $(SOPHYAINCP)anydataobj.h \ 139 $(SOPHYAINCP)mutyv.h \ 140 $(SOPHYAINCP)dvlist.h \ 141 $(SOPHYAINCP)objfio.h \ 142 $(SOPHYAINCP)ppersist.h \ 143 $(SOPHYAINCP)gnumd5.h \ 144 $(SOPHYAINCP)ppfbinstream.h \ 145 $(SOPHYAINCP)rawstream.h \ 146 $(SOPHYAINCP)ppfnametag.h \ 147 $(SOPHYAINCP)ndatablock.h \ 148 $(SOPHYAINCP)utilarr.h generaldata.h \ 149 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 150 $(SOPHYAINCP)utils.h \ 151 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 152 tabmath.h 153 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct1dfit.cc 154 155 $(SOPHYAOBJP)fct2dfit.o: fct2dfit.cc \ 156 $(SOPHYAINCP)sopnamsp.h \ 157 $(SOPHYAINCP)machdefs.h fct2dfit.h \ 158 generalfit.h $(SOPHYAINCP)pexceptions.h \ 159 $(SOPHYAINCP)tvector.h \ 160 $(SOPHYAINCP)tmatrix.h \ 161 $(SOPHYAINCP)tarray.h \ 162 $(SOPHYAINCP)basarr.h \ 163 $(SOPHYAINCP)anydataobj.h \ 164 $(SOPHYAINCP)mutyv.h \ 165 $(SOPHYAINCP)dvlist.h \ 166 $(SOPHYAINCP)objfio.h \ 167 $(SOPHYAINCP)ppersist.h \ 168 $(SOPHYAINCP)gnumd5.h \ 169 $(SOPHYAINCP)ppfbinstream.h \ 170 $(SOPHYAINCP)rawstream.h \ 171 $(SOPHYAINCP)ppfnametag.h \ 172 $(SOPHYAINCP)ndatablock.h \ 173 $(SOPHYAINCP)utilarr.h generaldata.h \ 174 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 175 $(SOPHYAINCP)utils.h \ 176 $(SOPHYAINCP)perrors.h fmath.h nbconst.h \ 177 tabmath.h simps2d.h 178 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fct2dfit.cc 179 180 $(SOPHYAOBJP)fftmserver.o: fftmserver.cc \ 181 $(SOPHYAINCP)sopnamsp.h fftmserver.h \ 182 fftservintf.h $(SOPHYAINCP)machdefs.h \ 183 $(SOPHYAINCP)pexceptions.h \ 184 $(SOPHYAINCP)tmatrix.h \ 185 $(SOPHYAINCP)tarray.h \ 186 $(SOPHYAINCP)basarr.h \ 187 $(SOPHYAINCP)anydataobj.h \ 188 $(SOPHYAINCP)mutyv.h \ 189 $(SOPHYAINCP)dvlist.h \ 190 $(SOPHYAINCP)objfio.h \ 191 $(SOPHYAINCP)ppersist.h \ 192 $(SOPHYAINCP)gnumd5.h \ 193 $(SOPHYAINCP)ppfbinstream.h \ 194 $(SOPHYAINCP)rawstream.h \ 195 $(SOPHYAINCP)ppfnametag.h \ 196 $(SOPHYAINCP)ndatablock.h \ 197 $(SOPHYAINCP)utilarr.h \ 198 $(SOPHYAINCP)tvector.h fftmayer.h 199 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftmserver.cc 200 201 $(SOPHYAOBJP)fftpserver.o: fftpserver.cc \ 202 $(SOPHYAINCP)sopnamsp.h fftpserver.h \ 203 fftservintf.h $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)pexceptions.h \ 205 $(SOPHYAINCP)tmatrix.h \ 206 $(SOPHYAINCP)tarray.h \ 207 $(SOPHYAINCP)basarr.h \ 208 $(SOPHYAINCP)anydataobj.h \ 209 $(SOPHYAINCP)mutyv.h \ 210 $(SOPHYAINCP)dvlist.h \ 211 $(SOPHYAINCP)objfio.h \ 212 $(SOPHYAINCP)ppersist.h \ 213 $(SOPHYAINCP)gnumd5.h \ 214 $(SOPHYAINCP)ppfbinstream.h \ 215 $(SOPHYAINCP)rawstream.h \ 216 $(SOPHYAINCP)ppfnametag.h \ 217 $(SOPHYAINCP)ndatablock.h \ 218 $(SOPHYAINCP)utilarr.h \ 219 $(SOPHYAINCP)tvector.h fftpackc.h 220 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftpserver.cc 221 222 $(SOPHYAOBJP)fftservintf.o: fftservintf.cc \ 223 $(SOPHYAINCP)sopnamsp.h fftservintf.h \ 224 $(SOPHYAINCP)machdefs.h \ 225 $(SOPHYAINCP)pexceptions.h \ 226 $(SOPHYAINCP)tmatrix.h \ 227 $(SOPHYAINCP)tarray.h \ 228 $(SOPHYAINCP)basarr.h \ 229 $(SOPHYAINCP)anydataobj.h \ 230 $(SOPHYAINCP)mutyv.h \ 231 $(SOPHYAINCP)dvlist.h \ 232 $(SOPHYAINCP)objfio.h \ 233 $(SOPHYAINCP)ppersist.h \ 234 $(SOPHYAINCP)gnumd5.h \ 235 $(SOPHYAINCP)ppfbinstream.h \ 236 $(SOPHYAINCP)rawstream.h \ 237 $(SOPHYAINCP)ppfnametag.h \ 238 $(SOPHYAINCP)ndatablock.h \ 239 $(SOPHYAINCP)utilarr.h \ 240 $(SOPHYAINCP)tvector.h 241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftservintf.cc 242 243 $(SOPHYAOBJP)functab.o: functab.cc $(SOPHYAINCP)sopnamsp.h \ 244 $(SOPHYAINCP)machdefs.h \ 245 $(SOPHYAINCP)pexceptions.h functab.h \ 246 $(SOPHYAINCP)tvector.h \ 268 247 $(SOPHYAINCP)tmatrix.h \ 269 248 $(SOPHYAINCP)tarray.h \ … … 280 259 $(SOPHYAINCP)ndatablock.h \ 281 260 $(SOPHYAINCP)utilarr.h 282 $(CXXCOMPILE LIB) -o $@ $<261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ functab.cc 283 262 284 263 $(SOPHYAOBJP)generaldata.o: generaldata.cc \ 285 264 $(SOPHYAINCP)sopnamsp.h \ 286 265 $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)strutil.h nbtri.h \ 288 generalfit.h \ 289 $(SOPHYAINCP)pexceptions.h \ 290 $(SOPHYAINCP)tvector.h \ 291 $(SOPHYAINCP)tmatrix.h \ 292 $(SOPHYAINCP)tarray.h \ 293 $(SOPHYAINCP)basarr.h \ 294 $(SOPHYAINCP)anydataobj.h \ 295 $(SOPHYAINCP)mutyv.h \ 296 $(SOPHYAINCP)dvlist.h \ 297 $(SOPHYAINCP)objfio.h \ 298 $(SOPHYAINCP)ppersist.h \ 299 $(SOPHYAINCP)gnumd5.h \ 300 $(SOPHYAINCP)ppfbinstream.h \ 301 $(SOPHYAINCP)rawstream.h \ 302 $(SOPHYAINCP)ppfnametag.h \ 303 $(SOPHYAINCP)ndatablock.h \ 304 $(SOPHYAINCP)utilarr.h \ 305 generaldata.h \ 306 $(SOPHYAINCP)ntupintf.h poly.h \ 307 peida.h $(SOPHYAINCP)utils.h \ 266 $(SOPHYAINCP)strutil.h nbtri.h generalfit.h \ 267 $(SOPHYAINCP)pexceptions.h \ 268 $(SOPHYAINCP)tvector.h \ 269 $(SOPHYAINCP)tmatrix.h \ 270 $(SOPHYAINCP)tarray.h \ 271 $(SOPHYAINCP)basarr.h \ 272 $(SOPHYAINCP)anydataobj.h \ 273 $(SOPHYAINCP)mutyv.h \ 274 $(SOPHYAINCP)dvlist.h \ 275 $(SOPHYAINCP)objfio.h \ 276 $(SOPHYAINCP)ppersist.h \ 277 $(SOPHYAINCP)gnumd5.h \ 278 $(SOPHYAINCP)ppfbinstream.h \ 279 $(SOPHYAINCP)rawstream.h \ 280 $(SOPHYAINCP)ppfnametag.h \ 281 $(SOPHYAINCP)ndatablock.h \ 282 $(SOPHYAINCP)utilarr.h generaldata.h \ 283 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 284 $(SOPHYAINCP)utils.h \ 308 285 $(SOPHYAINCP)perrors.h fmath.h 309 $(CXXCOMPILE LIB) -o $@ $<286 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generaldata.cc 310 287 311 288 $(SOPHYAOBJP)generalfit.o: generalfit.cc \ 312 289 $(SOPHYAINCP)sopnamsp.h \ 313 290 $(SOPHYAINCP)machdefs.h \ 314 $(SOPHYAINCP)pexceptions.h \ 315 generalfit.h \ 316 $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h \ 331 generaldata.h \ 332 $(SOPHYAINCP)ntupintf.h poly.h \ 333 peida.h $(SOPHYAINCP)utils.h \ 291 $(SOPHYAINCP)pexceptions.h generalfit.h \ 292 $(SOPHYAINCP)tvector.h \ 293 $(SOPHYAINCP)tmatrix.h \ 294 $(SOPHYAINCP)tarray.h \ 295 $(SOPHYAINCP)basarr.h \ 296 $(SOPHYAINCP)anydataobj.h \ 297 $(SOPHYAINCP)mutyv.h \ 298 $(SOPHYAINCP)dvlist.h \ 299 $(SOPHYAINCP)objfio.h \ 300 $(SOPHYAINCP)ppersist.h \ 301 $(SOPHYAINCP)gnumd5.h \ 302 $(SOPHYAINCP)ppfbinstream.h \ 303 $(SOPHYAINCP)rawstream.h \ 304 $(SOPHYAINCP)ppfnametag.h \ 305 $(SOPHYAINCP)ndatablock.h \ 306 $(SOPHYAINCP)utilarr.h generaldata.h \ 307 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 308 $(SOPHYAINCP)utils.h \ 334 309 $(SOPHYAINCP)perrors.h fmath.h \ 335 310 $(SOPHYAINCP)sopemtx.h 336 $(CXXCOMPILELIB) -o $@ $< 337 338 $(SOPHYAOBJP)integ.o: integ.cc \ 339 $(SOPHYAINCP)sopnamsp.h integ.h \ 340 $(SOPHYAINCP)machdefs.h \ 341 $(SOPHYAINCP)pexceptions.h \ 342 classfunc.h generalfit.h \ 343 $(SOPHYAINCP)tvector.h \ 344 $(SOPHYAINCP)tmatrix.h \ 345 $(SOPHYAINCP)tarray.h \ 346 $(SOPHYAINCP)basarr.h \ 347 $(SOPHYAINCP)anydataobj.h \ 348 $(SOPHYAINCP)mutyv.h \ 349 $(SOPHYAINCP)dvlist.h \ 350 $(SOPHYAINCP)objfio.h \ 351 $(SOPHYAINCP)ppersist.h \ 352 $(SOPHYAINCP)gnumd5.h \ 353 $(SOPHYAINCP)ppfbinstream.h \ 354 $(SOPHYAINCP)rawstream.h \ 355 $(SOPHYAINCP)ppfnametag.h \ 356 $(SOPHYAINCP)ndatablock.h \ 357 $(SOPHYAINCP)utilarr.h \ 358 generaldata.h \ 359 $(SOPHYAINCP)ntupintf.h poly.h \ 360 peida.h $(SOPHYAINCP)utils.h \ 311 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ generalfit.cc 312 313 $(SOPHYAOBJP)integ.o: integ.cc $(SOPHYAINCP)sopnamsp.h \ 314 integ.h $(SOPHYAINCP)machdefs.h \ 315 $(SOPHYAINCP)pexceptions.h classfunc.h \ 316 generalfit.h $(SOPHYAINCP)tvector.h \ 317 $(SOPHYAINCP)tmatrix.h \ 318 $(SOPHYAINCP)tarray.h \ 319 $(SOPHYAINCP)basarr.h \ 320 $(SOPHYAINCP)anydataobj.h \ 321 $(SOPHYAINCP)mutyv.h \ 322 $(SOPHYAINCP)dvlist.h \ 323 $(SOPHYAINCP)objfio.h \ 324 $(SOPHYAINCP)ppersist.h \ 325 $(SOPHYAINCP)gnumd5.h \ 326 $(SOPHYAINCP)ppfbinstream.h \ 327 $(SOPHYAINCP)rawstream.h \ 328 $(SOPHYAINCP)ppfnametag.h \ 329 $(SOPHYAINCP)ndatablock.h \ 330 $(SOPHYAINCP)utilarr.h generaldata.h \ 331 $(SOPHYAINCP)ntupintf.h poly.h peida.h \ 332 $(SOPHYAINCP)utils.h \ 361 333 $(SOPHYAINCP)perrors.h fmath.h 362 $(CXXCOMPILE LIB) -o $@ $<334 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ integ.cc 363 335 364 336 $(SOPHYAOBJP)median.o: median.cc 365 $(CXXCOMPILE LIB) -o $@ $<337 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ median.cc 366 338 367 339 $(SOPHYAOBJP)ntoolsinit.o: ntoolsinit.cc \ 368 340 $(SOPHYAINCP)sopnamsp.h \ 369 $(SOPHYAINCP)machdefs.h \ 370 ntoolsinit.h \ 341 $(SOPHYAINCP)machdefs.h ntoolsinit.h \ 371 342 $(SOPHYAINCP)tarrinit.h \ 372 343 $(SOPHYAINCP)sophyainit.h poly.h \ … … 378 349 $(SOPHYAINCP)ppfbinstream.h \ 379 350 $(SOPHYAINCP)rawstream.h \ 380 $(SOPHYAINCP)ppfnametag.h \381 peida.h$(SOPHYAINCP)utils.h \351 $(SOPHYAINCP)ppfnametag.h peida.h \ 352 $(SOPHYAINCP)utils.h \ 382 353 $(SOPHYAINCP)perrors.h fmath.h \ 383 354 $(SOPHYAINCP)tvector.h \ … … 388 359 $(SOPHYAINCP)dvlist.h \ 389 360 $(SOPHYAINCP)ndatablock.h \ 390 $(SOPHYAINCP)utilarr.h \ 391 generaldata.h \ 361 $(SOPHYAINCP)utilarr.h generaldata.h \ 392 362 $(SOPHYAINCP)ntupintf.h cimage.h \ 393 $(SOPHYAINCP)fioarr.h tabmath.h \394 nbconst.hdates.h datime.h395 $(CXXCOMPILE LIB) -o $@ $<363 $(SOPHYAINCP)fioarr.h tabmath.h nbconst.h \ 364 dates.h datime.h 365 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ ntoolsinit.cc 396 366 397 367 $(SOPHYAOBJP)objfitter.o: objfitter.cc \ 398 $(SOPHYAINCP)sopnamsp.h \ 399 objfitter.h \ 368 $(SOPHYAINCP)sopnamsp.h objfitter.h \ 400 369 $(SOPHYAINCP)machdefs.h \ 401 370 $(SOPHYAINCP)tmatrix.h \ … … 422 391 $(SOPHYAINCP)fmath.h \ 423 392 $(SOPHYAINCP)histos2.h \ 424 $(SOPHYAINCP)hisprof.h \ 425 generalfit.h generaldata.h \ 426 $(SOPHYAINCP)ntupintf.h poly.h \ 427 peida.h 428 $(CXXCOMPILELIB) -o $@ $< 393 $(SOPHYAINCP)hisprof.h generalfit.h \ 394 generaldata.h $(SOPHYAINCP)ntupintf.h \ 395 poly.h peida.h 396 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ objfitter.cc 429 397 430 398 $(SOPHYAOBJP)perandom.o: perandom.cc \ 431 399 $(SOPHYAINCP)sopnamsp.h \ 432 400 $(SOPHYAINCP)machdefs.h \ 433 $(SOPHYAINCP)pexceptions.h \434 perandom.h$(SOPHYAINCP)histos.h \401 $(SOPHYAINCP)pexceptions.h perandom.h \ 402 $(SOPHYAINCP)histos.h \ 435 403 $(SOPHYAINCP)objfio.h \ 436 404 $(SOPHYAINCP)anydataobj.h \ … … 451 419 $(SOPHYAINCP)dvlist.h \ 452 420 $(SOPHYAINCP)ndatablock.h \ 453 $(SOPHYAINCP)utilarr.h \ 454 nbrandom.h \ 421 $(SOPHYAINCP)utilarr.h nbrandom.h \ 455 422 $(SOPHYAINCP)srandgen.h pemath.h 456 $(CXXCOMPILELIB) -o $@ $< 457 458 $(SOPHYAOBJP)poly.o: poly.cc \ 459 $(SOPHYAINCP)sopnamsp.h \ 423 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ perandom.cc 424 425 $(SOPHYAOBJP)poly.o: poly.cc $(SOPHYAINCP)sopnamsp.h \ 460 426 $(SOPHYAINCP)machdefs.h poly.h \ 461 427 $(SOPHYAINCP)objfio.h \ … … 466 432 $(SOPHYAINCP)ppfbinstream.h \ 467 433 $(SOPHYAINCP)rawstream.h \ 468 $(SOPHYAINCP)ppfnametag.h \469 peida.h$(SOPHYAINCP)utils.h \434 $(SOPHYAINCP)ppfnametag.h peida.h \ 435 $(SOPHYAINCP)utils.h \ 470 436 $(SOPHYAINCP)perrors.h fmath.h \ 471 437 $(SOPHYAINCP)tvector.h \ … … 479 445 $(SOPHYAINCP)sopemtx.h \ 480 446 $(SOPHYAINCP)fioarr.h 481 $(CXXCOMPILE LIB) -o $@ $<447 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ poly.cc 482 448 483 449 $(SOPHYAOBJP)rk4cdifeq.o: rk4cdifeq.cc \ 484 450 $(SOPHYAINCP)sopnamsp.h \ 485 $(SOPHYAINCP)machdefs.h \ 486 rk4cdifeq.h difeq.h \ 451 $(SOPHYAINCP)machdefs.h rk4cdifeq.h difeq.h \ 487 452 $(SOPHYAINCP)pexceptions.h \ 488 453 $(SOPHYAINCP)tvector.h \ … … 502 467 $(SOPHYAINCP)utilarr.h \ 503 468 $(SOPHYAINCP)ctimer.h 504 $(CXXCOMPILE LIB) -o $@ $<469 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ rk4cdifeq.cc 505 470 506 471 $(SOPHYAOBJP)simplesort.o: simplesort.cc \ 507 472 $(SOPHYAINCP)sopnamsp.h \ 508 $(SOPHYAINCP)machdefs.h \ 509 simplesort.h peida.h \ 510 $(SOPHYAINCP)utils.h \ 473 $(SOPHYAINCP)machdefs.h simplesort.h \ 474 peida.h $(SOPHYAINCP)utils.h \ 511 475 $(SOPHYAINCP)perrors.h \ 512 $(SOPHYAINCP)pexceptions.h \ 513 fmath.h 514 $(CXXCOMPILELIB) -o $@ $< 515 516 $(SOPHYAOBJP)simplex.o: simplex.cc \ 517 $(SOPHYAINCP)sopnamsp.h \ 518 simplex.h \ 519 $(SOPHYAINCP)machdefs.h \ 520 $(SOPHYAINCP)tvector.h \ 521 $(SOPHYAINCP)tmatrix.h \ 522 $(SOPHYAINCP)tarray.h \ 523 $(SOPHYAINCP)basarr.h \ 524 $(SOPHYAINCP)anydataobj.h \ 525 $(SOPHYAINCP)mutyv.h \ 526 $(SOPHYAINCP)dvlist.h \ 527 $(SOPHYAINCP)objfio.h \ 528 $(SOPHYAINCP)ppersist.h \ 529 $(SOPHYAINCP)pexceptions.h \ 530 $(SOPHYAINCP)gnumd5.h \ 531 $(SOPHYAINCP)ppfbinstream.h \ 532 $(SOPHYAINCP)rawstream.h \ 533 $(SOPHYAINCP)ppfnametag.h \ 534 $(SOPHYAINCP)ndatablock.h \ 535 $(SOPHYAINCP)utilarr.h \ 536 generalfit.h generaldata.h \ 537 $(SOPHYAINCP)ntupintf.h poly.h \ 538 peida.h $(SOPHYAINCP)utils.h \ 476 $(SOPHYAINCP)pexceptions.h fmath.h 477 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplesort.cc 478 479 $(SOPHYAOBJP)simplex.o: simplex.cc $(SOPHYAINCP)sopnamsp.h \ 480 simplex.h $(SOPHYAINCP)machdefs.h \ 481 $(SOPHYAINCP)tvector.h \ 482 $(SOPHYAINCP)tmatrix.h \ 483 $(SOPHYAINCP)tarray.h \ 484 $(SOPHYAINCP)basarr.h \ 485 $(SOPHYAINCP)anydataobj.h \ 486 $(SOPHYAINCP)mutyv.h \ 487 $(SOPHYAINCP)dvlist.h \ 488 $(SOPHYAINCP)objfio.h \ 489 $(SOPHYAINCP)ppersist.h \ 490 $(SOPHYAINCP)pexceptions.h \ 491 $(SOPHYAINCP)gnumd5.h \ 492 $(SOPHYAINCP)ppfbinstream.h \ 493 $(SOPHYAINCP)rawstream.h \ 494 $(SOPHYAINCP)ppfnametag.h \ 495 $(SOPHYAINCP)ndatablock.h \ 496 $(SOPHYAINCP)utilarr.h generalfit.h \ 497 generaldata.h $(SOPHYAINCP)ntupintf.h \ 498 poly.h peida.h $(SOPHYAINCP)utils.h \ 539 499 $(SOPHYAINCP)perrors.h fmath.h \ 540 500 $(SOPHYAINCP)ntuple.h \ 541 501 $(SOPHYAINCP)timing.h 542 $(CXXCOMPILELIB) -o $@ $< 543 544 $(SOPHYAOBJP)tabmath.o: tabmath.cc \ 545 $(SOPHYAINCP)sopnamsp.h \ 546 $(SOPHYAINCP)machdefs.h \ 547 tabmath.h peida.h \ 502 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ simplex.cc 503 504 $(SOPHYAOBJP)tabmath.o: tabmath.cc $(SOPHYAINCP)sopnamsp.h \ 505 $(SOPHYAINCP)machdefs.h tabmath.h peida.h \ 548 506 $(SOPHYAINCP)utils.h \ 549 507 $(SOPHYAINCP)perrors.h \ 550 $(SOPHYAINCP)pexceptions.h \ 551 fmath.h nbconst.h 552 $(CXXCOMPILELIB) -o $@ $< 553 554 $(SOPHYAOBJP)datime.o: datime.c \ 555 $(SOPHYAINCP)machdefs.h \ 556 $(SOPHYAINCP)strutil.h nbconst.h \ 557 datime.h 558 $(CCOMPILE) -o $@ $< 508 $(SOPHYAINCP)pexceptions.h fmath.h \ 509 nbconst.h 510 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tabmath.cc 511 512 $(SOPHYAOBJP)datime.o: datime.c $(SOPHYAINCP)machdefs.h \ 513 $(SOPHYAINCP)strutil.h nbconst.h datime.h 514 $(CCOMPILE) -o $@ datime.c 559 515 560 516 $(SOPHYAOBJP)fftmayer_r4.o: fftmayer_r4.c fftmayer.h \ 561 $(SOPHYAINCP)machdefs.h \ 562 trigtbl.h 563 $(CCOMPILE) -o $@ $< 517 $(SOPHYAINCP)machdefs.h trigtbl.h 518 $(CCOMPILE) -o $@ fftmayer_r4.c 564 519 565 520 $(SOPHYAOBJP)fftmayer_r8.o: fftmayer_r8.c fftmayer.h \ 566 $(SOPHYAINCP)machdefs.h \ 567 trigtbl.h 568 $(CCOMPILE) -o $@ $< 521 $(SOPHYAINCP)machdefs.h trigtbl.h 522 $(CCOMPILE) -o $@ fftmayer_r8.c 569 523 570 524 $(SOPHYAOBJP)fftpackc.o: fftpackc.c fftpackc.h \ 571 525 $(SOPHYAINCP)machdefs.h 572 $(CCOMPILE) -o $@ $<526 $(CCOMPILE) -o $@ fftpackc.c 573 527 574 528 $(SOPHYAOBJP)matxop.o: matxop.c matxop.h nbmath.h \ 575 529 $(SOPHYAINCP)machdefs.h \ 576 530 $(SOPHYAINCP)smathconst.h 577 $(CCOMPILE) -o $@ $<531 $(CCOMPILE) -o $@ matxop.c 578 532 579 533 $(SOPHYAOBJP)nbmath.o: nbmath.c nbmath.h \ 580 534 $(SOPHYAINCP)machdefs.h \ 581 $(SOPHYAINCP)smathconst.h \582 matxop.hnbinteg.h nbtri.h583 $(CCOMPILE) -o $@ $<535 $(SOPHYAINCP)smathconst.h matxop.h \ 536 nbinteg.h nbtri.h 537 $(CCOMPILE) -o $@ nbmath.c 584 538 585 539 $(SOPHYAOBJP)nbtri.o: nbtri.c nbtri.h \ 586 540 $(SOPHYAINCP)machdefs.h 587 $(CCOMPILE) -o $@ $<588 541 $(CCOMPILE) -o $@ nbtri.c 542
Note:
See TracChangeset
for help on using the changeset viewer.