From 9094d2b10ecadd66fa3b22169183e7573cc79629 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 31 Oct 2006 19:53:55 +0000 Subject: IO refactor phase 1. Reduced dependencies, removed redundant classes. Renamed pricipal APR classes in preparation for move to apr namespace. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@469625 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/Makefile') diff --git a/cpp/Makefile b/cpp/Makefile index fe5e40bb26..e81e89a6a7 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -36,6 +36,7 @@ STYLESHEETS := $(XSL:%=$(CURDIR)/etc/stylesheets/%) TRANSFORM := java -jar $(CURDIR)/tools/saxon8.jar -o results.out $(SPEC) generate: $(GENDIR)/timestamp $(GENDIR)/timestamp: $(wildcard etc/stylesheets/*.xsl) $(SPEC) + rm -rf $(GENDIR) mkdir -p $(GENDIR)/qpid/framing ( cd $(GENDIR)/qpid/framing && for s in $(STYLESHEETS) ; do $(TRANSFORM) $$s ; done ) && echo > $(GENDIR)/timestamp $(shell find $(GENDIR) -name *.cpp -o -name *.h): $(GENDIR)/timestamp @@ -106,7 +107,7 @@ CLIENT_TEST_EXE := $(CLIENT_TEST_SRC:test/client/%.cpp=$(TESTDIR)/%) all-nogen: $(CLIENT_TEST_EXE) ## #include dependencies --include $(shell find src test -name '*.d') dummy-avoid-warning-if-none +-include $(shell find $(GENDIR) $(OBJDIR) -name '*.d') dummy-avoid-warning-if-none ## Clean up -- cgit v1.2.1