]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
Improved tile cache priority scheme.
[simgear.git] / simgear / scene / model / Makefile.am
1 includedir = @includedir@/scene/model
2
3 lib_LIBRARIES = libsgmodel.a
4
5 noinst_HEADERS =
6
7 include_HEADERS = \
8         animation.hxx \
9         particles.hxx \
10         model.hxx \
11         modellib.hxx \
12         ModelRegistry.hxx \
13         persparam.hxx \
14         placement.hxx \
15         CheckSceneryVisitor.hxx \
16         ConditionNode.hxx \
17         SGClipGroup.hxx \
18         SGInteractionAnimation.hxx \
19         SGMaterialAnimation.hxx \
20         SGOffsetTransform.hxx \
21         SGPagedLOD.hxx \
22         SGReaderWriterXML.hxx \
23         SGReaderWriterXMLOptions.hxx \
24         SGRotateTransform.hxx \
25         SGScaleTransform.hxx \
26         SGTranslateTransform.hxx \
27         SGText.hxx
28
29 libsgmodel_a_SOURCES = \
30         animation.cxx \
31         BoundingVolumeBuildVisitor.hxx \
32         particles.cxx \
33         model.cxx \
34         modellib.cxx \
35         ModelRegistry.cxx \
36         persparam.cxx \
37         placement.cxx \
38         shadanim.cxx \
39         CheckSceneryVisitor.cxx \
40         ConditionNode.cxx \
41         SGClipGroup.cxx \
42         SGInteractionAnimation.cxx \
43         SGMaterialAnimation.cxx \
44         SGOffsetTransform.cxx \
45         SGPagedLOD.cxx \
46         SGReaderWriterXML.cxx \
47         SGRotateTransform.cxx \
48         SGScaleTransform.cxx \
49         SGTranslateTransform.cxx \
50         SGText.cxx
51
52 INCLUDES = -I$(top_srcdir)