Usermode - Removed axwin2 (completly defunct)
[tpg/acess2.git] / Usermode / Applications / axwin2_src / Makefile
diff --git a/Usermode/Applications/axwin2_src/Makefile b/Usermode/Applications/axwin2_src/Makefile
deleted file mode 100644 (file)
index 89f1584..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-NAME = AxWin2
-DIRS = WM Shell_src
-
-SUBMAKE = $(MAKE) --no-print-directory
-
-all:
-       @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
-install:
-       @$(foreach DIR,$(DIRS), echo --- $(NAME)/$(DIR) && $(SUBMAKE) -C $(DIR) $@ &&) true
-
-clean:
-       @$(foreach DIR,$(DIRS), $(SUBMAKE) -C $(DIR) $@ &&) true

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