experiments/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 01 May 2013 16:49:03 +0100
branchdevelopment
changeset 2574 6f285ee83f22
parent 2380 9195eccdcbd9
child 3162 e8002e2c2fd9
permissions -rw-r--r--
Updates stx:libjava/libs definition. To use new javaBundle method to define java code doe this package.

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