# Disable most default rules .SUFFIXES: # where is admin/ wrt us ? CONFDIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))) ifeq ("","$(DEPTH)") $(error you have to define DEPTH) endif $(CONFDIR)/%.mk: $(error you need to run ./configure !) include $(CONFDIR)/vars.mk include $(CONFDIR)/cflags.mk # trick : make all always be the default target ! # note that it breaks default Makefile semantics all::