URL
https://opencores.org/ocsvn/eco32/eco32/trunk
[/] [eco32/] [trunk/] [tools/] [Makefile] - Diff between revs 14 and 34
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 14 |
Rev 34 |
?rev1line? |
?rev2line? |
|
#
|
|
# Makefile for building the tools
|
|
#
|
|
|
|
BUILD = ../build
|
|
|
|
DIRS = bin2exo bit2exo
|
|
|
|
.PHONY: all install clean
|
|
|
|
all:
|
|
for i in $(DIRS) ; do \
|
|
$(MAKE) -C $$i all ; \
|
|
done
|
|
|
|
install:
|
|
for i in $(DIRS) ; do \
|
|
$(MAKE) -C $$i install ; \
|
|
done
|
|
|
|
clean:
|
|
for i in $(DIRS) ; do \
|
|
$(MAKE) -C $$i clean ; \
|
|
done
|
|
rm -f *~
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.