Usermode/AxWin3 - Cleaning up bugs, adding image loading and text printing
[tpg/acess2.git] / Usermode / Applications / axwin3_src / Makefile
1
2 -include ../Makefile.cfg
3
4 NAME = AxWin3
5 DIRS = WM libaxwin3.so_src Interface
6 FILES = $(addprefix -,AcessLogoSmall.sif)
7
8 SUBMAKE = $(MAKE) --no-print-directory
9
10 .PNONY: all install clean $(FILES)
11
12 all:
13         @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
14 install: $(FILES)
15         @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
16
17 clean:
18         @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ &&) true
19
20 $(FILES): -%:
21         $(xCP) $* $(DISTROOT)/Apps/AxWin/3.0/$*

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