]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
Move SGReadFileCallback from model.cxx to public class ModelRegistry
[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         ModelRegistry.hxx \
13         persparam.hxx \
14         placement.hxx \
15         placementtrans.hxx \
16         SGMaterialAnimation.hxx \
17         SGOffsetTransform.hxx \
18         SGRotateTransform.hxx \
19         SGScaleTransform.hxx \
20         SGTranslateTransform.hxx
21
22 libsgmodel_a_SOURCES = \
23         animation.cxx \
24         location.cxx \
25         model.cxx \
26         modellib.cxx \
27         ModelRegistry.cxx \
28         persparam.cxx \
29         placement.cxx \
30         placementtrans.cxx \
31         shadanim.cxx \
32         SGMaterialAnimation.cxx \
33         SGOffsetTransform.cxx \
34         SGRotateTransform.cxx \
35         SGScaleTransform.cxx \
36         SGTranslateTransform.cxx
37
38 INCLUDES = -I$(top_srcdir)