]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
db102d9ea50f8a2df3d7dbd83fdfa4dd9f691dad
[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         SGClipGroup.hxx \
18         SGMaterialAnimation.hxx \
19         SGOffsetTransform.hxx \
20         SGRotateTransform.hxx \
21         SGScaleTransform.hxx \
22         SGTranslateTransform.hxx
23
24 libsgmodel_a_SOURCES = \
25         animation.cxx \
26         particles.cxx \
27         location.cxx \
28         model.cxx \
29         modellib.cxx \
30         ModelRegistry.cxx \
31         persparam.cxx \
32         placement.cxx \
33         placementtrans.cxx \
34         shadanim.cxx \
35         SGClipGroup.cxx \
36         SGMaterialAnimation.cxx \
37         SGOffsetTransform.cxx \
38         SGRotateTransform.cxx \
39         SGScaleTransform.cxx \
40         SGTranslateTransform.cxx
41
42 INCLUDES = -I$(top_srcdir)