libs/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 16 Jan 2013 22:06:41 +0000
branchrefactoring-vmdata
changeset 1977 526315e0a801
parent 1821 965b022f6032
child 2069 75d40b7b986f
permissions -rw-r--r--
Fixed JavaNativeMethodImpl_OpenJDK6 class>>invoke:receiver:arguments:context:constructor:
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