use my nice build system rather than custom makefiles
[apps/madtty.git] / am / header.mk
1 # Disable most default rules
2 .SUFFIXES:
3
4 # where is admin/ wrt us ?
5 CONFDIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
6
7 ifeq ("","$(DEPTH)")
8     $(error you have to define DEPTH)
9 endif
10
11 include $(CONFDIR)/vars.mk
12 include $(CONFDIR)/cflags.mk
13
14 # trick : make all always be the default target !
15 # note that it breaks default Makefile semantics
16 all::