src/examples/Makefile
author vranyj1
Mon, 30 Jul 2012 22:45:40 +0000
branchjk_new_structure
changeset 1573 38d044a80b88
permissions -rw-r--r--
- JavaExamples changed: #example_1 - HelloWorldExampleS added: #version_SVN - stx_libjava_examples added:13 methods

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