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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [tools/] [Makefile] - Blame information for rev 234

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

Line No. Rev Author Line
1 14 hellwig
#
2 34 hellwig
# Makefile for building the tools
3 14 hellwig
#
4
 
5 34 hellwig
BUILD = ../build
6 14 hellwig
 
7 234 hellwig
DIRS = bin2exo bin2mcs bit2exo bit2mcs chrgen dspmem
8 14 hellwig
 
9
.PHONY:         all install clean
10
 
11
all:
12
                for i in $(DIRS) ; do \
13
                  $(MAKE) -C $$i all ; \
14
                done
15
 
16
install:
17
                for i in $(DIRS) ; do \
18
                  $(MAKE) -C $$i install ; \
19
                done
20
 
21
clean:
22
                for i in $(DIRS) ; do \
23
                  $(MAKE) -C $$i clean ; \
24
                done
25
                rm -f *~

powered by: WebSVN 2.1.0

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