Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

/demos/branches/xen/Makefile/makefile
1,28 → 1,28
include ../shark.cfg
TRC=$(if $(findstring NEW,$(TRACER)),newtracer)
 
ifeq ($(findstring NEW,$(TRACER)) , NEW)
TRC = newtrace
endif
SUBDIRS:= \
advtimer \
astro \
base \
bca \
bttvdemo \
cpufreq \
dosfs \
helloworld \
input \
jumpball \
mesademo \
mesatex \
mix \
network \
orbit \
pci6025e \
pse51 \
servo \
shutdown \
$(TRC) \
tftptest
 
dirs := $(filter-out CVS cvs first dynademo newtrace makefile readme.txt README.TXT myscript.sh, $(wildcard *))
dirs += $(TRC)
p_all := $(addprefix prefixall_, $(dirs))
p_install := $(addprefix prefixinstall_, $(dirs))
p_clean := $(addprefix prefixclean_, $(dirs))
pcleanall := $(addprefix prefixcleanall_, $(dirs))
pdepend := $(addprefix prefixdepend_, $(dirs))
S?=../
include $(S)/mk/App.mk
 
 
.PHONY: all clean
 
 
 
all: $(p_all)
 
clean: $(p_clean)
 
prefixall_%:
make -C $*
 
prefixclean_%:
make -C $* clean