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

Subversion Repositories core_arm

[/] [core_arm/] [trunk/] [Makefile] - Diff between revs 2 and 4

Show entire file | Details | Blame | View Log

Rev 2 Rev 4
?rev1line?
?rev2line?
 
TOPDIR  := $(CURDIR)
 
export TOPDIR
 
 
 
include build/Makefile.conf
 
 
 
subdir = build/config soft syn
 
 
 
all: armpctrl
 
 
 
dep:
 
        build/extract.pl vhdl/.dep vhdl >.Makefile.dep
 
 
 
clean:
 
        rm -rf work tags
 
        for i in $(subdir) ; do $(MAKE) -f build/Makefile.clean obj=$$i cmd=doclean || exit 1; done
 
 
 
proper: clean
 
        find . -type f | grep "~$$\\|.o$$\\|.cmd$$\\|.bck$$" | xargs rm -f
 
 
 
config:
 
        -$(MAKE) -f build/Makefile.switch obj=build/config cmd=config
 
 
 
xconfig:
 
        -$(MAKE) -f build/Makefile.switch obj=build/config xconfig
 
 
 
menuconfig:
 
        -$(MAKE) -f build/Makefile.switch obj=build/config menuconfig
 
 
 
oldconfig:
 
        -$(MAKE) -f build/Makefile.switch obj=build/config oldconfig
 
 
 
vsim: tbench tsoft
 
 
 
sim:
 
        -$(MAKE) -f build/Makefile.switch obj=soft/sim sim
 
 
 
tsoft:
 
        -$(MAKE) -f build/Makefile.switch obj=soft/tbenchsoft switchtarget
 
 
 
 
 
 
 
-include .Makefile.dep
 
 

powered by: WebSVN 2.1.0

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