source: rtems/testsuites/psxtests/psxkey01/Makefile.am @ e6c87f7

4.115
Last change on this file since e6c87f7 was e6c87f7, checked in by Joel Sherrill <joel.sherrill@…>, on 03/04/14 at 21:54:12

POSIX keys now enabled in all configurations.

Formerly POSIX keys were only enabled when POSIX threads
were enabled. Because they are a truly safe alternative
to per-task variables in an SMP system, they are being
enabled in all configurations.

  • Property mode set to 100644
File size: 608 bytes
Line 
1
2rtems_tests_PROGRAMS = psxkey01
3psxkey01_SOURCES = init.c system.h ../include/pmacros.h \
4     ../../support/src/test_support.c
5
6dist_rtems_tests_DATA = psxkey01.scn
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12
13AM_CPPFLAGS += -I$(top_srcdir)/include
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(psxkey01_OBJECTS)
17LINK_LIBS = $(psxkey01_LDLIBS)
18
19psxkey01$(EXEEXT): $(psxkey01_OBJECTS) $(psxkey01_DEPENDENCIES)
20        @rm -f psxkey01$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.