source: rtems/testsuites/psxtests/psxsignal03/Makefile.am @ 2ad8f85

4.104.115
Last change on this file since 2ad8f85 was 2ad8f85, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/09 at 18:31:20

2009-07-29 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test to address cases where a thread is waiting on a signal (sigwait) and we send it. Also address case where there are too many queued signals.
  • psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
  • Property mode set to 100644
File size: 747 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxsignal03
8psxsignal03_SOURCES = init.c ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxsignal03.scn
11dist_rtems_tests_DATA += psxsignal03.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17psxsignal03_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 = $(psxsignal03_OBJECTS) $(psxsignal03_LDADD)
23LINK_LIBS = $(psxsignal03_LDLIBS)
24
25psxsignal03$(EXEEXT): $(psxsignal03_OBJECTS) $(psxsignal03_DEPENDENCIES)
26        @rm -f psxsignal03$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.