Files
rtems/testsuites/libtests/heapwalk/Makefile.am
Joel Sherrill 56b7951e45 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
	* heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
	heapwalk/init.c, heapwalk/system.h: New files.
2009-05-07 17:48:15 +00:00

28 lines
622 B
Makefile

##
## $Id$
##
MANAGERS = all
rtems_tests_PROGRAMS = heapwalk
heapwalk_SOURCES = init.c system.h
dist_rtems_tests_DATA = heapwalk.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
heapwalk_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(heapwalk_OBJECTS) $(heapwalk_LDADD)
LINK_LIBS = $(heapwalk_LDLIBS)
heapwalk$(EXEEXT): $(heapwalk_OBJECTS) $(heapwalk_DEPENDENCIES)
@rm -f heapwalk$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am