source: rtems/testsuites/libtests/termios09/Makefile.am @ 9f69ac2

5
Last change on this file since 9f69ac2 was 9f69ac2, checked in by Sebastian Huber <sebastian.huber@…>, on 02/23/17 at 09:35:16

termios: Ignore carriage return early if desired

In case carriage return characters should be ignored in the input
(IGNCR), then drop them early before they reach the raw input buffer.
This makes it easier to calculate the content size of the raw input
buffer.

  • Property mode set to 100644
File size: 520 bytes
Line 
1rtems_tests_PROGRAMS = termios09
2termios09_SOURCES = init.c
3
4dist_rtems_tests_DATA = termios09.scn termios09.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(termios09_OBJECTS)
13LINK_LIBS = $(termios09_LDLIBS)
14
15termios09$(EXEEXT): $(termios09_OBJECTS) $(termios09_DEPENDENCIES)
16        @rm -f termios09$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.