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/] [Makefile] - Diff between revs 2 and 3

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 2 Rev 3
DIRS=all usb-fpga-1.2
DIRS=all usb-fpga-1.2 usb-1.0
 
 
.PHONY: default all clean distclean
.PHONY: default all clean distclean
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:
        for i in $(DIRS); do make -C $$i all; done
        for i in $(DIRS); do make -C $$i all; done
clean:
clean:
        for i in $(DIRS); do make -C $$i clean; done
        for i in $(DIRS); do make -C $$i clean; done
distclean: clean
distclean: clean
        for i in $(DIRS); do make -C $$i distclean; done
        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.