removed via FileBrowser
authorClaus Gittinger <cg@exept.de>
Wed, 20 Mar 2013 19:27:19 +0100
changeset 3048 f8fbcd500f51
parent 3047 3ca3ad7eb9b7
child 3049 a2d17670f62a
removed via FileBrowser
Makefile.init
lcmake.bat
--- a/Makefile.init	Tue Mar 19 16:58:29 2013 +0100
+++ b/Makefile.init	Wed Mar 20 19:27:19 2013 +0100
@@ -1,21 +1,18 @@
 #
-# 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
-
-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: mf
+BASE_CONF=osx_x
+BASE_CONF_VENDOR=mac
+CONF_PACKS=
+CONF_TOOLS=
 
-mf:
-	$(TOP)/rules/stmkmf
+include ../rules/stdRules
--- a/lcmake.bat	Tue Mar 19 16:58:29 2013 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@REM -------
-@REM make using lcc compiler
-@REM type lcmake, and wait...
-@REM do not edit - automatically generated from ProjectDefinition
-@REM -------
-make.exe -N -f bc.mak USELCC=1 %1 %2
-
-