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

Subversion Repositories eco32

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

Go to most recent revision | 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
DIRS = hello hello2 memsize onetask twotasks-1 twotasks-2 \
9 198 hellwig
       dskchk dskchk2 wrtmbr dmpmbr mkpart shpart
10 18 hellwig
 
11
.PHONY:         all install clean
12
 
13
all:
14
                for i in $(DIRS) ; do \
15
                  $(MAKE) -C $$i all ; \
16
                done
17
 
18
install:
19
                for i in $(DIRS) ; do \
20
                  $(MAKE) -C $$i install ; \
21
                done
22
 
23
clean:
24
                for i in $(DIRS) ; do \
25
                  $(MAKE) -C $$i clean ; \
26
                done
27
                rm -f *~

powered by: WebSVN 2.1.0

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