Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 05 Mar 2013 18:10:13 +0000
branchjv
changeset 18027 3621469cc5e8
parent 18011 deb0c3355881
parent 14823 63eb290a5988
child 18037 4cf874da38c9
permissions -rw-r--r--
Merged fa8a879502cb and b010cb2aa396 (branch default - CVS HEAD)

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