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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [jtag/] [Makefile] - Blame information for rev 1274

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 602 lampret
CFLAGS = -g -O2
2 1274 markom
#CFLAGS = -g -O2 -DDEBUG2 -DDEBUG
3 435 simons
 
4 1246 markom
all: jp1-xess jp1-xilinx jp1-rtl_sim jp2-xess jp2-xilinx jp2-rtl_sim
5 435 simons
 
6 1259 markom
jp1-rtl_sim: Makefile
7 602 lampret
        rm -f jp1-rtl_sim
8
        gcc jp1.c $(CFLAGS) -o jp1-rtl_sim -DRTL_SIM
9 435 simons
 
10 1259 markom
jp1-xilinx: Makefile
11 602 lampret
        rm -f jp1-xilinx
12
        gcc jp1.c $(CFLAGS) -o jp1-xilinx -DXILINX_PARALLEL_CABLE_III
13 435 simons
 
14 1259 markom
jp1-xess: Makefile
15 602 lampret
        rm -f jp1-xess
16
        gcc jp1.c $(CFLAGS) -o jp1-xess -DXESS_PARALLEL_CABLE
17
 
18 1259 markom
jp2-rtl_sim: Makefile
19 1246 markom
        rm -f jp2-rtl_sim
20 1259 markom
        gcc jp2.c gdb2.c $(CFLAGS) -o jp2-rtl_sim -DRTL_SIM
21 1246 markom
 
22 1259 markom
jp2-xilinx: Makefile
23 1246 markom
        rm -f jp2-xilinx
24 1259 markom
        gcc jp2.c gdb2.c $(CFLAGS) -o jp2-xilinx -DXILINX_PARALLEL_CABLE_III
25 1246 markom
 
26 1259 markom
jp2-xess: Makefile
27 1246 markom
        rm -f jp2-xess
28 1259 markom
        gcc jp2.c gdb2.c $(CFLAGS) -o jp2-xess -DXESS_PARALLEL_CABLE
29 1246 markom
 
30 1259 markom
clean: Makefile
31 1246 markom
        rm -f jp1-xess jp1-xilinx jp1-rtl_sim jp2-xess jp2-xilinx jp2-rtl_sim *.o *~

powered by: WebSVN 2.1.0

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