Makefile
author Stefan Vogel <sv@exept.de>
Tue, 08 Nov 2005 17:42:32 +0100
changeset 125 9dae291b0f7d
parent 119 12d083bd1fe0
child 222 8e6f482297fa
permissions -rw-r--r--
Makefile now only generates "makefile"

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