OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [loop/] [Makefile.am] - Blame information for rev 98

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 98 jeremybenn
# Makefile.am for or1ksim OR1K various loop test programs.
2 90 jeremybenn
 
3
# Copyright (C) Embecosm Limited, 2010
4
 
5
# Contributor Jeremy Bennett 
6
 
7
# This file is part of OpenRISC 1000 Architectural Simulator.
8
 
9
# This program is free software; you can redistribute it and/or modify it
10
# under the terms of the GNU General Public License as published by the Free
11
# Software Foundation; either version 3 of the License, or (at your option)
12
# any later version.
13
 
14
# This program is distributed in the hope that it will be useful, but WITHOUT
15
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
17
# more details.
18
 
19
# You should have received a copy of the GNU General Public License along
20
# with this program.  If not, see .  */
21
 
22
# -----------------------------------------------------------------------------
23
# This code is commented throughout for use with Doxygen.
24
# -----------------------------------------------------------------------------
25
 
26
 
27 98 jeremybenn
# Test programs which just loop. One does nothing, one initializes certain
28
# addresses and SPR's (for testing reading through JTAG), one reports certain
29
# addresses and SPR's which have been changed (for testing writing through
30
# JTAG).
31
check_PROGRAMS = loop        \
32
                 loop-init   \
33
                 loop-report
34 90 jeremybenn
 
35 98 jeremybenn
# Simple loop
36 90 jeremybenn
loop_SOURCES   = loop.c
37
 
38
loop_LDFLAGS   = -T$(srcdir)/../default.ld
39
 
40
loop_LDADD     = ../except/except.lo      \
41
                 ../support/libsupport.la
42 98 jeremybenn
 
43
# Loop with initialization
44
loop_init_SOURCES = loop-init.c
45
 
46
loop_init_LDFLAGS = -T$(srcdir)/../default.ld
47
 
48
loop_init_LDADD   = ../except/except.lo      \
49
                    ../support/libsupport.la
50
 
51
# Loop with reporting
52
loop_report_SOURCES = loop-report.c
53
 
54
loop_report_LDFLAGS = -T$(srcdir)/../default.ld
55
 
56
loop_report_LDADD   = ../except/except.lo      \
57
                      ../support/libsupport.la

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.