source: rtems/testsuites/psxtests/psxautoinit02/Makefile.am @ d0566390

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

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

  • psxautoinit01/Makefile.am, psxautoinit02/Makefile.am, psxbarrier01/Makefile.am, psxrwlock01/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am: Remove scndir.
  • Property mode set to 100644
File size: 778 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxautoinit02
8psxautoinit02_SOURCES = init.c ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxautoinit02.scn
11dist_rtems_tests_DATA += psxautoinit02.doc
12
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18psxautoinit02_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 = $(psxautoinit02_OBJECTS) $(psxautoinit02_LDADD)
24LINK_LIBS = $(psxautoinit02_LDLIBS)
25
26psxautoinit02$(EXEEXT): $(psxautoinit02_OBJECTS) \
27    $(psxautoinit02_DEPENDENCIES)
28        @rm -f psxautoinit02$(EXEEXT)
29        $(make-exe)
30
31include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.