Changeset 663 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Nov 29, 1999, 1:48:11 PM (26 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r518 r663 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba - o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSamba -lNTools -lSysTools -o $(OBJ)xx.x -Hf 11 11 endif 12 12 … … 26 26 $(INC)dvlist.h \ 27 27 $(INC)objfio.h \ 28 $(INC)anydataobj.h sphericalmap.h \ 28 $(INC)anydataobj.h spherepos.h unitvector.h \ 29 vector3d.h longlat.h utilgeom.h sphericalmap.h \ 29 30 $(INC)nbmath.h \ 30 31 $(INC)tvector.h \ … … 42 43 $(INC)dvlist.h \ 43 44 $(INC)objfio.h \ 44 $(INC)anydataobj.h \ 45 $(INC)anydataobj.h spherepos.h unitvector.h \ 46 vector3d.h longlat.h utilgeom.h \ 45 47 $(INC)tvector.h \ 46 48 $(INC)tmatrix.h \ 47 $(INC)ndatablock.h unitvector.h vector3d.h\48 longlat.h utilgeom.h$(INC)timing.h49 $(INC)ndatablock.h \ 50 $(INC)timing.h 49 51 $(OBJ)sambainit.o: sambainit.cc sambainit.h \ 50 52 $(INC)outilsinit.h \ 51 53 $(INC)peidainit.h \ 52 54 $(INC)machdefs.h \ 53 $(INC)pclassids.h 55 $(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 54 67 $(OBJ)scan.o: scan.cc $(INC)machdefs.h \ 55 68 $(INC)pclassids.h scan.h \ … … 60 73 $(INC)objfio.h \ 61 74 $(INC)anydataobj.h \ 75 $(INC)ndatablock.h \ 76 $(INC)piocmplx.h \ 62 77 $(INC)nbmath.h 63 $(OBJ)spheregorski.o: spheregorski.cc spheregorski.h sphericalmap.h \ 64 $(INC)nbmath.h \ 78 $(OBJ)spheregorski.o: spheregorski.cc \ 65 79 $(INC)machdefs.h \ 66 $(INC)pclassids.h pixelmap.h \ 80 $(INC)pclassids.h \ 81 $(INC)pexceptions.h spheregorski.h \ 82 sphericalmap.h $(INC)nbmath.h pixelmap.h \ 67 83 $(INC)ppersist.h \ 68 $(INC)pexceptions.h \69 84 $(INC)md5.h \ 70 85 $(INC)dvlist.h \ 71 86 $(INC)objfio.h \ 72 $(INC)anydataobj.h \ 87 $(INC)anydataobj.h spherepos.h unitvector.h \ 88 vector3d.h longlat.h utilgeom.h \ 73 89 $(INC)tvector.h \ 74 90 $(INC)tmatrix.h \ 75 91 $(INC)ndatablock.h \ 76 $(INC)strutil.h \ 77 $(INC)piocmplx.h 92 $(INC)strutil.h 78 93 $(OBJ)spherepos.o: spherepos.cc spherepos.h \ 79 94 $(INC)machdefs.h \ … … 92 107 $(INC)dvlist.h \ 93 108 $(INC)objfio.h \ 94 $(INC)anydataobj.h \ 109 $(INC)anydataobj.h spherepos.h unitvector.h \ 110 vector3d.h longlat.h utilgeom.h \ 95 111 $(INC)tvector.h \ 96 112 $(INC)tmatrix.h \
Note:
See TracChangeset
for help on using the changeset viewer.