Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1463 → Rev 1464

/demos/trunk/makefile
3,11 → 3,8
ifeq ($(findstring NEW,$(TRACER)) , NEW)
TRC = newtrace
endif
ifeq ($(findstring OLD,$(TRACER)) , OLD)
TRC = tracer
endif
 
dirs := $(filter-out CVS cvs bttvdemo rtw base_cpp makefile readme.txt tracer newtrace README.TXT, $(wildcard *))
dirs := $(filter-out CVS cvs makefile readme.txt newtrace README.TXT, $(wildcard *))
dirs += $(TRC)
p_all := $(addprefix prefixall_, $(dirs))
p_install := $(addprefix prefixinstall_, $(dirs))