Makefile.init
author Claus Gittinger <cg@exept.de>
Wed, 05 Feb 2014 14:12:42 +0000
branchcvs_MAIN
changeset 482 cb2c26dd47f7
child 511 ad2f56473052
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