Makefile
author Claus Gittinger <cg@exept.de>
Wed, 04 Nov 2009 17:25:34 +0100
changeset 12441 0a6d562c9f18
parent 9027 2a1f5072b3f3
child 13432 4327f19a7eb5
permissions -rw-r--r--
automatically generated by browser

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