Makefile
changeset 222 8e6f482297fa
parent 125 9dae291b0f7d
child 227 66ca52856100
--- a/Makefile	Wed Jun 29 20:38:32 2011 +0200
+++ b/Makefile	Wed Jun 29 21:15:49 2011 +0200
@@ -1,21 +1,18 @@
 #
 # DO NOT EDIT 
-#
-# make uses this file (Makefile) only, if there is no 
-# file named "makefile" in the directory.
-# Our only task is to generate makefile and call make again
+# automagically generated from Make.proto (by make mf)
 #
-
-
-.PHONY: run
-
-run: makefile
-	$(MAKE) -f makefile
-
-#only needed for the definition of $(TOP)
+include ../../rules/stdHeader
+include ../../configurations/COMMON/defines
+include ../../configurations/vendorConf
+include ../../configurations/myConf
+include ../../rules/stdHeader2
+include Make.spec
 include Make.proto
 
-makefile:
-	$(TOP)/rules/stmkmf	
+BASE_CONF=linux-elf/amd64_mode32
+BASE_CONF_VENDOR=linux-elf
+CONF_PACKS=
+CONF_TOOLS=
 
-    
+include ../../rules/stdRules