2012-04-10 23:22:03 +08:00
|
|
|
#
|
2020-03-13 02:42:06 +08:00
|
|
|
# Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
|
2012-04-10 23:22:03 +08:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 only, as
|
|
|
|
# published by the Free Software Foundation. Oracle designates this
|
|
|
|
# particular file as subject to the "Classpath" exception as provided
|
|
|
|
# by Oracle in the LICENSE file that accompanied this code.
|
|
|
|
#
|
|
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
|
|
# accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License version
|
|
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
#
|
|
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
|
|
# questions.
|
|
|
|
#
|
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
################################################################################
|
|
|
|
# Build demos for the JDK into $(SUPPORT_OUTPUTDIR)/demos/image.
|
|
|
|
################################################################################
|
|
|
|
|
2012-04-10 23:22:03 +08:00
|
|
|
default: all
|
|
|
|
|
|
|
|
include $(SPEC)
|
|
|
|
include MakeBase.gmk
|
|
|
|
include JavaCompilation.gmk
|
|
|
|
include NativeCompilation.gmk
|
2015-05-19 16:05:02 +08:00
|
|
|
include TextFileProcessing.gmk
|
2015-11-04 00:48:19 +08:00
|
|
|
include ZipArchive.gmk
|
2012-04-10 23:22:03 +08:00
|
|
|
|
2017-10-13 21:22:02 +08:00
|
|
|
# Hook to include the corresponding custom file, if present.
|
|
|
|
$(eval $(call IncludeCustomExtension, CompileDemos-pre.gmk))
|
|
|
|
|
2014-08-17 22:54:13 +08:00
|
|
|
# Prepare the find cache.
|
2017-10-13 21:22:02 +08:00
|
|
|
DEMO_SRC_DIRS += $(TOPDIR)/src/demo
|
|
|
|
|
2017-10-24 16:41:45 +08:00
|
|
|
$(call FillFindCache, $(DEMO_SRC_DIRS))
|
2012-12-28 03:18:42 +08:00
|
|
|
|
2012-04-10 23:22:03 +08:00
|
|
|
# Append demo goals to this variable.
|
2015-11-04 00:48:19 +08:00
|
|
|
TARGETS =
|
2012-04-10 23:22:03 +08:00
|
|
|
|
|
|
|
# The demo structure and contents should really be cleaned up.
|
|
|
|
# Now every other demo has its own quirks where to put the
|
|
|
|
# READMEs and other files.
|
|
|
|
|
2017-09-13 01:03:56 +08:00
|
|
|
DEMO_SHARE_SRC := $(TOPDIR)/src/demo/share
|
2014-08-17 22:54:13 +08:00
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
DEMO_MANIFEST := $(SUPPORT_OUTPUTDIR)/demos/java-main-manifest.mf
|
2012-04-10 23:22:03 +08:00
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
# This rule will be depended on due to the MANIFEST line in SetupBuildDemo
|
|
|
|
# and SetupBuildJvmtiDemo.
|
2015-05-19 16:05:02 +08:00
|
|
|
$(eval $(call SetupTextFileProcessing, BUILD_JAVA_MANIFEST, \
|
2017-09-13 01:03:56 +08:00
|
|
|
SOURCE_FILES := $(TOPDIR)/make/data/mainmanifest/manifest.mf, \
|
2015-11-04 00:48:19 +08:00
|
|
|
OUTPUT_FILE := $(DEMO_MANIFEST), \
|
2015-05-19 16:05:02 +08:00
|
|
|
REPLACEMENTS := \
|
2015-06-11 06:23:01 +08:00
|
|
|
@@VERSION_SPECIFICATION@@ => $(VERSION_SPECIFICATION) ; \
|
|
|
|
@@VERSION_SHORT@@ => $(VERSION_SHORT) ; \
|
2015-05-19 16:05:02 +08:00
|
|
|
@@COMPANY_NAME@@ => $(COMPANY_NAME) , \
|
|
|
|
))
|
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
################################################################################
|
|
|
|
# Build normal demos.
|
|
|
|
|
|
|
|
COPY_TO_JAR := .html .txt .properties .js .gif .jpg .theme .data .opt .c .h \
|
|
|
|
.png .ttf .xyz .obj README COPYRIGHT
|
|
|
|
|
|
|
|
COPY_TO_IMAGE := *.html *.txt *.png *.xml README*
|
|
|
|
|
|
|
|
# Setup make rules for building a demo.
|
|
|
|
#
|
|
|
|
# Parameter 1 is the name of the rule. This name is used as variable prefix,
|
|
|
|
# and the targets generated are listed in a variable by that name.
|
|
|
|
#
|
|
|
|
# Remaining parameters are named arguments. These include:
|
|
|
|
# DEMO_SUBDIR The name of the subdir of the demo, below the demo top dir.
|
|
|
|
# EXTRA_SRC_DIR Additional source directory.
|
|
|
|
# SRC_SUB_DIR Optional subdir to locate source code in
|
|
|
|
# SRC_DIR Alternative source directory to use for the demos.
|
|
|
|
# EXCLUDE_FILES Exclude file list
|
|
|
|
# JAR_NAME Base name of jar file. Defaults to $1.
|
|
|
|
# MAIN_CLASS The main class for the jar. Defaults to $1.
|
|
|
|
# EXTRA_COPY_TO_JAR Additional files to copy to jar (as patterns)
|
|
|
|
# EXTRA_COPY_TO_IMAGE Additional files to copy to images (as wildcards)
|
|
|
|
# EXTRA_MANIFEST_ATTR Extra manifest attribute
|
|
|
|
# SKIP_COMPILATION Skip Java compilation iff true
|
2020-03-13 02:42:06 +08:00
|
|
|
# DISABLED_WARNINGS Additional disabled warnings
|
2015-11-04 00:48:19 +08:00
|
|
|
SetupBuildDemo = $(NamedParamsMacroTemplate)
|
|
|
|
define SetupBuildDemoBody
|
|
|
|
ifeq ($$($1_SRC_DIR), )
|
|
|
|
$1_SRC_DIR := $(DEMO_SHARE_SRC)
|
2013-10-10 21:06:21 +08:00
|
|
|
endif
|
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
$1_SRC_BASE := $$($1_SRC_DIR)/$$($1_DEMO_SUBDIR)/$1
|
|
|
|
|
|
|
|
# In some demos the source is found in a subdir
|
|
|
|
ifneq ($$($1_SRC_SUB_DIR), )
|
|
|
|
$1_MAIN_SRC := $$($1_SRC_BASE)/$$($1_SRC_SUB_DIR)
|
2013-10-10 21:06:21 +08:00
|
|
|
else
|
2015-11-04 00:48:19 +08:00
|
|
|
# for allmost all
|
|
|
|
$1_MAIN_SRC := $$($1_SRC_BASE)
|
2013-10-10 21:06:21 +08:00
|
|
|
endif
|
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
# Default is to use demo name as jar file name.
|
|
|
|
ifeq ($$($1_JAR_NAME), )
|
|
|
|
$1_JAR_NAME := $1
|
2013-10-10 21:06:21 +08:00
|
|
|
endif
|
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
# Default is to use demo name as jar main class.
|
|
|
|
ifeq ($$($1_MAIN_CLASS), )
|
|
|
|
$1_MAIN_CLASS := $1
|
|
|
|
else ifeq ($$($1_MAIN_CLASS), NONE)
|
|
|
|
$1_MAIN_CLASS :=
|
|
|
|
$1_EXTRA_MANIFEST_ATTR += Main-Class: \n
|
|
|
|
endif
|
2013-10-10 21:06:21 +08:00
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
ifneq ($$($1_SKIP_COMPILATION), true)
|
|
|
|
$$(eval $$(call SetupJavaCompilation, BUILD_DEMO_$1, \
|
2020-04-29 14:49:17 +08:00
|
|
|
TARGET_RELEASE := $(TARGET_RELEASE_NEWJDK_UPGRADED), \
|
2015-11-04 00:48:19 +08:00
|
|
|
SRC := $$($1_MAIN_SRC) $$($1_EXTRA_SRC_DIR), \
|
|
|
|
BIN := $(SUPPORT_OUTPUTDIR)/demos/classes/$$($1_DEMO_SUBDIR)/$1, \
|
|
|
|
COPY := $(COPY_TO_JAR) $$($1_EXTRA_COPY_TO_JAR), \
|
|
|
|
JAR := $(SUPPORT_OUTPUTDIR)/demos/image/$$($1_DEMO_SUBDIR)/$1/$$($1_JAR_NAME).jar, \
|
|
|
|
JARMAIN := $$($1_MAIN_CLASS), \
|
|
|
|
MANIFEST := $(DEMO_MANIFEST), \
|
|
|
|
EXTRA_MANIFEST_ATTR := $$($1_EXTRA_MANIFEST_ATTR), \
|
|
|
|
SRCZIP := $(SUPPORT_OUTPUTDIR)/demos/image/$$($1_DEMO_SUBDIR)/$1/src.zip, \
|
|
|
|
EXCLUDE_FILES := $$($1_EXCLUDE_FILES), \
|
2020-03-13 02:42:06 +08:00
|
|
|
DISABLED_WARNINGS := $$($1_DISABLED_WARNINGS), \
|
2015-11-04 00:48:19 +08:00
|
|
|
))
|
|
|
|
|
|
|
|
$1 += $$(BUILD_DEMO_$1)
|
2013-10-10 21:06:21 +08:00
|
|
|
endif
|
2012-04-10 23:22:03 +08:00
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
# Copy files. Sort is needed to remove duplicates.
|
|
|
|
$1_COPY_FILES := $$(sort $$(wildcard $$(addprefix $$($1_SRC_BASE)/, \
|
|
|
|
$(COPY_TO_IMAGE) $$($1_EXTRA_COPY_TO_IMAGE))))
|
|
|
|
$$(eval $$(call SetupCopyFiles, COPY_DEMO_$1, \
|
|
|
|
SRC := $$($1_SRC_BASE), \
|
|
|
|
DEST := $(SUPPORT_OUTPUTDIR)/demos/image/$$($1_DEMO_SUBDIR)/$1, \
|
|
|
|
FILES := $$($1_COPY_FILES), \
|
|
|
|
))
|
|
|
|
|
|
|
|
$1 += $$(COPY_DEMO_$1)
|
|
|
|
|
|
|
|
TARGETS += $$($1)
|
2012-04-10 23:22:03 +08:00
|
|
|
endef
|
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
CODEPOINT_SERVICE := java.awt.im.spi.InputMethodDescriptor
|
|
|
|
CODEPOINT_METAINF_SERVICE_FILE := \
|
|
|
|
$(SUPPORT_OUTPUTDIR)/demos/classes/jfc/CodePointIM/META-INF/services/$(CODEPOINT_SERVICE)
|
2012-04-10 23:22:03 +08:00
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
$(eval $(call SetupBuildDemo, CodePointIM, \
|
|
|
|
DEMO_SUBDIR := jfc, \
|
|
|
|
EXTRA_COPY_TO_JAR := $(CODEPOINT_SERVICE), \
|
|
|
|
))
|
|
|
|
|
|
|
|
# We also need to copy the CODEPOINT_SERVICE file to the META-INF/services
|
|
|
|
# location, and make sure the jar depends on that file to get it included.
|
|
|
|
$(CODEPOINT_METAINF_SERVICE_FILE): $(DEMO_SHARE_SRC)/jfc/CodePointIM/$(CODEPOINT_SERVICE)
|
2013-10-10 21:06:21 +08:00
|
|
|
$(call install-file)
|
2015-11-04 00:48:19 +08:00
|
|
|
|
|
|
|
$(BUILD_DEMO_CodePointIM_JAR): $(CODEPOINT_METAINF_SERVICE_FILE)
|
|
|
|
|
|
|
|
$(eval $(call SetupBuildDemo, FileChooserDemo, \
|
|
|
|
DEMO_SUBDIR := jfc, \
|
2020-03-13 02:42:06 +08:00
|
|
|
DISABLED_WARNINGS := rawtypes deprecation unchecked, \
|
2015-11-04 00:48:19 +08:00
|
|
|
))
|
2013-10-10 21:06:21 +08:00
|
|
|
|
2018-03-24 04:43:39 +08:00
|
|
|
$(eval $(call SetupBuildDemo, SwingSet2, \
|
|
|
|
DEMO_SUBDIR := jfc, \
|
|
|
|
EXTRA_COPY_TO_JAR := .java, \
|
|
|
|
EXTRA_MANIFEST_ATTR := SplashScreen-Image: resources/images/splash.png, \
|
2020-03-13 02:42:06 +08:00
|
|
|
DISABLED_WARNINGS := rawtypes deprecation unchecked static serial cast, \
|
2018-03-24 04:43:39 +08:00
|
|
|
))
|
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
$(eval $(call SetupBuildDemo, Font2DTest, \
|
2020-03-13 02:42:06 +08:00
|
|
|
DISABLED_WARNINGS := rawtypes deprecation unchecked serial cast, \
|
2015-11-04 00:48:19 +08:00
|
|
|
DEMO_SUBDIR := jfc, \
|
|
|
|
))
|
|
|
|
|
2018-05-14 23:58:32 +08:00
|
|
|
$(eval $(call SetupBuildDemo, J2Ddemo, \
|
|
|
|
DEMO_SUBDIR := jfc, \
|
|
|
|
MAIN_CLASS := java2d.J2Ddemo, \
|
2020-03-13 02:42:06 +08:00
|
|
|
DISABLED_WARNINGS := rawtypes deprecation unchecked cast, \
|
2018-05-14 23:58:32 +08:00
|
|
|
JAR_NAME := J2Ddemo, \
|
|
|
|
))
|
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
$(eval $(call SetupBuildDemo, Metalworks, \
|
2020-03-13 02:42:06 +08:00
|
|
|
DISABLED_WARNINGS := rawtypes unchecked, \
|
2015-11-04 00:48:19 +08:00
|
|
|
DEMO_SUBDIR := jfc, \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call SetupBuildDemo, Notepad, \
|
2020-03-13 02:42:06 +08:00
|
|
|
DISABLED_WARNINGS := rawtypes, \
|
2015-11-04 00:48:19 +08:00
|
|
|
DEMO_SUBDIR := jfc, \
|
|
|
|
))
|
|
|
|
|
2018-06-23 03:16:14 +08:00
|
|
|
$(eval $(call SetupBuildDemo, Stylepad, \
|
|
|
|
DEMO_SUBDIR := jfc, \
|
2020-03-13 02:42:06 +08:00
|
|
|
DISABLED_WARNINGS := rawtypes unchecked, \
|
2018-06-23 03:16:14 +08:00
|
|
|
EXTRA_SRC_DIR := $(DEMO_SHARE_SRC)/jfc/Notepad, \
|
|
|
|
EXCLUDE_FILES := $(DEMO_SHARE_SRC)/jfc/Notepad/README.txt, \
|
|
|
|
))
|
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
$(eval $(call SetupBuildDemo, SampleTree, \
|
|
|
|
DEMO_SUBDIR := jfc, \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call SetupBuildDemo, TableExample, \
|
2020-03-13 02:42:06 +08:00
|
|
|
DISABLED_WARNINGS := rawtypes unchecked deprecation, \
|
2015-11-04 00:48:19 +08:00
|
|
|
DEMO_SUBDIR := jfc, \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call SetupBuildDemo, TransparentRuler, \
|
|
|
|
DEMO_SUBDIR := jfc, \
|
|
|
|
MAIN_CLASS := transparentruler.Ruler, \
|
|
|
|
))
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
# Copy html and README files.
|
|
|
|
|
|
|
|
$(SUPPORT_OUTPUTDIR)/demos/image/README: $(DEMO_SHARE_SRC)/README
|
|
|
|
$(call install-file)
|
2012-06-08 11:40:50 +08:00
|
|
|
|
2017-04-18 10:23:43 +08:00
|
|
|
TARGETS += $(SUPPORT_OUTPUTDIR)/demos/image/README
|
2012-06-08 11:40:50 +08:00
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
################################################################################
|
|
|
|
# Copy netbeans project files.
|
2013-04-05 15:39:10 +08:00
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
$(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%: $(DEMO_SHARE_SRC)/nbproject/%
|
|
|
|
$(call install-file)
|
|
|
|
$(CHMOD) -f ug+w $@
|
|
|
|
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
2020-05-21 08:33:37 +08:00
|
|
|
TARGETS += $(patsubst $(DEMO_SHARE_SRC)/nbproject/%, \
|
|
|
|
$(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%, \
|
|
|
|
$(call FindFiles, $(DEMO_SHARE_SRC)/nbproject))
|
2012-04-10 23:22:03 +08:00
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
################################################################################
|
|
|
|
|
2017-05-11 00:27:48 +08:00
|
|
|
ifneq ($(filter images, $(MAKECMDGOALS)), )
|
|
|
|
$(eval $(call SetupCopyFiles, COPY_TO_TEST_IMAGE, \
|
|
|
|
SRC := $(SUPPORT_OUTPUTDIR)/demos/image, \
|
|
|
|
DEST := $(TEST_IMAGE_DIR)/jdk/demos, \
|
2017-10-24 16:41:45 +08:00
|
|
|
FILES := $(call FindFiles, $(SUPPORT_OUTPUTDIR)/demos/image), \
|
2017-05-11 00:27:48 +08:00
|
|
|
))
|
|
|
|
|
|
|
|
IMAGES_TARGETS := $(COPY_TO_TEST_IMAGE)
|
|
|
|
endif
|
|
|
|
|
|
|
|
################################################################################
|
2015-11-04 00:48:19 +08:00
|
|
|
# Hook to include the corresponding custom file, if present.
|
2017-10-13 21:22:02 +08:00
|
|
|
$(eval $(call IncludeCustomExtension, CompileDemos-post.gmk))
|
2012-04-10 23:22:03 +08:00
|
|
|
|
2015-11-04 00:48:19 +08:00
|
|
|
all: $(TARGETS)
|
2017-05-11 00:27:48 +08:00
|
|
|
images: $(IMAGES_TARGETS)
|
2012-04-10 23:22:03 +08:00
|
|
|
|
|
|
|
.PHONY: all
|