diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-11-20 01:04:03 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-11-20 01:04:03 +0000 |
| commit | 950f4b40bfc05db37d91d960cda163f557dd5e50 (patch) | |
| tree | 0b198880536d57ad0e5f199feba20e2c40682a76 /qpid/cpp/src/protocol_gen.mak | |
| parent | a420d41e0c1753a6fae347b3980db4bd11a24cc7 (diff) | |
| download | qpid-python-950f4b40bfc05db37d91d960cda163f557dd5e50.tar.gz | |
Removed the Visual Studio solution/project files, as these are now generated by CMake. Added CMakeLists.txt files to Makefile.am, and all other needed support files so that the 'make dist' supplies all needed items for building a release kit on Windows. Fixes QPID-2134
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/protocol_gen.mak')
| -rw-r--r-- | qpid/cpp/src/protocol_gen.mak | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/qpid/cpp/src/protocol_gen.mak b/qpid/cpp/src/protocol_gen.mak deleted file mode 100644 index 6ba8a9d3e9..0000000000 --- a/qpid/cpp/src/protocol_gen.mak +++ /dev/null @@ -1,28 +0,0 @@ -# This nmake file generates the Qpid protocol files from the AMQP XML spec
-# and the management sources from the management XML specs.
-#
-# The Visual Studio projects assume the existence of the generated files.
-# The generated files are valid in Apache-released kits but must be generated
-# using this makefile for Windows developers working from the source
-# repository.
-
-specdir = ..\..\specs
-specs = $(specdir)\amqp.0-10-qpid-errata.xml ..\xml\cluster.xml
-
-rgen_dir=..\rubygen
-
-mgen_dir=..\managementgen
-mgmt_specs=$(specdir)\management-schema.xml \
- .\qpid\acl\management-schema.xml \
- .\qpid\cluster\management-schema.xml
-
-all: rubygen.mk managementgen.mk
-
-rubygen.mk: $(specs)
- ruby -I $(rgen_dir) $(rgen_dir)\generate gen $(specs) all rubygen.mk
-
-# Management code generation... uses Python
-
-managementgen.mk: $(mgmt_specs)
- python $(mgen_dir)\qmf-gen -m managementgen.mk -q -b -o gen\qmf $(mgmt_specs)
-
|
