Lines Matching refs:image

35 # images    An image is what the product looks like when it is
223 INITIAL_IMAGE_JRE=initial-image-jre
224 INITIAL_IMAGE_JDK=initial-image-jdk
227 INITIAL_IMAGE_JRE=initial-image-jre-sol64
228 INITIAL_IMAGE_JDK=initial-image-jdk-sol64
233 initial-image-jre initial-image-jdk \
234 initial-image-jre-sol64 initial-image-jdk-sol64 \
235 trim-image-jre trim-image-jdk \
236 identify-image-jre identify-image-jdk \
237 process-image-jre process-image-jdk \
238 compare-image \
239 sec-files sec-files-win jgss-files server-jdk-image ::
242 # Order is important here, trim jre after jdk image is created
247 trim-image-jre trim-image-jdk \
248 identify-image-jre identify-image-jdk \
249 process-image-jre process-image-jdk sec-files sec-files-win \
250 jgss-files $(EXTRA_IMAGE_TARGETS) server-jdk-image
255 trim-image-jre trim-image-jdk \
256 identify-image-jre identify-image-jdk \
257 process-image-jre process-image-jdk sec-files sec-files-win \
258 jgss-files server-jdk-image
262 image-jre:: initial-image-jre trim-image-jre identify-image-jre process-image-jre
263 image-jdk:: initial-image-jdk trim-image-jdk identify-image-jdk process-image-jdk
283 com/sun/image/codec/jpeg \
468 # The following get removed from the SDK image.
526 # Processing license files from source area to image area
788 initial-image-jre-setup:
792 # 64-bit solaris jre image contains only the 64-bit add-on files.
793 initial-image-jre-sol64:: initial-image-jre-setup
810 # Construct an initial jre image (initial jdk jre) no trimming or stripping
811 # See "initial-image-jdk-setup" for an explanation of the rm of
813 initial-image-jre:: initial-image-jre-setup \
865 @# The Java Kernel JRE image ships with a special VM. It is not included
866 @# in the full JRE image, so remove it. Also, is it only for 32-bit windows.
875 # (Note the jdk WILL want the jre image before this trimming)
877 # Remove certain shared libraries that should not be in the jre image
878 # but should be in the jdk jre image.
879 trim-image-jre::
912 # Post process the image (strips and mcs on Elf files we are shipping)
913 # (Note the jdk WILL want the jre image before this processing)
914 process-image-jre:: $(JRE_BIN_LIST)
936 # Duplicate current j2re-image contents to server-j2re-image
938 server-jdk-image::
974 initial-image-jdk-setup:
986 initial-image-jdk64-bindemos:
993 # Solaris 64 bit image is special
994 initial-image-jdk-sol64:: initial-image-jdk-setup \
995 initial-image-jdk64-bindemos
1000 initial-image-jdk-db:
1008 # Java DB image. Move the Java DB demo directory into the JDK's demo
1012 initial-image-jdk-db: $(DB_ZIP_LIST)
1028 # Standard jdk image
1029 initial-image-jdk:: initial-image-jdk-setup \
1030 initial-image-jdk-db \
1171 trim-image-jdk::
1196 # Post process the image (strips and mcs on files we are shipping)
1197 process-image-jdk:: $(JDK_BIN_LIST)
1223 # The jdk text info file that lives at the root of the install image.
1255 # Create release file to identify this image
1256 identify-image-jdk:: $(JDK_INFO_FILE)
1267 # Create release file to identify this image
1268 identify-image-jre:: $(JRE_INFO_FILE)
1299 # If a previuous image is provided, no need to install it.
1313 compare-image:: install-previous-sanity install-previous-jre install-previous-jdk
1366 # Report on the jre image comparison
1367 compare-image-jre: $(TEMP_PREV_JRE_COMPARISON)
1374 # Report on the jdk image comparison
1375 compare-image-jdk: $(TEMP_PREV_JDK_COMPARISON)
1382 # Do both image comparisons
1383 compare-image:: compare-image-jre compare-image-jdk
1386 compare-image-clobber:
1414 .PHONY: images image-jre image-jdk \
1415 initial-image-jre initial-image-jdk \
1416 initial-image-jre-sol64 initial-image-jdk-sol64 \
1417 initial-image-jdk-setup \
1418 initial-image-jdk-db \
1419 initial-image-jdk64-bindemos \
1420 initial-image-jre-setup \
1421 trim-image-jre trim-image-jdk \
1422 process-image-jre process-image-jdk \
1423 identify-image-jre identify-image-jdk \
1425 compare-image-jre compare-image-jdk \
1426 compare-image compare-image-clobber \