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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [stdalone/] [Makefile] - Blame information for rev 280

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 18 hellwig
#
2
# Makefile for building standalone test programs
3
# (which are to be loaded from disk by a boot-loader)
4
#
5
 
6
BUILD = ../build
7
 
8 213 hellwig
DIRS = hello hello2 bottles memsize memtest onetask twotasks-1 \
9 280 hellwig
       twotasks-2 dskchk dskchk2 wrtmbr dmpmbr mkpart shpart dactest \
10
       dhrystone
11 18 hellwig
 
12
.PHONY:         all install clean
13
 
14
all:
15
                for i in $(DIRS) ; do \
16
                  $(MAKE) -C $$i all ; \
17
                done
18
 
19
install:
20
                for i in $(DIRS) ; do \
21
                  $(MAKE) -C $$i install ; \
22
                done
23
 
24
clean:
25
                for i in $(DIRS) ; do \
26
                  $(MAKE) -C $$i clean ; \
27
                done
28
                rm -f *~

powered by: WebSVN 2.1.0

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