Usermode/axwin3 - Copying parts of AxWin2 over to get it compiling
[tpg/acess2.git] / Usermode / Applications / axwin3_src / Makefile
1
2 NAME = AxWin3
3 DIRS = WM
4
5 SUBMAKE = $(MAKE) --no-print-directory
6
7 all:
8         @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
9 install:
10         @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
11
12 clean:
13         @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ &&) true

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