]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
support osgText in models. See docs/README.osgtext for details
[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         SGInteractionAnimation.hxx \
18         SGMaterialAnimation.hxx \
19         SGOffsetTransform.hxx \
20         SGPagedLOD.hxx \
21         SGReaderWriterXML.hxx \
22         SGReaderWriterXMLOptions.hxx \
23         SGRotateTransform.hxx \
24         SGScaleTransform.hxx \
25         SGTranslateTransform.hxx \
26         SGText.hxx
27
28 libsgmodel_a_SOURCES = \
29         animation.cxx \
30         particles.cxx \
31         model.cxx \
32         modellib.cxx \
33         ModelRegistry.cxx \
34         persparam.cxx \
35         placement.cxx \
36         shadanim.cxx \
37         CheckSceneryVisitor.cxx \
38         SGClipGroup.cxx \
39         SGInteractionAnimation.cxx \
40         SGMaterialAnimation.cxx \
41         SGOffsetTransform.cxx \
42         SGPagedLOD.cxx \
43         SGReaderWriterXML.cxx \
44         SGRotateTransform.cxx \
45         SGScaleTransform.cxx \
46         SGTranslateTransform.cxx \
47         SGText.cxx
48
49 INCLUDES = -I$(top_srcdir)