source: rtems/testsuites/libtests/termios03/Makefile.am @ 03e153a9

4.115
Last change on this file since 03e153a9 was e8899de3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/20/11 at 08:53:03

2011-06-20 Ralf Corsépius <ralf.corsepius@…>

  • devfs04/Makefile.am, deviceio01/Makefile.am, monitor02/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am, termios01/Makefile.am, termios03/Makefile.am, termios04/Makefile.am tztest/Makefile.am: Add missing files.
  • Property mode set to 100644
File size: 672 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = termios03
8termios03_SOURCES = init.c termios_testdriver_polled.c
9termios03_SOURCES += termios_testdriver_polled.h
10
11dist_rtems_tests_DATA = termios03.scn
12dist_rtems_tests_DATA += termios03.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
20LINK_OBJS = $(termios03_OBJECTS) $(termios03_LDADD)
21LINK_LIBS = $(termios03_LDLIBS)
22
23termios03$(EXEEXT): $(termios03_OBJECTS) $(termios03_DEPENDENCIES)
24        @rm -f termios03$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.