2011-02-28 12:59:27 +00:00
|
|
|
noinst_HEADERS = adtree.hpp geom3d.hpp geomobjects2.hpp geomops2.hpp geomtest3d.hpp transform3d.hpp geom2d.hpp geomfuncs.hpp geomobjects.hpp geomops.hpp gprim.hpp spline.hpp splinegeometry.hpp
|
2009-01-14 20:32:48 +00:00
|
|
|
|
2009-01-13 18:32:10 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include
|
2009-01-12 23:40:13 +00:00
|
|
|
METASOURCES = AUTO
|
2009-01-18 14:47:12 +00:00
|
|
|
noinst_LTLIBRARIES = libgprim.la
|
|
|
|
libgprim_la_SOURCES = adtree.cpp geom2d.cpp geom3d.cpp geomfuncs.cpp \
|
2011-02-28 12:59:27 +00:00
|
|
|
geomtest3d.cpp transform3d.cpp spline.cpp splinegeometry.cpp
|