diff options
| author | Alan Conway <aconway@apache.org> | 2008-08-26 16:04:55 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-08-26 16:04:55 +0000 |
| commit | 7caacf27a24d9a9cbbc36e77474d23e90ea11a4c (patch) | |
| tree | 681f9ec7e4594e188febc8bec1bf4dac0b2b554a /cpp/Makefile.am | |
| parent | 1ce014b722ca905aa71ac48dff83240d5ea74cc0 (diff) | |
| download | qpid-python-7caacf27a24d9a9cbbc36e77474d23e90ea11a4c.tar.gz | |
Removed unused rpm targets and files.
Added src/tests/echotest.cpp from Gordon Sim.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@689123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index a996db4eac..8e73ba5777 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -1,12 +1,8 @@ AUTOMAKE_OPTIONS = 1.9.2 foreign ACLOCAL_AMFLAGS = -I m4 -SPEC=$(PACKAGE).spec - EXTRA_DIST = \ LICENSE NOTICE README RELEASE_NOTES DESIGN\ - $(SPEC) $(SPEC).in \ - rpm/README.qpidd-devel \ xml/cluster.xml SUBDIRS = managementgen etc src docs/api docs/man examples @@ -15,24 +11,5 @@ SUBDIRS = managementgen etc src docs/api docs/man examples libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck -# -# Build RPMs from the distribution tarball. -# -RPMDIRS=rpm/BUILD rpm/RPMS rpm/SPECS rpm/SRPMS -RPMMACROS=--define "_topdir @abs_builddir@/rpm" --define "_sourcedir @abs_builddir@" -# Override this variable e.g. with -bs to produce srpm only -RPMOPTS=-ba - -clean-local: - -rm -rf $(RPMDIRS) -.PHONY: rpmbuild -rpmbuild: $(SPEC) dist-gzip - mkdir -p $(RPMDIRS) - QPID_PYTHON_DIR=@abs_top_srcdir@/../python rpmbuild $(RPMMACROS) $(RPMOPTS) $(SPEC) -if HAS_RPMLINT - rpmlint `find rpm -name '*.rpm'` -else - @echo "WARNING: rpmlint not found, could not validate RPMs." -endif |
