source: rtems/testsuites/psxtests/psxstrsignal01/Makefile.am @ 191d39a

5
Last change on this file since 191d39a was 191d39a, checked in by Joel Sherrill <joel@…>, on 03/15/17 at 17:59:47

psxstrsignal01: New test

  • Property mode set to 100644
File size: 663 bytes
Line 
1
2rtems_tests_PROGRAMS = psxstrsignal01
3psxstrsignal01_SOURCES = init.c ../include/pmacros.h
4
5dist_rtems_tests_DATA = psxstrsignal01.scn
6dist_rtems_tests_DATA += psxstrsignal01.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12
13AM_CPPFLAGS += -I$(top_srcdir)/include
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(psxstrsignal01_OBJECTS)
17LINK_LIBS = $(psxstrsignal01_LDLIBS)
18
19psxstrsignal01$(EXEEXT): $(psxstrsignal01_OBJECTS) \
20    $(psxstrsignal01_DEPENDENCIES)
21        @rm -f psxstrsignal01$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.