Makefile
changeset 227 66ca52856100
parent 222 8e6f482297fa
child 538 bf5375c56b6d
--- a/Makefile	Tue Jul 05 14:03:36 2011 +0200
+++ b/Makefile	Tue Jul 05 14:03:37 2011 +0200
@@ -1,18 +1,19 @@
 #
-# 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=linux-elf/amd64_mode32
-BASE_CONF_VENDOR=linux-elf
-CONF_PACKS=
-CONF_TOOLS=
-
-include ../../rules/stdRules
+makefile:
+	$(TOP)/rules/stmkmf