1LIB_SRC = Channel.cc EventLoop.cc Poller.cc Timer.cc TimerQueue.cc 2BINARIES = test1 test2 test3 test4 3 4all: $(BINARIES) 5 6include ../reactor.mk 7 8test1: test1.cc 9test2: test2.cc 10test3: test3.cc 11test4: test4.cc 12