]> git.mxchange.org Git - flightgear.git/blob - tests/Makefile.am
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / tests / Makefile.am
1 bin_PROGRAMS = est-epsilon gl-info
2
3 noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
4
5 est_epsilon_SOURCES = est-epsilon.c
6 est_epsilon_LDADD =  $(opengl_LIBS)
7
8 gl_info_SOURCES = gl-info.c
9 gl_info_LDADD = $(opengl_LIBS)
10
11 test_env_map_SOURCES = test-env-map.cxx
12 test_env_map_LDADD = $(opengl_LIBS)
13
14 test_gethostname_SOURCES = test-gethostname.cxx
15
16 test_mktime_SOURCES = test-mktime.cxx
17
18 test_text_SOURCES = test-text.cxx
19
20 test_up_SOURCES = test-up.cxx
21 test_up_LDADD = -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lplibsg -lplibul -lz $(base_LIBS)