diff options
| author | Ted Ross <tross@apache.org> | 2008-09-05 14:11:23 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-09-05 14:11:23 +0000 |
| commit | 3fab8e0750ab1fe0a6b68545594033559133ca6a (patch) | |
| tree | cfe000496fe2e5d90a2793bf52d2978d6a9c1212 /cpp/examples | |
| parent | 8589a44b4c85c423d73c371f1dcdceca0d14f927 (diff) | |
| download | qpid-python-3fab8e0750ab1fe0a6b68545594033559133ca6a.tar.gz | |
QPID-1274 - Improved packaging for management agent and code generation tool
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@692450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
| -rw-r--r-- | cpp/examples/qmf-agent/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cpp/examples/qmf-agent/Makefile b/cpp/examples/qmf-agent/Makefile index 0b37f1a295..6c4d9a867e 100644 --- a/cpp/examples/qmf-agent/Makefile +++ b/cpp/examples/qmf-agent/Makefile @@ -27,12 +27,10 @@ CC = gcc LIB_DIR = $(QPID_DIR)/cpp/src/.libs CC_INCLUDES = -I$(SRC_DIR) -I$(QPID_DIR)/cpp/src -I$(QPID_DIR)/cpp/src/gen -I$(GEN_DIR) CC_FLAGS = -g -O3 -LD_FLAGS = -lqpidclient -lqpidcommon -L$(LIB_DIR) +LD_FLAGS = -lqmfagent -L$(LIB_DIR) SPEC_DIR = $(QPID_DIR)/specs -TYPE_FILE = $(SPEC_DIR)/management-types.xml MGEN_DIR = $(QPID_DIR)/cpp/managementgen -TEMPLATE_DIR = $(MGEN_DIR)/templates -MGEN = $(MGEN_DIR)/main.py +MGEN = $(MGEN_DIR)/qmf-gen vpath %.cpp $(SRC_DIR):$(GEN_DIR) vpath %.d $(OBJ_DIR) @@ -53,7 +51,7 @@ all: gen @$(MAKE) gen: - $(MGEN) $(SCHEMA_FILE) $(TYPE_FILE) $(TEMPLATE_DIR) $(GEN_DIR) + $(MGEN) $(SCHEMA_FILE) $(GEN_DIR) clean: rm -rf $(GEN_DIR) $(OUT_FILE) *.d *.o |
