Makefile.old
author Claus Gittinger <cg@exept.de>
Wed, 11 Feb 2009 12:43:05 +0100
changeset 2594 b59b02924f4f
parent 2408 85c87339c864
child 2787 b630229dfb98
permissions -rw-r--r--
*** empty log message ***

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