Changeset 2709 for trunk/src/opengl/glu/nurbs/internals
- Timestamp:
- Feb 10, 2000, 12:40:56 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/opengl/glu/nurbs/internals/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/nurbs/internals/makefile
r2689 r2709 1 # $Id: makefile,v 1.1 2000-02-09 08:50:24 jeroen Exp $ 1 # $Id: makefile,v 1.2 2000-02-09 23:40:51 bird Exp $ 2 2 3 # 3 4 # PD-Win32 API … … 14 15 !include $(PDWIN32_INCLUDE)/pdwin32.mk 15 16 16 CINCLUDE=-I..\internals -I..\nurbtess -I..\..\..\mesa 17 CINCLUDE=-I..\internals -I..\nurbtess -I..\..\..\mesa -I..\..\include -I$(PDWIN32_INCLUDE) 17 18 CDEFS=-DSTANDALONE -DLIBRARYBUILD -DNDEBUG 18 19 19 CFLAGS = $(CFLAGS) $(CINCLUDE) -I..\..\include -I$(PDWIN32_INCLUDE)$(CDEFS)20 CXXFLAGS = $(CXXFLAGS) $(CINCLUDE) -I..\..\include -I$(PDWIN32_INCLUDE)$(CDEFS)20 CFLAGS = $(CFLAGS) $(CINCLUDE) $(CDEFS) 21 CXXFLAGS = $(CXXFLAGS) $(CINCLUDE) $(CDEFS) 21 22 22 23 OBJS = arc.obj arcsorter.obj arctess.obj backend.obj basiccrveval.obj \ … … 33 34 all: $(OBJS) 34 35 35 # 36 # Dependencies 37 # 38 arc.obj: arc.cpp myassert.h arc.h bin.h bezierarc.h pwlarc.h simplemath.h 39 arcsorter.obj: arcsorter.cpp arc.h arcsorter.h subdivider.h 40 arctess.obj: arctess.cpp myassert.h arctess.h bufpool.h simplemath.h bezierarc.h trimvertex.h trimvertpool.h 41 backend.obj: backend.cpp backend.h basiccrveval.h basicsurfeval.h nurbsconsts.h 42 basiccrveval.obj: basiccrveval.cpp types.h basiccrveval.h 43 basicsurfeval.obj: basicsurfeval.cpp types.h basicsurfeval.h 44 bin.obj: bin.cpp myassert.h bin.h 45 bufpool.obj: bufpool.cpp myassert.h bufpool.h 46 cachingeval.obj: cachingeval.cpp cachingeval.h 47 ccw.obj: ccw.cpp myassert.h subdivider.h types.h arc.h trimvertex.h simplemath.h mysetjmp.h 48 coveandtiler.obj: coveandtiler.cpp myassert.h coveandtiler.h gridvertex.h gridtrimvertex.h uarray.h backend.h 49 curve.obj: curve.cpp myassert.h mymath.h curve.h mapdesc.h types.h quilt.h nurbsconsts.h 50 curvelist.obj: curvelist.cpp myassert.h quilt.h curvelist.h curve.h nurbsconsts.h types.h 51 curvesub.obj: curvesub.cpp myassert.h subdivider.h renderhints.h backend.h quilt.h curvelist.h curve.h nurbsconsts.h 52 displaylist.obj: displaylist.cpp nurbstess.h displaylist.h 53 flist.obj: flist.cpp myassert.h flist.h 54 flistsorter.obj: flistsorter.cpp flistsorter.h 55 hull.obj: hull.cpp myassert.h hull.h gridvertex.h gridtrimvertex.h gridline.h trimline.h uarray.h trimregion.h 56 intersect.obj: intersect.cpp myassert.h subdivider.h arc.h bin.h backend.h trimvertpool.h 57 knotvector.obj: knotvector.cpp myassert.h knotvector.h defines.h 58 mapdesc.obj: mapdesc.cpp myassert.h mystring.h mymath.h backend.h nurbsconsts.h mapdesc.h 59 mapdescv.obj: mapdescv.cpp myassert.h mystring.h mymath.h nurbsconsts.h mapdesc.h 60 maplist.obj: maplist.cpp myassert.h mymath.h nurbsconsts.h maplist.h mapdesc.h backend.h 61 mesher.obj: mesher.cpp myassert.h mesher.h gridvertex.h gridtrimvertex.h jarcloc.h gridline.h trimline.h uarray.h backend.h 62 monotonizer.obj: monotonizer.cpp myassert.h arc.h arctess.h bezierarc.h bin.h mapdesc.h nurbsconsts.h subdivider.h 63 mycode.obj: mycode.cpp mymath.h 64 nurbsinterfac.obj: nurbsinterfac.cpp nurbsconsts.h nurbstess.h bufpool.h quilt.h displaylist.h knotvector.h mapdesc.h 65 nurbstess.obj: nurbstess.cpp myassert.h mysetjmp.h nurbsconsts.h nurbstess.h bufpool.h quilt.h knotvector.h mapdesc.h maplist.h 66 patch.obj: patch.cpp myassert.h mymath.h mystring.h patch.h mapdesc.h quilt.h nurbsconsts.h simplemath.h 67 patchlist.obj: patchlist.cpp myassert.h quilt.h patchlist.h patch.h nurbsconsts.h 68 quilt.obj: quilt.cpp myassert.h quilt.h backend.h mapdesc.h flist.h knotvector.h patchlist.h simplemath.h 69 reader.obj: reader.cpp nurbsconsts.h reader.h trimvertex.h simplemath.h 70 renderhints.obj: renderhints.cpp renderhints.h defines.h nurbsconsts.h 71 slicer.obj: slicer.cpp myassert.h bufpool.h slicer.h backend.h arc.h gridtrimvertex.h trimvertex.h varray.h 72 sorter.obj: sorter.cpp sorter.h 73 splitarcs.obj: splitarcs.cpp myassert.h subdivider.h arcsorter.h arc.h bin.h 74 subdivider.obj: subdivider.cpp myassert.h subdivider.h arc.h bezierarc.h bin.h renderhints.h backend.h mapdesc.h quilt.h patchlist.h patch.h nurbsconsts.h trimvertpool.h simplemath.h 75 tobezier.obj: tobezier.cpp myassert.h mystring.h quilt.h knotvector.h 76 trimline.obj: trimline.cpp myassert.h backend.h trimline.h 77 trimregion.obj: trimregion.cpp myassert.h backend.h trimregion.h 78 trimvertpool.obj: trimvertpool.cpp myassert.h mystring.h trimvertex.h trimvertpool.h bufpool.h 79 uarray.obj: uarray.cpp myassert.h uarray.h arc.h 80 varray.obj: varray.cpp myassert.h varray.h arc.h 81 dataTransform.obj: dataTransform.cpp myassert.h nurbsconsts.h trimvertex.h datatransform.h 82 monoTriangulationBackend.obj: monoTriangulationBackend.cpp backend.h arc.h 36 37 dep: 38 $(DEPEND) $(CINCLUDE) *.c *.cpp *.h *.asm *.inc \ 39 ..\nurbtess\*.h ..\..\..\mesa\*.h ..\..\include\*.h 40 41 !ifndef NODEP 42 !include .depend 43 !endif 44 83 45 84 46 clean: 85 $(RM) *.obj 47 $(RM) *.obj *.pch 86 48
Note:
See TracChangeset
for help on using the changeset viewer.
