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
/
body.mk
1
2
OBJ := $(call fcn_src2obj,$(SRCS))
3
4
$(call fcn_addbin,$(BIN),$(OBJ))
5
6
# Rules
7
.PHONY: all-$(DIR) clean-$(DIR)
8
all-$(DIR): $(BIN)
9
clean-$(DIR): clean-%:
10
$(eval BIN=$(BIN-$*/))
11
$(eval OBJ=$(foreach f, $(BIN), $(OBJ-$f)))
12
$(RM) $(BIN) $(OBJ) $(OBJ:%=%.dep)
13
UCC
git Repository :: git.ucc.asn.au