Makefile
author Stefan Vogel <sv@exept.de>
Mon, 20 Dec 2010 14:34:54 +0100
changeset 13175 ea7102cce519
parent 12441 0a6d562c9f18
child 13432 4327f19a7eb5
permissions -rw-r--r--
comment/format in: #addPrintBindingsTo:language: #printOn:format:language: #printStringFormat:language: changed: #printOn:format: #printStringFormat: Fix print format descriptions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9027
sr
parents:
diff changeset
     1
#
sr
parents:
diff changeset
     2
# DO NOT EDIT 
sr
parents:
diff changeset
     3
#
sr
parents:
diff changeset
     4
# make uses this file (Makefile) only, if there is no 
12441
0a6d562c9f18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9027
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
0a6d562c9f18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9027
diff changeset
     6
# My only task is to generate the real makefile and call make again.
0a6d562c9f18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9027
diff changeset
     7
# Thereafter, I am no longer used and needed.
9027
sr
parents:
diff changeset
     8
#
sr
parents:
diff changeset
     9
sr
parents:
diff changeset
    10
.PHONY: run
sr
parents:
diff changeset
    11
sr
parents:
diff changeset
    12
run: makefile
sr
parents:
diff changeset
    13
	$(MAKE) -f makefile
sr
parents:
diff changeset
    14
sr
parents:
diff changeset
    15
#only needed for the definition of $(TOP)
sr
parents:
diff changeset
    16
include Make.proto
sr
parents:
diff changeset
    17
sr
parents:
diff changeset
    18
makefile:
12441
0a6d562c9f18 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 9027
diff changeset
    19
	$(TOP)/rules/stmkmf