From 3c95f9a289fee6a3b43608ec2ac95f841c43e3ff Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 23 Apr 2009 22:59:12 +0000 Subject: Merge in initial changes to allow building with CMake; rubygen and managementgen can now generate either .mk files or .cmake files as needed; CONF_FILE and MODULE_DIR macros now have broker/client counterparts QPIDD_CONF_FILE, QPIDD_MODULE_DIR, QPIDC_CONF_FILE, QPIDC_MODULE_DIR configurable by cmake git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@768085 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/rubygen/generate | 66 +++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 50 insertions(+), 16 deletions(-) (limited to 'cpp/rubygen') diff --git a/cpp/rubygen/generate b/cpp/rubygen/generate index 836626cd7a..0ce1fec46a 100755 --- a/cpp/rubygen/generate +++ b/cpp/rubygen/generate @@ -26,7 +26,8 @@ require 'amqpgen' if ARGV.size < 3 puts <