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

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [bench/] [asm/] [Makefile] - Blame information for rev 43

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

Line No. Rev Author Line
1 41 dgisselq
all: zipdhry.z testdiv.z wdt.z
2
ZASM := ../../sw/zasm/zasm
3
ZDMP := ../../sw/zasm/zdump
4
LIBS := ../../sw/lib
5
INCS := -I../../sw/zasm
6
 
7
dump: zipdhry.txt testdiv.txt
8
 
9
zipdhry.z: zipdhry.S $(LIBS)/divs.S $(LIBS)/divu.S stack.S
10
        $(ZASM) $(INCS) $^ -o $@
11
zipdhry.txt: zipdhry.z
12
        $(ZDMP) zipdhry.z > zipdhry.txt
13
 
14
wdt.z: wdt.S
15
        $(ZASM) $(INCS) $^ -o $@
16
 
17
.PHONY: testdiv
18
testdiv: testdiv.z
19
testdiv.z: testdiv.S $(LIBS)/divs.S $(LIBS)/divu.S stack.S
20
        $(ZASM) $(INCS) $^ -o $@
21
 
22
testdiv.txt: testdiv.z
23
        $(ZDMP) testdiv.z > testdiv.txt
24
 
25
clean:
26
        rm -rf *.z

powered by: WebSVN 2.1.0

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