# GNUmakefile
# definitions for building "debug"

TOP = ../..
NAME = debug
TYPE =
OBJ =
LIB =
LINKCPP = no
HEADER = debug
DEMO = demo_debug
DEMOOBJ =
DEMOLIB =
DEMOLINKCPP = no

# allow building from this directory
ifeq (0,$(MAKELEVEL))
.PHONY : src clean
src clean : ; $(MAKE) -C $(TOP) SRC="$(NAME)" $@
endif
