Makefile.old
author Claus Gittinger <cg@exept.de>
Wed, 06 May 2009 15:34:22 +0200
changeset 2652 4d7395b74cf0
parent 2408 85c87339c864
child 2787 b630229dfb98
permissions -rw-r--r--
formatting

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


.PHONY: run

run: makefile
	$(MAKE) -f makefile

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

makefile:
	$(TOP)/rules/stmkmf