Changeset 518 in Sophya for trunk/SophyaLib/Samba/Makefile
- Timestamp:
- Oct 26, 1999, 4:31:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r510 r518 3 3 all: $(LIB)libSamba.a 4 4 clean: 5 rm -f $(OBJ)ana gen.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.o6 rm $(LIB)libSamba.a7 $(LIB)libSamba.a : $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)gorfph.o $(OBJ)localmap.o $(OBJ)longlat.o $(OBJ)mlobe.o $(OBJ)s can.o $(OBJ)spheregorski.o $(OBJ)spherethetaphi.o $(OBJ)unitvector.o $(OBJ)utilgeom.o $(OBJ)vector3d.o5 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 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)anagen.o: anagen.cc anagen.h $(INC)cvector.h \14 $(INC)matrix.h \15 $(INC)peida.h \16 $(INC)machdefs.h \17 $(INC)pclassids.h \18 $(INC)utils.h \19 $(INC)perrors.h \20 $(INC)pexceptions.h \21 $(INC)fmath.h \22 $(INC)ppersist.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.h32 13 $(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \ 33 14 $(INC)nbrandom.h \ … … 66 47 $(INC)ndatablock.h unitvector.h vector3d.h \ 67 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 68 54 $(OBJ)scan.o: scan.cc $(INC)machdefs.h \ 69 55 $(INC)pclassids.h scan.h \ … … 90 76 $(INC)strutil.h \ 91 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 92 85 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \ 93 86 $(INC)nbmath.h \ … … 104 97 $(INC)ndatablock.h \ 105 98 $(INC)piocmplx.h 106 $(OBJ)syngen.o: syngen.cc syngen.h $(INC)cvector.h \107 $(INC)matrix.h \108 $(INC)peida.h \109 $(INC)machdefs.h \110 $(INC)pclassids.h \111 $(INC)utils.h \112 $(INC)perrors.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.h125 99 $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \ 126 100 utilgeom.h
Note:
See TracChangeset
for help on using the changeset viewer.