Makefile.old
author Claus Gittinger <cg@exept.de>
Mon, 20 Oct 2008 16:44:15 +0200
changeset 2551 9e73083f6ea5
parent 2408 85c87339c864
child 2787 b630229dfb98
permissions -rw-r--r--
leftOver halt

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