Changeset 2644 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Jan 17, 2005, 4:44:15 PM (21 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r2444 r2644 3 3 all: $(LIB)libSamba.a 4 4 clean: 5 rm -f $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ) lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o5 rm -f $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ)harmspher.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)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ) lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o7 $(LIB)libSamba.a : $(OBJ)alm.o $(OBJ)bruit.o $(OBJ)circle.o $(OBJ)datacirclefake.o $(OBJ)harmspher.o $(OBJ)lambdaBuilder.o $(OBJ)mlobe.o $(OBJ)sambainit.o $(OBJ)scan.o $(OBJ)sphericaltransformserver.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) … … 11 11 endif 12 12 13 $(OBJ)alm.o: alm.cc alm.h $(INC)nbrandom.h \ 13 $(OBJ)alm.o: alm.cc $(INC)sopnamsp.h \ 14 alm.h $(INC)nbrandom.h \ 14 15 $(INC)srandgen.h \ 15 16 $(INC)machdefs.h \ … … 29 30 $(INC)ppersist.h \ 30 31 $(INC)gnumd5.h \ 32 $(INC)ppfbinstream.h \ 33 $(INC)rawstream.h \ 34 $(INC)ppfnametag.h \ 31 35 $(INC)utilarr.h 32 $(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \ 36 $(OBJ)bruit.o: bruit.cc \ 37 $(INC)sopnamsp.h \ 38 $(INC)fmath.h bruit.h \ 33 39 $(INC)nbrandom.h \ 34 40 $(INC)srandgen.h \ 35 41 $(INC)machdefs.h 36 $(OBJ)circle.o: circle.cc circle.h $(INC)vector3d.h \ 42 $(OBJ)circle.o: circle.cc \ 43 $(INC)sopnamsp.h circle.h \ 44 $(INC)vector3d.h \ 37 45 $(INC)longlat.h \ 38 46 $(INC)machdefs.h \ 39 47 $(INC)utilgeom.h \ 40 48 $(INC)unitvector.h geometry.h 41 $(OBJ)datacirclefake.o: datacirclefake.cc datacirclefake.h datacirclebase.h \ 42 circle.h $(INC)vector3d.h \ 49 $(OBJ)datacirclefake.o: datacirclefake.cc \ 50 $(INC)sopnamsp.h \ 51 datacirclefake.h datacirclebase.h circle.h \ 52 $(INC)vector3d.h \ 43 53 $(INC)longlat.h \ 44 54 $(INC)machdefs.h \ 45 55 $(INC)utilgeom.h \ 46 56 $(INC)unitvector.h geometry.h 47 $(OBJ)lambdaBuilder.o: lambdaBuilder.cc lambdaBuilder.h \ 57 $(OBJ)harmspher.o: harmspher.cc \ 58 $(INC)machdefs.h harmspher.h 59 $(OBJ)lambdaBuilder.o: lambdaBuilder.cc \ 60 $(INC)sopnamsp.h lambdaBuilder.h \ 48 61 $(INC)ndatablock.h \ 49 62 $(INC)machdefs.h \ … … 59 72 $(INC)pexceptions.h \ 60 73 $(INC)gnumd5.h \ 74 $(INC)ppfbinstream.h \ 75 $(INC)rawstream.h \ 76 $(INC)ppfnametag.h \ 61 77 $(INC)utilarr.h alm.h \ 62 78 $(INC)nbrandom.h \ … … 66 82 $(INC)triangmtx.h \ 67 83 $(INC)nbconst.h 68 $(OBJ)mlobe.o: mlobe.cc mlobe.h \ 84 $(OBJ)mlobe.o: mlobe.cc \ 85 $(INC)sopnamsp.h mlobe.h \ 69 86 $(INC)sphericalmap.h \ 70 87 $(INC)smathconst.h \ … … 74 91 $(INC)pexceptions.h \ 75 92 $(INC)gnumd5.h \ 93 $(INC)ppfbinstream.h \ 94 $(INC)rawstream.h \ 95 $(INC)ppfnametag.h \ 76 96 $(INC)dvlist.h \ 77 97 $(INC)objfio.h \ … … 90 110 $(INC)utilarr.h \ 91 111 $(INC)timing.h 92 $(OBJ)sambainit.o: sambainit.cc sambainit.h \ 112 $(OBJ)sambainit.o: sambainit.cc \ 113 $(INC)sopnamsp.h sambainit.h \ 93 114 $(INC)skymapinit.h \ 94 115 $(INC)sophyainit.h \ … … 96 117 $(INC)ntoolsinit.h \ 97 118 $(INC)tarrinit.h 98 $(OBJ)scan.o: scan.cc $(INC)machdefs.h scan.h \ 119 $(OBJ)scan.o: scan.cc $(INC)sopnamsp.h \ 120 $(INC)machdefs.h scan.h \ 99 121 $(INC)ppersist.h \ 100 122 $(INC)pexceptions.h \ 101 123 $(INC)gnumd5.h \ 124 $(INC)ppfbinstream.h \ 125 $(INC)rawstream.h \ 126 $(INC)ppfnametag.h \ 102 127 $(INC)dvlist.h \ 103 128 $(INC)objfio.h \ … … 108 133 $(INC)smathconst.h 109 134 $(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \ 110 $(INC)machdefs.h sphericaltransformserver.h \ 135 $(INC)sopnamsp.h \ 136 $(INC)machdefs.h \ 137 sphericaltransformserver.h \ 111 138 $(INC)sphericalmap.h \ 112 139 $(INC)smathconst.h \ … … 115 142 $(INC)pexceptions.h \ 116 143 $(INC)gnumd5.h \ 144 $(INC)ppfbinstream.h \ 145 $(INC)rawstream.h \ 146 $(INC)ppfnametag.h \ 117 147 $(INC)dvlist.h \ 118 148 $(INC)objfio.h \ … … 135 165 $(INC)srandgen.h \ 136 166 $(INC)nbmath.h \ 137 $(INC)triangmtx.h lambdaBuilder.h\138 $(INC)timing.h167 $(INC)triangmtx.h \ 168 lambdaBuilder.h $(INC)timing.h -
trunk/SophyaLib/Samba/objlist.list
r1778 r2644 3 3 circle.o 4 4 datacirclefake.o 5 harmspher.o 5 6 lambdaBuilder.o 6 7 mlobe.o
Note:
See TracChangeset
for help on using the changeset viewer.