# HG changeset patch # User Claus Gittinger # Date 1363804912 -3600 # Node ID 0756e01d59542e747020be75c9b206d9ae15eddc # Parent 06dcbe5668a4f98e63d16e1b02fe2b139e4e0201 removed via FileBrowser diff -r 06dcbe5668a4 -r 0756e01d5954 Makefile.init --- a/Makefile.init Fri Mar 15 11:42:08 2013 +0100 +++ b/Makefile.init Wed Mar 20 19:41:52 2013 +0100 @@ -1,19 +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. +# 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=osx_x +BASE_CONF_VENDOR=mac +CONF_PACKS= +CONF_TOOLS= + +include ../rules/stdRules diff -r 06dcbe5668a4 -r 0756e01d5954 lcmake.bat --- a/lcmake.bat Fri Mar 15 11:42:08 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 - -