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

Subversion Repositories usb_fpga_2_13

[/] [usb_fpga_2_13/] [trunk/] [examples/] [usb-fpga-2.04/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
DIRS=flashdemo flashbench 2.04b
2
 
3
.PHONY: default all clean distclean avr avrclean avrdistclean
4
 
5
default:
6
        @echo "This makefile is intended to clean up the project or to build all examples in this subdirectory"
7
        @echo "Usage: make all | clean | distclean"
8
 
9
all:
10
        set -e; for i in $(DIRS); do make -C $$i all; done
11
 
12
clean:
13
        set -e; for i in $(DIRS); do make -C $$i clean; done
14
 
15
distclean:
16
        set -e; for i in $(DIRS); do make -C $$i distclean; done
17
 
18
avr:
19
        set -e; for i in $(DIRS); do make -C $$i avr; done
20
 
21
avrclean:
22
        set -e; for i in $(DIRS); do make -C $$i avrclean; done
23
 
24
avrdistclean:
25
        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.