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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [fpga/] [tests/] [test_101/] [dhry/] [Makefile] - Blame information for rev 305

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 295 hellwig
#
2
# Makefile for "dhrystone", the well-known integer benchmark
3
#
4
 
5
BUILD = ../../../../build
6
 
7
SRC = port/start.s dhry_1.c dhry_2.c port/dhry_utils.c \
8
      port/iolib.c port/biolib.c port/end.s
9
BIN = dhry.bin
10
MAP = dhry.map
11
 
12
all:            $(BIN)
13
 
14
install:        $(BIN)
15
 
16
$(BIN):         $(SRC)
17
                $(BUILD)/bin/lcc -A -Wo-kernel -Wl-m -Wl$(MAP) \
18
                  -Wl-rc -Wl0xC0000000 -Wl-rd -Wl0xC000C000 \
19
                  -o $(BIN) -DNOFLOAT -DSTANDALONE -DRUNS=1000 \
20
                  -I. -Iport $(SRC)
21
 
22
clean:
23
                rm -f port/*~ *~ $(BIN) $(MAP)

powered by: WebSVN 2.1.0

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