source: rtems/testsuites/libtests/putenvtest/Makefile.am @ 3290efc

4.104.114.84.95
Last change on this file since 3290efc was 3bb5d94, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 14:33:33

Rework.

  • Property mode set to 100644
File size: 491 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io
6
7noinst_LIBRARIES = lib.a
8lib_a_SOURCES = init.c
9
10testsdir = $(libdir)/tests
11
12OBJS = $(lib_a_OBJECTS)
13
14PGM = ${ARCH}/putenvtest.exe
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(top_srcdir)/../automake/compile.am
18include $(top_srcdir)/../automake/leaf.am
19
20$(PGM): ${ARCH}/$(dirstamp)
21
22AM_CPPFLAGS += -I$(top_srcdir)/../support/include
23
24tests_SCRIPTS = $(PGM)
25
26$(PGM): $(OBJS) $(LINK_FILES)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.