source: rtems/testsuites/libtests/stackchk01/Makefile.am @ d7bd47b

4.115
Last change on this file since d7bd47b was e8899de3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/20/11 at 08:53:03

2011-06-20 Ralf Corsépius <ralf.corsepius@…>

  • devfs04/Makefile.am, deviceio01/Makefile.am, monitor02/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am, termios01/Makefile.am, termios03/Makefile.am, termios04/Makefile.am tztest/Makefile.am: Add missing files.
  • Property mode set to 100644
File size: 684 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io semaphore
6
7rtems_tests_PROGRAMS = stackchk01
8stackchk01_SOURCES = init.c
9
10dist_rtems_tests_DATA = stackchk01.scn
11dist_rtems_tests_DATA += stackchk01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17stackchk01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(stackchk01_OBJECTS) $(stackchk01_LDADD)
22LINK_LIBS = $(stackchk01_LDLIBS)
23
24stackchk01$(EXEEXT): $(stackchk01_OBJECTS) $(stackchk01_DEPENDENCIES)
25        @rm -f stackchk01$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.