Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1307 → Rev 1308

/demos/trunk/loader/makefile
13,6 → 13,12
# generated in the out directory will be executed with $(TEST) as
# parameter.
 
ifndef $(BASE)
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
ifeq ($(OS),MARTE)
OSINCLUDE=marte/makefile.in
endif
26,7 → 32,9
.PHONY: all clean help
 
help:
ifeq ($(CAT),cat)
cat readme.txt
endif
 
all: out out/common.done out/$(TEST).done os_specific_dep
make -C out $(TEST)