source: rtems/testsuites/libtests/termios05/Makefile.am @ 7424c3ee

4.115
Last change on this file since 7424c3ee was 7424c3ee, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/10 at 14:35:00

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

  • Makefile.am, configure.ac: Add test for task driven drivers.
  • termios05/.cvsignore, termios05/Makefile.am, termios05/init.c, termios05/termios05.doc, termios05/termios05.scn, termios05/termios_testdriver_taskdriven.c, termios05/termios_testdriver_taskdriven.h: New files.
  • Property mode set to 100644
File size: 704 bytes
RevLine 
[7424c3ee]1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = termios05
8termios05_SOURCES = init.c ../termios04/termios_testdriver_intr.c
9
10dist_rtems_tests_DATA = termios05.scn
11dist_rtems_tests_DATA += termios05.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
19AM_CPPFLAGS += -DTASK_DRIVEN
20
21LINK_OBJS = $(termios05_OBJECTS) $(termios05_LDADD)
22LINK_LIBS = $(termios05_LDLIBS)
23
24termios05$(EXEEXT): $(termios05_OBJECTS) $(termios05_DEPENDENCIES)
25        @rm -f termios05$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.