source: rtems/testsuites/psxtests/psxspin01/Makefile.am @ 7c6dac1

4.104.114.84.95
Last change on this file since 7c6dac1 was 7c6dac1, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/06 at 14:10:06

2006-11-15 Joel Sherrill <joel.sherrill@…>

  • psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c, psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c, psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c, psxspin01/psxspin01.scn, psxspin01/test.c: New files.
  • Property mode set to 100644
File size: 756 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxspin01.exe
8psxspin01_exe_SOURCES = main.c test.c ../include/pmacros.h
9
10scndir = $(rtems_testsdir)
11dist_scn_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_exe_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_exe_OBJECTS) $(psxspin01_exe_LDADD)
23LINK_LIBS = $(psxspin01_exe_LDLIBS)
24
25psxspin01.exe$(EXEEXT): $(psxspin01_exe_OBJECTS) \
26    $(psxspin01_exe_DEPENDENCIES)
27        @rm -f psxspin01.exe$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.