jdk/make/common/Sanity.gmk
author ohair
Wed, 06 Apr 2011 22:06:11 -0700
changeset 9035 1255eb81cc2f
parent 8583 15dea0fdc2ea
child 14326 3f8b8cd207f8
permissions -rw-r--r--
7033660: Update copyright year to 2011 on any files changed in 2011 Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
9035
1255eb81cc2f 7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents: 8583
diff changeset
     2
# Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4917
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4917
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4917
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4917
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4917
diff changeset
    23
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# Settings and rules to validate the JDK build environment.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.PHONY: \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
	pre-sanity \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
	sanity \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
	sanity-base \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
	sanity-docs \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
	sanity-images \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
	post-sanity-all \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
	post-sanity-docs \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
	post-sanity-images \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
	sanity-all
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# Bring in common sanity check rules
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
include $(JDK_MAKE_SHARED_DIR)/Sanity.gmk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# EXTERNALSANITYCONTROL means that this workspace build is being controlled by
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
# the control workspace, and that workspace is managing what is done to the sanity
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
# check files, and this sanity check run is only appending to those files.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
pre-sanity:  $(SANITY_FILES)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
ifndef EXTERNALSANITYCONTROL
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
	@$(RM) $(SANITY_FILES)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
sanity-base: pre-sanity \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
    sane-settings \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
    sane-insane \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
    sane-make \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
    sane-build_number \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
    sane-os_version \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
    sane-makeflags \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
    sane-alt_outputdir \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
    sane-outputdir \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
    sane-devtools_path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
    sane-compiler_path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
    sane-unixcommand_path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
    sane-usrbin_path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
    sane-math_iso \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
    sane-libCrun \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
    sane-unixccs_path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
    sane-odbcdir \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
    sane-msdevtools_path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
    sane-dxsdk \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
    sane-compiler \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
    sane-cacerts \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
    sane-ant_version \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
    sane-zip_version \
8583
15dea0fdc2ea 7025631: Remove the modules build support from jdk 7
mchung
parents: 7668
diff changeset
    74
    sane-msvcrt_path
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
# The rules sanity-* have a one-to-one correspondence with the major targets
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
# Each sanity-* rule should have no body to ensure that the post-sanity-* is the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
# last rule executed. The pre-sanity rule should be the first dependency. This design 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
# expects the execution of pre-sanity only once per gnumake command invocation, 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
# thus, info written to ERROR_FILE and/or WARNING_FILE will not be removed by subsequent
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
# targets in the same 'gnumake' command line.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
sanity-all:: sanity-base \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
    sane-classpath \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    sane-java_home \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
    sane-fonts \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
    sane-variant \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
    sane-ld_library_path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
    sane-ld_library_path_64 \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
    sane-ld_options \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
    sane-ld_run_path \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
    sane-alt_bootdir \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
    sane-bootdir \
2806
27edf81ff967 6833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms
anthony
parents: 2658
diff changeset
    94
    sane-local-bootdir \
3742
5e1b8bc3cb1a 6844267: Nimbus generator depends on JIBX
peterz
parents: 2806
diff changeset
    95
    sane-alsa-headers
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
ifdef OPENJDK
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
sanity-all:: sane-freetype 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
# Always check cups header paths on solaris & linux
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
ifneq ($(PLATFORM), windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
sanity-all:: \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
    sane-cups
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
# Always check hotspot binary paths even if we are building them from scratch
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
HOTSPOT_IMPORT_CHECK=true
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
ifeq ($(HOTSPOT_IMPORT_CHECK),true)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
sanity-all:: \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
    sane-hotspot_binaries \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
    sane-hotspot_import
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
sanity-docs: sanity-base sane-docs_import
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
sanity-images:: sanity-base
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
sanity:: sanity-all post-sanity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
# this should be the last rule in any target's sanity rule.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
post-sanity post-sanity-all post-sanity-docs post-sanity-images: sane-lastrule