Makefile revision eab5e07b
12745a763SShuo ChenLIB_SRC = Channel.cc EventLoop.cc EventLoopThread.cc Poller.cc Timer.cc TimerQueue.cc 2eab5e07bSShuo ChenBINARIES = test1 test2 test3 test4 test5 test6 32745a763SShuo Chen 42745a763SShuo Chenall: $(BINARIES) 52745a763SShuo Chen 6eab5e07bSShuo Cheninclude ../reactor_lib.mk 72745a763SShuo Chen 82745a763SShuo Chentest1: test1.cc 92745a763SShuo Chentest2: test2.cc 102745a763SShuo Chentest3: test3.cc 112745a763SShuo Chentest4: test4.cc 122745a763SShuo Chentest5: test5.cc 13eab5e07bSShuo Chentest6: test6.cc 14