Changeset 510 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Oct 25, 1999, 5:54:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r263 r510 3 3 all: $(LIB)libSamba.a 4 4 clean: 5 rm -f $(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.o5 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 6 6 rm $(LIB)libSamba.a 7 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 8 $(AR ) $(ARFLAGS) $@ $?8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba -o $(OBJ)xx.x -Hf 11 11 endif 12 12 13 $(OBJ)bruit.o: bruit.cc $(INC)fmath.h \ 14 $(INC)cimage.h \ 15 $(INC)rzimage.h \ 16 $(INC)rzvect.h \ 13 $(OBJ)anagen.o: anagen.cc anagen.h $(INC)cvector.h \ 14 $(INC)matrix.h \ 15 $(INC)peida.h \ 17 16 $(INC)machdefs.h \ 18 17 $(INC)pclassids.h \ 18 $(INC)utils.h \ 19 $(INC)perrors.h \ 19 20 $(INC)pexceptions.h \ 20 $(INC)perrors.h \ 21 $(INC)datatypes.h \ 21 $(INC)fmath.h \ 22 22 $(INC)ppersist.h \ 23 $(INC)md5.h \ 24 $(INC)dvlist.h bruit.h \ 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 \ 25 33 $(INC)nbrandom.h \ 26 $(INC)hbook.h 34 $(INC)machdefs.h \ 35 $(INC)pclassids.h 27 36 $(OBJ)circle.o: circle.cc circle.h vector3d.h longlat.h utilgeom.h \ 28 unitvector.h 37 unitvector.h geometry.h 29 38 $(OBJ)gorfph.o: gorfph.cc 30 39 $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \ … … 34 43 $(INC)pexceptions.h \ 35 44 $(INC)md5.h \ 36 $(INC)dvlist.h sphericalmap.h \ 45 $(INC)dvlist.h \ 46 $(INC)objfio.h \ 47 $(INC)anydataobj.h sphericalmap.h \ 37 48 $(INC)nbmath.h \ 38 $(INC)cvector.h \ 39 $(INC)matrix.h \ 40 $(INC)peida.h \ 41 $(INC)utils.h \ 42 $(INC)perrors.h \ 43 $(INC)fmath.h 49 $(INC)tvector.h \ 50 $(INC)tmatrix.h \ 51 $(INC)ndatablock.h \ 52 $(INC)piocmplx.h 44 53 $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h 45 54 $(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \ … … 51 60 $(INC)md5.h \ 52 61 $(INC)dvlist.h \ 53 $(INC)cvector.h \ 54 $(INC)matrix.h \ 55 $(INC)peida.h \ 56 $(INC)utils.h \ 57 $(INC)perrors.h \ 58 $(INC)fmath.h unitvector.h vector3d.h \ 62 $(INC)objfio.h \ 63 $(INC)anydataobj.h \ 64 $(INC)tvector.h \ 65 $(INC)tmatrix.h \ 66 $(INC)ndatablock.h unitvector.h vector3d.h \ 59 67 longlat.h utilgeom.h $(INC)timing.h 60 68 $(OBJ)scan.o: scan.cc $(INC)machdefs.h \ … … 64 72 $(INC)md5.h \ 65 73 $(INC)dvlist.h \ 74 $(INC)objfio.h \ 75 $(INC)anydataobj.h \ 66 76 $(INC)nbmath.h 67 77 $(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \ … … 73 83 $(INC)md5.h \ 74 84 $(INC)dvlist.h \ 75 $(INC) cvector.h \76 $(INC) matrix.h \77 $(INC) peida.h \78 $(INC) utils.h \79 $(INC) perrors.h \80 $(INC) fmath.h \81 $(INC) strutil.h85 $(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 82 92 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \ 83 93 $(INC)nbmath.h \ … … 88 98 $(INC)md5.h \ 89 99 $(INC)dvlist.h \ 90 $(INC)cvector.h \ 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 \ 91 107 $(INC)matrix.h \ 92 108 $(INC)peida.h \ 109 $(INC)machdefs.h \ 110 $(INC)pclassids.h \ 93 111 $(INC)utils.h \ 94 112 $(INC)perrors.h \ 95 $(INC)fmath.h pdataarray.h prefcount.h 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 96 125 $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \ 97 126 utilgeom.h 98 $(OBJ)utilgeom.o: utilgeom.cc 127 $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h 99 128 $(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h
Note:
See TracChangeset
for help on using the changeset viewer.