| [228] | 1 | include ../Mgr/Makefile.h
|
|---|
| 2 |
|
|---|
| 3 | all: $(LIB)libSamba.a
|
|---|
| 4 | clean:
|
|---|
| [510] | 5 | rm -f $(OBJ)anagen.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)lambuilder.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o $(OBJ)syngen.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
|
|---|
| [228] | 6 | rm $(LIB)libSamba.a
|
|---|
| [263] | 7 | $(LIB)libSamba.a : $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
|
|---|
| [510] | 8 | $(ARCXX) $(ARCXXFLAGS) $@ $?
|
|---|
| [228] | 9 | ifeq ($(CXX),cxx)
|
|---|
| 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba -o $(OBJ)xx.x -Hf
|
|---|
| 11 | endif
|
|---|
| 12 |
|
|---|
| [510] | 13 | $(OBJ)anagen.o: anagen.cc anagen.h $(INC)cvector.h \
|
|---|
| 14 | $(INC)matrix.h \
|
|---|
| 15 | $(INC)peida.h \
|
|---|
| [263] | 16 | $(INC)machdefs.h \
|
|---|
| 17 | $(INC)pclassids.h \
|
|---|
| [510] | 18 | $(INC)utils.h \
|
|---|
| 19 | $(INC)perrors.h \
|
|---|
| [263] | 20 | $(INC)pexceptions.h \
|
|---|
| [510] | 21 | $(INC)fmath.h \
|
|---|
| [228] | 22 | $(INC)ppersist.h \
|
|---|
| [510] | 23 | $(INC)md5.h sphericalmap.h \
|
|---|
| 24 | $(INC)nbmath.h pixelmap.h \
|
|---|
| 25 | $(INC)dvlist.h \
|
|---|
| 26 | $(INC)objfio.h \
|
|---|
| 27 | $(INC)anydataobj.h \
|
|---|
| 28 | $(INC)tvector.h \
|
|---|
| 29 | $(INC)tmatrix.h \
|
|---|
| 30 | $(INC)ndatablock.h lambuilder.h \
|
|---|
| 31 | $(INC)fftserver.h
|
|---|
| 32 | $(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \
|
|---|
| [228] | 33 | $(INC)nbrandom.h \
|
|---|
| [510] | 34 | $(INC)machdefs.h \
|
|---|
| 35 | $(INC)pclassids.h
|
|---|
| [263] | 36 | $(OBJ)circle.o: circle.cc circle.h vector3d.h longlat.h utilgeom.h \
|
|---|
| [510] | 37 | unitvector.h geometry.h
|
|---|
| [228] | 38 | $(OBJ)gorfph.o: gorfph.cc
|
|---|
| 39 | $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
|
|---|
| 40 | $(INC)ppersist.h \
|
|---|
| [263] | 41 | $(INC)machdefs.h \
|
|---|
| [228] | 42 | $(INC)pclassids.h \
|
|---|
| [263] | 43 | $(INC)pexceptions.h \
|
|---|
| 44 | $(INC)md5.h \
|
|---|
| [510] | 45 | $(INC)dvlist.h \
|
|---|
| 46 | $(INC)objfio.h \
|
|---|
| 47 | $(INC)anydataobj.h sphericalmap.h \
|
|---|
| [228] | 48 | $(INC)nbmath.h \
|
|---|
| [510] | 49 | $(INC)tvector.h \
|
|---|
| 50 | $(INC)tmatrix.h \
|
|---|
| 51 | $(INC)ndatablock.h \
|
|---|
| 52 | $(INC)piocmplx.h
|
|---|
| [263] | 53 | $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
|
|---|
| [228] | 54 | $(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \
|
|---|
| [263] | 55 | $(INC)nbmath.h \
|
|---|
| 56 | $(INC)machdefs.h \
|
|---|
| 57 | $(INC)pclassids.h pixelmap.h \
|
|---|
| [228] | 58 | $(INC)ppersist.h \
|
|---|
| [263] | 59 | $(INC)pexceptions.h \
|
|---|
| 60 | $(INC)md5.h \
|
|---|
| [228] | 61 | $(INC)dvlist.h \
|
|---|
| [510] | 62 | $(INC)objfio.h \
|
|---|
| 63 | $(INC)anydataobj.h \
|
|---|
| 64 | $(INC)tvector.h \
|
|---|
| 65 | $(INC)tmatrix.h \
|
|---|
| 66 | $(INC)ndatablock.h unitvector.h vector3d.h \
|
|---|
| [263] | 67 | longlat.h utilgeom.h $(INC)timing.h
|
|---|
| 68 | $(OBJ)scan.o: scan.cc $(INC)machdefs.h \
|
|---|
| 69 | $(INC)pclassids.h scan.h \
|
|---|
| 70 | $(INC)ppersist.h \
|
|---|
| 71 | $(INC)pexceptions.h \
|
|---|
| 72 | $(INC)md5.h \
|
|---|
| [228] | 73 | $(INC)dvlist.h \
|
|---|
| [510] | 74 | $(INC)objfio.h \
|
|---|
| 75 | $(INC)anydataobj.h \
|
|---|
| [228] | 76 | $(INC)nbmath.h
|
|---|
| 77 | $(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \
|
|---|
| [263] | 78 | $(INC)nbmath.h \
|
|---|
| 79 | $(INC)machdefs.h \
|
|---|
| 80 | $(INC)pclassids.h pixelmap.h \
|
|---|
| [228] | 81 | $(INC)ppersist.h \
|
|---|
| [263] | 82 | $(INC)pexceptions.h \
|
|---|
| 83 | $(INC)md5.h \
|
|---|
| [228] | 84 | $(INC)dvlist.h \
|
|---|
| [510] | 85 | $(INC)objfio.h \
|
|---|
| 86 | $(INC)anydataobj.h \
|
|---|
| 87 | $(INC)tvector.h \
|
|---|
| 88 | $(INC)tmatrix.h \
|
|---|
| 89 | $(INC)ndatablock.h \
|
|---|
| 90 | $(INC)strutil.h \
|
|---|
| 91 | $(INC)piocmplx.h
|
|---|
| [228] | 92 | $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
|
|---|
| [263] | 93 | $(INC)nbmath.h \
|
|---|
| 94 | $(INC)machdefs.h \
|
|---|
| 95 | $(INC)pclassids.h pixelmap.h \
|
|---|
| [228] | 96 | $(INC)ppersist.h \
|
|---|
| [263] | 97 | $(INC)pexceptions.h \
|
|---|
| 98 | $(INC)md5.h \
|
|---|
| [228] | 99 | $(INC)dvlist.h \
|
|---|
| [510] | 100 | $(INC)objfio.h \
|
|---|
| 101 | $(INC)anydataobj.h \
|
|---|
| 102 | $(INC)tvector.h \
|
|---|
| 103 | $(INC)tmatrix.h \
|
|---|
| 104 | $(INC)ndatablock.h \
|
|---|
| 105 | $(INC)piocmplx.h
|
|---|
| 106 | $(OBJ)syngen.o: syngen.cc syngen.h $(INC)cvector.h \
|
|---|
| [228] | 107 | $(INC)matrix.h \
|
|---|
| 108 | $(INC)peida.h \
|
|---|
| [510] | 109 | $(INC)machdefs.h \
|
|---|
| 110 | $(INC)pclassids.h \
|
|---|
| [228] | 111 | $(INC)utils.h \
|
|---|
| [263] | 112 | $(INC)perrors.h \
|
|---|
| [510] | 113 | $(INC)pexceptions.h \
|
|---|
| 114 | $(INC)fmath.h \
|
|---|
| 115 | $(INC)ppersist.h \
|
|---|
| 116 | $(INC)md5.h sphericalmap.h \
|
|---|
| 117 | $(INC)nbmath.h pixelmap.h \
|
|---|
| 118 | $(INC)dvlist.h \
|
|---|
| 119 | $(INC)objfio.h \
|
|---|
| 120 | $(INC)anydataobj.h \
|
|---|
| 121 | $(INC)tvector.h \
|
|---|
| 122 | $(INC)tmatrix.h \
|
|---|
| 123 | $(INC)ndatablock.h lambuilder.h \
|
|---|
| 124 | $(INC)fftserver.h
|
|---|
| [263] | 125 | $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
|
|---|
| 126 | utilgeom.h
|
|---|
| [510] | 127 | $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
|
|---|
| [263] | 128 | $(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h
|
|---|