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

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [bin/] [tkconfig/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
 
2
CC=gcc
3
CFLAGS=-g
4
 
5
all: lconfig.tk
6
 
7
xconfig: lconfig.tk
8
        wish -f lconfig.tk; echo xconfig exited with code $$?;
9
 
10
wconfig: lconfig.tk
11
        cygwish80 -f lconfig.tk
12
 
13
dep: mkdevice lconfig.tk
14
        ./mkdevice < .config
15
        -cp device.vhd device.v ../leon/
16
 
17
tkparse: tkparse.o tkcond.o tkgen.o
18
        $(CC) tkparse.o tkcond.o tkgen.o -o tkparse
19
 
20
mkdevice: mkdevice.o
21
        $(CC) mkdevice.o -o mkdevice
22
 
23
lconfig.tk: leon.tk header.tk tail.tk
24
        cat header.tk leon.tk tail.tk > lconfig.tk
25
        chmod a+x lconfig.tk
26
 
27
leon.tk : config.in tkparse
28
        ./tkparse < config.in > leon.tk
29
 
30
clean:
31
        -rm lconfig.tk leon.tk test.tk *.o tkparse mkdevice *.exe device.vhd device.v
32
 
33
dist-clean: clean
34
        -rm .config .config.old
35
        cp defconfig .config

powered by: WebSVN 2.1.0

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