Makefile
changeset 12489 3a8c6986c415
parent 12364 70cb55e48802
child 12584 6797149a2942
--- a/Makefile	Wed Mar 20 11:58:37 2013 +0100
+++ b/Makefile	Wed Mar 20 19:41:21 2013 +0100
@@ -1,19 +1,21 @@
 #
-# DO NOT EDIT
-#
-# make uses this file (Makefile) only, if there is no
-# file named "makefile" (lower-case m) in the same directory.
-# My only task is to generate the real makefile and call make again.
-# Thereafter, I am no longer used and needed.
+# DO NOT EDIT 
+# automagically generated from Make.proto (by make mf)
 #
-
-.PHONY: run
+include ../rules/stdHeader
+include ../configurations/COMMON/defines
+include ../configurations/vendorConf
+include ../configurations/myConf
+include ../rules/stdHeader2
+include Make.spec
+include Make.proto
 
-run: makefile
-	$(MAKE) -f makefile
+BASE_CONF=osx_x
+BASE_CONF_VENDOR=mac
+CONF_PACKS=
+CONF_TOOLS=
 
-#only needed for the definition of $(TOP)
-include Make.proto
+include ../rules/stdRules
 
 makefile: mf