]> git.mxchange.org Git - simgear.git/blob - simgear/scene/util/Makefile.am
Random trees from Stuart Buchanan
[simgear.git] / simgear / scene / util / Makefile.am
1 includedir = @includedir@/scene/util
2
3 lib_LIBRARIES = libsgutil.a
4
5 noinst_HEADERS =
6
7 include_HEADERS = \
8         SGDebugDrawCallback.hxx \
9         SGEnlargeBoundingBox.hxx \
10         SGNodeMasks.hxx \
11         SGPickCallback.hxx \
12         SGSceneFeatures.hxx \
13         SGSceneUserData.hxx \
14         SGStateAttributeVisitor.hxx \
15         SGTextureStateAttributeVisitor.hxx \
16         SGUpdateVisitor.hxx \
17         QuadTreeBuilder.hxx \
18         RenderConstants.hxx \
19         StateAttributeFactory.hxx \
20         VectorArrayAdapter.hxx
21
22
23 libsgutil_a_SOURCES = \
24         SGEnlargeBoundingBox.cxx \
25         SGSceneFeatures.cxx \
26         SGSceneUserData.cxx \
27         SGStateAttributeVisitor.cxx \
28         SGTextureStateAttributeVisitor.cxx \
29         StateAttributeFactory.cxx \
30         QuadTreeBuilder.cxx
31
32 INCLUDES = -I$(top_srcdir)