Makefile.init
author Claus Gittinger <cg@exept.de>
Wed, 22 Sep 2010 14:22:56 +0200
changeset 4170 6bf83a2af71f
parent 4074 256a841328de
child 4264 9885d35b2dae
permissions -rw-r--r--
changed: #error:position:to:from:asWarning: do not raise a warning signal

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