26 lines
1.2 KiB
Makefile
26 lines
1.2 KiB
Makefile
SUBDIRS=collection
|
|
includedir=@includedir@/carve
|
|
|
|
EXTRA_DIST=external
|
|
include_HEADERS= aabb.hpp carve.hpp classification.hpp collection.hpp \
|
|
collection_types.hpp convex_hull.hpp csg.hpp \
|
|
csg_triangulator.hpp debug_hooks.hpp edge_decl.hpp \
|
|
edge_impl.hpp face_decl.hpp face_impl.hpp faceloop.hpp \
|
|
geom.hpp geom2d.hpp geom3d.hpp heap.hpp input.hpp \
|
|
interpolator.hpp intersection.hpp iobj.hpp kd_node.hpp \
|
|
math.hpp math_constants.hpp matrix.hpp octree_decl.hpp \
|
|
octree_impl.hpp pointset.hpp pointset_decl.hpp \
|
|
pointset_impl.hpp pointset_iter.hpp poly.hpp poly_decl.hpp \
|
|
poly_impl.hpp polyhedron_base.hpp polyhedron_decl.hpp \
|
|
polyhedron_impl.hpp polyline.hpp polyline_decl.hpp \
|
|
polyline_impl.hpp polyline_iter.hpp rescale.hpp spacetree.hpp \
|
|
tag.hpp timing.hpp tree.hpp triangulator.hpp \
|
|
triangulator_impl.hpp util.hpp vector.hpp vertex_decl.hpp \
|
|
vertex_impl.hpp cbrt.h config.h gnu_cxx.h vcpp_config.h \
|
|
win32.h xcode_config.h collection/unordered/boost_impl.hpp \
|
|
collection/unordered/fallback_impl.hpp \
|
|
collection/unordered/libstdcpp_impl.hpp \
|
|
collection/unordered/std_impl.hpp \
|
|
collection/unordered/tr1_impl.hpp \
|
|
collection/unordered/vcpp_impl.hpp collection/unordered.hpp
|