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

Subversion Repositories usb_fpga_1_11

[/] [usb_fpga_1_11/] [trunk/] [examples/] [Makefile] - Diff between revs 8 and 9

Only display areas with differences | Details | Blame | View Log

Rev 8 Rev 9
DIRS=all usb-fpga-1.2 usb-1.0 usb-fpga-1.11 usb-xmega-1.0 usb-fpga-1.15 usb-fpga-1.15y usb-fpga-2.16
DIRS=all usb-fpga-1.2 usb-1.0 usb-fpga-1.11 usb-xmega-1.0 usb-fpga-1.15 usb-fpga-1.15y usb-fpga-2.16 usb-fpga-2.13 usb-fpga-2.01 usb-fpga-2.04
 
 
.PHONY: default all clean distclean avr avrclean avrdistclean
.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"
        @echo "This makefile is intended to clean up the project or to build all examples"
        @echo "Usage: make all | clean | distclean"
        @echo "Usage: make all | clean | distclean"
all:
all:
        set -e; for i in $(DIRS); do make -C $$i all; done
        set -e; for i in $(DIRS); do make -C $$i all; done
clean:
clean:
        set -e; for i in $(DIRS); do make -C $$i clean; done
        set -e; for i in $(DIRS); do make -C $$i clean; done
distclean:
distclean:
        set -e; for i in $(DIRS); do make -C $$i distclean; done
        set -e; for i in $(DIRS); do make -C $$i distclean; done
avr:
avr:
        set -e; for i in $(DIRS); do make -C $$i avr; done
        set -e; for i in $(DIRS); do make -C $$i avr; done
avrclean:
avrclean:
        set -e; for i in $(DIRS); do make -C $$i avrclean; done
        set -e; for i in $(DIRS); do make -C $$i avrclean; done
avrdistclean:
avrdistclean:
        set -e; for i in $(DIRS); do make -C $$i avrdistclean; done
        set -e; for i in $(DIRS); do make -C $$i avrdistclean; done
 
 

powered by: WebSVN 2.1.0

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