]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
Merge branch 'topic/cloudz' into next
[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         location.hxx \
11         model.hxx \
12         modellib.hxx \
13         ModelRegistry.hxx \
14         persparam.hxx \
15         placement.hxx \
16         placementtrans.hxx \
17         CheckSceneryVisitor.hxx \
18         SGClipGroup.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
28 libsgmodel_a_SOURCES = \
29         animation.cxx \
30         particles.cxx \
31         location.cxx \
32         model.cxx \
33         modellib.cxx \
34         ModelRegistry.cxx \
35         persparam.cxx \
36         placement.cxx \
37         placementtrans.cxx \
38         shadanim.cxx \
39         CheckSceneryVisitor.cxx \
40         SGClipGroup.cxx \
41         SGMaterialAnimation.cxx \
42         SGOffsetTransform.cxx \
43         SGPagedLOD.cxx \
44         SGReaderWriterXML.cxx \
45         SGRotateTransform.cxx \
46         SGScaleTransform.cxx \
47         SGTranslateTransform.cxx
48
49 INCLUDES = -I$(top_srcdir)