SUBDIRS = utils socket bin_PROGRAMS = simulotron simulotron_SOURCES = main.cc \ socket/address.hh socket/address.cc \ socket/socket.cc socket/socket.hh \ utils/errno_exception.hh simulotron_CXXFLAGS = -g -Wall -fmessage-length=0 simulotron_LDADD = INCLUDES = -I../../src TESTS = socket/test_socket \ utils/test_errno_exception