13 lines
303 B
Makefile
13 lines
303 B
Makefile
noinst_LIBRARIES = libTriangulate.a
|
|
|
|
libTriangulate_a_SOURCES = \
|
|
triangle.cxx triangle.hxx \
|
|
trinodes.cxx trinodes.hxx \
|
|
tripoly.cxx tripoly.hxx \
|
|
trisegs.cxx trisegs.hxx
|
|
|
|
INCLUDES += \
|
|
-I$(top_builddir) \
|
|
-I$(top_builddir)/Lib \
|
|
-I$(top_builddir)/Tools/Lib \
|
|
-I$(top_builddir)/Tools/Construct
|