]> git.mxchange.org Git - simgear.git/commitdiff
don't build tabbed_value_test, swap_test, openal_test1 and openal_test2 by default.
authortorsten <torsten>
Thu, 20 Aug 2009 13:10:56 +0000 (13:10 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 23 Aug 2009 19:37:03 +0000 (21:37 +0200)
simgear/misc/Makefile.am
simgear/sound/Makefile.am

index db9181ba88d648d93e96af14a1207c0a42505160..dd4e6e416bcbd1cb8c9c8f3eb47c4231adca62da 100644 (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)
index 48381175ade36d26083126df6acaff68f3738612..e421cdef5ca82e20bc200d8801bb1adae00332d2 100644 (file)
@@ -16,21 +16,21 @@ libsgsound_a_SOURCES = \
        soundmgr_openal.cxx \
        xmlsound.cxx 
 
-noinst_PROGRAMS = openal_test1 openal_test2
-
-openal_test1_SOURCES = openal_test1.cxx
-openal_test2_SOURCES = openal_test2.cxx
-
-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
+#noinst_PROGRAMS = openal_test1 openal_test2
+
+#openal_test1_SOURCES = openal_test1.cxx
+#openal_test2_SOURCES = openal_test2.cxx
+
+#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
 
 INCLUDES = -I$(top_srcdir) -DSRC_DIR=\"$(top_srcdir)/simgear/sound\"