1
0
Fork 0
flightgear/tests/Makefile.am

25 lines
658 B
Text
Raw Normal View History

2009-11-29 18:08:46 +00:00
bin_PROGRAMS = est-epsilon gl-info alcinfo
noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
2009-09-14 11:48:10 +00:00
est_epsilon_SOURCES = est-epsilon.c
2005-09-11 09:53:55 +00:00
est_epsilon_LDADD = $(opengl_LIBS)
2009-09-14 11:48:10 +00:00
gl_info_SOURCES = gl-info.c
gl_info_LDADD = $(opengl_LIBS)
2009-11-29 18:08:46 +00:00
alcinfo_SOURCES = alcinfo.c
alcinfo_LDADD = $(openal_LIBS)
2006-01-31 18:20:49 +00:00
test_env_map_SOURCES = test-env-map.cxx
test_env_map_LDADD = $(opengl_LIBS)
test_gethostname_SOURCES = test-gethostname.cxx
2009-09-14 11:48:10 +00:00
test_mktime_SOURCES = test-mktime.cxx
test_text_SOURCES = test-text.cxx
test_up_SOURCES = test-up.cxx
test_up_LDADD = -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lplibsg -lplibul -lz $(base_LIBS)