nashorn/makefiles/BuildNashorn.gmk
author attila
Thu, 14 Feb 2013 13:51:54 +0100
changeset 16236 ca6274fb36fe
parent 16200 1c54dc374fe4
child 16238 924a1d65f1cb
permissions -rw-r--r--
8007990: No access to interface methods on a restricted class Reviewed-by: jlaskey, lagergren, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16198
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
     1
#
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
     2
# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
     4
#
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    10
#
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    15
# accompanied this code).
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    16
#
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    20
#
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    23
# questions.
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    24
#
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    25
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    26
# This must be the first rule
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    27
default: all
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    28
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    29
-include $(SPEC)
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    30
include MakeBase.gmk
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    31
include JavaCompilation.gmk
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    32
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    33
# TODO: build-infra, move this to SPEC
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    34
JAVAC_JARS ?= "-Xbootclasspath/p:$(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar" \
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    35
		-jar $(LANGTOOLS_OUTPUTDIR)/dist/bootstrap/lib/javac.jar
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    36
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    37
JDK_CLASSES := $(JDK_OUTPUTDIR)/classes
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    38
# TODO: Remove dependency?
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    39
DYNALINK_JAR := $(NASHORN_TOPDIR)/build/dynalink/dynalink.jar
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    40
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    41
NASHORN_JAR := $(NASHORN_DIST)/nashorn.jar
16200
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
    42
NASHORN_VERSION := $(JDK_VERSION)
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
    43
NASHORN_FULL_VERSION := $(FULL_VERSION)
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
    44
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
    45
ifdef MILESTONE
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
    46
  ifeq ($(MILESTONE),internal)
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
    47
    NASHORN_VERSION = $(FULL_VERSION)
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
    48
  endif
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
    49
endif
16198
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    50
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    51
# Need to use source and target 7 for nasgen to work.
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    52
$(eval $(call SetupJavaCompiler,COMPILER_SETUP,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    53
    JVM:=$(JAVA),\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    54
    JAVAC:=$(JAVAC_JARS),\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    55
    FLAGS:=-g -source 7 -target 7 -bootclasspath $(JDK_CLASSES),\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    56
    SERVER_DIR:=$(SJAVAC_SERVER_DIR),\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    57
    SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    58
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    59
# Build nashorn into intermediate directory
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    60
$(eval $(call SetupJavaCompilation,BUILD_NASHORN,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    61
    SETUP:=COMPILER_SETUP,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    62
    SRC:=$(NASHORN_TOPDIR)/src,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    63
    COPY:=.properties .js,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    64
    BIN:=$(NASHORN_OUTPUTDIR)/nashorn_classes,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    65
    ADD_JAVAC_FLAGS:=-cp $(DYNALINK_JAR)))
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    66
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    67
# Build nasgen
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    68
$(eval $(call SetupJavaCompilation,BUILD_NASGEN,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    69
    SETUP:=COMPILER_SETUP,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    70
    SRC:=$(NASHORN_TOPDIR)/buildtools/nasgen/src,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    71
    BIN:=$(NASHORN_OUTPUTDIR)/nasgen_classes,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    72
    ADD_JAVAC_FLAGS:=-cp $(NASHORN_OUTPUTDIR)/nashorn_classes))
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    73
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    74
# Nasgen needs nashorn classes
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    75
$(BUILD_NASGEN): $(BUILD_NASHORN)
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    76
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    77
# Copy classes to final classes dir and run nasgen to modify classes in jdk.nashorn.internal.objects package
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    78
# Finally rename classes in jdk.nashorn.internal.objects package
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    79
$(NASHORN_OUTPUTDIR)/classes/_the.nasgen.run: $(BUILD_NASGEN)
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    80
	$(ECHO) Running nasgen
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    81
	$(MKDIR) -p $(@D)
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    82
	$(RM) -rf $(@D)/jdk $(@D)/netscape
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    83
	$(CP) -R -p $(NASHORN_OUTPUTDIR)/nashorn_classes/* $(@D)/
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    84
	$(JDK_OUTPUTDIR)/bin/java \
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    85
		-cp $(NASHORN_OUTPUTDIR)/nasgen_classes$(PATH_SEP)$(NASHORN_OUTPUTDIR)/nashorn_classes \
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    86
		jdk.nashorn.internal.tools.nasgen.Main $(@D) jdk.nashorn.internal.objects $(@D)
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    87
	for f in `$(FIND) $(@D)/jdk/nashorn/internal/objects/ -name "*.class"`; do \
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    88
	  mv "$$f" `$(ECHO) "$$f" | $(SED) "s/\.class$$/\.clazz/"`; \
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    89
        done
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    90
	$(TOUCH) $@
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    91
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    92
# Unpack dynalink.jar for inclusion in nashorn.jar
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    93
$(NASHORN_OUTPUTDIR)/classes/_the.dynalink.unpacked: $(DYNALINK_JAR)
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    94
	$(ECHO) Unpacking dynalink.jar
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    95
	$(MKDIR) -p $(@D)
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    96
	$(RM) -rf $(@D)/org
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    97
	$(UNZIP) -q $(DYNALINK_JAR) -x "META-INF*" -d $(@D)
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    98
	$(TOUCH) $@
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
    99
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   100
# Version file needs to be processed with version numbers
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   101
VERSION_FILE := $(NASHORN_OUTPUTDIR)/classes/jdk/nashorn/internal/runtime/resources/version.properties
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   102
# Needs to happen after nasgen run since nasgen run deletes it
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   103
$(VERSION_FILE): $(NASHORN_OUTPUTDIR)/classes/_the.nasgen.run
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   104
$(VERSION_FILE): $(NASHORN_TOPDIR)/src/jdk/nashorn/internal/runtime/resources/version.properties-template
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   105
	$(ECHO) Creating version.properties
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   106
	$(MKDIR) -p $(@D)
16200
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
   107
	$(CAT) $< | $(SED) -e 's/$$(FULL_VERSION)/$(NASHORN_FULL_VERSION)/g' \
16198
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   108
		-e 's/$$(RELEASE)/$(NASHORN_VERSION)/g' \
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   109
		-e '/^#.*$$/d' -e '/^$$/d'  > $@
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   110
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   111
16200
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
   112
MANIFEST_ATTRIBUTES:=Name: jdk/nashorn/\nImplementation-Title: Oracle Nashorn\nImplementation-Version: $(NASHORN_FULL_VERSION)
16198
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   113
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   114
# Create nashorn.jar from the final classes dir
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   115
$(eval $(call SetupArchive,BUILD_NASHORN_JAR,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   116
    $(NASHORN_OUTPUTDIR)/classes/_the.nasgen.run \
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   117
    $(NASHORN_OUTPUTDIR)/classes/_the.dynalink.unpacked \
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   118
    $(VERSION_FILE),\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   119
    SRCS:=$(NASHORN_OUTPUTDIR)/classes,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   120
    SUFFIXES:=.class .clazz .js .properties Factory,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   121
    MANIFEST:=$(NASHORN_TOPDIR)/src/META-INF/MANIFEST.MF,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   122
    EXTRA_MANIFEST_ATTR:=$(MANIFEST_ATTRIBUTES),\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   123
    SKIP_METAINF:=true,\
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   124
    JAR:=$(NASHORN_JAR)))
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   125
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   126
all: $(NASHORN_JAR)
16200
1c54dc374fe4 8007094: Apply version to nashorn.jar manifest
jlaskey
parents: 16198
diff changeset
   127
    
16198
1cfb1fbab2dc 8006676: Integrate Nashorn into new build system
jlaskey
parents:
diff changeset
   128
.PHONY: all