]> git.mxchange.org Git - simgear.git/blob - simgear/misc/Makefile.am
Removal of PLIB/SG from SimGear
[simgear.git] / simgear / misc / Makefile.am
1 includedir = @includedir@/misc
2
3 lib_LIBRARIES = libsgmisc.a
4
5 include_HEADERS = \
6         sg_path.hxx \
7         sgstream.hxx \
8         stopwatch.hxx \
9         strutils.hxx \
10         tabbed_values.hxx \
11         texcoord.hxx \
12         zfstream.hxx \
13         interpolator.hxx \
14         stdint.hxx \
15         PathOptions.hxx \
16         sg_dir.hxx
17
18 libsgmisc_a_SOURCES = \
19         sg_path.cxx \
20         sgstream.cxx \
21         strutils.cxx \
22         tabbed_values.cxx \
23         texcoord.cxx \
24         zfstream.cxx \
25         interpolator.cxx \
26         PathOptions.cxx \
27         sg_dir.cxx
28
29 #noinst_PROGRAMS = tabbed_value_test swap_test
30
31 #tabbed_value_test_SOURCES = tabbed_values_test.cxx
32 #tabbed_value_test_LDADD = \
33 #       libsgmisc.a \
34 #       $(top_builddir)/simgear/xml/libsgxml.a \
35 #       $(top_builddir)/simgear/debug/libsgdebug.a
36
37 $(top_builddir)/simgear/xml/libsgxml.a:
38         cd $(top_builddir)/simgear/xml && $(MAKE) $(AM_MAKEFLAGS) libsgxml.a
39
40 $(top_builddir)/simgear/debug/libsgdebug.a:
41         cd $(top_builddir)/simgear/debug && $(MAKE) $(AM_MAKEFLAGS) libsgdebug.a
42
43 #swap_test_SOURCES = swap_test.cpp
44
45 INCLUDES = -I$(top_srcdir)