Makefile.init
author matilk
Wed, 13 Sep 2017 09:40:34 +0200
changeset 8174 2704c965b97b
parent 6399 98856a435cf2
permissions -rw-r--r--
#BUGFIX by Maren class: DeviceGraphicsContext changed: #displayDeviceOpaqueForm:x:y: nil check
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5486
e6cf3b26ba03 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#
6399
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
     2
# DO NOT EDIT
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
     3
#
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
     4
# make uses this file (Makefile) only, if there is no
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
     6
# My only task is to generate the real makefile and call make again.
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
     7
# Thereafter, I am no longer used and needed.
5486
e6cf3b26ba03 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
6399
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
     9
# MACOSX caveat:
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    10
#   as filenames are not case sensitive (in a default setup),
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    11
#   we cannot use the above trick. Therefore, this file is now named
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    12
#   "Makefile.init", and you have to execute "make -f Makefile.init" to
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    13
#   get the initial makefile.  This is now also done by the toplevel CONFIG
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    14
#   script.
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    15
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    16
.PHONY: run
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    17
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    18
run: makefile
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    19
	$(MAKE) -f makefile
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    20
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    21
#only needed for the definition of $(TOP)
5486
e6cf3b26ba03 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
include Make.proto
e6cf3b26ba03 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
6399
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    24
makefile: mf
6029
0948111d6ddc removed via FileBrowser
Claus Gittinger <cg@exept.de>
parents: 5755
diff changeset
    25
6399
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    26
mf:
Claus Gittinger <cg@exept.de>
parents: 6029
diff changeset
    27
	$(TOP)/rules/stmkmf