source: rtems/testsuites/libtests/putenvtest/Makefile.am @ 183af89

4.115
Last change on this file since 183af89 was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 492 bytes
Line 
1##
2## $Id$
3##
4
5
6rtems_tests_PROGRAMS = putenvtest
7putenvtest_SOURCES = init.c
8
9include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
10include $(top_srcdir)/../automake/compile.am
11include $(top_srcdir)/../automake/leaf.am
12
13
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(putenvtest_OBJECTS)
17LINK_LIBS = $(putenvtest_LDLIBS)
18
19putenvtest$(EXEEXT): $(putenvtest_OBJECTS) $(putenvtest_DEPENDENCIES)
20        @rm -f putenvtest$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.