]> git.mxchange.org Git - flightgear.git/blob - tests/Makefile.am
Merge branches 'jmt/spatial', 'jmt/ref_ptr', 'jmt/navradio' and 'jmt/gps'
[flightgear.git] / tests / Makefile.am
1 bin_PROGRAMS = est-epsilon gl-info alcinfo
2
3 noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
4
5 if HAVE_FRAMEWORK_PLIB
6 test_up_LDFLAGS = $(plib_FRAMEWORK)
7 else
8 test_up_PLIB_LIBS = -lplibsg -lplibul
9 endif
10
11 est_epsilon_SOURCES = est-epsilon.cxx
12 est_epsilon_LDADD =  $(opengl_LIBS)
13
14 gl_info_SOURCES = gl-info.cxx
15 gl_info_LDADD = $(opengl_LIBS)
16
17 alcinfo_SOURCES = alcinfo.cxx
18 alcinfo_LDADD = $(openal_LIBS)
19
20 test_env_map_SOURCES = test-env-map.cxx
21 test_env_map_LDADD = $(opengl_LIBS)
22
23 test_gethostname_SOURCES = test-gethostname.cxx
24
25 test_mktime_SOURCES = test-mktime.cxx
26
27 test_text_SOURCES = test-text.cxx
28
29 test_up_SOURCES = test-up.cxx
30 test_up_LDADD = $(test_up_PLIB_LIBS) -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lz $(base_LIBS)