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

Subversion Repositories eco32

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

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 306 hellwig
DIRS = bin2dat bin2exo bin2mcs bit2exo bit2mcs \
8
       chrgen dspmem shdspout shserout vcdchk
9 14 hellwig
 
10
.PHONY:         all install clean
11
 
12
all:
13
                for i in $(DIRS) ; do \
14
                  $(MAKE) -C $$i all ; \
15
                done
16
 
17
install:
18
                for i in $(DIRS) ; do \
19
                  $(MAKE) -C $$i install ; \
20
                done
21
 
22
clean:
23
                for i in $(DIRS) ; do \
24
                  $(MAKE) -C $$i clean ; \
25
                done
26
                rm -f *~

powered by: WebSVN 2.1.0

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