source: rtems/testsuites/psxtests/psx13/Makefile.am @ e0ecc8c6

4.104.114.84.95
Last change on this file since e0ecc8c6 was e0ecc8c6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 12:25:16

AM_CPPFLAGS += -I..../support/include.

  • Property mode set to 100644
File size: 708 bytes
Line 
1##
2## $Id$
3##
4
5TEST = psx13
6
7MANAGERS = all
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = main.c test.c ../include/pmacros.h
11
12DOCTYPES = scn
13DOCS = $(DOCTYPES:%=$(TEST).%)
14
15OBJS = $(lib_a_OBJECTS)
16
17
18PGM = ${ARCH}/$(TEST).exe
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23include $(top_srcdir)/psxtests.am
24
25#
26# (OPTIONAL) Add local stuff here using +=
27#
28
29AM_CPPFLAGS += -I$(top_srcdir)/include
30
31AM_CPPFLAGS += -I$(top_srcdir)/../support/include
32
33${PGM}: $(OBJS) $(LINK_FILES)
34        $(make-exe)
35
36all-local: $(TMPINSTALL_FILES)
37
38EXTRA_DIST = $(DOCS)
39
40CLEANFILES = $(TMPINSTALL_FILES)
41
42include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.