]> git.mxchange.org Git - simgear.git/blob - simgear/structure/Makefile.am
Refined debug timing control:
[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         SGAtomic.hxx \
12         SGBinding.hxx \
13         SGReferenced.hxx \
14         SGSharedPtr.hxx \
15         SGSmplhist.hxx \
16         SGSmplstat.hxx
17
18 libsgstructure_a_SOURCES = \
19         commands.cxx \
20         exception.cxx \
21         event_mgr.cxx\
22         subsystem_mgr.cxx \
23         SGAtomic.cxx \
24         SGBinding.cxx \
25         SGSmplhist.cxx \
26         SGSmplstat.cxx
27
28 INCLUDES = -I$(top_srcdir)
29