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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
DIRS=bmp examples java libusbJava-src
2
 
3
.PHONY: default all clean distclean
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 | clean | distclean"
8
 
9
all:
10
        make -C java all
11
        make -C examples all
12
 
13
clean:
14
        for i in $(DIRS); do make -C $$i clean; done
15
 
16
distclean: clean
17
        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.