source: rtems/testsuites/libtests/termios04/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: 668 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = termios04
8termios04_SOURCES = init.c termios_testdriver_intr.c
9termios04_SOURCES += termios_testdriver_intr.h
10
11dist_rtems_tests_DATA = termios04.scn
12dist_rtems_tests_DATA += termios04.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 = $(termios04_OBJECTS) $(termios04_LDADD)
21LINK_LIBS = $(termios04_LDLIBS)
22
23termios04$(EXEEXT): $(termios04_OBJECTS) $(termios04_DEPENDENCIES)
24        @rm -f termios04$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.