]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
Frederic Bouvier:
[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         placement.hxx
15
16 libsgmodel_a_SOURCES = \
17         animation.cxx \
18         custtrans.cxx \
19         location.cxx \
20         model.cxx \
21         modellib.cxx \
22         personality.cxx \
23         placement.cxx
24
25 INCLUDES = -I$(top_srcdir)