source: rtems/testsuites/libtests/termios/Makefile.am @ e3f801eb

4.104.114.84.95
Last change on this file since e3f801eb was a6b588d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 06:46:05

Convert to using *_PROGRAMS.

  • Property mode set to 100644
File size: 604 bytes
RevLine 
[df49c60]1##
[e5a76ee5]2## $Id$
[df49c60]3##
[e5a76ee5]4
5MANAGERS = io
6
[a6b588d6]7rtems_tests_PROGRAMS = termios.exe
8termios_exe_SOURCES = init.c
[e5a76ee5]9
10include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]11include $(top_srcdir)/../automake/compile.am
[1053dcd]12include $(top_srcdir)/../automake/leaf.am
[ca84530]13
[a6b588d6]14termios_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[e5a76ee5]15
[d65005e]16AM_CPPFLAGS += -I$(top_srcdir)/../support/include
17
[a6b588d6]18LINK_OBJS = $(termios_exe_OBJECTS) $(termios_exe_LDADD)
19LINK_LIBS = $(termios_exe_LDLIBS)
[e5a76ee5]20
[a6b588d6]21termios.exe$(EXEEXT): $(termios_exe_OBJECTS) $(termios_exe_DEPENDENCIES)
22        @rm -f termios.exe$(EXEEXT)
[3bb5d94]23        $(make-exe)
[08bfed2]24
[1053dcd]25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.