1
0
Fork 0
flightgear/Tools/Construct/Triangulate/Makefile.am

15 lines
330 B
Text
Raw Normal View History

1999-03-17 23:51:59 +00:00
noinst_LIBRARIES = libTriangulate.a
libTriangulate_a_SOURCES = \
triangle.cxx triangle.hxx \
trieles.cxx trieles.hxx \
trinodes.cxx trinodes.hxx \
1999-03-20 13:22:10 +00:00
tripoly.cxx tripoly.hxx \
trisegs.cxx trisegs.hxx
1999-03-17 23:51:59 +00:00
INCLUDES += \
-I$(top_builddir) \
-I$(top_builddir)/Lib \
-I$(top_builddir)/Tools/Lib \
1999-03-17 23:51:59 +00:00
-I$(top_builddir)/Tools/Construct