Merge branch 'master' of git://cadel.mutabah.net/acess2
[tpg/acess2.git] / Usermode / header.mk
1 # Push State
2 x := $(x).x
3 DIR_$(x) := $(DIR)
4 DIR := $(dir $(lastword $(filter-out %/header.mk,$(MAKEFILE_LIST))))
5 PDIR := $(DIR_$(x))
6 EXTRA_DEP-$(DIR) := $(EXTRA_DEP-$(PDIR))
7
8 CFLAGS-$(DIR) := $(CFLAGS-$(PDIR))
9 CPPFLAGS-$(DIR) := $(CPPFLAGS-$(PDIR))
10 LDFLAGS-$(DIR) := $(LDFLAGS-$(PDIR))

UCC git Repository :: git.ucc.asn.au