Makefile
author Claus Gittinger <cg@exept.de>
Thu, 24 Nov 2011 12:54:59 +0100
changeset 2305 c11e70f81f74
parent 749 e898eaeff091
child 2353 fa7400d022a0
permissions -rw-r--r--
fixed: #version_SVN ($ to ยง)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
# DO NOT EDIT
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
# make uses this file (Makefile) only, if there is no
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     8
#
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     9
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    10
.PHONY: run
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12
run: makefile
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    13
	$(MAKE) -f makefile
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    14
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    15
#only needed for the definition of $(TOP)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    16
include Make.proto
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    17
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    18
makefile:
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    19
	$(TOP)/rules/stmkmf