# Copyright (c) 2000 - 2003 Tim Barbour. # setup top-level Makefile include gluon_top_level.mk # Subsystem dependencies, top-down. # By design, klunkxx does not depend on klunk. SUBDIR_DEPS = klunk klunkxx : kernabs contaut kaput primitives; \ kernabs : contaut kaput primitives; \ contaut : kaput primitives; \ kaput : kmodule primitives; \ kmodule : primitives # FIXME # we do not depend on standard libraries - suppress them ifeq ($($(already_seen)),) # check costly assertions, until klunk is more stable CFLAGS += -DASSERTION_COST=ASSERTION_COST_COSTLY endif # this is still only at the conceptual stage EXCLUDED_SUBDIRS += linc include gluon.mk