don't build tabbed_value_test, swap_test, openal_test1 and openal_test2 by default.

This commit is contained in:
torsten
2009-08-20 13:10:56 +00:00
committed by Tim Moore
parent 0932c33185
commit 6aa459073e
2 changed files with 20 additions and 20 deletions

View File

@@ -24,13 +24,13 @@ libsgmisc_a_SOURCES = \
interpolator.cxx \
PathOptions.cxx
noinst_PROGRAMS = tabbed_value_test swap_test
#noinst_PROGRAMS = tabbed_value_test swap_test
tabbed_value_test_SOURCES = tabbed_values_test.cxx
tabbed_value_test_LDADD = \
libsgmisc.a \
$(top_builddir)/simgear/xml/libsgxml.a \
$(top_builddir)/simgear/debug/libsgdebug.a
#tabbed_value_test_SOURCES = tabbed_values_test.cxx
#tabbed_value_test_LDADD = \
# libsgmisc.a \
# $(top_builddir)/simgear/xml/libsgxml.a \
# $(top_builddir)/simgear/debug/libsgdebug.a
$(top_builddir)/simgear/xml/libsgxml.a:
cd $(top_builddir)/simgear/xml && $(MAKE) $(AM_MAKEFLAGS) libsgxml.a
@@ -38,6 +38,6 @@ $(top_builddir)/simgear/xml/libsgxml.a:
$(top_builddir)/simgear/debug/libsgdebug.a:
cd $(top_builddir)/simgear/debug && $(MAKE) $(AM_MAKEFLAGS) libsgdebug.a
swap_test_SOURCES = swap_test.cpp
#swap_test_SOURCES = swap_test.cpp
INCLUDES = -I$(top_srcdir)

View File

@@ -16,21 +16,21 @@ libsgsound_a_SOURCES = \
soundmgr_openal.cxx \
xmlsound.cxx
noinst_PROGRAMS = openal_test1 openal_test2
#noinst_PROGRAMS = openal_test1 openal_test2
openal_test1_SOURCES = openal_test1.cxx
openal_test2_SOURCES = openal_test2.cxx
#openal_test1_SOURCES = openal_test1.cxx
#openal_test2_SOURCES = openal_test2.cxx
openal_test1_LDADD = \
$(top_builddir)/simgear/debug/libsgdebug.a \
$(openal_LIBS)
#openal_test1_LDADD = \
# $(top_builddir)/simgear/debug/libsgdebug.a \
# $(openal_LIBS)
openal_test2_LDADD = \
libsgsound.a \
$(top_builddir)/simgear/debug/libsgdebug.a \
$(top_builddir)/simgear/misc/libsgmisc.a \
$(top_builddir)/simgear/structure/libsgstructure.a \
$(openal_LIBS) \
-lOpenThreads
#openal_test2_LDADD = \
# libsgsound.a \
# $(top_builddir)/simgear/debug/libsgdebug.a \
# $(top_builddir)/simgear/misc/libsgmisc.a \
# $(top_builddir)/simgear/structure/libsgstructure.a \
# $(openal_LIBS) \
# -lOpenThreads
INCLUDES = -I$(top_srcdir) -DSRC_DIR=\"$(top_srcdir)/simgear/sound\"