[762] | 1 | include ../Mgr/Makefile.h
|
---|
| 2 |
|
---|
| 3 | all: $(LIB)libTArray.a
|
---|
| 4 | clean:
|
---|
[1948] | 5 | rm -f $(OBJ)basarr.o $(OBJ)fioarr.o $(OBJ)matharr.o $(OBJ)sopemtx.o $(OBJ)tarray.o $(OBJ)tarrinit.o $(OBJ)tmatrix.o $(OBJ)toeplitzMatrix.o $(OBJ)tvector.o $(OBJ)utilarr.o
|
---|
[762] | 6 | rm -f $(LIB)libTArray.a
|
---|
[1948] | 7 | $(LIB)libTArray.a : $(OBJ)basarr.o $(OBJ)fioarr.o $(OBJ)matharr.o $(OBJ)sopemtx.o $(OBJ)tarray.o $(OBJ)tarrinit.o $(OBJ)tmatrix.o $(OBJ)toeplitzMatrix.o $(OBJ)tvector.o $(OBJ)utilarr.o
|
---|
[1837] | 8 | $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
|
---|
[762] | 9 | ifeq ($(CXX),cxx)
|
---|
[824] | 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
|
---|
[762] | 11 | endif
|
---|
| 12 |
|
---|
[824] | 13 | $(OBJ)basarr.o: basarr.cc $(INC)machdefs.h \
|
---|
| 14 | $(INC)pexceptions.h basarr.h \
|
---|
| 15 | $(INC)anydataobj.h \
|
---|
[1116] | 16 | $(INC)mutyv.h \
|
---|
[824] | 17 | $(INC)dvlist.h \
|
---|
| 18 | $(INC)objfio.h \
|
---|
| 19 | $(INC)ppersist.h \
|
---|
| 20 | $(INC)gnumd5.h
|
---|
| 21 | $(OBJ)fioarr.o: fioarr.cc $(INC)pexceptions.h \
|
---|
| 22 | $(INC)machdefs.h \
|
---|
| 23 | $(INC)fiondblock.h \
|
---|
| 24 | $(INC)ppersist.h \
|
---|
| 25 | $(INC)gnumd5.h \
|
---|
| 26 | $(INC)ndatablock.h \
|
---|
| 27 | $(INC)anydataobj.h fioarr.h tarray.h \
|
---|
[1116] | 28 | basarr.h $(INC)mutyv.h \
|
---|
| 29 | $(INC)dvlist.h \
|
---|
[824] | 30 | $(INC)objfio.h utilarr.h tmatrix.h tvector.h
|
---|
| 31 | $(OBJ)matharr.o: matharr.cc $(INC)machdefs.h \
|
---|
[919] | 32 | matharr.h tarray.h basarr.h \
|
---|
| 33 | $(INC)anydataobj.h \
|
---|
[1116] | 34 | $(INC)mutyv.h \
|
---|
[824] | 35 | $(INC)dvlist.h \
|
---|
| 36 | $(INC)objfio.h \
|
---|
| 37 | $(INC)ppersist.h \
|
---|
| 38 | $(INC)pexceptions.h \
|
---|
| 39 | $(INC)gnumd5.h \
|
---|
[1227] | 40 | $(INC)ndatablock.h utilarr.h
|
---|
[824] | 41 | $(OBJ)sopemtx.o: sopemtx.cc $(INC)machdefs.h \
|
---|
[919] | 42 | sopemtx.h tmatrix.h tarray.h basarr.h \
|
---|
| 43 | $(INC)anydataobj.h \
|
---|
[1116] | 44 | $(INC)mutyv.h \
|
---|
[824] | 45 | $(INC)dvlist.h \
|
---|
| 46 | $(INC)objfio.h \
|
---|
| 47 | $(INC)ppersist.h \
|
---|
| 48 | $(INC)pexceptions.h \
|
---|
| 49 | $(INC)gnumd5.h \
|
---|
| 50 | $(INC)ndatablock.h utilarr.h tvector.h \
|
---|
| 51 | $(INC)smathconst.h
|
---|
| 52 | $(OBJ)tarray.o: tarray.cc $(INC)machdefs.h \
|
---|
| 53 | $(INC)pexceptions.h tarray.h basarr.h \
|
---|
| 54 | $(INC)anydataobj.h \
|
---|
[1116] | 55 | $(INC)mutyv.h \
|
---|
[824] | 56 | $(INC)dvlist.h \
|
---|
| 57 | $(INC)objfio.h \
|
---|
| 58 | $(INC)ppersist.h \
|
---|
| 59 | $(INC)gnumd5.h \
|
---|
| 60 | $(INC)ndatablock.h utilarr.h
|
---|
| 61 | $(OBJ)tarrinit.o: tarrinit.cc $(INC)machdefs.h \
|
---|
[919] | 62 | tarrinit.h $(INC)sophyainit.h fioarr.h \
|
---|
| 63 | tarray.h basarr.h $(INC)anydataobj.h \
|
---|
[1116] | 64 | $(INC)mutyv.h \
|
---|
[824] | 65 | $(INC)dvlist.h \
|
---|
| 66 | $(INC)objfio.h \
|
---|
| 67 | $(INC)ppersist.h \
|
---|
| 68 | $(INC)pexceptions.h \
|
---|
| 69 | $(INC)gnumd5.h \
|
---|
| 70 | $(INC)ndatablock.h utilarr.h tmatrix.h \
|
---|
| 71 | tvector.h
|
---|
| 72 | $(OBJ)tmatrix.o: tmatrix.cc $(INC)machdefs.h \
|
---|
| 73 | $(INC)pexceptions.h tmatrix.h tarray.h \
|
---|
| 74 | basarr.h $(INC)anydataobj.h \
|
---|
[1116] | 75 | $(INC)mutyv.h \
|
---|
[824] | 76 | $(INC)dvlist.h \
|
---|
| 77 | $(INC)objfio.h \
|
---|
| 78 | $(INC)ppersist.h \
|
---|
| 79 | $(INC)gnumd5.h \
|
---|
| 80 | $(INC)ndatablock.h utilarr.h
|
---|
[1948] | 81 | $(OBJ)toeplitzMatrix.o: toeplitzMatrix.cc toeplitzMatrix.h \
|
---|
| 82 | $(INC)machdefs.h \
|
---|
| 83 | $(INC)nbmath.h \
|
---|
| 84 | $(INC)smathconst.h \
|
---|
| 85 | $(INC)timing.h array.h tarray.h basarr.h \
|
---|
| 86 | $(INC)anydataobj.h \
|
---|
| 87 | $(INC)mutyv.h \
|
---|
| 88 | $(INC)dvlist.h \
|
---|
| 89 | $(INC)objfio.h \
|
---|
| 90 | $(INC)ppersist.h \
|
---|
| 91 | $(INC)pexceptions.h \
|
---|
| 92 | $(INC)gnumd5.h \
|
---|
| 93 | $(INC)ndatablock.h utilarr.h tmatrix.h \
|
---|
| 94 | tvector.h matharr.h fioarr.h sopemtx.h \
|
---|
| 95 | $(INC)fftservintf.h \
|
---|
| 96 | $(INC)tmatrix.h \
|
---|
| 97 | $(INC)tvector.h \
|
---|
| 98 | $(INC)fftpserver.h
|
---|
[824] | 99 | $(OBJ)tvector.o: tvector.cc $(INC)machdefs.h \
|
---|
| 100 | $(INC)pexceptions.h tvector.h tmatrix.h \
|
---|
| 101 | tarray.h basarr.h $(INC)anydataobj.h \
|
---|
[1116] | 102 | $(INC)mutyv.h \
|
---|
[824] | 103 | $(INC)dvlist.h \
|
---|
| 104 | $(INC)objfio.h \
|
---|
| 105 | $(INC)ppersist.h \
|
---|
| 106 | $(INC)gnumd5.h \
|
---|
| 107 | $(INC)ndatablock.h utilarr.h
|
---|
| 108 | $(OBJ)utilarr.o: utilarr.cc $(INC)machdefs.h \
|
---|
[1116] | 109 | utilarr.h $(INC)mutyv.h \
|
---|
| 110 | $(INC)srandgen.h
|
---|