Makefile.init
author Stefan Vogel <sv@exept.de>
Mon, 13 Mar 2017 09:54:33 +0100
changeset 3941 dd9237d3a727
parent 3232 139b0da6fc51
permissions -rw-r--r--
#BUGFIX by stefan class: MIMETypes application/xml -> #isXmlType
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3124
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
# DO NOT EDIT
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
#
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
# make uses this file (Makefile) only, if there is no
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
# MACOSX caveat:
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
#   as filenames are not case sensitive (in a default setup),
3232
139b0da6fc51 added: ApplicationWithFileHistory
Claus Gittinger <cg@exept.de>
parents: 3124
diff changeset
    11
#   we cannot use the above trick. Therefore, this file is now named
3124
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
#   "Makefile.init", and you have to execute "make -f Makefile.init" to
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
#   get the initial makefile.  This is now also done by the toplevel CONFIG
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
#   script.
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
.PHONY: run
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
run: makefile
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	$(MAKE) -f makefile
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
#only needed for the definition of $(TOP)
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
include Make.proto
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
makefile: mf
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
mf:
422cbb165988 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
	$(TOP)/rules/stmkmf