Files
rtems/testsuites/psxtests/psxkey03/Makefile.am
T
Joel Sherrill 64bad68bc8 2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add new test to account for properly
	handling keys when a thread has non-NULL key value and key has NULL
	destructor and when a thread has NULL key value and key has
	destructor.
	* psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
	psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
2009-07-30 20:21:41 +00:00

30 lines
690 B
Makefile

##
## $Id$
##
MANAGERS = all
rtems_tests_PROGRAMS = psxkey03
psxkey03_SOURCES = init.c
dist_rtems_tests_DATA = psxkey03.scn
dist_rtems_tests_DATA += psxkey03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
psxkey03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(psxkey03_OBJECTS) $(psxkey03_LDADD)
LINK_LIBS = $(psxkey03_LDLIBS)
psxkey03$(EXEEXT): $(psxkey03_OBJECTS) $(psxkey03_DEPENDENCIES)
@rm -f psxkey03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am