X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2FMakefile;h=9a59a5f58ac614774340bb89ca4517f10333b499;hb=80126f769c11f0c6ad4f4b4554748f4d59a4850d;hp=3523ded8000942f5b2ca39fcdb73d3959e92a4d6;hpb=c90f683ef8d3dde9db5b78feebe5508ca3f84ff3;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/Makefile b/Usermode/Applications/axwin3_src/Makefile index 3523ded8..9a59a5f5 100644 --- a/Usermode/Applications/axwin3_src/Makefile +++ b/Usermode/Applications/axwin3_src/Makefile @@ -1,13 +1,21 @@ +-include ../Makefile.cfg + NAME = AxWin3 -DIRS = WM Interface +DIRS = WM libaxwin3.so_src Interface +FILES = $(addprefix -,AcessLogoSmall.sif) SUBMAKE = $(MAKE) --no-print-directory +.PNONY: all install clean $(FILES) + all: @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true -install: +install: $(FILES) @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true clean: @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ &&) true + +$(FILES): -%: + $(xCP) $* $(DISTROOT)/Apps/AxWin/3.0/$*