]> git.mxchange.org Git - simgear.git/blob - simgear/misc/Makefile.am
3c846bf94f5c62ebf4956c4c9df1463bbb226ee7
[simgear.git] / simgear / misc / Makefile.am
1 includedir = @includedir@/misc
2
3 lib_LIBRARIES = libsgmisc.a
4
5 include_HEADERS = \
6         commands.hxx \
7         exception.hxx \
8         props.hxx \
9         sg_path.hxx \
10         sgstream.hxx \
11         stopwatch.hxx \
12         strutils.hxx \
13         texcoord.hxx \
14         zfstream.hxx
15
16 libsgmisc_a_SOURCES = \
17         commands.cxx \
18         exception.cxx \
19         props.cxx \
20         props_io.cxx \
21         sg_path.cxx \
22         sgstream.cxx \
23         strutils.cxx \
24         texcoord.cxx \
25         zfstream.cxx
26
27 noinst_PROGRAMS = props_test
28
29 props_test_SOURCES = props_test.cxx
30 props_test_LDADD = libsgmisc.a ../xml/libsgxml.a ../debug/libsgdebug.a
31
32 if OLD_AUTOMAKE
33 INCLUDES += -I$(top_srcdir)
34 else
35 INCLUDES = -I$(top_srcdir)
36 endif