Changeset 263 in Sophya
- Timestamp:
- Apr 23, 1999, 6:06:33 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r228 r263 3 3 all: $(LIB)libSamba.a 4 4 clean: 5 rm -f $(OBJ)bruit.o $(OBJ) gorfph.o $(OBJ)localmap.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o5 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.o 6 6 rm $(LIB)libSamba.a 7 $(LIB)libSamba.a : $(OBJ)bruit.o $(OBJ) gorfph.o $(OBJ)localmap.o $(OBJ)mlobe.o $(OBJ)scan.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o7 $(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 8 $(AR) $(ARFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 15 15 $(INC)rzimage.h \ 16 16 $(INC)rzvect.h \ 17 $(INC)machine.h \ 18 $(INC)defs.h \ 19 $(INC)exceptions.h \ 20 $(INC)peidainit.h \ 17 $(INC)machdefs.h \ 18 $(INC)pclassids.h \ 19 $(INC)pexceptions.h \ 21 20 $(INC)perrors.h \ 22 21 $(INC)datatypes.h \ 23 22 $(INC)ppersist.h \ 24 $(INC) pclassids.h \23 $(INC)md5.h \ 25 24 $(INC)dvlist.h bruit.h \ 26 25 $(INC)nbrandom.h \ 27 26 $(INC)hbook.h 27 $(OBJ)circle.o: circle.cc circle.h vector3d.h longlat.h utilgeom.h \ 28 unitvector.h 28 29 $(OBJ)gorfph.o: gorfph.cc 29 30 $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \ 30 31 $(INC)ppersist.h \ 31 $(INC)defs.h \ 32 $(INC)machine.h \ 33 $(INC)perrors.h \ 34 $(INC)exceptions.h \ 35 $(INC)peidainit.h \ 32 $(INC)machdefs.h \ 36 33 $(INC)pclassids.h \ 34 $(INC)pexceptions.h \ 35 $(INC)md5.h \ 37 36 $(INC)dvlist.h sphericalmap.h \ 38 37 $(INC)nbmath.h \ … … 41 40 $(INC)peida.h \ 42 41 $(INC)utils.h \ 42 $(INC)perrors.h \ 43 43 $(INC)fmath.h 44 $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h 44 45 $(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \ 45 $(INC)nbmath.h pixelmap.h \ 46 $(INC)nbmath.h \ 47 $(INC)machdefs.h \ 48 $(INC)pclassids.h pixelmap.h \ 46 49 $(INC)ppersist.h \ 47 $(INC)perrors.h \ 48 $(INC)exceptions.h \ 49 $(INC)peidainit.h \ 50 $(INC)pclassids.h \ 50 $(INC)pexceptions.h \ 51 $(INC)md5.h \ 51 52 $(INC)dvlist.h \ 52 53 $(INC)cvector.h \ … … 54 55 $(INC)peida.h \ 55 56 $(INC)utils.h \ 56 $(INC)fmath.h unitvec.h \57 $(INC)timing.h58 $(OBJ)scan.o: scan.cc scan.h $(INC)ppersist.h \59 $(INC)defs.h \60 $(INC)machine.h \61 57 $(INC)perrors.h \ 62 $(INC)exceptions.h \ 63 $(INC)peidainit.h \ 64 $(INC)pclassids.h \ 58 $(INC)fmath.h unitvector.h vector3d.h \ 59 longlat.h utilgeom.h $(INC)timing.h 60 $(OBJ)scan.o: scan.cc $(INC)machdefs.h \ 61 $(INC)pclassids.h scan.h \ 62 $(INC)ppersist.h \ 63 $(INC)pexceptions.h \ 64 $(INC)md5.h \ 65 65 $(INC)dvlist.h \ 66 66 $(INC)nbmath.h 67 67 $(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \ 68 $(INC)nbmath.h pixelmap.h \ 68 $(INC)nbmath.h \ 69 $(INC)machdefs.h \ 70 $(INC)pclassids.h pixelmap.h \ 69 71 $(INC)ppersist.h \ 70 $(INC)perrors.h \ 71 $(INC)exceptions.h \ 72 $(INC)peidainit.h \ 73 $(INC)pclassids.h \ 72 $(INC)pexceptions.h \ 73 $(INC)md5.h \ 74 74 $(INC)dvlist.h \ 75 75 $(INC)cvector.h \ … … 77 77 $(INC)peida.h \ 78 78 $(INC)utils.h \ 79 $(INC)perrors.h \ 79 80 $(INC)fmath.h \ 80 81 $(INC)strutil.h 81 82 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \ 82 $(INC)nbmath.h pixelmap.h \ 83 $(INC)nbmath.h \ 84 $(INC)machdefs.h \ 85 $(INC)pclassids.h pixelmap.h \ 83 86 $(INC)ppersist.h \ 84 $(INC)perrors.h \ 85 $(INC)exceptions.h \ 86 $(INC)peidainit.h \ 87 $(INC)pclassids.h \ 87 $(INC)pexceptions.h \ 88 $(INC)md5.h \ 88 89 $(INC)dvlist.h \ 89 90 $(INC)cvector.h \ … … 91 92 $(INC)peida.h \ 92 93 $(INC)utils.h \ 94 $(INC)perrors.h \ 93 95 $(INC)fmath.h pdataarray.h prefcount.h 96 $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \ 97 utilgeom.h 98 $(OBJ)utilgeom.o: utilgeom.cc 99 $(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h
Note:
See TracChangeset
for help on using the changeset viewer.