src/Makefile
author vranyj1
Mon, 18 Jul 2011 17:12:03 +0000
branchjk_new_structure
changeset 869 314c2f46efb0
parent 752 ff7bc6428c9c
permissions -rw-r--r--
(none)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     1
#
869
vranyj1
parents: 752
diff changeset
     2
# DO NOT EDIT
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     3
#
869
vranyj1
parents: 752
diff changeset
     4
# make uses this file (Makefile) only, if there is no
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     8
#
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     9
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    10
.PHONY: run
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    11
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    12
run: makefile
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    13
	$(MAKE) -f makefile
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    14
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    15
#only needed for the definition of $(TOP)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    16
include Make.proto
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    17
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    18
makefile:
869
vranyj1
parents: 752
diff changeset
    19
	$(TOP)/rules/stmkmf