From fa7df2006c0e241314212644c1ec5e362220defd Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 5 Jun 2006 20:04:28 +0000 Subject: Added a complete, general plugin manager system. There's a little bit of cleanup to do before it's totally ready, but it's looking good... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c054c7..31a2df7 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ $(LIB): $(OBJS) $(TESTS): $(ATOBJS) $(LIB) echo "$(TXTLNK)$@" - g++ $(LDFLAGS) -ggdb $(filter %$(patsubst tests/%,%,$@).o, $(TOBJS) ) $(patsubst %.cpp,%.o,$(wildcard $(filter %$(patsubst tests/%,%,$@), $(TDIRS))/*.cpp)) -L. -lbu++ -o $@ + g++ $(LDFLAGS) -ggdb $(filter %$(patsubst tests/%,%,$@).o, $(TOBJS) ) $(patsubst %.cpp,%.o,$(wildcard $(filter %$(patsubst tests/%,%,$@), $(TDIRS))/*.cpp)) -L. -lbu++ -ldl -o $@ $(UNIT): $(USRCS) $(LIB) echo "$(TXTLNK)$@" -- cgit v1.2.3