| 1 | include ../Mgr/Makefile.h
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(LIB)libSamba.a
 | 
|---|
| 4 | clean:
 | 
|---|
| 5 |         rm -f $(OBJ)ana2fast.o $(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)sambainit.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)syn2fast.o $(OBJ)syngen.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
 | 
|---|
| 6 |         rm -f $(LIB)libSamba.a
 | 
|---|
| 7 | $(LIB)libSamba.a : $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherepos.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o
 | 
|---|
| 8 |         $(ARCXX) $(ARCXXFLAGS) $@ $?
 | 
|---|
| 9 | ifeq ($(CXX),cxx)
 | 
|---|
| 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba -o $(OBJ)xx.x -Hf
 | 
|---|
| 11 | endif 
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \
 | 
|---|
| 14 |  $(INC)nbrandom.h \
 | 
|---|
| 15 |  $(INC)machdefs.h \
 | 
|---|
| 16 |  $(INC)pclassids.h
 | 
|---|
| 17 | $(OBJ)circle.o: circle.cc circle.h vector3d.h longlat.h utilgeom.h \
 | 
|---|
| 18 |  unitvector.h geometry.h
 | 
|---|
| 19 | $(OBJ)gorfph.o: gorfph.cc
 | 
|---|
| 20 | $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
 | 
|---|
| 21 |  $(INC)ppersist.h \
 | 
|---|
| 22 |  $(INC)machdefs.h \
 | 
|---|
| 23 |  $(INC)pclassids.h \
 | 
|---|
| 24 |  $(INC)pexceptions.h \
 | 
|---|
| 25 |  $(INC)md5.h \
 | 
|---|
| 26 |  $(INC)dvlist.h \
 | 
|---|
| 27 |  $(INC)objfio.h \
 | 
|---|
| 28 |  $(INC)anydataobj.h sphericalmap.h \
 | 
|---|
| 29 |  $(INC)nbmath.h \
 | 
|---|
| 30 |  $(INC)tvector.h \
 | 
|---|
| 31 |  $(INC)tmatrix.h \
 | 
|---|
| 32 |  $(INC)ndatablock.h \
 | 
|---|
| 33 |  $(INC)piocmplx.h
 | 
|---|
| 34 | $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h
 | 
|---|
| 35 | $(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \
 | 
|---|
| 36 |  $(INC)nbmath.h \
 | 
|---|
| 37 |  $(INC)machdefs.h \
 | 
|---|
| 38 |  $(INC)pclassids.h pixelmap.h \
 | 
|---|
| 39 |  $(INC)ppersist.h \
 | 
|---|
| 40 |  $(INC)pexceptions.h \
 | 
|---|
| 41 |  $(INC)md5.h \
 | 
|---|
| 42 |  $(INC)dvlist.h \
 | 
|---|
| 43 |  $(INC)objfio.h \
 | 
|---|
| 44 |  $(INC)anydataobj.h \
 | 
|---|
| 45 |  $(INC)tvector.h \
 | 
|---|
| 46 |  $(INC)tmatrix.h \
 | 
|---|
| 47 |  $(INC)ndatablock.h unitvector.h vector3d.h \
 | 
|---|
| 48 |  longlat.h utilgeom.h $(INC)timing.h
 | 
|---|
| 49 | $(OBJ)sambainit.o: sambainit.cc sambainit.h \
 | 
|---|
| 50 |  $(INC)outilsinit.h \
 | 
|---|
| 51 |  $(INC)peidainit.h \
 | 
|---|
| 52 |  $(INC)machdefs.h \
 | 
|---|
| 53 |  $(INC)pclassids.h
 | 
|---|
| 54 | $(OBJ)scan.o: scan.cc $(INC)machdefs.h \
 | 
|---|
| 55 |  $(INC)pclassids.h scan.h \
 | 
|---|
| 56 |  $(INC)ppersist.h \
 | 
|---|
| 57 |  $(INC)pexceptions.h \
 | 
|---|
| 58 |  $(INC)md5.h \
 | 
|---|
| 59 |  $(INC)dvlist.h \
 | 
|---|
| 60 |  $(INC)objfio.h \
 | 
|---|
| 61 |  $(INC)anydataobj.h \
 | 
|---|
| 62 |  $(INC)nbmath.h
 | 
|---|
| 63 | $(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \
 | 
|---|
| 64 |  $(INC)nbmath.h \
 | 
|---|
| 65 |  $(INC)machdefs.h \
 | 
|---|
| 66 |  $(INC)pclassids.h pixelmap.h \
 | 
|---|
| 67 |  $(INC)ppersist.h \
 | 
|---|
| 68 |  $(INC)pexceptions.h \
 | 
|---|
| 69 |  $(INC)md5.h \
 | 
|---|
| 70 |  $(INC)dvlist.h \
 | 
|---|
| 71 |  $(INC)objfio.h \
 | 
|---|
| 72 |  $(INC)anydataobj.h \
 | 
|---|
| 73 |  $(INC)tvector.h \
 | 
|---|
| 74 |  $(INC)tmatrix.h \
 | 
|---|
| 75 |  $(INC)ndatablock.h \
 | 
|---|
| 76 |  $(INC)strutil.h \
 | 
|---|
| 77 |  $(INC)piocmplx.h
 | 
|---|
| 78 | $(OBJ)spherepos.o: spherepos.cc spherepos.h \
 | 
|---|
| 79 |  $(INC)machdefs.h \
 | 
|---|
| 80 |  $(INC)pclassids.h \
 | 
|---|
| 81 |  $(INC)ppersist.h \
 | 
|---|
| 82 |  $(INC)pexceptions.h \
 | 
|---|
| 83 |  $(INC)md5.h unitvector.h vector3d.h \
 | 
|---|
| 84 |  longlat.h utilgeom.h
 | 
|---|
| 85 | $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
 | 
|---|
| 86 |  $(INC)nbmath.h \
 | 
|---|
| 87 |  $(INC)machdefs.h \
 | 
|---|
| 88 |  $(INC)pclassids.h pixelmap.h \
 | 
|---|
| 89 |  $(INC)ppersist.h \
 | 
|---|
| 90 |  $(INC)pexceptions.h \
 | 
|---|
| 91 |  $(INC)md5.h \
 | 
|---|
| 92 |  $(INC)dvlist.h \
 | 
|---|
| 93 |  $(INC)objfio.h \
 | 
|---|
| 94 |  $(INC)anydataobj.h \
 | 
|---|
| 95 |  $(INC)tvector.h \
 | 
|---|
| 96 |  $(INC)tmatrix.h \
 | 
|---|
| 97 |  $(INC)ndatablock.h \
 | 
|---|
| 98 |  $(INC)piocmplx.h
 | 
|---|
| 99 | $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
 | 
|---|
| 100 |  utilgeom.h
 | 
|---|
| 101 | $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
 | 
|---|
| 102 | $(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h
 | 
|---|