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

Subversion Repositories core_arm

[/] [core_arm/] [trunk/] [Makefile] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tarookumic
TOPDIR  := $(CURDIR)
2
export TOPDIR
3
 
4
include build/Makefile.conf
5
 
6
subdir = build/config soft syn
7
 
8
all: armpctrl
9
 
10
dep:
11
        build/extract.pl vhdl/.dep vhdl >.Makefile.dep
12
 
13
clean:
14
        rm -rf work tags
15
        for i in $(subdir) ; do $(MAKE) -f build/Makefile.clean obj=$$i cmd=doclean || exit 1; done
16
 
17
proper: clean
18
        find . -type f | grep "~$$\\|.o$$\\|.cmd$$\\|.bck$$" | xargs rm -f
19
 
20
config:
21
        -$(MAKE) -f build/Makefile.switch obj=build/config cmd=config
22
 
23
xconfig:
24
        -$(MAKE) -f build/Makefile.switch obj=build/config xconfig
25
 
26
menuconfig:
27
        -$(MAKE) -f build/Makefile.switch obj=build/config menuconfig
28
 
29
oldconfig:
30
        -$(MAKE) -f build/Makefile.switch obj=build/config oldconfig
31
 
32
vsim: tbench tsoft
33
 
34
sim:
35
        -$(MAKE) -f build/Makefile.switch obj=soft/sim sim
36
 
37
tsoft:
38
        -$(MAKE) -f build/Makefile.switch obj=soft/tbenchsoft switchtarget
39
 
40
 
41
 
42
-include .Makefile.dep
43
 

powered by: WebSVN 2.1.0

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