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

Subversion Repositories usb_fpga_1_2

[/] [usb_fpga_1_2/] [trunk/] [examples/] [usb-1.0/] [Makefile] - Diff between revs 4 and 9

Show entire file | Details | Blame | View Log

Rev 4 Rev 9
Line 1... Line 1...
DIRS=flashdemo flashbench
DIRS=flashdemo flashbench
 
 
.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:
 
        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
 
 
distclean: clean
 
        for i in $(DIRS); do make -C $$i distclean; done
 

powered by: WebSVN 2.1.0

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