Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1287 → Rev 1288

/demos/trunk/makefile
1,15 → 1,14
include ../shark.cfg
 
ifeq ($(findstring NEW,$(TRACER)) , NEW)
TRC = newtrace
endif
ifeq ($(findstring OLD,$(TRACER)) , OLD)
TRC = tracer
ifeq ($(findstring OLD,$(TRACER)) , OLD)
TRC = newtracer
else
TRC = tracer newtracer
endif
endif
 
dirs := $(filter-out CVS cvs base_cpp makefile readme.txt README.TXT $(TRC), $(wildcard *))
dirs := $(filter-out CVS cvs base_cpp makefile readme.txt tracer newtrace README.TXT, $(wildcard *))
dirs += $(TRC)
p_all := $(addprefix prefixall_, $(dirs))
p_install := $(addprefix prefixinstall_, $(dirs))
p_clean := $(addprefix prefixclean_, $(dirs))