]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
Small cleanups to the SGGeo[dc] classes, provide more hooks to use them directly
[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         placementtrans.hxx \
16         shadowvolume.hxx
17
18 libsgmodel_a_SOURCES = \
19         animation.cxx \
20         custtrans.cxx \
21         location.cxx \
22         model.cxx \
23         modellib.cxx \
24         personality.cxx \
25         placement.cxx \
26         placementtrans.cxx \
27         shadowvolume.cxx \
28         shadanim.cxx
29
30 INCLUDES = -I$(top_srcdir)