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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.23/] [binutils/] [tests-1/] [H16/] [Makefile] - Diff between revs 7 and 157

Only display areas with differences | Details | Blame | View Log

Rev 7 Rev 157
#
#
# Makefile for as/ld test
# Makefile for as/ld test
#
#
BUILD = ../../../build
BUILD = ../../../build
all:
all:
        $(BUILD)/bin/as -o test0.o test0.s
        $(BUILD)/bin/as -o test0.o test0.s
        $(BUILD)/bin/as -o test1.o test1.s
        $(BUILD)/bin/as -o test1.o test1.s
        $(BUILD)/bin/as -o test2.o test2.s
        $(BUILD)/bin/as -o test2.o test2.s
        $(BUILD)/bin/ld -h -o test -m test.map test0.o test1.o test2.o
        $(BUILD)/bin/ld -h -o test -m test.map test0.o test1.o test2.o
        $(BUILD)/bin/dof -a test1.o >test1.dump
        $(BUILD)/bin/dof -a test1.o >test1.dump
clean:
clean:
        rm -f *~ test0.o test1.o test2.o test test.map test1.dump
        rm -f *~ test0.o test1.o test2.o test test.map test1.dump
 
 

powered by: WebSVN 2.1.0

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