SubDir TOP ;

PREFIX += /usr/local ;
CCFLAGS += -fPIC -D_REENTRANT -Wall -pedantic ;
if $(DEBUG) {
	CCFLAGS += -ggdb -W -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-switch -Wredundant-decls -Wno-unused ;
}


SubInclude TOP src ;
SubInclude TOP tools ;
