Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1308 → Rev 1307

/demos/trunk/loader/makefile
13,12 → 13,6
# 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
32,9 → 26,7
.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)