Launcher-jdk.javadoc.gmk revision 16038:9aaa84760473
119370Spst#
298944Sobrien# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
398944Sobrien# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
419370Spst#
598944Sobrien# This code is free software; you can redistribute it and/or modify it
619370Spst# under the terms of the GNU General Public License version 2 only, as
798944Sobrien# published by the Free Software Foundation.  Oracle designates this
898944Sobrien# particular file as subject to the "Classpath" exception as provided
998944Sobrien# by Oracle in the LICENSE file that accompanied this code.
1098944Sobrien#
1119370Spst# This code is distributed in the hope that it will be useful, but WITHOUT
1298944Sobrien# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1398944Sobrien# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1498944Sobrien# version 2 for more details (a copy is included in the LICENSE file that
1598944Sobrien# accompanied this code).
1619370Spst#
1798944Sobrien# You should have received a copy of the GNU General Public License version
1898944Sobrien# 2 along with this work; if not, write to the Free Software Foundation,
1998944Sobrien# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2098944Sobrien#
2119370Spst# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2219370Spst# or visit www.oracle.com if you need additional information or have any
2319370Spst# questions.
2419370Spst#
2519370Spst
2619370Spstinclude LauncherCommon.gmk
2719370Spst
2819370Spst$(eval $(call SetupBuildLauncher, javadoc, \
2919370Spst    MAIN_CLASS := jdk.javadoc.internal.tool.Main, \
3098944Sobrien    JAVA_ARGS := --add-modules ALL-DEFAULT, \
3198944Sobrien    CFLAGS := -DEXPAND_CLASSPATH_WILDCARDS, \
3219370Spst))
3398944Sobrien