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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [Makefile] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 hellwig
#
2
# Makefile for building the assembler tool chain
3
#
4
 
5
BUILD = ../build
6
 
7
DIRS = ar as dof ld
8
 
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.