Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 10 Sep 2013 16:08:08 +0200
changeset 2692 fe83a843a7bf
parent 2536 9bf18815272b
child 2566 f1cea8b752ba
permissions -rw-r--r--
class: JavaToolbox changed: #searchForImplementorsOf:class:in:whenFoundDo: Fix for implementor searching.

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