source: rtems/testsuites/libtests/stackchk/Makefile.am @ 3bb5d94

4.104.114.84.95
Last change on this file since 3bb5d94 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: 563 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io
6
7noinst_LIBRARIES = lib.a
8lib_a_SOURCES = blow.c init.c task1.c system.h
9
10testsdir = $(libdir)/tests
11scndir = $(testsdir)
12dist_scn_DATA = stackchk.scn
13
14OBJS = $(lib_a_OBJECTS)
15
16PGM = ${ARCH}/stackchk.exe
17
18include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19include $(top_srcdir)/../automake/compile.am
20include $(top_srcdir)/../automake/leaf.am
21
22$(PGM): ${ARCH}/$(dirstamp)
23
24AM_CPPFLAGS += -I$(top_srcdir)/../support/include
25
26tests_SCRIPTS = $(PGM)
27
28$(PGM): $(OBJS) $(LINK_FILES)
29        $(make-exe)
30
31include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.