From b90ceab30a9f2040a868e76c90af47f09b4cbbb2 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 16 Oct 2006 14:12:49 +0000 Subject: Renamed unit tests to follow naming conventions, fixed some #include inconsistencies. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@464503 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpp/Makefile') diff --git a/cpp/Makefile b/cpp/Makefile index 586a934cce..15d73b4bd9 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -53,10 +53,6 @@ XSL := code_gen.xsl framing.xsl STYLESHEETS := $(XSL:%=$(CURDIR)/etc/stylesheets/%) TRANSFORM := java -jar $(CURDIR)/tools/saxon8.jar -o results.out $(SPEC) -.PHONY: generate - -generate: gen/timestamp - # Restart make if code is re-generated to get proper dependencies. # Remove "clean" to avoid infinite loop. REMAKE := exec $(MAKE) $(MAKECMDGOALS:clean=) @@ -78,7 +74,7 @@ LIB_CMD = $(CXX) -shared -o $@ $(LDFLAGS) $(CXXFLAGS) -lapr-1 COMMON_LIB := lib/libqpid_common.so.1.0 COMMON_DIRS := qpid/concurrent qpid/framing qpid/io qpid COMMON_SRC := $(wildcard gen/qpid/framing/*.cpp $(COMMON_DIRS:%=src/%/*.cpp)) -$(COMMON_LIB): generate $(COMMON_SRC:.cpp=.o) +$(COMMON_LIB): gen/timestamp $(COMMON_SRC:.cpp=.o) $(LIB_CMD) $(COMMON_SRC:.cpp=.o) all: $(COMMON_LIB) UNITTESTS := $(UNITTESTS) $(wildcard $(COMMON_DIRS:%=test/unit/%/*Test.cpp)) -- cgit v1.2.1