summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios09/Makefile.am
blob: 18714de49073c7e9452058f96fedd2fcb3164d8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
rtems_tests_PROGRAMS = termios09
termios09_SOURCES = init.c

dist_rtems_tests_DATA = termios09.scn termios09.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

AM_CPPFLAGS += -I$(top_srcdir)/../support/include

LINK_OBJS = $(termios09_OBJECTS)
LINK_LIBS = $(termios09_LDLIBS)

termios09$(EXEEXT): $(termios09_OBJECTS) $(termios09_DEPENDENCIES)
	@rm -f termios09$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am