automatically generated by browser
authorStefan Vogel <sv@exept.de>
Thu, 25 Apr 2013 09:37:51 +0200
changeset 2982 9470a04aef82
parent 2981 b090c18ef437
child 2983 b8990b3ef6aa
automatically generated by browser
Makefile.init
--- a/Makefile.init	Thu Apr 25 09:37:49 2013 +0200
+++ b/Makefile.init	Thu Apr 25 09:37:51 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