Makefile.old
author Claus Gittinger <cg@exept.de>
Wed, 18 Jul 2012 19:13:00 +0200
changeset 3010 3d75dd48f9c6
parent 2945 4e3e89e62c18
child 3062 02f476c90710
permissions -rw-r--r--
changed: #legalcopyright

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