source: rtems/testsuites/psxtests/psxmsgq04/Makefile.am @ 59efe76b

4.104.115
Last change on this file since 59efe76b was 330e858c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/09 at 20:15:33

2009-07-29 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add shell of new test.
  • psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
  • Property mode set to 100644
File size: 763 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxmsgq04
8psxmsgq04_SOURCES = init.c ../include/pmacros.h \
9     ../../support/src/test_support.c
10
11dist_rtems_tests_DATA = psxmsgq04.scn
12dist_rtems_tests_DATA += psxmsgq04.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18psxmsgq04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
19
20AM_CPPFLAGS += -I$(top_srcdir)/include
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
23LINK_OBJS = $(psxmsgq04_OBJECTS) $(psxmsgq04_LDADD)
24LINK_LIBS = $(psxmsgq04_LDLIBS)
25
26psxmsgq04$(EXEEXT): $(psxmsgq04_OBJECTS) $(psxmsgq04_DEPENDENCIES)
27        @rm -f psxmsgq04$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.