libs/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 05 Feb 2013 23:35:59 +0100
branchrefactoring-vmdata
changeset 2023 ce075b5d052f
parent 1821 965b022f6032
child 2069 75d40b7b986f
permissions -rw-r--r--
Merged 75e48299fc2d and 2e657a7a758b (branch development)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1821
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     1
#
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     2
# DO NOT EDIT
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     3
#
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     4
# make uses this file (Makefile) only, if there is no
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     5
# file named "makefile" (lower-case m) in the same directory.
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     6
# My only task is to generate the real makefile and call make again.
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     7
# Thereafter, I am no longer used and needed.
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     8
#
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     9
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    10
.PHONY: run
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    11
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    12
run: makefile
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    13
	$(MAKE) -f makefile
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    14
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    15
#only needed for the definition of $(TOP)
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    16
include Make.proto
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    17
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    18
makefile:
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    19
	$(TOP)/rules/stmkmf