2 DEBUG=-Wall #-g3 -DDEBUG
3 CPPFLAGS=-fPIC $(DEBUG)
8 hit.o: hash.h hit.h hit.cpp
9 ghit.o: hit.o ghit.h ghit.cpp
10 chit.o: ghit.o chit.h chit.cpp
12 widget.o: hit.o widget.h widget.cpp
13 string.o: widget.o string.h string.cpp
14 container.o: widget.o container.h container.cpp
15 fallback.o: container.o fallback.h fallback.cpp
17 TAGETS=hit.o ghit.o chit.o widget.o string.o container.o fallback.o
19 $(CXX) $(DEBUG) $(LDFLAGS) -o libbife.so $(TAGETS)