Makefile.init
author Claus Gittinger <cg@exept.de>
Sat, 02 May 2020 21:40:13 +0200
changeset 5476 7355a4b11cb6
parent 3031 f1737fb0a996
permissions -rw-r--r--
#FEATURE by cg class: Socket class added: #newTCPclientToHost:port:domain:domainOrder:withTimeout: changed: #newTCPclientToHost:port:domain:withTimeout:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2342
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#
2982
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
     2
# DO NOT EDIT
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
     3
#
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
     4
# make uses this file (Makefile) only, if there is no
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
     6
# My only task is to generate the real makefile and call make again.
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
     7
# Thereafter, I am no longer used and needed.
2342
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
3031
f1737fb0a996 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2982
diff changeset
     9
# MACOSX caveat:
f1737fb0a996 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2982
diff changeset
    10
#   as filenames are not case sensitive (in a default setup),
f1737fb0a996 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2982
diff changeset
    11
#   we cannot use the above trick. Therefore, this file is now named
f1737fb0a996 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2982
diff changeset
    12
#   "Makefile.init", and you have to execute "make -f Makefile.init" to
f1737fb0a996 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2982
diff changeset
    13
#   get the initial makefile.  This is now also done by the toplevel CONFIG
f1737fb0a996 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2982
diff changeset
    14
#   script.
2982
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    15
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    16
.PHONY: run
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    17
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    18
run: makefile
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    19
	$(MAKE) -f makefile
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    20
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    21
#only needed for the definition of $(TOP)
2342
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
include Make.proto
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
2982
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    24
makefile: mf
2879
cc39714af71e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2595
diff changeset
    25
2982
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    26
mf:
9470a04aef82 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2951
diff changeset
    27
	$(TOP)/rules/stmkmf