source: rtems/testsuites/libtests/termios06/Makefile.am @ 15bf747

4.115
Last change on this file since 15bf747 was 15bf747, checked in by Joel Sherrill <joel.sherrill@…>, on 07/05/10 at 21:14:39

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

  • Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC.
  • termios06/.cvsignore, termios06/Makefile.am, termios06/init.c, termios06/termios06.doc, termios06/termios06.scn, termios06/test_pppd.c: New files.
  • Property mode set to 100644
File size: 689 bytes
RevLine 
[15bf747]1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = termios06
8termios06_SOURCES = init.c ../termios03/termios_testdriver_polled.c test_pppd.c
9
10dist_rtems_tests_DATA = termios06.scn
11dist_rtems_tests_DATA += termios06.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)/termios03
19
20LINK_OBJS = $(termios06_OBJECTS) $(termios06_LDADD)
21LINK_LIBS = $(termios06_LDLIBS)
22
23termios06$(EXEEXT): $(termios06_OBJECTS) $(termios06_DEPENDENCIES)
24        @rm -f termios06$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.