1 # Build rules for the I/O library
3 ASYNC_SRC_DIR
= $(SRC
)/IO
/Async
7 $(SRC
)/IO
/Async
/IOThread.
cpp \
8 $(SRC
)/IO
/Async
/GlobalIOThread.
cpp
11 $(SRC
)/IO
/Async
/SocketThread.
cpp
14 $(eval
$(call link-library
,async
,ASYNC
))