diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-06-05 20:04:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-06-05 20:04:28 +0000 |
commit | fa7df2006c0e241314212644c1ec5e362220defd (patch) | |
tree | 9befeb1b72869a4989fdf155414e5d0800aa9ea5 /Makefile | |
parent | 390a5110c6dfe439dddb5f7d2bb6f615c1d336ad (diff) | |
download | libbu++-fa7df2006c0e241314212644c1ec5e362220defd.tar.gz libbu++-fa7df2006c0e241314212644c1ec5e362220defd.tar.bz2 libbu++-fa7df2006c0e241314212644c1ec5e362220defd.tar.xz libbu++-fa7df2006c0e241314212644c1ec5e362220defd.zip |
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...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ $(LIB): $(OBJS) | |||
42 | 42 | ||
43 | $(TESTS): $(ATOBJS) $(LIB) | 43 | $(TESTS): $(ATOBJS) $(LIB) |
44 | echo "$(TXTLNK)$@" | 44 | echo "$(TXTLNK)$@" |
45 | g++ $(LDFLAGS) -ggdb $(filter %$(patsubst tests/%,%,$@).o, $(TOBJS) ) $(patsubst %.cpp,%.o,$(wildcard $(filter %$(patsubst tests/%,%,$@), $(TDIRS))/*.cpp)) -L. -lbu++ -o $@ | 45 | g++ $(LDFLAGS) -ggdb $(filter %$(patsubst tests/%,%,$@).o, $(TOBJS) ) $(patsubst %.cpp,%.o,$(wildcard $(filter %$(patsubst tests/%,%,$@), $(TDIRS))/*.cpp)) -L. -lbu++ -ldl -o $@ |
46 | 46 | ||
47 | $(UNIT): $(USRCS) $(LIB) | 47 | $(UNIT): $(USRCS) $(LIB) |
48 | echo "$(TXTLNK)$@" | 48 | echo "$(TXTLNK)$@" |