git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/AxWin4 - Fix broken map impl causing pixel->window mapping to fail
[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