Makefile.init
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 11 Jul 2011 16:01:48 +0200
changeset 626 a78e32d41ccb
parent 561 771cbe244d0c
child 1142 56bf0efeee0e
permissions -rw-r--r--
automatically generated by browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
561
771cbe244d0c initial checkin
fm
parents:
diff changeset
     1
#
626
a78e32d41ccb automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 561
diff changeset
     2
# DO NOT EDIT
561
771cbe244d0c initial checkin
fm
parents:
diff changeset
     3
#
626
a78e32d41ccb automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 561
diff changeset
     4
# make uses this file (Makefile) only, if there is no
561
771cbe244d0c initial checkin
fm
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
771cbe244d0c initial checkin
fm
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
771cbe244d0c initial checkin
fm
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
771cbe244d0c initial checkin
fm
parents:
diff changeset
     8
#
771cbe244d0c initial checkin
fm
parents:
diff changeset
     9
771cbe244d0c initial checkin
fm
parents:
diff changeset
    10
.PHONY: run
771cbe244d0c initial checkin
fm
parents:
diff changeset
    11
771cbe244d0c initial checkin
fm
parents:
diff changeset
    12
run: makefile
771cbe244d0c initial checkin
fm
parents:
diff changeset
    13
	$(MAKE) -f makefile
771cbe244d0c initial checkin
fm
parents:
diff changeset
    14
771cbe244d0c initial checkin
fm
parents:
diff changeset
    15
#only needed for the definition of $(TOP)
771cbe244d0c initial checkin
fm
parents:
diff changeset
    16
include Make.proto
771cbe244d0c initial checkin
fm
parents:
diff changeset
    17
771cbe244d0c initial checkin
fm
parents:
diff changeset
    18
makefile:
626
a78e32d41ccb automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 561
diff changeset
    19
	$(TOP)/rules/stmkmf