Makefile.init
author Claus Gittinger <cg@exept.de>
Tue, 02 Nov 2010 13:01:10 +0100
changeset 2444 e6b39d346228
parent 2244 c1b8c1cb2bda
child 2515 bef4c87e75fd
permissions -rw-r--r--
changed: #correctableError:position:to:from: #correctableSelectorWarning:position:to:from:

#
# 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.
#

.PHONY: run

run: makefile
	$(MAKE) -f makefile

#only needed for the definition of $(TOP)
include Make.proto

makefile:
	$(TOP)/rules/stmkmf