2009-11-29 18:08:46 +00:00
|
|
|
bin_PROGRAMS = est-epsilon gl-info alcinfo
|
2001-08-31 22:57:27 +00:00
|
|
|
|
2002-03-06 05:05:17 +00:00
|
|
|
noinst_PROGRAMS = test-gethostname test-mktime test-text test-up test-env-map
|
2009-09-14 11:48:10 +00:00
|
|
|
|
2009-10-21 20:20:03 +00:00
|
|
|
if HAVE_FRAMEWORK_PLIB
|
|
|
|
test_up_LDFLAGS = $(plib_FRAMEWORK)
|
|
|
|
else
|
|
|
|
test_up_PLIB_LIBS = -lplibsg -lplibul
|
|
|
|
endif
|
|
|
|
|
2009-12-08 09:48:00 +00:00
|
|
|
est_epsilon_SOURCES = est-epsilon.cxx
|
2005-09-11 09:53:55 +00:00
|
|
|
est_epsilon_LDADD = $(opengl_LIBS)
|
2009-09-14 11:48:10 +00:00
|
|
|
|
2009-12-08 09:48:00 +00:00
|
|
|
gl_info_SOURCES = gl-info.cxx
|
2009-09-14 11:48:10 +00:00
|
|
|
gl_info_LDADD = $(opengl_LIBS)
|
|
|
|
|
2009-12-08 09:48:00 +00:00
|
|
|
alcinfo_SOURCES = alcinfo.cxx
|
2009-11-29 18:08:46 +00:00
|
|
|
alcinfo_LDADD = $(openal_LIBS)
|
2006-01-31 18:20:49 +00:00
|
|
|
|
2002-03-06 05:05:17 +00:00
|
|
|
test_env_map_SOURCES = test-env-map.cxx
|
|
|
|
test_env_map_LDADD = $(opengl_LIBS)
|
|
|
|
|
2001-03-22 04:02:11 +00:00
|
|
|
test_gethostname_SOURCES = test-gethostname.cxx
|
|
|
|
|
2009-09-14 11:48:10 +00:00
|
|
|
test_mktime_SOURCES = test-mktime.cxx
|
2001-01-31 22:57:22 +00:00
|
|
|
|
2001-04-17 05:21:56 +00:00
|
|
|
test_text_SOURCES = test-text.cxx
|
|
|
|
|
2001-01-31 22:57:22 +00:00
|
|
|
test_up_SOURCES = test-up.cxx
|
2009-10-21 20:20:03 +00:00
|
|
|
test_up_LDADD = $(test_up_PLIB_LIBS) -lsgmath -lsgxml -lsgmisc -lsgdebug -lsgstructure -lsgtiming -lz $(base_LIBS)
|