source: rtems/testsuites/psxtests/psxspin01/Makefile.am @ 56864ffc

4.104.115
Last change on this file since 56864ffc was 3d54837, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/03/09 at 12:55:13

Eliminate _exe_/.exe.

  • Property mode set to 100644
File size: 716 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_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_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.