1999-03-17 23:51:59 +00:00
|
|
|
noinst_LIBRARIES = libTriangulate.a
|
|
|
|
|
|
|
|
libTriangulate_a_SOURCES = \
|
|
|
|
triangle.cxx triangle.hxx \
|
1999-03-22 23:49:01 +00:00
|
|
|
trieles.cxx trieles.hxx \
|
1999-03-20 02:21:51 +00:00
|
|
|
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 \
|
1999-03-19 00:27:09 +00:00
|
|
|
-I$(top_builddir)/Tools/Lib \
|
1999-03-17 23:51:59 +00:00
|
|
|
-I$(top_builddir)/Tools/Construct
|