automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Wed, 03 Apr 2013 15:27:04 +0200
changeset 554 6462c771cc5c
parent 553 c042d015f43e
child 555 7765794a703c
automatically generated by browser
Makefile
--- a/Makefile	Wed Apr 03 15:27:02 2013 +0200
+++ b/Makefile	Wed Apr 03 15:27:04 2013 +0200
@@ -1,18 +1,21 @@
 #
-# DO NOT EDIT 
-# automagically generated from Make.proto (by make mf)
+# 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.
 #
-include ../../rules/stdHeader
-include ../../configurations/COMMON/defines
-include ../../configurations/vendorConf
-include ../../configurations/myConf
-include ../../rules/stdHeader2
-include Make.spec
+
+.PHONY: run
+
+run: makefile
+	$(MAKE) -f makefile
+
+#only needed for the definition of $(TOP)
 include Make.proto
 
-BASE_CONF=osx_x
-BASE_CONF_VENDOR=mac
-CONF_PACKS=
-CONF_TOOLS=
+makefile: mf
 
-include ../../rules/stdRules
+mf:
+	$(TOP)/rules/stmkmf