Makefile
author Stefan Vogel <sv@exept.de>
Mon, 08 Dec 2008 12:50:45 +0100
changeset 11395 4ca8adad4510
parent 9027 2a1f5072b3f3
child 12441 0a6d562c9f18
child 17735 6a5bc05f696a
permissions -rw-r--r--
changed #pathName - fix acessing when parameter is Socket or stream

#
# DO NOT EDIT 
#
# make uses this file (Makefile) only, if there is no 
# file named "makefile" in the directory.
# Our only task is to generate makefile and call make again
#


.PHONY: run

run: makefile
	$(MAKE) -f makefile

#only needed for the definition of $(TOP)
include Make.proto

makefile:
	$(TOP)/rules/stmkmf