Changeset 2631 in Sophya
- Timestamp:
- Nov 12, 2004, 6:37:42 PM (21 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/Makefile
r2444 r2631 3 3 all: $(LIB)libNTools.a 4 4 clean: 5 rm -f $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmserver.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ) generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbtri.o5 rm -f $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmserver.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ)functab.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o $(OBJ)datime.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftpackc.o $(OBJ)matxop.o $(OBJ)nbmath.o $(OBJ)nbtri.o 6 6 rm -f $(LIB)libNTools.a 7 $(LIB)libNTools.a : $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftmserver.o $(OBJ)fftpackc.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ) generaldata.o $(OBJ)generalfit.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o7 $(LIB)libNTools.a : $(OBJ)FSAppIrrSmpl.o $(OBJ)cimage.o $(OBJ)cspline.o $(OBJ)datatypes.o $(OBJ)dates.o $(OBJ)datime.o $(OBJ)difeq.o $(OBJ)dynccd.o $(OBJ)fct1dfit.o $(OBJ)fct2dfit.o $(OBJ)fftmayer_r4.o $(OBJ)fftmayer_r8.o $(OBJ)fftmserver.o $(OBJ)fftpackc.o $(OBJ)fftpserver.o $(OBJ)fftservintf.o $(OBJ)functab.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)integ.o $(OBJ)matxop.o $(OBJ)median.o $(OBJ)nbmath.o $(OBJ)nbtri.o $(OBJ)ntoolsinit.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)FSAppIrrSmpl.o: FSAppIrrSmpl.cc FSAppIrrSmpl.h \ 13 $(OBJ)FSAppIrrSmpl.o: FSAppIrrSmpl.cc \ 14 $(INC)sopnamsp.h FSAppIrrSmpl.h \ 14 15 $(INC)machdefs.h nbmath.h \ 15 16 $(INC)smathconst.h \ … … 25 26 $(INC)pexceptions.h \ 26 27 $(INC)gnumd5.h \ 28 $(INC)ppfbinstream.h \ 29 $(INC)rawstream.h \ 30 $(INC)ppfnametag.h \ 27 31 $(INC)ndatablock.h \ 28 32 $(INC)utilarr.h \ … … 36 40 $(INC)fftservintf.h \ 37 41 $(INC)fftpserver.h 38 $(OBJ)cimage.o: cimage.cc $(INC)machdefs.h \ 42 $(OBJ)cimage.o: cimage.cc $(INC)sopnamsp.h \ 43 $(INC)machdefs.h \ 39 44 $(INC)pexceptions.h cimage.h \ 40 45 $(INC)tmatrix.h \ … … 47 52 $(INC)ppersist.h \ 48 53 $(INC)gnumd5.h \ 54 $(INC)ppfbinstream.h \ 55 $(INC)rawstream.h \ 56 $(INC)ppfnametag.h \ 49 57 $(INC)ndatablock.h \ 50 58 $(INC)utilarr.h \ … … 52 60 $(INC)tvector.h \ 53 61 $(INC)datatype.h 54 $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \ 55 nbtri.h cspline.h $(INC)pexceptions.h 56 $(OBJ)datatypes.o: datatypes.cc datatypes.h \ 57 $(INC)machdefs.h 58 $(OBJ)dates.o: dates.cc $(INC)machdefs.h \ 62 $(OBJ)cspline.o: cspline.cc $(INC)sopnamsp.h \ 63 $(INC)machdefs.h nbtri.h cspline.h \ 64 $(INC)pexceptions.h 65 $(OBJ)datatypes.o: datatypes.cc $(INC)sopnamsp.h \ 66 datatypes.h $(INC)machdefs.h 67 $(OBJ)dates.o: dates.cc $(INC)sopnamsp.h \ 68 $(INC)machdefs.h \ 59 69 $(INC)perrors.h \ 60 70 $(INC)pexceptions.h dates.h 61 $(OBJ)difeq.o: difeq.cc difeq.h $(INC)machdefs.h \ 62 $(INC)pexceptions.h \ 63 $(INC)tvector.h \ 64 $(INC)tmatrix.h \ 65 $(INC)tarray.h \ 66 $(INC)basarr.h \ 67 $(INC)anydataobj.h \ 68 $(INC)mutyv.h \ 69 $(INC)dvlist.h \ 70 $(INC)objfio.h \ 71 $(INC)ppersist.h \ 72 $(INC)gnumd5.h \ 71 $(OBJ)difeq.o: difeq.cc $(INC)sopnamsp.h difeq.h \ 72 $(INC)machdefs.h \ 73 $(INC)pexceptions.h \ 74 $(INC)tvector.h \ 75 $(INC)tmatrix.h \ 76 $(INC)tarray.h \ 77 $(INC)basarr.h \ 78 $(INC)anydataobj.h \ 79 $(INC)mutyv.h \ 80 $(INC)dvlist.h \ 81 $(INC)objfio.h \ 82 $(INC)ppersist.h \ 83 $(INC)gnumd5.h \ 84 $(INC)ppfbinstream.h \ 85 $(INC)rawstream.h \ 86 $(INC)ppfnametag.h \ 73 87 $(INC)ndatablock.h \ 74 88 $(INC)utilarr.h \ 75 89 $(INC)ctimer.h 76 $(OBJ)dynccd.o: dynccd.cc $(INC)machdefs.h fmath.h \ 77 perandom.h $(INC)histos.h \ 78 $(INC)objfio.h \ 79 $(INC)anydataobj.h \ 80 $(INC)ppersist.h \ 81 $(INC)pexceptions.h \ 82 $(INC)gnumd5.h \ 90 $(OBJ)dynccd.o: dynccd.cc $(INC)sopnamsp.h \ 91 $(INC)machdefs.h fmath.h perandom.h \ 92 $(INC)histos.h \ 93 $(INC)objfio.h \ 94 $(INC)anydataobj.h \ 95 $(INC)ppersist.h \ 96 $(INC)pexceptions.h \ 97 $(INC)gnumd5.h \ 98 $(INC)ppfbinstream.h \ 99 $(INC)rawstream.h \ 100 $(INC)ppfnametag.h \ 83 101 $(INC)peida.h \ 84 102 $(INC)utils.h \ … … 95 113 $(INC)srandgen.h cimage.h \ 96 114 $(INC)fioarr.h dynccd.h 97 $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)machdefs.h \ 98 fct1dfit.h generalfit.h $(INC)pexceptions.h \ 99 $(INC)tvector.h \ 100 $(INC)tmatrix.h \ 101 $(INC)tarray.h \ 102 $(INC)basarr.h \ 103 $(INC)anydataobj.h \ 104 $(INC)mutyv.h \ 105 $(INC)dvlist.h \ 106 $(INC)objfio.h \ 107 $(INC)ppersist.h \ 108 $(INC)gnumd5.h \ 115 $(OBJ)fct1dfit.o: fct1dfit.cc $(INC)sopnamsp.h \ 116 $(INC)machdefs.h fct1dfit.h generalfit.h \ 117 $(INC)pexceptions.h \ 118 $(INC)tvector.h \ 119 $(INC)tmatrix.h \ 120 $(INC)tarray.h \ 121 $(INC)basarr.h \ 122 $(INC)anydataobj.h \ 123 $(INC)mutyv.h \ 124 $(INC)dvlist.h \ 125 $(INC)objfio.h \ 126 $(INC)ppersist.h \ 127 $(INC)gnumd5.h \ 128 $(INC)ppfbinstream.h \ 129 $(INC)rawstream.h \ 130 $(INC)ppfnametag.h \ 109 131 $(INC)ndatablock.h \ 110 132 $(INC)utilarr.h generaldata.h \ … … 112 134 $(INC)utils.h \ 113 135 $(INC)perrors.h fmath.h nbconst.h tabmath.h 114 $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \ 115 fct2dfit.h generalfit.h $(INC)pexceptions.h \ 116 $(INC)tvector.h \ 117 $(INC)tmatrix.h \ 118 $(INC)tarray.h \ 119 $(INC)basarr.h \ 120 $(INC)anydataobj.h \ 121 $(INC)mutyv.h \ 122 $(INC)dvlist.h \ 123 $(INC)objfio.h \ 124 $(INC)ppersist.h \ 125 $(INC)gnumd5.h \ 136 $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)sopnamsp.h \ 137 $(INC)machdefs.h fct2dfit.h generalfit.h \ 138 $(INC)pexceptions.h \ 139 $(INC)tvector.h \ 140 $(INC)tmatrix.h \ 141 $(INC)tarray.h \ 142 $(INC)basarr.h \ 143 $(INC)anydataobj.h \ 144 $(INC)mutyv.h \ 145 $(INC)dvlist.h \ 146 $(INC)objfio.h \ 147 $(INC)ppersist.h \ 148 $(INC)gnumd5.h \ 149 $(INC)ppfbinstream.h \ 150 $(INC)rawstream.h \ 151 $(INC)ppfnametag.h \ 126 152 $(INC)ndatablock.h \ 127 153 $(INC)utilarr.h generaldata.h \ … … 130 156 $(INC)perrors.h fmath.h nbconst.h tabmath.h \ 131 157 simps2d.h 132 $(OBJ)fftmserver.o: fftmserver.cc fftmserver.h fftservintf.h \ 133 $(INC)machdefs.h \ 134 $(INC)pexceptions.h \ 135 $(INC)tmatrix.h \ 136 $(INC)tarray.h \ 137 $(INC)basarr.h \ 138 $(INC)anydataobj.h \ 139 $(INC)mutyv.h \ 140 $(INC)dvlist.h \ 141 $(INC)objfio.h \ 142 $(INC)ppersist.h \ 143 $(INC)gnumd5.h \ 158 $(OBJ)fftmserver.o: fftmserver.cc $(INC)sopnamsp.h \ 159 fftmserver.h fftservintf.h $(INC)machdefs.h \ 160 $(INC)pexceptions.h \ 161 $(INC)tmatrix.h \ 162 $(INC)tarray.h \ 163 $(INC)basarr.h \ 164 $(INC)anydataobj.h \ 165 $(INC)mutyv.h \ 166 $(INC)dvlist.h \ 167 $(INC)objfio.h \ 168 $(INC)ppersist.h \ 169 $(INC)gnumd5.h \ 170 $(INC)ppfbinstream.h \ 171 $(INC)rawstream.h \ 172 $(INC)ppfnametag.h \ 144 173 $(INC)ndatablock.h \ 145 174 $(INC)utilarr.h \ 146 175 $(INC)tvector.h fftmayer.h 147 $(OBJ)fftpserver.o: fftpserver.cc fftpserver.h fftservintf.h \ 148 $(INC)machdefs.h \ 149 $(INC)pexceptions.h \ 150 $(INC)tmatrix.h \ 151 $(INC)tarray.h \ 152 $(INC)basarr.h \ 153 $(INC)anydataobj.h \ 154 $(INC)mutyv.h \ 155 $(INC)dvlist.h \ 156 $(INC)objfio.h \ 157 $(INC)ppersist.h \ 158 $(INC)gnumd5.h \ 176 $(OBJ)fftpserver.o: fftpserver.cc $(INC)sopnamsp.h \ 177 fftpserver.h fftservintf.h $(INC)machdefs.h \ 178 $(INC)pexceptions.h \ 179 $(INC)tmatrix.h \ 180 $(INC)tarray.h \ 181 $(INC)basarr.h \ 182 $(INC)anydataobj.h \ 183 $(INC)mutyv.h \ 184 $(INC)dvlist.h \ 185 $(INC)objfio.h \ 186 $(INC)ppersist.h \ 187 $(INC)gnumd5.h \ 188 $(INC)ppfbinstream.h \ 189 $(INC)rawstream.h \ 190 $(INC)ppfnametag.h \ 159 191 $(INC)ndatablock.h \ 160 192 $(INC)utilarr.h \ 161 193 $(INC)tvector.h fftpackc.h 162 $(OBJ)fftservintf.o: fftservintf.cc fftservintf.h \ 163 $(INC)machdefs.h \ 164 $(INC)pexceptions.h \ 165 $(INC)tmatrix.h \ 166 $(INC)tarray.h \ 167 $(INC)basarr.h \ 168 $(INC)anydataobj.h \ 169 $(INC)mutyv.h \ 170 $(INC)dvlist.h \ 171 $(INC)objfio.h \ 172 $(INC)ppersist.h \ 173 $(INC)gnumd5.h \ 194 $(OBJ)fftservintf.o: fftservintf.cc \ 195 $(INC)sopnamsp.h fftservintf.h \ 196 $(INC)machdefs.h \ 197 $(INC)pexceptions.h \ 198 $(INC)tmatrix.h \ 199 $(INC)tarray.h \ 200 $(INC)basarr.h \ 201 $(INC)anydataobj.h \ 202 $(INC)mutyv.h \ 203 $(INC)dvlist.h \ 204 $(INC)objfio.h \ 205 $(INC)ppersist.h \ 206 $(INC)gnumd5.h \ 207 $(INC)ppfbinstream.h \ 208 $(INC)rawstream.h \ 209 $(INC)ppfnametag.h \ 174 210 $(INC)ndatablock.h \ 175 211 $(INC)utilarr.h \ 176 212 $(INC)tvector.h 213 $(OBJ)functab.o: functab.cc $(INC)sopnamsp.h \ 214 $(INC)machdefs.h \ 215 $(INC)pexceptions.h functab.h \ 216 $(INC)tvector.h \ 217 $(INC)tmatrix.h \ 218 $(INC)tarray.h \ 219 $(INC)basarr.h \ 220 $(INC)anydataobj.h \ 221 $(INC)mutyv.h \ 222 $(INC)dvlist.h \ 223 $(INC)objfio.h \ 224 $(INC)ppersist.h \ 225 $(INC)gnumd5.h \ 226 $(INC)ppfbinstream.h \ 227 $(INC)rawstream.h \ 228 $(INC)ppfnametag.h \ 229 $(INC)ndatablock.h \ 230 $(INC)utilarr.h 177 231 $(OBJ)generaldata.o: generaldata.cc \ 232 $(INC)sopnamsp.h \ 178 233 $(INC)machdefs.h \ 179 234 $(INC)strutil.h nbtri.h generalfit.h \ … … 189 244 $(INC)ppersist.h \ 190 245 $(INC)gnumd5.h \ 246 $(INC)ppfbinstream.h \ 247 $(INC)rawstream.h \ 248 $(INC)ppfnametag.h \ 191 249 $(INC)ndatablock.h \ 192 250 $(INC)utilarr.h generaldata.h \ … … 194 252 $(INC)utils.h \ 195 253 $(INC)perrors.h fmath.h 196 $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \ 254 $(OBJ)generalfit.o: generalfit.cc $(INC)sopnamsp.h \ 255 $(INC)machdefs.h \ 197 256 $(INC)pexceptions.h generalfit.h \ 198 257 $(INC)tvector.h \ … … 206 265 $(INC)ppersist.h \ 207 266 $(INC)gnumd5.h \ 267 $(INC)ppfbinstream.h \ 268 $(INC)rawstream.h \ 269 $(INC)ppfnametag.h \ 208 270 $(INC)ndatablock.h \ 209 271 $(INC)utilarr.h generaldata.h \ … … 212 274 $(INC)perrors.h fmath.h \ 213 275 $(INC)sopemtx.h 214 $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \ 276 $(OBJ)integ.o: integ.cc $(INC)sopnamsp.h integ.h \ 277 $(INC)machdefs.h \ 215 278 $(INC)pexceptions.h classfunc.h generalfit.h \ 216 279 $(INC)tvector.h \ … … 224 287 $(INC)ppersist.h \ 225 288 $(INC)gnumd5.h \ 289 $(INC)ppfbinstream.h \ 290 $(INC)rawstream.h \ 291 $(INC)ppfnametag.h \ 226 292 $(INC)ndatablock.h \ 227 293 $(INC)utilarr.h generaldata.h \ … … 230 296 $(INC)perrors.h fmath.h 231 297 $(OBJ)median.o: median.cc 232 $(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)machdefs.h \ 233 ntoolsinit.h $(INC)tarrinit.h \ 298 $(OBJ)ntoolsinit.o: ntoolsinit.cc $(INC)sopnamsp.h \ 299 $(INC)machdefs.h ntoolsinit.h \ 300 $(INC)tarrinit.h \ 234 301 $(INC)sophyainit.h poly.h \ 235 302 $(INC)objfio.h \ … … 237 304 $(INC)ppersist.h \ 238 305 $(INC)pexceptions.h \ 239 $(INC)gnumd5.h peida.h \ 306 $(INC)gnumd5.h \ 307 $(INC)ppfbinstream.h \ 308 $(INC)rawstream.h \ 309 $(INC)ppfnametag.h peida.h \ 240 310 $(INC)utils.h \ 241 311 $(INC)perrors.h fmath.h \ … … 251 321 $(INC)fioarr.h tabmath.h nbconst.h dates.h \ 252 322 datime.h 253 $(OBJ)objfitter.o: objfitter.cc objfitter.h \ 254 $(INC)machdefs.h \ 255 $(INC)tmatrix.h \ 256 $(INC)tarray.h \ 257 $(INC)basarr.h \ 258 $(INC)anydataobj.h \ 259 $(INC)mutyv.h \ 260 $(INC)dvlist.h \ 261 $(INC)objfio.h \ 262 $(INC)ppersist.h \ 263 $(INC)pexceptions.h \ 264 $(INC)gnumd5.h \ 323 $(OBJ)objfitter.o: objfitter.cc $(INC)sopnamsp.h \ 324 objfitter.h $(INC)machdefs.h \ 325 $(INC)tmatrix.h \ 326 $(INC)tarray.h \ 327 $(INC)basarr.h \ 328 $(INC)anydataobj.h \ 329 $(INC)mutyv.h \ 330 $(INC)dvlist.h \ 331 $(INC)objfio.h \ 332 $(INC)ppersist.h \ 333 $(INC)pexceptions.h \ 334 $(INC)gnumd5.h \ 335 $(INC)ppfbinstream.h \ 336 $(INC)rawstream.h \ 337 $(INC)ppfnametag.h \ 265 338 $(INC)ndatablock.h \ 266 339 $(INC)utilarr.h cimage.h \ … … 275 348 $(INC)hisprof.h generalfit.h generaldata.h \ 276 349 $(INC)ntupintf.h poly.h peida.h 277 $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \ 350 $(OBJ)perandom.o: perandom.cc $(INC)sopnamsp.h \ 351 $(INC)machdefs.h \ 278 352 $(INC)pexceptions.h perandom.h \ 279 353 $(INC)histos.h \ … … 282 356 $(INC)ppersist.h \ 283 357 $(INC)gnumd5.h \ 358 $(INC)ppfbinstream.h \ 359 $(INC)rawstream.h \ 360 $(INC)ppfnametag.h \ 284 361 $(INC)peida.h \ 285 362 $(INC)utils.h \ … … 295 372 $(INC)utilarr.h nbrandom.h \ 296 373 $(INC)srandgen.h pemath.h 297 $(OBJ)poly.o: poly.cc $(INC)machdefs.h poly.h \ 298 $(INC)objfio.h \ 299 $(INC)anydataobj.h \ 300 $(INC)ppersist.h \ 301 $(INC)pexceptions.h \ 302 $(INC)gnumd5.h peida.h \ 374 $(OBJ)poly.o: poly.cc $(INC)sopnamsp.h \ 375 $(INC)machdefs.h poly.h \ 376 $(INC)objfio.h \ 377 $(INC)anydataobj.h \ 378 $(INC)ppersist.h \ 379 $(INC)pexceptions.h \ 380 $(INC)gnumd5.h \ 381 $(INC)ppfbinstream.h \ 382 $(INC)rawstream.h \ 383 $(INC)ppfnametag.h peida.h \ 303 384 $(INC)utils.h \ 304 385 $(INC)perrors.h fmath.h \ … … 313 394 $(INC)sopemtx.h \ 314 395 $(INC)fioarr.h 315 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)machdefs.h \ 316 rk4cdifeq.h difeq.h $(INC)pexceptions.h \ 317 $(INC)tvector.h \ 318 $(INC)tmatrix.h \ 319 $(INC)tarray.h \ 320 $(INC)basarr.h \ 321 $(INC)anydataobj.h \ 322 $(INC)mutyv.h \ 323 $(INC)dvlist.h \ 324 $(INC)objfio.h \ 325 $(INC)ppersist.h \ 326 $(INC)gnumd5.h \ 396 $(OBJ)rk4cdifeq.o: rk4cdifeq.cc $(INC)sopnamsp.h \ 397 $(INC)machdefs.h rk4cdifeq.h difeq.h \ 398 $(INC)pexceptions.h \ 399 $(INC)tvector.h \ 400 $(INC)tmatrix.h \ 401 $(INC)tarray.h \ 402 $(INC)basarr.h \ 403 $(INC)anydataobj.h \ 404 $(INC)mutyv.h \ 405 $(INC)dvlist.h \ 406 $(INC)objfio.h \ 407 $(INC)ppersist.h \ 408 $(INC)gnumd5.h \ 409 $(INC)ppfbinstream.h \ 410 $(INC)rawstream.h \ 411 $(INC)ppfnametag.h \ 327 412 $(INC)ndatablock.h \ 328 413 $(INC)utilarr.h \ 329 414 $(INC)ctimer.h 330 $(OBJ)simplesort.o: simplesort.cc $(INC)machdefs.h \ 331 simplesort.h peida.h $(INC)utils.h \ 415 $(OBJ)simplesort.o: simplesort.cc $(INC)sopnamsp.h \ 416 $(INC)machdefs.h simplesort.h peida.h \ 417 $(INC)utils.h \ 332 418 $(INC)perrors.h \ 333 419 $(INC)pexceptions.h fmath.h 334 $(OBJ)tabmath.o: tabmath.cc $(INC)machdefs.h \ 335 tabmath.h peida.h $(INC)utils.h \ 420 $(OBJ)tabmath.o: tabmath.cc $(INC)sopnamsp.h \ 421 $(INC)machdefs.h tabmath.h peida.h \ 422 $(INC)utils.h \ 336 423 $(INC)perrors.h \ 337 424 $(INC)pexceptions.h fmath.h nbconst.h -
trunk/SophyaLib/NTools/objlist.list
r1949 r2631 15 15 fftpserver.o 16 16 fftservintf.o 17 functab.o 17 18 generaldata.o 18 19 generalfit.o
Note:
See TracChangeset
for help on using the changeset viewer.