1a06076b2SShuo ChenLIB_SRC = \ 2a06076b2SShuo Chen Acceptor.cc \ 3a06076b2SShuo Chen Channel.cc \ 4a06076b2SShuo Chen EventLoop.cc \ 5a06076b2SShuo Chen EventLoopThread.cc \ 6a06076b2SShuo Chen InetAddress.cc \ 7a06076b2SShuo Chen Poller.cc \ 8a06076b2SShuo Chen Socket.cc \ 9a06076b2SShuo Chen SocketsOps.cc \ 10a06076b2SShuo Chen Timer.cc \ 11a06076b2SShuo Chen TimerQueue.cc 12a06076b2SShuo Chen 13a06076b2SShuo ChenBINARIES = test1 test2 test3 test4 test5 test6 test7 142745a763SShuo Chen 152745a763SShuo Chenall: $(BINARIES) 162745a763SShuo Chen 17eab5e07bSShuo Cheninclude ../reactor_lib.mk 182745a763SShuo Chen 192745a763SShuo Chentest1: test1.cc 202745a763SShuo Chentest2: test2.cc 212745a763SShuo Chentest3: test3.cc 222745a763SShuo Chentest4: test4.cc 232745a763SShuo Chentest5: test5.cc 24eab5e07bSShuo Chentest6: test6.cc 25a06076b2SShuo Chentest7: test7.cc 26