]> git.mxchange.org Git - simgear.git/blob - simgear/structure/Makefile.am
Templates for interacting with OSG objects
[simgear.git] / simgear / structure / Makefile.am
1 includedir = @includedir@/structure
2
3 lib_LIBRARIES = libsgstructure.a
4
5 include_HEADERS = \
6         callback.hxx \
7         commands.hxx \
8         exception.hxx \
9         event_mgr.hxx \
10         subsystem_mgr.hxx \
11         OSGUtils.hxx \
12         OSGVersion.hxx \
13         SGAtomic.hxx \
14         SGBinding.hxx \
15         SGExpression.hxx \
16         SGReferenced.hxx \
17         SGSharedPtr.hxx \
18         SGSmplhist.hxx \
19         SGSmplstat.hxx
20
21 libsgstructure_a_SOURCES = \
22         commands.cxx \
23         exception.cxx \
24         event_mgr.cxx\
25         subsystem_mgr.cxx \
26         SGAtomic.cxx \
27         SGBinding.cxx \
28         SGExpression.cxx \
29         SGSmplhist.cxx \
30         SGSmplstat.cxx
31
32 INCLUDES = -I$(top_srcdir)
33