URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
[/] [minsoc/] [trunk/] [sw/] [utils/] [Makefile] - Diff between revs 2 and 37
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 37 |
Line 50... |
Line 50... |
|
|
% : %.c
|
% : %.c
|
@/bin/rm -f $@
|
@/bin/rm -f $@
|
$(CC) -o $@ $(CFLAGS) $<
|
$(CC) -o $@ $(CFLAGS) $<
|
|
|
all: $(PROGRAMS) or32-idecode
|
all: $(PROGRAMS)
|
|
|
# redundant stanza:
|
|
loader: loader.c
|
|
$(CC) -o $@ $(CFLAGS) $<
|
|
|
|
.PHONY or32-idecode:
|
|
or32-idecode:
|
|
$(MAKE) -C or32-idecode
|
|
|
|
clean:
|
clean:
|
/bin/rm -f $(PROGRAMS) *~ *.bak
|
/bin/rm -f $(PROGRAMS) *~ *.bak
|
$(MAKE) -C ./or32-idecode clean
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.