diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 21:33:14 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 21:33:14 +0000 |
commit | deb7c8cc85d6101422ad72d4e67522c60d6948e1 (patch) | |
tree | 7d38131ecbe11ebad9b09970d396eb8e0ff110e4 /tests | |
parent | c21d34f250a978f92f6e0e7c2c27be9b6dde90f7 (diff) | |
download | arts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.tar.gz arts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.zip |
Rempve obsolete and broken autotools files from arts
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1259246 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index 2d533f6..0000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,44 +0,0 @@ -check_PROGRAMS = testbuffer testifacerepo testanyref testwrapper \ - testchangenotify testflowsystem testdispatcher testnotification \ - testremote - -TESTS = $(check_PROGRAMS) - -INCLUDES = -I$(top_srcdir)/mcop -I$(top_srcdir)/flow \ - -I$(top_builddir)/flow -I$(top_srcdir)/soundserver \ - -I$(top_builddir)/soundserver -I$(top_srcdir)/artsc \ - -I$(top_builddir)/mcop $(all_includes) - -AM_LDFLAGS = $(all_libraries) -LDADD = $(top_builddir)/mcop/libmcop.la -FLOWLIBS = $(top_builddir)/flow/libartsflow.la - -testbuffer_SOURCES = testbuffer.cc -testifacerepo_SOURCES = testifacerepo.cc -testanyref_SOURCES = testanyref.cc -testdispatcher_SOURCES = testdispatcher.cc -testnotification_SOURCES = testnotification.cc -testwrapper_SOURCES = wrapper.cc testwrapper.cc - -testchangenotify_LDADD = $(FLOWLIBS) -testchangenotify_SOURCES = value.cc value_impl.cc testchangenotify.cc - -testflowsystem_LDADD = $(FLOWLIBS) -testflowsystem_SOURCES = value.cc value_impl.cc testflowsystem.cc - -testremote_LDADD = $(FLOWLIBS) -testremote_SOURCES = remotetest.cc value.cc value_impl.cc testremote.cc - -DISTCLEANFILES = wrapper.h wrapper.cc value.h value.cc \ - remotetest.h remotetest.cc - -wrapper.cc wrapper.h: $(top_srcdir)/tests/wrapper.idl $(MCOPIDL) - $(MCOPIDL) $(top_srcdir)/tests/wrapper.idl - -value_impl.o: value.h -value.cc value.h: $(top_srcdir)/tests/value.idl $(MCOPIDL) - $(MCOPIDL) $(top_srcdir)/tests/value.idl - -remotetest.cc remotetest.h: $(top_srcdir)/tests/remotetest.idl $(MCOPIDL) - $(MCOPIDL) $(top_srcdir)/tests/remotetest.idl - |