1b37003a7SShuo ChenLIB_SRC = \ 2b37003a7SShuo Chen Acceptor.cc \ 3b37003a7SShuo Chen Buffer.cc \ 4b37003a7SShuo Chen Channel.cc \ 5b37003a7SShuo Chen EventLoop.cc \ 6b37003a7SShuo Chen EventLoopThread.cc \ 7b37003a7SShuo Chen InetAddress.cc \ 8b37003a7SShuo Chen Poller.cc \ 9b37003a7SShuo Chen Socket.cc \ 10b37003a7SShuo Chen SocketsOps.cc \ 11b37003a7SShuo Chen TcpConnection.cc \ 12b37003a7SShuo Chen TcpServer.cc \ 13b37003a7SShuo Chen Timer.cc \ 14b37003a7SShuo Chen TimerQueue.cc 15b37003a7SShuo Chen 16d853d23aSShuo ChenBINARIES = test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 \ 17d853d23aSShuo Chen test11 18b37003a7SShuo Chen 19b37003a7SShuo Chenall: $(BINARIES) 20b37003a7SShuo Chen 21b37003a7SShuo Cheninclude ../reactor_lib.mk 22b37003a7SShuo Chen 23b37003a7SShuo Chentest1: test1.cc 24b37003a7SShuo Chentest2: test2.cc 25b37003a7SShuo Chentest3: test3.cc 26b37003a7SShuo Chentest4: test4.cc 27b37003a7SShuo Chentest5: test5.cc 28b37003a7SShuo Chentest6: test6.cc 29b37003a7SShuo Chentest7: test7.cc 30b37003a7SShuo Chentest8: test8.cc 31b37003a7SShuo Chentest9: test9.cc 32b37003a7SShuo Chentest10: test10.cc 33d853d23aSShuo Chentest11: test11.cc 34