summaryrefslogtreecommitdiffstats
path: root/mcopidl
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-16 21:33:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-16 21:33:14 +0000
commitdeb7c8cc85d6101422ad72d4e67522c60d6948e1 (patch)
tree7d38131ecbe11ebad9b09970d396eb8e0ff110e4 /mcopidl
parentc21d34f250a978f92f6e0e7c2c27be9b6dde90f7 (diff)
downloadarts-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 'mcopidl')
-rw-r--r--mcopidl/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/mcopidl/Makefile.am b/mcopidl/Makefile.am
deleted file mode 100644
index d542df4..0000000
--- a/mcopidl/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-KDE_CXXFLAGS = $(NOOPT_CXXFLAGS)
-INCLUDES = -I$(top_srcdir)/mcop -I$(top_builddir)/mcop $(all_includes)
-####### Files
-
-bin_PROGRAMS = mcopidl
-
-mcopidl_SOURCES = mcopidl.cc yacc.cc scanner.cc namespace.cc
-mcopidl_LDFLAGS = $(all_libraries)
-mcopidl_LDADD = ../mcop/libmcop.la $(LIBPTHREAD) $(LIB_QT)
-noinst_HEADERS = yacc.cc.h
-
-mcopidl.o: $(top_srcdir)/mcop/common.h
-
-####### Build rules
-
-parser:
- cd $(srcdir) && flex -B -8 -oscanner.cc scanner.ll ;\
- bison -d -t -o yacc.cc yacc.yy
-