]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
OSG Reader and Writer for BTG files
[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         location.hxx \
10         model.hxx \
11         modellib.hxx \
12         persparam.hxx \
13         placement.hxx \
14         placementtrans.hxx \
15         SGMaterialAnimation.hxx \
16         SGOffsetTransform.hxx \
17         SGRotateTransform.hxx \
18         SGScaleTransform.hxx \
19         SGTranslateTransform.hxx
20
21 libsgmodel_a_SOURCES = \
22         animation.cxx \
23         location.cxx \
24         model.cxx \
25         modellib.cxx \
26         persparam.cxx \
27         placement.cxx \
28         placementtrans.cxx \
29         shadanim.cxx \
30         SGMaterialAnimation.cxx \
31         SGOffsetTransform.cxx \
32         SGRotateTransform.cxx \
33         SGScaleTransform.cxx \
34         SGTranslateTransform.cxx
35
36 INCLUDES = -I$(top_srcdir)