Makefile.init
author Claus Gittinger <cg@exept.de>
Fri, 08 Feb 2013 21:30:32 +0100
changeset 4502 86d0cd1a08ab
parent 4264 9885d35b2dae
child 4511 6d2563823867
permissions -rw-r--r--
class: DialogBox changed: #showAndThenDestroyBox: make sure to destroy box in case of a process termination (fixes leftover empty dialog boxes in expecco-dialogboxraiser)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4074
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#
4264
9885d35b2dae automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4074
diff changeset
     2
# DO NOT EDIT
4074
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
#
4264
9885d35b2dae automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4074
diff changeset
     4
# make uses this file (Makefile) only, if there is no
4074
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
.PHONY: run
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
run: makefile
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
	$(MAKE) -f makefile
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
#only needed for the definition of $(TOP)
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
include Make.proto
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
256a841328de initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
makefile:
4264
9885d35b2dae automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4074
diff changeset
    19
	$(TOP)/rules/stmkmf