2011-02-28 17:59:27 +05: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-15 01:32:48 +05:00
|
|
|
|
2009-01-13 23:32:10 +05:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include
|
2009-01-13 04:40:13 +05:00
|
|
|
METASOURCES = AUTO
|
2009-01-18 19:47:12 +05:00
|
|
|
noinst_LTLIBRARIES = libgprim.la
|
|
|
|
libgprim_la_SOURCES = adtree.cpp geom2d.cpp geom3d.cpp geomfuncs.cpp \
|
2011-02-28 17:59:27 +05:00
|
|
|
geomtest3d.cpp transform3d.cpp spline.cpp splinegeometry.cpp
|