source: rtems/testsuites/libtests/putenvtest/Makefile.am @ a6b588d6

4.104.114.84.95
Last change on this file since a6b588d6 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: 634 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io
6
7rtems_tests_PROGRAMS = putenvtest.exe
8putenvtest_exe_SOURCES = init.c
9
10include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
11include $(top_srcdir)/../automake/compile.am
12include $(top_srcdir)/../automake/leaf.am
13
14putenvtest_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
15
16AM_CPPFLAGS += -I$(top_srcdir)/../support/include
17
18LINK_OBJS = $(putenvtest_exe_OBJECTS) $(putenvtest_exe_LDADD)
19LINK_LIBS = $(putenvtest_exe_LDLIBS)
20
21putenvtest.exe$(EXEEXT): $(putenvtest_exe_OBJECTS) $(putenvtest_exe_DEPENDENCIES)
22        @rm -f putenvtest.exe$(EXEEXT)
23        $(make-exe)
24
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.