Changeset 824 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Apr 6, 2000, 12:00:56 PM (25 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r663 r824 3 3 all: $(LIB)libSamba.a 4 4 clean: 5 rm -f $(OBJ)a na2fast.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.o5 rm -f $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o 6 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.o7 $(LIB)libSamba.a : $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) - L$(LIB) -lSamba -lNTools -lSysTools -o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf 11 11 endif 12 12 13 $(OBJ)alm.o: alm.cc alm.h $(INC)nbrandom.h \ 14 $(INC)machdefs.h \ 15 $(INC)pclassids.h \ 16 $(INC)nbmath.h \ 17 $(INC)smathconst.h \ 18 $(INC)triangmtx.h \ 19 $(INC)ndatablock.h \ 20 $(INC)anydataobj.h \ 21 $(INC)pexceptions.h \ 22 $(INC)tvector.h \ 23 $(INC)tmatrix.h \ 24 $(INC)tarray.h \ 25 $(INC)basarr.h \ 26 $(INC)dvlist.h \ 27 $(INC)objfio.h \ 28 $(INC)ppersist.h \ 29 $(INC)gnumd5.h \ 30 $(INC)utilarr.h 13 31 $(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \ 14 32 $(INC)nbrandom.h \ 15 33 $(INC)machdefs.h \ 16 34 $(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 \ 35 $(OBJ)circle.o: circle.cc circle.h $(INC)vector3d.h \ 36 $(INC)longlat.h \ 37 $(INC)utilgeom.h \ 38 $(INC)unitvector.h geometry.h 39 $(OBJ)lambdaBuilder.o: lambdaBuilder.cc lambdaBuilder.h \ 40 $(INC)ndatablock.h \ 22 41 $(INC)machdefs.h \ 23 42 $(INC)pclassids.h \ 24 $(INC)pexceptions.h \ 25 $(INC)md5.h \ 43 $(INC)anydataobj.h \ 44 $(INC)tvector.h \ 45 $(INC)tmatrix.h \ 46 $(INC)tarray.h \ 47 $(INC)basarr.h \ 26 48 $(INC)dvlist.h \ 27 49 $(INC)objfio.h \ 28 $(INC)anydataobj.h spherepos.h unitvector.h \ 29 vector3d.h longlat.h utilgeom.h sphericalmap.h \ 50 $(INC)ppersist.h \ 51 $(INC)pexceptions.h \ 52 $(INC)gnumd5.h \ 53 $(INC)utilarr.h alm.h \ 54 $(INC)nbrandom.h \ 30 55 $(INC)nbmath.h \ 56 $(INC)smathconst.h \ 57 $(INC)triangmtx.h \ 58 $(INC)nbconst.h 59 $(OBJ)mlobe.o: mlobe.cc mlobe.h \ 60 $(INC)sphericalmap.h \ 61 $(INC)smathconst.h \ 62 $(INC)machdefs.h \ 63 $(INC)pclassids.h \ 64 $(INC)pixelmap.h \ 65 $(INC)ppersist.h \ 66 $(INC)pexceptions.h \ 67 $(INC)gnumd5.h \ 68 $(INC)dvlist.h \ 69 $(INC)objfio.h \ 70 $(INC)anydataobj.h \ 71 $(INC)spherepos.h \ 72 $(INC)unitvector.h \ 73 $(INC)vector3d.h \ 74 $(INC)longlat.h \ 75 $(INC)utilgeom.h \ 31 76 $(INC)tvector.h \ 32 77 $(INC)tmatrix.h \ 78 $(INC)tarray.h \ 79 $(INC)basarr.h \ 33 80 $(INC)ndatablock.h \ 34 $(INC)piocmplx.h 35 $(OBJ)longlat.o: longlat.cc longlat.h utilgeom.h 36 $(OBJ)mlobe.o: mlobe.cc mlobe.h sphericalmap.h \ 37 $(INC)nbmath.h \ 38 $(INC)machdefs.h \ 39 $(INC)pclassids.h pixelmap.h \ 40 $(INC)ppersist.h \ 41 $(INC)pexceptions.h \ 42 $(INC)md5.h \ 43 $(INC)dvlist.h \ 44 $(INC)objfio.h \ 45 $(INC)anydataobj.h spherepos.h unitvector.h \ 46 vector3d.h longlat.h utilgeom.h \ 47 $(INC)tvector.h \ 48 $(INC)tmatrix.h \ 49 $(INC)ndatablock.h \ 81 $(INC)utilarr.h \ 50 82 $(INC)timing.h 51 83 $(OBJ)sambainit.o: sambainit.cc sambainit.h \ 52 $(INC)outilsinit.h \ 53 $(INC)peidainit.h \ 84 $(INC)skymapinit.h \ 85 $(INC)tarrinit.h \ 86 $(INC)sophyainit.h \ 54 87 $(INC)machdefs.h \ 55 88 $(INC)pclassids.h \ 56 $(INC)ppersist.h \ 57 $(INC)pexceptions.h \ 58 $(INC)md5.h \ 59 $(INC)objfio.h \ 60 $(INC)anydataobj.h spherethetaphi.h \ 61 sphericalmap.h $(INC)nbmath.h pixelmap.h \ 62 $(INC)dvlist.h spherepos.h unitvector.h \ 63 vector3d.h longlat.h utilgeom.h \ 64 $(INC)tvector.h \ 65 $(INC)tmatrix.h \ 66 $(INC)ndatablock.h spheregorski.h 89 $(INC)ntoolsinit.h 67 90 $(OBJ)scan.o: scan.cc $(INC)machdefs.h \ 68 91 $(INC)pclassids.h scan.h \ 69 92 $(INC)ppersist.h \ 70 93 $(INC)pexceptions.h \ 71 $(INC) md5.h \94 $(INC)gnumd5.h \ 72 95 $(INC)dvlist.h \ 73 96 $(INC)objfio.h \ … … 75 98 $(INC)ndatablock.h \ 76 99 $(INC)piocmplx.h \ 77 $(INC)nbmath.h 78 $(OBJ)spheregorski.o: spheregorski.cc \ 100 $(INC)fiondblock.h \ 101 $(INC)smathconst.h 102 $(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \ 79 103 $(INC)machdefs.h \ 80 $(INC)pclassids.h \ 81 $(INC)pexceptions.h spheregorski.h \ 82 sphericalmap.h $(INC)nbmath.h pixelmap.h \ 104 $(INC)pclassids.h sphericaltransformserver.h \ 105 $(INC)sphericalmap.h \ 106 $(INC)smathconst.h \ 107 $(INC)pixelmap.h \ 83 108 $(INC)ppersist.h \ 84 $(INC)md5.h \ 109 $(INC)pexceptions.h \ 110 $(INC)gnumd5.h \ 85 111 $(INC)dvlist.h \ 86 112 $(INC)objfio.h \ 87 $(INC)anydataobj.h spherepos.h unitvector.h \ 88 vector3d.h longlat.h utilgeom.h \ 113 $(INC)anydataobj.h \ 114 $(INC)spherepos.h \ 115 $(INC)unitvector.h \ 116 $(INC)vector3d.h \ 117 $(INC)longlat.h \ 118 $(INC)utilgeom.h \ 89 119 $(INC)tvector.h \ 90 120 $(INC)tmatrix.h \ 121 $(INC)tarray.h \ 122 $(INC)basarr.h \ 91 123 $(INC)ndatablock.h \ 92 $(INC)strutil.h 93 $(OBJ)spherepos.o: spherepos.cc spherepos.h \ 94 $(INC)machdefs.h \ 95 $(INC)pclassids.h \ 96 $(INC)ppersist.h \ 97 $(INC)pexceptions.h \ 98 $(INC)md5.h unitvector.h vector3d.h \ 99 longlat.h utilgeom.h 100 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \ 124 $(INC)utilarr.h \ 125 $(INC)spheregorski.h \ 126 $(INC)fftservintf.h \ 127 $(INC)fftpserver.h alm.h \ 128 $(INC)nbrandom.h \ 101 129 $(INC)nbmath.h \ 102 $(INC)machdefs.h \ 103 $(INC)pclassids.h pixelmap.h \ 104 $(INC)ppersist.h \ 105 $(INC)pexceptions.h \ 106 $(INC)md5.h \ 107 $(INC)dvlist.h \ 108 $(INC)objfio.h \ 109 $(INC)anydataobj.h spherepos.h unitvector.h \ 110 vector3d.h longlat.h utilgeom.h \ 111 $(INC)tvector.h \ 112 $(INC)tmatrix.h \ 113 $(INC)ndatablock.h \ 114 $(INC)piocmplx.h 115 $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \ 116 utilgeom.h 117 $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h 118 $(OBJ)vector3d.o: vector3d.cc vector3d.h longlat.h utilgeom.h 130 $(INC)triangmtx.h lambdaBuilder.h -
trunk/SophyaLib/Samba/objlist.list
r663 r824 1 alm.o 1 2 bruit.o 2 3 circle.o 3 gorfph.o 4 localmap.o 5 longlat.o 4 lambdaBuilder.o 6 5 mlobe.o 7 6 sambainit.o 8 7 scan.o 9 spheregorski.o 10 spherepos.o 11 spherethetaphi.o 12 unitvector.o 13 utilgeom.o 14 vector3d.o 8 sphericaltransformserver.o
Note:
See TracChangeset
for help on using the changeset viewer.