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

Subversion Repositories gecko3

[/] [gecko3/] [trunk/] [GECKO3COM/] [gecko3com-fw/] [gecko3-util/] [Makefile] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 nussgipfel
INSTALL_LOCATION=/usr/local
2
 
3
.c.o :
4
        cc -I . -c $<
5
 
6
all: gecko3-util
7
 
8
gecko3-util: gecko3-util.o
9
        cc -o $@ gecko3-util.o -L. -lusb
10
 
11
install: gecko3-util-install
12
 
13
gecko3-util-install:
14
        mkdir -p $(INSTALL_LOCATION)/bin
15
        cp gecko3-util $(INSTALL_LOCATION)/bin
16
        chmod 755 $(INSTALL_LOCATION)/bin/gecko3-util
17
 
18
clean:
19
        rm -f *.o gecko3-util
20
 

powered by: WebSVN 2.1.0

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