jaxp/make/BuildJaxp.gmk
author duke
Wed, 05 Jul 2017 19:51:31 +0200
changeset 25612 aa7bd8e29cc9
parent 24054 1fc636fbd7cf
permissions -rw-r--r--
Added tag jdk9-b24 for changeset d9ce05f36ffe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14250
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
     1
#
15154
408fa7cb0a4c 8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
erikj
parents: 14250
diff changeset
     2
# Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
14250
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
     4
#
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    10
#
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    15
# accompanied this code).
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    16
#
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    20
#
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    23
# questions.
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    24
#
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    25
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    26
# This must be the first rule
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    27
default: all
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    28
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    29
-include $(SPEC)
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    30
include MakeBase.gmk
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    31
include JavaCompilation.gmk
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    32
20586
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    33
DISABLE_JAXP_WARNINGS := -Xlint:all,-deprecation,-unchecked,-rawtypes,-cast,-serial,-dep-ann,-static,-fallthrough
14250
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    34
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    35
# The generate new bytecode uses the new compiler for to generate bytecode
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    36
# for the new jdk that is being built. The code compiled by this setup
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    37
# cannot necessarily be run with the boot jdk.
24054
1fc636fbd7cf 8040267: Remove forced -g from java compile lines in jaxp and jaxws
erikj
parents: 23381
diff changeset
    38
$(eval $(call SetupJavaCompiler,GENERATE_NEWBYTECODE, \
20586
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    39
    JVM := $(JAVA), \
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    40
    JAVAC := $(NEW_JAVAC), \
24054
1fc636fbd7cf 8040267: Remove forced -g from java compile lines in jaxp and jaxws
erikj
parents: 23381
diff changeset
    41
    FLAGS := -XDignore.symbol.file=true $(DISABLE_JAXP_WARNINGS), \
20586
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    42
    SERVER_DIR := $(SJAVAC_SERVER_DIR), \
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    43
    SERVER_JVM := $(SJAVAC_SERVER_JAVA)))
14250
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    44
20586
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    45
$(eval $(call SetupJavaCompilation,BUILD_JAXP, \
24054
1fc636fbd7cf 8040267: Remove forced -g from java compile lines in jaxp and jaxws
erikj
parents: 23381
diff changeset
    46
    SETUP := GENERATE_NEWBYTECODE, \
20586
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    47
    SRC := $(JAXP_TOPDIR)/src, \
23381
600159f2e53f 8036611: Cleanup of handling of properties and other java resources in the build
erikj
parents: 21875
diff changeset
    48
    CLEAN := .properties, \
20586
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    49
    BIN := $(JAXP_OUTPUTDIR)/classes, \
23381
600159f2e53f 8036611: Cleanup of handling of properties and other java resources in the build
erikj
parents: 21875
diff changeset
    50
    SRCZIP := $(JAXP_OUTPUTDIR)/dist/lib/src.zip, \
20586
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    51
    JAR := $(JAXP_OUTPUTDIR)/dist/lib/classes.jar))
14250
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    52
23381
600159f2e53f 8036611: Cleanup of handling of properties and other java resources in the build
erikj
parents: 21875
diff changeset
    53
all: $(BUILD_JAXP)
14250
d3604db57c7b 8000992: Update new build-infra makefiles
ohair
parents:
diff changeset
    54
20586
93084708a137 8001931: The new build system whitespace cleanup
ihse
parents: 15412
diff changeset
    55
.PHONY: default all