source: rtems/testsuites/psxtests/psxspin02/Makefile.am @ 183af89

4.115
Last change on this file since 183af89 was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 635 bytes
Line 
1##
2## $Id$
3##
4
5
6rtems_tests_PROGRAMS = psxspin02
7psxspin02_SOURCES = main.c test.c ../include/pmacros.h
8
9dist_rtems_tests_DATA = psxspin02.scn
10dist_rtems_tests_DATA += psxspin02.doc
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16
17AM_CPPFLAGS += -I$(top_srcdir)/include
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
20LINK_OBJS = $(psxspin02_OBJECTS)
21LINK_LIBS = $(psxspin02_LDLIBS)
22
23psxspin02$(EXEEXT): $(psxspin02_OBJECTS) \
24    $(psxspin02_DEPENDENCIES)
25        @rm -f psxspin02$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.