]> git.mxchange.org Git - simgear.git/blob - simgear/structure/Makefile.am
Use Boost singleton template for our singletons
[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         Singleton.hxx
21
22 libsgstructure_a_SOURCES = \
23         commands.cxx \
24         exception.cxx \
25         event_mgr.cxx\
26         subsystem_mgr.cxx \
27         SGAtomic.cxx \
28         SGBinding.cxx \
29         SGExpression.cxx \
30         SGSmplhist.cxx \
31         SGSmplstat.cxx
32
33 INCLUDES = -I$(top_srcdir)
34