Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 19 Sep 2012 01:38:26 +0000
changeset 20 8caf2f257260
parent 1 9e312de5f694
permissions -rw-r--r--
- fixes for package support
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     1
#
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     2
# DO NOT EDIT
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     3
#
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     4
# make uses this file (Makefile) only, if there is no
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     8
#
9e312de5f694 - Initial commit
jv
parents:
diff changeset
     9
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    10
.PHONY: run
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    11
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    12
run: makefile
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    13
	$(MAKE) -f makefile
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    14
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    15
#only needed for the definition of $(TOP)
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    16
include Make.proto
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    17
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    18
makefile:
9e312de5f694 - Initial commit
jv
parents:
diff changeset
    19
	$(TOP)/rules/stmkmf