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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sw/] [utils/] [Makefile] - Blame information for rev 25

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

Line No. Rev Author Line
1 25 julius
PROGRAMS = bin2c bin2srec bin2flimg bin2hex
2
# NB: 'loader' not in that list
3
 
4
CC     = gcc
5
CFLAGS = -O2 -Wall
6
 
7
% : %.c
8
        @/bin/rm -f $@
9
        $(CC) -o $@ $(CFLAGS) $<
10
 
11
all: $(PROGRAMS)
12
 
13
# redundant stanza:
14
loader: loader.c
15
        $(CC) -o $@ $(CFLAGS) $<
16
 
17
clean:
18
        /bin/rm -f $(PROGRAMS) *~ *.bak

powered by: WebSVN 2.1.0

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