source: rtems/testsuites/psxtests/psxmsgq03/Makefile.am @ 67cad33e

4.115
Last change on this file since 67cad33e was 67cad33e, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:41

Remove CVS-Ids.

  • Property mode set to 100644
File size: 655 bytes
Line 
1rtems_tests_PROGRAMS = psxmsgq03
2psxmsgq03_SOURCES = init.c system.h ../include/pmacros.h \
3     ../../support/src/test_support.c
4
5dist_rtems_tests_DATA = psxmsgq03.scn
6dist_rtems_tests_DATA += psxmsgq03.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 = $(psxmsgq03_OBJECTS)
17LINK_LIBS = $(psxmsgq03_LDLIBS)
18
19psxmsgq03$(EXEEXT): $(psxmsgq03_OBJECTS) $(psxmsgq03_DEPENDENCIES)
20        @rm -f psxmsgq03$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.