Makefile.init
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 11 Jul 2011 16:01:48 +0200
changeset 626 a78e32d41ccb
parent 561 771cbe244d0c
child 1142 56bf0efeee0e
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:
	$(TOP)/rules/stmkmf