2001-04-17 05:21:56 +00:00
|
|
|
bin_PROGRAMS = est-epsilon gl-info test-gethostname test-mktime test-text \
|
|
|
|
test-up
|
2009-09-14 11:48:10 +00:00
|
|
|
|
|
|
|
est_epsilon_SOURCES = est-epsilon.c
|
|
|
|
est_epsilon_LDADD = $(base_LIBS)
|
|
|
|
|
|
|
|
gl_info_SOURCES = gl-info.c
|
|
|
|
gl_info_LDADD = $(opengl_LIBS)
|
|
|
|
|
2001-03-22 04:02:11 +00:00
|
|
|
test_gethostname_SOURCES = test-gethostname.cxx
|
|
|
|
test_gethostname_LDADD = $(base_LIBS)
|
|
|
|
|
2009-09-14 11:48:10 +00:00
|
|
|
test_mktime_SOURCES = test-mktime.cxx
|
|
|
|
test_mktime_LDADD = $(base_LIBS)
|
2001-01-31 22:57:22 +00:00
|
|
|
|
2001-04-17 05:21:56 +00:00
|
|
|
test_text_SOURCES = test-text.cxx
|
|
|
|
test_text_LDADD = $(base_LIBS)
|
|
|
|
|
2001-01-31 22:57:22 +00:00
|
|
|
test_up_SOURCES = test-up.cxx
|
|
|
|
test_up_LDADD = -lsgmath -lsgdebug -lplibsg $(base_LIBS)
|