source: rtems/testsuites/psxtests/psx12/Makefile.am @ 3bb5d94

4.104.114.84.95
Last change on this file since 3bb5d94 was 3bb5d94, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 14:33:33

Rework.

  • Property mode set to 100644
File size: 611 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7noinst_LIBRARIES = lib.a
8lib_a_SOURCES = init.c task.c system.h ../include/pmacros.h
9
10testsdir = $(libdir)/tests
11scndir = $(testsdir)
12dist_scn_DATA = psx12.scn
13
14OBJS = $(lib_a_OBJECTS)
15
16PGM = ${ARCH}/psx12.exe
17
18include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19include $(top_srcdir)/../automake/compile.am
20include $(top_srcdir)/../automake/leaf.am
21
22$(PGM): ${ARCH}/$(dirstamp)
23
24AM_CPPFLAGS += -I$(top_srcdir)/include
25
26AM_CPPFLAGS += -I$(top_srcdir)/../support/include
27
28tests_SCRIPTS = $(PGM)
29
30$(PGM): $(OBJS) $(LINK_FILES)
31        $(make-exe)
32
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.