source: rtems/testsuites/libtests/termios03/Makefile.am @ 69cab20e

4.115
Last change on this file since 69cab20e was 69cab20e, checked in by Joel Sherrill <joel.sherrill@…>, on 06/25/10 at 16:52:26

2010-06-25 Joel Sherrill <joel.sherrill@…>

  • termios03/.cvsignore, termios03/Makefile.am, termios03/init.c, termios03/termios03.doc, termios03/termios03.scn, termios03/termios_testdriver_polled.c, termios03/termios_testdriver_polled.h: New files.
  • Makefile.am, configure.ac: Add initial version of new test for polled IO support in termios.
  • Property mode set to 100644
File size: 623 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = termios03
8termios03_SOURCES = init.c termios_testdriver_polled.c
9
10dist_rtems_tests_DATA = termios03.scn
11dist_rtems_tests_DATA += termios03.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
18
19LINK_OBJS = $(termios03_OBJECTS) $(termios03_LDADD)
20LINK_LIBS = $(termios03_LDLIBS)
21
22termios03$(EXEEXT): $(termios03_OBJECTS) $(termios03_DEPENDENCIES)
23        @rm -f termios03$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.