libs/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 05 Feb 2013 23:35:59 +0100
branchrefactoring-vmdata
changeset 2023 ce075b5d052f
parent 1821 965b022f6032
child 2069 75d40b7b986f
permissions -rw-r--r--
Merged 75e48299fc2d and 2e657a7a758b (branch development)

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