Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 19 Oct 2016 09:22:53 +0100
branchjv
changeset 23071 77ad9497363c
parent 18053 e0683b878c4c
permissions -rw-r--r--
Issue #94 [3/x]: Respect `SYS_PROCESS_ID` when creating an initial system process rather than assigning it (hardcoded) value of zero.

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