Makefile.init
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 28 Jun 2011 22:00:02 +0200
changeset 2500 3178ecc11a5e
parent 2244 c1b8c1cb2bda
child 2515 bef4c87e75fd
permissions -rw-r--r--
Jan's changes

#
# 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:
	$(TOP)/rules/stmkmf