Usermode/AxWin3 - Clean up unneeded (and silly) log message
[tpg/acess2.git] / Usermode / Applications / axwin3_src / Makefile
index 9a59a5f..592f46b 100644 (file)
@@ -11,8 +11,12 @@ SUBMAKE = $(MAKE) --no-print-directory
 
 all:
        @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
-install: $(FILES)
+install:
+       @$(xMKDIR) $(DISTROOT)/Apps ; true
+       @$(xMKDIR) $(DISTROOT)/Apps/AxWin ; true
+       @$(xMKDIR) $(DISTROOT)/Apps/AxWin/3.0 ; true
        @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
+       @$(foreach FILE,$(FILES), $(xCP) $(FILE:-%=%) $(DISTROOT)/Apps/AxWin/3.0/$(FILE:-%=%) &&) true
 
 clean:
        @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ &&) true

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