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

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [bench/] [asm/] [Makefile] - Diff between revs 69 and 74

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 69 Rev 74
Line 28... Line 28...
#               http://www.gnu.org/licenses/gpl.html
#               http://www.gnu.org/licenses/gpl.html
#
#
#
#
################################################################################
################################################################################
#
#
all: zipdhry.z testdiv.z wdt.z halttest.z
all: zipdhry.z testdiv.z wdt.z halttest.z zipdhry.txt nullpc.txt poptest.txt
ZDIR := ../../sw/zasm/z2
ZDIR := ../../sw/zasm
ZASM := $(ZDIR)/zasm
ZASM := $(ZDIR)/zasm
ZDMP := $(ZDIR)/zdump
ZDMP := $(ZDIR)/zdump
LIBS := ../../sw/lib
LIBS := ../../sw/lib
INCS := -I$(ZDIR)/
INCS := -I$(ZDIR)/
 
 
Line 44... Line 44...
zipdhry.z: zipdhry.S $(LIBS)/divs.S $(LIBS)/divu.S stack.S
zipdhry.z: zipdhry.S $(LIBS)/divs.S $(LIBS)/divu.S stack.S
        $(ZASM) $(INCS) $^ -o $@
        $(ZASM) $(INCS) $^ -o $@
zipdhry.txt: zipdhry.z
zipdhry.txt: zipdhry.z
        $(ZDMP) zipdhry.z > zipdhry.txt
        $(ZDMP) zipdhry.z > zipdhry.txt
 
 
 
nullpc.z: nullpc.s
 
        $(ZASM) $(INCS) $^ -o $@
 
nullpc.txt: nullpc.z
 
        $(ZDMP) nullpc.z > nullpc.txt
 
 
 
poptest.z: poptest.s
 
        $(ZASM) $(INCS) $^ -o $@
 
poptest.txt: poptest.z
 
        $(ZDMP) poptest.z > poptest.txt
 
 
wdt.z: wdt.S
wdt.z: wdt.S
        $(ZASM) $(INCS) $^ -o $@
        $(ZASM) $(INCS) $^ -o $@
 
 
.PHONY: testdiv
.PHONY: testdiv
testdiv: testdiv.z
testdiv: testdiv.z

powered by: WebSVN 2.1.0

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