source: rtems/testsuites/libtests/termios07/Makefile.am @ d7bd47b

4.115
Last change on this file since d7bd47b was 78da8ac3, checked in by Joel Sherrill <joel.sherrill@…>, on 07/19/10 at 13:54:47

2010-07-19 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, termios06/init.c: Add initial tests for XON/XOFF and VMIN/VMAX cases.
  • termios07/.cvsignore, termios07/Makefile.am, termios07/init.c, termios07/termios07.doc, termios07/termios07.scn, termios08/.cvsignore, termios08/Makefile.am, termios08/init.c, termios08/termios08.doc, termios08/termios08.scn: New files.
  • Property mode set to 100644
File size: 675 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = termios07
8termios07_SOURCES = init.c ../termios04/termios_testdriver_intr.c
9
10dist_rtems_tests_DATA = termios07.scn
11dist_rtems_tests_DATA += termios07.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18AM_CPPFLAGS += -I$(top_srcdir)/termios04
19
20LINK_OBJS = $(termios07_OBJECTS) $(termios07_LDADD)
21LINK_LIBS = $(termios07_LDLIBS)
22
23termios07$(EXEEXT): $(termios07_OBJECTS) $(termios07_DEPENDENCIES)
24        @rm -f termios07$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.