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

4.104.114.84.95
Last change on this file since cb281880 was cb281880, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/05 at 22:21:20

Eliminate DOCTYPES.

  • Property mode set to 100644
File size: 605 bytes
Line 
1##
2## $Id$
3##
4
5TEST = putenvtest
6
7MANAGERS = io
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = init.c
11
12DOCS =
13
14OBJS = $(lib_a_OBJECTS)
15
16
17PGM = ${ARCH}/$(TEST).exe
18
19include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
20include $(top_srcdir)/../automake/compile.am
21include $(top_srcdir)/../automake/leaf.am
22include $(top_srcdir)/libtests.am
23
24#
25# (OPTIONAL) Add local stuff here using +=
26#
27
28AM_CPPFLAGS += -I$(top_srcdir)/../support/include
29
30${PGM}: $(OBJS) $(LINK_FILES)
31        $(make-exe)
32
33all-local: $(TMPINSTALL_FILES)
34
35EXTRA_DIST = $(DOCS)
36
37CLEANFILES = $(TMPINSTALL_FILES)
38
39include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.