Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 20 Mar 2013 12:03:03 +0000
changeset 120 2ffa5dddf5e8
parent 119 b7321b3f5858
permissions -rw-r--r--
Merged heads 8afa49727a25 b7321b3f5858

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