source: rtems/testsuites/psxtests/psxobj01/Makefile.am @ c0d5778

4.115
Last change on this file since c0d5778 was c0d5778, checked in by Joel Sherrill <joel.sherrill@…>, on 07/27/10 at 20:16:23

2010-07-27 Joel Sherrill <joel.sherrill@…>

  • psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add test for runnign out of workspace when setting object name as string.
  • Property mode set to 100644
File size: 723 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxobj01
8psxobj01_SOURCES = init.c ../../support/src/test_support.c
9
10dist_rtems_tests_DATA = psxobj01.scn
11dist_rtems_tests_DATA += psxobj01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17psxobj01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/include
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(psxobj01_OBJECTS) $(psxobj01_LDADD)
23LINK_LIBS = $(psxobj01_LDLIBS)
24
25psxobj01$(EXEEXT): $(psxobj01_OBJECTS) $(psxobj01_DEPENDENCIES)
26        @rm -f psxobj01$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.