Makefile.init
author Claus Gittinger <cg@exept.de>
Wed, 23 Jan 2013 18:18:38 +0100
changeset 2879 cc39714af71e
parent 2595 5356d76b7a8d
child 2951 177dd101c6cf
permissions -rw-r--r--
automatically generated by browser

#
# DO NOT EDIT
#
# make uses this file (Makefile) only, if there is no
# file named "makefile" (lower-case m) in the same directory.
# My only task is to generate the real makefile and call make again.
# Thereafter, I am no longer used and needed.
#

.PHONY: run

run: makefile
	$(MAKE) -f makefile

#only needed for the definition of $(TOP)
include Make.proto

makefile: mf

mf:
	$(TOP)/rules/stmkmf