Usermode - Working on new build/makefile system
[tpg/acess2.git] / Usermode / body.mk
1
2 OBJ := $(call fcn_src2obj,$(SRCS))
3 ALL_OBJ := $(ALL_OBJ) $(OBJ)
4 OBJ-$(DIR) := $(OBJ)
5 BIN-$(DIR) := $(BIN)
6
7 # Rules
8 .PHONY: all-$(DIR) clean-$(DIR)
9 all-$(DIR): $(BIN)
10 clean-$(DIR): clean-%: 
11         $(eval BIN=$(BIN-$*/))
12         $(eval OBJ=$(OBJ-$*/))
13         $(RM) $(BIN) $(OBJ)
14

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