1
0
Fork 0
flightgear/Tools/Construct/Triangulate/Makefile.am
curt cf3d9c5572 Renamed tripoly.* to polygon.*
First stab at multi-contour polygon support.
1999-04-28 22:18:19 +00:00

14 lines
330 B
Makefile

noinst_LIBRARIES = libTriangulate.a
libTriangulate_a_SOURCES = \
polygon.cxx polygon.hxx \
triangle.cxx triangle.hxx \
trieles.cxx trieles.hxx \
trinodes.cxx trinodes.hxx \
trisegs.cxx trisegs.hxx
INCLUDES += \
-I$(top_builddir) \
-I$(top_builddir)/Lib \
-I$(top_builddir)/Tools/Lib \
-I$(top_builddir)/Tools/Construct