summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-21 02:05:56 +0000
committerAlan Conway <aconway@apache.org>2007-03-21 02:05:56 +0000
commit732544fe86089ab86c03fcc48d5ca4c72667c275 (patch)
treedd2ee2d8872f69b6f297ef39b0a84b95bddf4b77 /qpid/cpp/Makefile.am
parent698283620afcb267bda2752b746c3e19641150ef (diff)
downloadqpid-python-732544fe86089ab86c03fcc48d5ca4c72667c275.tar.gz
* cpp: svn removed, will rename cpp-0-9
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
-rw-r--r--qpid/cpp/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am
deleted file mode 100644
index 66b489c63f..0000000000
--- a/qpid/cpp/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-AUTOMAKE_OPTIONS = 1.9.2 foreign
-ACLOCAL_AMFLAGS = -I m4
-
-EXTRA_DIST = \
- LICENSE NOTICE README \
- etc/qpidd \
- $(PACKAGE).spec \
- $(PACKAGE).spec.in
-
-SUBDIRS = gen lib tests src docs/api docs/man rpm
-
-# Update libtool, if needed.
-libtool: $(LIBTOOL_DEPS)
- $(SHELL) ./config.status --recheck
-
-# This cannot be done by AC_CONFIG_FILES, because automake's
-# make distcheck target does not like auto-generated files
-# being included in the distributed archive.
-qpidc.spec: %: %.in
- sed 's/@''PACKAGE@/@PACKAGE@/;s/@''VERSION@/@VERSION@/' $< > $@-tmp
- mv $@-tmp $@
-MAINTAINERCLEANFILES = $(PACKAGE).spec
-
-.PHONY: rpm srpm
-rpm srpm:
- cd rpm && $(MAKE) $(MAKEFLAGS_AM) $@