summaryrefslogtreecommitdiff
path: root/i/simulotron/src/Makefile.am
blob: 7fe98a55f4cc0fe15682fd642213ebccb78db402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
check_PROGRAMS =

include socket/Makefile.incl.am
include utils/Makefile.incl.am
include gs/Makefile.incl.am

bin_PROGRAMS 	   = simulotron
simulotron_SOURCES = main.cc \
		     $(socket_S) \
		     $(gs_message_S) \
		     $(gs_transmitter_S)

AM_CXXFLAGS = -g -Wall -fmessage-length=0
simulotron_LDADD =
INCLUDES = -I$(srcdir)

TESTS = $(check_PROGRAMS)