2009-01-15 01:32:48 +05:00
|
|
|
noinst_HEADERS = algprim.hpp csgparser.hpp extrusion.hpp manifold.hpp \
|
|
|
|
singularref.hpp surface.hpp brick.hpp curve2d.hpp gencyl.hpp \
|
|
|
|
meshsurf.hpp solid.hpp triapprox.hpp csgeom.hpp edgeflw.hpp geoml.hpp \
|
|
|
|
polyhedra.hpp specpoin.hpp csg.hpp explicitcurve2d.hpp identify.hpp \
|
2009-09-12 02:07:34 +06:00
|
|
|
revolution.hpp spline3d.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 = libcsg.la
|
|
|
|
libcsg_la_SOURCES = algprim.cpp brick.cpp \
|
2009-01-15 01:32:48 +05:00
|
|
|
bspline2d.cpp csgeom.cpp csgparser.cpp curve2d.cpp edgeflw.cpp \
|
|
|
|
explicitcurve2d.cpp extrusion.cpp gencyl.cpp genmesh.cpp identify.cpp \
|
|
|
|
manifold.cpp meshsurf.cpp polyhedra.cpp revolution.cpp singularref.cpp \
|
|
|
|
solid.cpp specpoin.cpp spline3d.cpp surface.cpp triapprox.cpp
|