source: rtems/testsuites/psxtests/psxstack01/Makefile.am @ c05f2010

4.104.115
Last change on this file since c05f2010 was c05f2010, checked in by Joel Sherrill <joel.sherrill@…>, on 08/07/09 at 00:42:47

2009-08-06 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test case for user providing their own stack to a POSIX thread.
  • psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c, psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
  • Property mode set to 100644
File size: 735 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxstack01
8psxstack01_SOURCES = init.c ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxstack01.scn
11dist_rtems_tests_DATA += psxstack01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17psxstack01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/include
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(psxstack01_OBJECTS) $(psxstack01_LDADD)
23LINK_LIBS = $(psxstack01_LDLIBS)
24
25psxstack01$(EXEEXT): $(psxstack01_OBJECTS) $(psxstack01_DEPENDENCIES)
26        @rm -f psxstack01$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.