source: rtems/testsuites/psxtests/psxsignal04/Makefile.am @ 1e2d7510

4.104.115
Last change on this file since 1e2d7510 was 1e2d7510, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/09 at 00:15:55

2009-09-13 Joel Sherrill <joel.sherrill@…>

  • psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c, psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal04/Makefile.am: Move test cases which needed to be executed when POSIX is disabled to psxclock so they will be.
  • Property mode set to 100644
File size: 809 bytes
RevLine 
[70a66ca]1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxsignal04
8psxsignal04_SOURCES = ../psxsignal03/init.c ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxsignal04.scn
11dist_rtems_tests_DATA += psxsignal04.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17psxsignal04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/include
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
[1e2d7510]21AM_CPPFLAGS += -DUSE_REAL_TIME_SIGNALS_PROCESS
[70a66ca]22
23LINK_OBJS = $(psxsignal04_OBJECTS) $(psxsignal04_LDADD)
24LINK_LIBS = $(psxsignal04_LDLIBS)
25
26psxsignal04$(EXEEXT): $(psxsignal04_OBJECTS) $(psxsignal04_DEPENDENCIES)
27        @rm -f psxsignal04$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.