aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/makefile
blob: 1a7b38c4490caf14a092447b3387714fbfe3fdcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#SUBDIRS:= `ls | egrep -v '^(CVS|tools)$$'`




export PATH	:=	$(DEVKITARM)/bin:$(PATH)

export portdir = $(CURDIR)/arm9
export srcdir = $(CURDIR)/../../..


SUBDIRS := arm7 arm9

all:
	@for i in $(SUBDIRS); do if test -d $$i; then make -C $$i; fi; done;
clean:
	@for i in $(SUBDIRS); do if test -d $$i; then make -C $$i clean; fi; done;

export:
	@for i in $(SUBDIRS); do if test -d $$i; then make -C $$i export; fi; done;

#SUBDIRS:= `ls | egrep -v '^(CVS|tools)$$'`




export PATH	:=	$(DEVKITARM)/bin:$(PATH)

export portdir = $(CURDIR)/arm9
export srcdir = $(CURDIR)/../../..


SUBDIRS := arm7 arm9

all:
	@for i in $(SUBDIRS); do if test -d $$i; then make -C $$i; fi; done;
clean:
	@for i in $(SUBDIRS); do if test -d $$i; then make -C $$i clean; fi; done;

export:
	@for i in $(SUBDIRS); do if test -d $$i; then make -C $$i export; fi; done;