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

Subversion Repositories s80186

[/] [s80186/] [trunk/] [vendor/] [altera-jtag/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 jamieiles
 
2
CFLAGS := -g -Wall
3
LIBS := -lusb-1.0
4
 
5
all: jload jinfo jconsole
6
 
7
jinfo.c: jtag.h
8
jload.c: jtag.h
9
jconsole.c: jtag.h
10
jtag.c: jtag.h
11
jtag-virtual.c: jtag.h
12
 
13
JLOAD_OBJS := jload.o jtag-virtual.o jtag.o
14
jload: $(JLOAD_OBJS)
15
        $(CC) -o jload $(JLOAD_OBJS) $(LIBS)
16
 
17
JINFO_OBJS := jinfo.o jtag-virtual.o jtag.o
18
jinfo: $(JINFO_OBJS)
19
        $(CC) -o jinfo $(JINFO_OBJS) $(LIBS)
20
 
21
JCONSOLE_OBJS := jconsole.o jtag-virtual.o jtag.o
22
jconsole: $(JCONSOLE_OBJS)
23
        $(CC) -o jconsole $(JCONSOLE_OBJS) $(LIBS)
24
 
25
clean::
26
        rm -f jload jinfo jconsole *.o

powered by: WebSVN 2.1.0

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