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

Subversion Repositories usb_fpga_1_15

[/] [usb_fpga_1_15/] [trunk/] [examples/] [usb-fpga-2.01/] [Makefile] - Rev 4

Compare with Previous | Blame | View Log

DIRS=flashdemo flashbench 2.01b

.PHONY: default all clean distclean avr avrclean avrdistclean

default: 
        @echo "This makefile is intended to clean up the project or to build all examples in this subdirectory"
        @echo "Usage: make all | clean | distclean"

all: 
        set -e; for i in $(DIRS); do make -C $$i all; done

clean: 
        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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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