Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 18 → Rev 17

/shark/trunk/drivers/makefile
1,5 → 1,5
 
dirs := $(filter-out CVS cvs makefile, $(wildcard *))
dirs := $(filter-out CVS makefile, $(wildcard *))
p_all := $(addprefix prefixall_, $(dirs))
p_install := $(addprefix prefixinstall_, $(dirs))
p_clean := $(addprefix prefixclean_, $(dirs))