source: rtems/testsuites/libtests/termios/Makefile.am @ 820d82ed

4.115
Last change on this file since 820d82ed was 820d82ed, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:40

Remove CVS-Ids.

  • Property mode set to 100644
File size: 452 bytes
Line 
1rtems_tests_PROGRAMS = termios
2termios_SOURCES = init.c
3
4include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
5include $(top_srcdir)/../automake/compile.am
6include $(top_srcdir)/../automake/leaf.am
7
8
9AM_CPPFLAGS += -I$(top_srcdir)/../support/include
10
11LINK_OBJS = $(termios_OBJECTS)
12LINK_LIBS = $(termios_LDLIBS)
13
14termios$(EXEEXT): $(termios_OBJECTS) $(termios_DEPENDENCIES)
15        @rm -f termios$(EXEEXT)
16        $(make-exe)
17
18include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.