URL
https://opencores.org/ocsvn/usb_fpga_1_11/usb_fpga_1_11/trunk
Show entire file |
Details |
Blame |
View Log
Rev 5 |
Rev 6 |
Line 1... |
Line 1... |
DIRS=ucecho debug
|
DIRS=ucecho debug
|
|
|
.PHONY: default all clean distclean
|
.PHONY: default all clean distclean avr avrclean avrdistclean
|
|
|
default:
|
default:
|
@echo "This makefile is intended to clean up the project or to build all examples in this subdirectory"
|
@echo "This makefile is intended to clean up the project or to build all examples in this subdirectory"
|
@echo "Usage: make all | clean | distclean"
|
@echo "Usage: make all | clean | distclean"
|
|
|
all:
|
all:
|
for i in $(DIRS); do make -C $$i all; done
|
set -e; for i in $(DIRS); do make -C $$i all; done
|
|
|
clean:
|
clean:
|
for i in $(DIRS); do make -C $$i clean; done
|
set -e; for i in $(DIRS); do make -C $$i clean; done
|
|
|
distclean: clean
|
distclean:
|
for i in $(DIRS); do make -C $$i distclean; done
|
set -e; for i in $(DIRS); do make -C $$i distclean; done
|
|
|
|
avr:
|
|
set -e; for i in $(DIRS); do make -C $$i avr; done
|
|
|
|
avrclean:
|
|
set -e; for i in $(DIRS); do make -C $$i avrclean; done
|
|
|
|
avrdistclean:
|
|
set -e; for i in $(DIRS); do make -C $$i avrdistclean; done
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.