Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 20 Feb 2013 23:05:49 +0000
branchdevelopment
changeset 2380 9195eccdcbd9
parent 1959 11cd2c406930
parent 2353 fa7400d022a0
child 2566 f1cea8b752ba
permissions -rw-r--r--
Merged 08505399cea8 and 0adf7bbcf2c9 (branch default - CVS HEAD)
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
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 749
diff changeset
    18
makefile: mf
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 749
diff changeset
    19
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 749
diff changeset
    20
mf:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    21
	$(TOP)/rules/stmkmf