Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / Usermode / Applications / axwin3_src / Makefile
index caa174d..592f46b 100644 (file)
@@ -14,9 +14,9 @@ all:
 install:
        @$(xMKDIR) $(DISTROOT)/Apps ; true
        @$(xMKDIR) $(DISTROOT)/Apps/AxWin ; true
-       @$(xMKDIR) $(DISTROOT)/Apps/3.0 ; true
+       @$(xMKDIR) $(DISTROOT)/Apps/AxWin/3.0 ; true
        @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
-       @$(foreach FILE,$(FILES), $(SUBMAKE) $FILE;) 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