Makefile
author Stefan Vogel <sv@exept.de>
Tue, 08 Nov 2005 17:49:17 +0100
changeset 2121 7b06266d8249
parent 749 e898eaeff091
child 2353 fa7400d022a0
permissions -rw-r--r--
/tmp/cvsyRpZ5v
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