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
RevLine 
[df49c60]1##
[e5a76ee5]2## $Id$
[df49c60]3##
[e5a76ee5]4
5MANAGERS = io
6
[0acb58f]7noinst_LIBRARIES = lib.a
8lib_a_SOURCES = init.c
[e5a76ee5]9
[3bb5d94]10testsdir = $(libdir)/tests
[e5a76ee5]11
[0acb58f]12OBJS = $(lib_a_OBJECTS)
[e5a76ee5]13
[7e38877]14PGM = ${ARCH}/putenvtest.exe
[e5a76ee5]15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]17include $(top_srcdir)/../automake/compile.am
[1053dcd]18include $(top_srcdir)/../automake/leaf.am
[ca84530]19
20$(PGM): ${ARCH}/$(dirstamp)
[e5a76ee5]21
[d65005e]22AM_CPPFLAGS += -I$(top_srcdir)/../support/include
23
[3bb5d94]24tests_SCRIPTS = $(PGM)
[e5a76ee5]25
[3bb5d94]26$(PGM): $(OBJS) $(LINK_FILES)
27        $(make-exe)
[08bfed2]28
[1053dcd]29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.