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

Subversion Repositories usb_fpga_2_14

[/] [usb_fpga_2_14/] [trunk/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
DIRS=examples default java
2
 
3
.PHONY: default all capi clean distclean avr avrclean avrdistclean
4
 
5
default:
6
        @echo "This makefile is intended to clean up the project or to build the utilties and examples"
7
        @echo "Usage: make all | docs | clean | distclean"
8
 
9
all:
10
        make -C java all
11
        make -C examples all
12
        make -C default all
13
 
14
docs:
15
        make -C docs all
16
 
17
clean:
18
        set -e; for i in $(DIRS); do make -C $$i clean; done
19
 
20
distclean:
21
        set -e; for i in $(DIRS); do make -C $$i distclean; done
22
 
23
avr:
24
        make -C examples avr
25
 
26
avrclean:
27
        make -C examples avrclean
28
 
29
avrdistclean:
30
        make -C examples avrdistclean

powered by: WebSVN 2.1.0

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