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 /artsc/Makefile.am | |
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 'artsc/Makefile.am')
-rw-r--r-- | artsc/Makefile.am | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/artsc/Makefile.am b/artsc/Makefile.am deleted file mode 100644 index 7487633..0000000 --- a/artsc/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -AM_CFLAGS = -DARTSC_BACKEND='"$(libdir)/libartscbackend.la"' -AM_CPPFLAGS = -DCOMPILING_ARTSC -lib_LTLIBRARIES = libartsc.la libartscbackend.la libartsdsp.la libartsdsp_st.la -FLOWLIBS = $(top_builddir)/flow/libartsflow.la - -INCLUDES = -I$(top_srcdir)/mcop -I$(top_builddir)/mcop -I$(top_srcdir)/flow \ - -I$(top_builddir)/flow -I$(top_builddir)/soundserver \ - -I$(top_srcdir)/libltdl $(all_includes) - -bin_SCRIPTS = artsc-config artsdsp - -libartsdsp_la_SOURCES = artsdsp.c -libartsdsp_la_LDFLAGS = -no-undefined -module $(all_libraries) -libartsdsp_la_LIBADD = libartsc.la - -libartsdsp_st_la_SOURCES = artsc.c artsdsp.c -libartsdsp_st_la_LDFLAGS = -no-undefined -module $(all_libraries) -libartsdsp_st_la_LIBADD = $(top_builddir)/libltdl/libltdlc.la - -libartsc_la_SOURCES = artsc.c -libartsc_la_LDFLAGS = -no-undefined $(USE_THREADS) $(all_libraries) -libartsc_la_LIBADD = $(top_builddir)/libltdl/libltdlc.la $(LIBPTHREAD) - -libartscbackend_la_SOURCES = artscbackend.cc -libartscbackend_la_LDFLAGS = -no-undefined -module $(KDE_RPATH) $(all_libraries) -libartscbackend_la_LIBADD = $(FLOWLIBS) \ - $(top_builddir)/soundserver/libsoundserver_idl.la - -artscincludedir = $(includedir)/artsc -artscinclude_HEADERS = artsc.h artsc_export.h - -artscbackend.lo: $(top_builddir)/soundserver/soundserver.h ../flow/artsflow.h |