Makefile.old
author Stefan Vogel <sv@exept.de>
Mon, 23 Mar 2009 08:22:24 +0100
changeset 2616 98c4ab65ef38
parent 2408 85c87339c864
child 2787 b630229dfb98
permissions -rw-r--r--
new #rebindWith:

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