]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
Better encapsulation for personality
[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         custtrans.hxx \
10         location.hxx \
11         model.hxx \
12         modellib.hxx \
13         personality.hxx \
14         persparam.hxx \
15         placement.hxx \
16         placementtrans.hxx \
17         shadowvolume.hxx
18
19 libsgmodel_a_SOURCES = \
20         animation.cxx \
21         custtrans.cxx \
22         location.cxx \
23         model.cxx \
24         modellib.cxx \
25         personality.cxx \
26         persparam.cxx \
27         placement.cxx \
28         placementtrans.cxx \
29         shadowvolume.cxx \
30         shadanim.cxx
31
32 INCLUDES = -I$(top_srcdir)