Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 53 → Rev 102

/shark/tags/rel_0_5/drivers/makefile
1,5 → 1,5
 
dirs := $(filter-out CVS makefile, $(wildcard *))
dirs := $(filter-out CVS cvs makefile linuxc24, $(wildcard *))
p_all := $(addprefix prefixall_, $(dirs))
p_install := $(addprefix prefixinstall_, $(dirs))
p_clean := $(addprefix prefixclean_, $(dirs))
17,7 → 17,7
 
cleanall: $(p_cleanall)
 
depend: $(p_depend)
depend: $(pdepend)
 
prefixinstall_%:
make -C $* install