make/launcher/Launcher-jdk.jdeps.gmk
author herrick
Wed, 20 Nov 2019 10:17:37 -0500
branchJDK-8200758-branch
changeset 59160 e90068e7afa1
parent 47216 71c04702a3d5
permissions -rw-r--r--
JDK-8234402: revert change that stopped providing JPackageToolProvider Reviewed-by: asemenyuk, almatvee, kcr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30813
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
     1
#
41472
ca054ba21d38 8167424: Various trivial fixes in build system
ihse
parents: 40554
diff changeset
     2
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
30813
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
     4
#
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    10
#
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    15
# accompanied this code).
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    16
#
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    20
#
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    23
# questions.
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    24
#
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    25
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    26
include LauncherCommon.gmk
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    27
33523
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 30813
diff changeset
    28
$(eval $(call SetupBuildLauncher, javap, \
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 30813
diff changeset
    29
    MAIN_CLASS := com.sun.tools.javap.Main, \
41966
bac52fa6e617 8169001: Remove launcher's built-in ergonomics
ksrini
parents: 41472
diff changeset
    30
    CFLAGS := -DEXPAND_CLASSPATH_WILDCARDS, \
33523
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 30813
diff changeset
    31
))
30813
302fa7e3d2f0 8074432: Move jdeps and javap to jdk.jdeps module
mchung
parents:
diff changeset
    32
33523
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 30813
diff changeset
    33
$(eval $(call SetupBuildLauncher, jdeps, \
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 30813
diff changeset
    34
    MAIN_CLASS := com.sun.tools.jdeps.Main, \
41966
bac52fa6e617 8169001: Remove launcher's built-in ergonomics
ksrini
parents: 41472
diff changeset
    35
    CFLAGS := -DEXPAND_CLASSPATH_WILDCARDS, \
33523
eb067bcd9414 8141444: Clean up building of JDK launchers
ihse
parents: 30813
diff changeset
    36
))
40554
d395be393449 8164698: modify jdk makefiles to build jdeprscan
smarks
parents: 33523
diff changeset
    37
d395be393449 8164698: modify jdk makefiles to build jdeprscan
smarks
parents: 33523
diff changeset
    38
$(eval $(call SetupBuildLauncher, jdeprscan, \
d395be393449 8164698: modify jdk makefiles to build jdeprscan
smarks
parents: 33523
diff changeset
    39
    MAIN_CLASS := com.sun.tools.jdeprscan.Main, \
41966
bac52fa6e617 8169001: Remove launcher's built-in ergonomics
ksrini
parents: 41472
diff changeset
    40
    CFLAGS := -DEXPAND_CLASSPATH_WILDCARDS, \
40554
d395be393449 8164698: modify jdk makefiles to build jdeprscan
smarks
parents: 33523
diff changeset
    41
))