]> git.mxchange.org Git - simgear.git/blob - simgear/scene/util/Makefile.am
accomodate changes to osgDB::DatabasePager interface
[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         CopyOp.hxx \
18         NodeAndDrawableVisitor.hxx \
19         PrimitiveUtils.hxx \
20         QuadTreeBuilder.hxx \
21         RenderConstants.hxx \
22         SplicingVisitor.hxx \
23         StateAttributeFactory.hxx \
24         UpdateOnceCallback.hxx \
25         VectorArrayAdapter.hxx
26
27
28 libsgutil_a_SOURCES = \
29         SGEnlargeBoundingBox.cxx \
30         SGSceneFeatures.cxx \
31         SGSceneUserData.cxx \
32         SGStateAttributeVisitor.cxx \
33         SGTextureStateAttributeVisitor.cxx \
34         CopyOp.cxx \
35         NodeAndDrawableVisitor.cxx \
36         PrimitiveUtils.cxx \
37         SplicingVisitor.cxx \
38         StateAttributeFactory.cxx \
39         QuadTreeBuilder.cxx \
40         UpdateOnceCallback.cxx
41
42 INCLUDES = -I$(top_srcdir)