source: rtems/testsuites/libtests/termios02/Makefile.am @ 26972724

4.104.115
Last change on this file since 26972724 was dda7c828, checked in by Joel Sherrill <joel.sherrill@…>, on 10/01/09 at 23:52:36

2009-10-01 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use it.
  • termios02/.cvsignore, termios02/Makefile.am, termios02/init.c, termios02/termios02.doc, termios02/termios02.scn: New files. termios02 is a test for tcdrain().
  • Property mode set to 100644
File size: 702 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = termios02
8termios02_SOURCES = init.c
9
10dist_rtems_tests_DATA = termios02.scn
11dist_rtems_tests_DATA += termios02.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17termios02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/include
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(termios02_OBJECTS) $(termios02_LDADD)
23LINK_LIBS = $(termios02_LDLIBS)
24
25termios02$(EXEEXT): $(termios02_OBJECTS) $(termios02_DEPENDENCIES)
26        @rm -f termios02$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.