URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
[/] [zipcpu/] [trunk/] [bench/] [asm/] [Makefile] - Diff between revs 57 and 69
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 57 |
Rev 69 |
Line 6... |
Line 6... |
#
|
#
|
# Purpose: This makefile builds the various assembler level test benches
|
# Purpose: This makefile builds the various assembler level test benches
|
# that exist.
|
# that exist.
|
#
|
#
|
# Creator: Dan Gisselquist, Ph.D.
|
# Creator: Dan Gisselquist, Ph.D.
|
# Gisselquist Tecnology, LLC
|
# Gisselquist Technology, LLC
|
#
|
#
|
################################################################################
|
################################################################################
|
#
|
#
|
# Copyright (C) 2015, Gisselquist Technology, LLC
|
# Copyright (C) 2015, Gisselquist Technology, LLC
|
#
|
#
|
Line 29... |
Line 29... |
#
|
#
|
#
|
#
|
################################################################################
|
################################################################################
|
#
|
#
|
all: zipdhry.z testdiv.z wdt.z halttest.z
|
all: zipdhry.z testdiv.z wdt.z halttest.z
|
ZASM := ../../sw/zasm/zasm
|
ZDIR := ../../sw/zasm/z2
|
ZDMP := ../../sw/zasm/zdump
|
ZASM := $(ZDIR)/zasm
|
|
ZDMP := $(ZDIR)/zdump
|
LIBS := ../../sw/lib
|
LIBS := ../../sw/lib
|
INCS := -I../../sw/zasm
|
INCS := -I$(ZDIR)/
|
|
|
dump: zipdhry.txt testdiv.txt
|
dump: zipdhry.txt testdiv.txt
|
|
|
halttest.z: halttest.S
|
halttest.z: halttest.S
|
$(ZASM) $(INCS) $^ -o $@
|
$(ZASM) $(INCS) $^ -o $@
|
Line 55... |
Line 56... |
|
|
testdiv.txt: testdiv.z
|
testdiv.txt: testdiv.z
|
$(ZDMP) testdiv.z > testdiv.txt
|
$(ZDMP) testdiv.z > testdiv.txt
|
|
|
clean:
|
clean:
|
rm -rf *.z
|
rm -rf *.z zipdhry.txt testdiv.txt
|
rm -rf *.z zipdhry.txt testdiv.txt
|
rm -rf *.z zipdhry.txt testdiv.txt
|
© copyright 1999-2023
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.