source: rtems/testsuites/smptests/smppsxsignal01/Makefile.am @ d1c5c01f

4.115
Last change on this file since d1c5c01f was 876dcd02, checked in by Sebastian Huber <sebastian.huber@…>, on 07/29/13 at 11:48:18

smptests/smppsxsignal01: New test

  • Property mode set to 100644
File size: 570 bytes
Line 
1rtems_tests_PROGRAMS = smppsxsignal01
2smppsxsignal01_SOURCES = init.c
3
4dist_rtems_tests_DATA = smppsxsignal01.scn smppsxsignal01.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(smppsxsignal01_OBJECTS)
13LINK_LIBS = $(smppsxsignal01_LDLIBS)
14
15smppsxsignal01$(EXEEXT): $(smppsxsignal01_OBJECTS) $(smppsxsignal01_DEPENDENCIES)
16        @rm -f smppsxsignal01$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.