source: rtems/testsuites/libtests/termios01/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: 765 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = termios01
8termios01_SOURCES = init.c termios_testdriver.c
9termios01_SOURCES += termios_testdriver.h
10
11dist_rtems_tests_DATA = termios01.scn
12dist_rtems_tests_DATA += termios01.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18termios01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
19
20AM_CPPFLAGS += -I$(top_srcdir)/include
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
23LINK_OBJS = $(termios01_OBJECTS) $(termios01_LDADD)
24LINK_LIBS = $(termios01_LDLIBS)
25
26termios01$(EXEEXT): $(termios01_OBJECTS) $(termios01_DEPENDENCIES)
27        @rm -f termios01$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.