source: rtems/testsuites/psxtests/psxsignal01/Makefile.am @ 7689b49

4.104.114.95
Last change on this file since 7689b49 was 7689b49, checked in by Jennifer Averett <Jennifer.Averett@…>, on 12/19/07 at 18:41:15

2007-12-19 Jennifer Averett <jennifer.averett@…>

  • Makefile.am, configure.ac: Added posix signal test
  • psxsignal01/Makefile.am, psxsignal01/init.c, psxsignal01/psxsignal01.scn, psxsignal01/system.h, psxsignal01/task1.c: New files.
  • Property mode set to 100644
File size: 763 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxsignal01.exe
8psxsignal01_exe_SOURCES = init.c task1.c system.h ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxsignal01.scn
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16psxsignal01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
17
18AM_CPPFLAGS += -I$(top_srcdir)/include
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(psxsignal01_exe_OBJECTS) $(psxsignal01_exe_LDADD)
22LINK_LIBS = $(psxsignal01_exe_LDLIBS)
23
24psxsignal01.exe$(EXEEXT): $(psxsignal01_exe_OBJECTS) $(psxsignal01_exe_DEPENDENCIES)
25        @rm -f psxsignal01.exe$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.