1 bin_PROGRAMS = est-epsilon gl-info al-info
3 noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
5 est_epsilon_SOURCES = est-epsilon.c
6 est_epsilon_LDADD = $(opengl_LIBS)
8 gl_info_SOURCES = gl-info.c
9 gl_info_LDADD = $(opengl_LIBS)
11 al_info_SOURCES = al-info.c
12 al_info_LDADD = $(openal_LIBS)
14 test_env_map_SOURCES = test-env-map.cxx
15 test_env_map_LDADD = $(opengl_LIBS)
17 test_gethostname_SOURCES = test-gethostname.cxx
19 test_mktime_SOURCES = test-mktime.cxx
21 test_text_SOURCES = test-text.cxx
23 test_up_SOURCES = test-up.cxx
24 test_up_LDADD = -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lplibsg -lplibul -lz $(base_LIBS)