Changeset 1371 in Sophya for trunk/SophyaLib/NTools/Makefile
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/Makefile
r1242 r1371 3 3 all: $(LIB)libNTools.a 4 4 clean: 5 rm -f $(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)fftserv er.o $(OBJ)fftservintf.o $(OBJ)generaldata.o $(OBJ)generalfit.o $(OBJ)imageop.o $(OBJ)integ.o $(OBJ)median.o $(OBJ)ntoolsinit.o $(OBJ)ntupintf.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)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.o 6 6 rm -f $(LIB)libNTools.a 7 $(LIB)libNTools.a : $(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)fftserv er.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)ntupintf.o $(OBJ)objfitter.o $(OBJ)perandom.o $(OBJ)poly.o $(OBJ)rk4cdifeq.o $(OBJ)simplesort.o $(OBJ)tabmath.o7 $(LIB)libNTools.a : $(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.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 82 82 $(INC)gnumd5.h \ 83 83 $(INC)ndatablock.h \ 84 $(INC)utilarr.h generaldata.h ntupintf.h \ 85 poly.h peida.h $(INC)utils.h \ 84 $(INC)utilarr.h generaldata.h \ 85 $(INC)ntupintf.h poly.h peida.h \ 86 $(INC)utils.h \ 86 87 $(INC)perrors.h fmath.h nbconst.h tabmath.h 87 88 $(OBJ)fct2dfit.o: fct2dfit.cc $(INC)machdefs.h \ … … 98 99 $(INC)gnumd5.h \ 99 100 $(INC)ndatablock.h \ 100 $(INC)utilarr.h generaldata.h ntupintf.h \ 101 poly.h peida.h $(INC)utils.h \ 101 $(INC)utilarr.h generaldata.h \ 102 $(INC)ntupintf.h poly.h peida.h \ 103 $(INC)utils.h \ 102 104 $(INC)perrors.h fmath.h nbconst.h tabmath.h \ 103 105 simps2d.h … … 132 134 $(INC)utilarr.h \ 133 135 $(INC)tvector.h fftpackc.h 134 $(OBJ)fftserver.o: fftserver.cc fftserver.h \135 $(INC)tvector.h \136 $(INC)tmatrix.h \137 $(INC)machdefs.h \138 $(INC)tarray.h \139 $(INC)basarr.h \140 $(INC)anydataobj.h \141 $(INC)mutyv.h \142 $(INC)dvlist.h \143 $(INC)objfio.h \144 $(INC)ppersist.h \145 $(INC)pexceptions.h \146 $(INC)gnumd5.h \147 $(INC)ndatablock.h \148 $(INC)utilarr.h149 136 $(OBJ)fftservintf.o: fftservintf.cc fftservintf.h \ 150 137 $(INC)machdefs.h \ … … 177 164 $(INC)gnumd5.h \ 178 165 $(INC)ndatablock.h \ 179 $(INC)utilarr.h generaldata.h ntupintf.h \ 180 poly.h peida.h $(INC)utils.h \ 166 $(INC)utilarr.h generaldata.h \ 167 $(INC)ntupintf.h poly.h peida.h \ 168 $(INC)utils.h \ 181 169 $(INC)perrors.h fmath.h 182 170 $(OBJ)generalfit.o: generalfit.cc $(INC)machdefs.h \ … … 193 181 $(INC)gnumd5.h \ 194 182 $(INC)ndatablock.h \ 195 $(INC)utilarr.h generaldata.h ntupintf.h \ 196 poly.h peida.h $(INC)utils.h \ 183 $(INC)utilarr.h generaldata.h \ 184 $(INC)ntupintf.h poly.h peida.h \ 185 $(INC)utils.h \ 197 186 $(INC)perrors.h fmath.h \ 198 187 $(INC)sopemtx.h … … 210 199 $(INC)gnumd5.h \ 211 200 $(INC)ndatablock.h \ 212 $(INC)utilarr.h generaldata.h ntupintf.h \ 213 poly.h peida.h $(INC)utils.h \ 201 $(INC)utilarr.h generaldata.h \ 202 $(INC)ntupintf.h poly.h peida.h \ 203 $(INC)utils.h \ 214 204 $(INC)perrors.h fmath.h 215 205 $(OBJ)median.o: median.cc … … 231 221 $(INC)dvlist.h \ 232 222 $(INC)ndatablock.h \ 233 $(INC)utilarr.h generaldata.h ntupintf.h \ 234 cimage.h $(INC)fioarr.h tabmath.h nbconst.h \ 235 dates.h datime.h 236 $(OBJ)ntupintf.o: ntupintf.cc ntupintf.h \ 237 $(INC)machdefs.h 223 $(INC)utilarr.h generaldata.h \ 224 $(INC)ntupintf.h cimage.h \ 225 $(INC)fioarr.h tabmath.h nbconst.h dates.h \ 226 datime.h 238 227 $(OBJ)objfitter.o: objfitter.cc objfitter.h \ 239 228 $(INC)machdefs.h \ … … 259 248 $(INC)histos2.h \ 260 249 $(INC)hisprof.h generalfit.h generaldata.h \ 261 ntupintf.h poly.h peida.h250 $(INC)ntupintf.h poly.h peida.h 262 251 $(OBJ)perandom.o: perandom.cc $(INC)machdefs.h \ 263 252 $(INC)pexceptions.h perandom.h \
Note:
See TracChangeset
for help on using the changeset viewer.