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/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
DIRS=bmp examples default java libusbJava-src
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 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
 
13
docs:
14
        make -C docs all
15
 
16
clean:
17
        set -e; for i in $(DIRS); do make -C $$i clean; done
18
 
19
distclean:
20
        set -e; for i in $(DIRS); do make -C $$i distclean; done
21
 
22
avr:
23
        make -C examples avr
24
 
25
avrclean:
26
        make -C examples avrclean
27
 
28
avrdistclean:
29
        make -C examples avrdistclean

powered by: WebSVN 2.1.0

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