Makefile.init
author Stefan Vogel <sv@exept.de>
Wed, 03 Aug 2011 21:23:25 +0200
changeset 2595 5356d76b7a8d
parent 2342 38861b2f8539
child 2879 cc39714af71e
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2342
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
#
2595
5356d76b7a8d automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2342
diff changeset
     2
# DO NOT EDIT
2342
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
#
2595
5356d76b7a8d automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2342
diff changeset
     4
# make uses this file (Makefile) only, if there is no
2342
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
#
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
.PHONY: run
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
run: makefile
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
	$(MAKE) -f makefile
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
#only needed for the definition of $(TOP)
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
include Make.proto
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
38861b2f8539 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
makefile:
2595
5356d76b7a8d automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2342
diff changeset
    19
	$(TOP)/rules/stmkmf