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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable/] [mp3/] [sw/] [utils/] [Makefile] - Blame information for rev 1778

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

Line No. Rev Author Line
1 281 simons
all: dummy
2
 
3
bin2c: bin2c.c
4
        gcc -O2 -o bin2c bin2c.c
5
 
6
bin2srec: bin2srec.c
7
        gcc -O2 -o bin2srec bin2srec.c
8
 
9
loader: loader.c
10
        gcc -O2 -o loader loader.c
11
 
12
bin2flimg: bin2flimg.c
13
        gcc -O2 -o bin2flimg bin2flimg.c
14
 
15 302 lampret
bin2hex: bin2hex.c
16
        gcc -O2 -o bin2hex bin2hex.c
17 281 simons
 
18 302 lampret
dummy: bin2c bin2srec loader bin2flimg bin2hex
19
 
20 281 simons
clean:
21 302 lampret
        rm -rf bin2c bin2srec loader bin2flimg bin2hex *~ *.bak

powered by: WebSVN 2.1.0

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