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 /examples | |
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 'examples')
-rw-r--r-- | examples/Makefile.am | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index 53c455c..0000000 --- a/examples/Makefile.am +++ /dev/null @@ -1,97 +0,0 @@ -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 -I$(top_builddir)/artsc \ - $(all_includes) - -AM_LDFLAGS = $(all_libraries) -LDADD = $(top_builddir)/mcop/libmcop.la -FLOWLIBS = $(top_builddir)/flow/libartsflow.la - -####### Files - -check_PROGRAMS = helloserver helloclient referenceinfo \ - irdemo x11commtest streamsound hellomain flow artsctest \ - artscrec artsccat artscmt \ - dcasttest hellodynamic hellodynamic2 testasubsys testaggregation \ - playtofile testthreads testnothreads catfile testdhandle -helloserver_SOURCES = hello.cc helloserver.cc hello_impl.cc -helloclient_SOURCES = hello.cc helloclient.cc -hellodynamic_SOURCES = hello.cc hellodynamic.cc hello_impl.cc -hellodynamic2_SOURCES = hello.cc hellodynamic2.cc -referenceinfo_SOURCES = referenceinfo.cc - -testdhandle_SOURCES = testdhandle.cc -testdhandle.o: ../soundserver/soundserver.h ../flow/artsflow.h -testdhandle_LDADD = $(FLOWLIBS) \ - $(top_builddir)/soundserver/libsoundserver_idl.la \ - $(top_builddir)/flow/gslpp/libgslpp.la - -irdemo_SOURCES = irdemo.cc -x11commtest_SOURCES = x11commtest.cc -hellomain_SOURCES = hellomain.cc hello.cc hello_impl.cc - -testasubsys_SOURCES = testasubsys.cc -testasubsys_LDADD = $(FLOWLIBS) - -## testthreads/testnothreads: -## if we link testthreads.cc against libmcop_mt, it will be able to use -## real threading, if we don't, we won't -testthreads_SOURCES = testthreads.cc -testthreads_LDFLAGS = $(LDFLAGS) -testthreads_LDADD = $(top_builddir)/mcop_mt/libmcop_mt.la -testnothreads_SOURCES = testthreads.cc - -testaggregation_SOURCES = aggregation.cc testaggregation.cc - -flow_LDADD = $(FLOWLIBS) -flow_SOURCES = flow.cc - -streamsound_LDADD = $(FLOWLIBS) \ - $(top_builddir)/soundserver/libsoundserver_idl.la -streamsound_SOURCES = streamsound.cc - -dcasttest_LDADD = $(FLOWLIBS) \ - $(top_builddir)/soundserver/libsoundserver_idl.la -dcasttest_SOURCES = dcasttest.cc - -artsctest_LDADD = $(top_builddir)/artsc/libartsc.la -artsctest_SOURCES = artsctest.c - -artsccat_LDADD = $(top_builddir)/artsc/libartsc.la -artsccat_SOURCES = artsccat.c - -artscrec_LDADD = $(top_builddir)/artsc/libartsc.la -artscrec_SOURCES = artscrec.c - -artscmt_LDFLAGS = $(LDFLAGS) $(USE_THREADS) -artscmt_LDADD = $(top_builddir)/artsc/libartsc.la -lm $(LIBPTHREAD) $(LIBPOSIX4) -artscmt_SOURCES = artscmt.c - -playtofile_SOURCES = playtofile.cc playtofile_impl.cc playtofile_main.cc - -playtofile_LDADD = $(FLOWLIBS) \ - $(top_builddir)/soundserver/libsoundserver_idl.la \ - $(top_builddir)/soundserver/libkmedia2_idl.la - -catfile_SOURCES = catfile.cc - -catfile_LDADD = $(top_builddir)/soundserver/libkmedia2.la - -DISTCLEANFILES = hello.cc hello.h aggregation.cc aggregation.h \ - playtofile.cc playtofile.h - -####### Implicit rules - -####### Build rules - -helloclient.o: hello.h -hello.cc hello.h: $(top_srcdir)/examples/hello.idl $(MCOPIDL) - $(MCOPIDL) $(top_srcdir)/examples/hello.idl - -aggregation.cc aggregation.h: $(top_srcdir)/examples/aggregation.idl $(MCOPIDL) - $(MCOPIDL) $(top_srcdir)/examples/aggregation.idl - -playtofile.cc playtofile.h: $(srcdir)/playtofile.idl $(MCOPIDL) - $(MCOPIDL) -I$(top_srcdir)/flow $(srcdir)/playtofile.idl - |