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

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [bench/] [asm/] [Makefile] - Diff between revs 50 and 57

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

Rev 50 Rev 57
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
all: zipdhry.z testdiv.z wdt.z halttest.z
ZASM := ../../sw/zasm/zasm
ZASM := ../../sw/zasm/zasm
ZDMP := ../../sw/zasm/zdump
ZDMP := ../../sw/zasm/zdump
LIBS := ../../sw/lib
LIBS := ../../sw/lib
INCS := -I../../sw/zasm
INCS := -I../../sw/zasm
 
 
dump: zipdhry.txt testdiv.txt
dump: zipdhry.txt testdiv.txt
 
 
 
halttest.z: halttest.S
 
        $(ZASM) $(INCS) $^ -o $@
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
 
 

powered by: WebSVN 2.1.0

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