]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
Finally get rid of that member in the SGModelData callback.
[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         SGClipGroup.hxx \
17         SGMaterialAnimation.hxx \
18         SGOffsetTransform.hxx \
19         SGPagedLOD.hxx \
20         SGReaderWriterXML.hxx \
21         SGReaderWriterXMLOptions.hxx \
22         SGRotateTransform.hxx \
23         SGScaleTransform.hxx \
24         SGTranslateTransform.hxx
25
26 libsgmodel_a_SOURCES = \
27         animation.cxx \
28         particles.cxx \
29         model.cxx \
30         modellib.cxx \
31         ModelRegistry.cxx \
32         persparam.cxx \
33         placement.cxx \
34         shadanim.cxx \
35         CheckSceneryVisitor.cxx \
36         SGClipGroup.cxx \
37         SGMaterialAnimation.cxx \
38         SGOffsetTransform.cxx \
39         SGPagedLOD.cxx \
40         SGReaderWriterXML.cxx \
41         SGRotateTransform.cxx \
42         SGScaleTransform.cxx \
43         SGTranslateTransform.cxx
44
45 INCLUDES = -I$(top_srcdir)