source: rtems/testsuites/psxtests/psxspin01/Makefile.am @ 2e0f173b

4.115
Last change on this file since 2e0f173b was 2e0f173b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/20/11 at 05:43:05

2011-06-20 Ralf Corsépius <ralf.corsepius@…>

  • Index: psxautoinit01/Makefile.am, psxbarrier01/Makefile.am, psxclassic01/Makefile.am, psxcleanup01/Makefile.am, psxfchx01/Makefile.am, psxpasswd01/Makefile.am, psxpasswd02/Makefile.am, psxpipe01/Makefile.am, psxrwlock01/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am: Eliminate rtems_scn_DATA. Install *.doc to rtems_testsdir.
  • Property mode set to 100644
File size: 724 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxspin01
8psxspin01_SOURCES = main.c test.c ../include/pmacros.h
9
10scndir = $(rtems_testsdir)
11dist_rtems_tests_DATA = psxspin01.scn
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17psxspin01_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 = $(psxspin01_OBJECTS) $(psxspin01_LDADD)
23LINK_LIBS = $(psxspin01_LDLIBS)
24
25psxspin01$(EXEEXT): $(psxspin01_OBJECTS) \
26    $(psxspin01_DEPENDENCIES)
27        @rm -f psxspin01$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.