Launcher-jdk.javadoc.gmk revision 14357:5c412978857d
1169691Skan#
2169691Skan# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3169691Skan# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4169691Skan#
5169691Skan# This code is free software; you can redistribute it and/or modify it
6169691Skan# under the terms of the GNU General Public License version 2 only, as
7169691Skan# published by the Free Software Foundation.  Oracle designates this
8169691Skan# particular file as subject to the "Classpath" exception as provided
9169691Skan# by Oracle in the LICENSE file that accompanied this code.
10169691Skan#
11169691Skan# This code is distributed in the hope that it will be useful, but WITHOUT
12169691Skan# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13169691Skan# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14169691Skan# version 2 for more details (a copy is included in the LICENSE file that
15169691Skan# accompanied this code).
16169691Skan#
17169691Skan# You should have received a copy of the GNU General Public License version
18169691Skan# 2 along with this work; if not, write to the Free Software Foundation,
19169691Skan# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20169691Skan#
21169691Skan# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22169691Skan# or visit www.oracle.com if you need additional information or have any
23169691Skan# questions.
24169691Skan#
25169691Skan
26169691Skaninclude LauncherCommon.gmk
27169691Skan
28169691Skan$(eval $(call SetupBuildLauncher, javadoc, \
29169691Skan    MAIN_CLASS := jdk.javadoc.internal.tool.Main, \
30169691Skan    JAVA_ARGS := -addmods ALL-DEFAULT, \
31169691Skan    CFLAGS := -DEXPAND_CLASSPATH_WILDCARDS \
32169691Skan        -DNEVER_ACT_AS_SERVER_CLASS_MACHINE, \
33169691Skan))
34169691Skan