4 # Uncomment this if you have a fixed event_base_free().
5 # See http://www.mail-archive.com/libevent-users@monkey.org/msg00112.html
6 #CXXFLAGS+=-DEVENTXX_BASE_FREE_FIX
8 # Don't warn me about memory leaks
9 CXXFLAGS+=-DEVENTXX_NO_WARNING
13 targets=bench test-eof test-time test-weof trivial c-way functor-way \
14 wrapped-functor-way prio-test mixed-way
19 $(RM) -fv *.o $(targets)