hotspot/make/windows/makefiles/projectcreator.make
author sla
Wed, 15 Dec 2010 07:11:31 -0800
changeset 7452 b3fa838286de
parent 7397 5b173b4ca846
child 8303 81a0b8663748
permissions -rw-r--r--
7006354: Updates to Visual Studio project creation and development launcher Summary: Updates to Visual Studio project creation and development launcher Reviewed-by: stefank, coleenp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
#
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
     2
# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
# accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
#
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3261
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3261
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3261
diff changeset
    21
# questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
#  
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
#
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
338
5cf9f61d76f4 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 1
diff changeset
    25
!include $(WorkSpace)/make/windows/makefiles/rules.make
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
489c9b5090e2 Initial load
duke
parents:
diff changeset
    27
# This is used externally by both batch and IDE builds, so can't
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
# reference any of the HOTSPOTWORKSPACE, HOTSPOTBUILDSPACE,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    29
# HOTSPOTRELEASEBINDEST, or HOTSPOTDEBUGBINDEST environment variables.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
#
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    31
# NOTE: unfortunately the ProjectCreatorSources list must be kept
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
# synchronized between this and the Solaris version
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    33
# (make/solaris/makefiles/projectcreator.make).
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    35
ProjectCreatorSources=\
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    36
        $(WorkSpace)\src\share\tools\ProjectCreator\DirectoryTree.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    37
        $(WorkSpace)\src\share\tools\ProjectCreator\DirectoryTreeNode.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    38
        $(WorkSpace)\src\share\tools\ProjectCreator\FileFormatException.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    39
        $(WorkSpace)\src\share\tools\ProjectCreator\Macro.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    40
        $(WorkSpace)\src\share\tools\ProjectCreator\MacroDefinitions.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    41
        $(WorkSpace)\src\share\tools\ProjectCreator\ProjectCreator.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    42
        $(WorkSpace)\src\share\tools\ProjectCreator\WinGammaPlatform.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    43
        $(WorkSpace)\src\share\tools\ProjectCreator\WinGammaPlatformVC6.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    44
        $(WorkSpace)\src\share\tools\ProjectCreator\WinGammaPlatformVC7.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    45
        $(WorkSpace)\src\share\tools\ProjectCreator\WinGammaPlatformVC8.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    46
        $(WorkSpace)\src\share\tools\ProjectCreator\WinGammaPlatformVC9.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    47
        $(WorkSpace)\src\share\tools\ProjectCreator\Util.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    48
        $(WorkSpace)\src\share\tools\ProjectCreator\BuildConfig.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    49
        $(WorkSpace)\src\share\tools\ProjectCreator\ArgsParser.java
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
# This is only used internally
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    52
ProjectCreatorIncludesPRIVATE=\
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    53
        -relativeInclude src\share\vm \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
        -relativeInclude src\share\vm\prims \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
        -relativeInclude src\os\windows\vm \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
        -relativeInclude src\os_cpu\windows_$(Platform_arch)\vm \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    57
        -relativeInclude src\cpu\$(Platform_arch)\vm \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    58
        -absoluteInclude $(HOTSPOTBUILDSPACE)/%f/generated \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    59
        -ignorePath $(HOTSPOTBUILDSPACE)/%f/generated \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    60
        -ignorePath src\share\vm\adlc \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    61
        -ignorePath src\share\vm\shark
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
# This is referenced externally by both the IDE and batch builds
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    64
ProjectCreatorOptions=
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
# This is used externally, but only by the IDE builds, so we can
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
# reference environment variables which aren't defined in the batch
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
# build process.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    70
ProjectCreatorIDEOptions = \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
        -useToGeneratePch  java.cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
        -disablePch        os_windows.cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
        -disablePch        os_windows_$(Platform_arch).cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
        -disablePch        osThread_windows.cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
        -disablePch        bytecodeInterpreter.cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
        -disablePch        bytecodeInterpreterWithChecks.cpp \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    77
        -disablePch        getThread_windows_$(Platform_arch).cpp \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
        -disablePch_compiler2     opcodes.cpp    
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
# Common options for the IDE builds for core, c1, and c2
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    81
ProjectCreatorIDEOptions=\
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    82
        $(ProjectCreatorIDEOptions) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
        -sourceBase $(HOTSPOTWORKSPACE) \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    84
        -buildBase $(HOTSPOTBUILDSPACE)\%f\%b \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
        -startAt src \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    86
        -compiler $(VcVersion) \
7452
b3fa838286de 7006354: Updates to Visual Studio project creation and development launcher
sla
parents: 7397
diff changeset
    87
        -projectFileName $(HOTSPOTBUILDROOT)\$(ProjectFile) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
        -jdkTargetRoot $(HOTSPOTJDKDIST) \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
        -define ALIGN_STACK_FRAMES \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
        -define VM_LITTLE_ENDIAN \
2271
ff6d122287cb 6812297: update project creation for Visual Studio 2005-2008
ikrylov
parents: 1388
diff changeset
    91
        -prelink  "" "Generating vm.def..." "cd $(HOTSPOTBUILDSPACE)\%f\%b	set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME)	$(HOTSPOTMKSHOME)\sh $(HOTSPOTWORKSPACE)\make\windows\build_vm_def.sh $(LINK_VER)" \
7452
b3fa838286de 7006354: Updates to Visual Studio project creation and development launcher
sla
parents: 7397
diff changeset
    92
        -postbuild "" "Building hotspot.exe..." "cd $(HOTSPOTBUILDSPACE)\%f\%b	set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME)	nmake -f $(HOTSPOTWORKSPACE)\make\windows\projectfiles\common\Makefile LOCAL_MAKE=$(HOTSPOTBUILDSPACE)\%f\local.make JAVA_HOME=$(HOTSPOTJDKDIST) launcher" \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    93
        -ignoreFile jsig.c \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    94
        -ignoreFile jvmtiEnvRecommended.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    95
        -ignoreFile jvmtiEnvStub.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    96
        -ignoreFile globalDefinitions_gcc.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    97
        -ignoreFile globalDefinitions_sparcWorks.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    98
        -ignoreFile version.rc \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    99
        -ignoreFile Xusage.txt \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   100
        -define TARGET_ARCH_x86 \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   101
        -define TARGET_OS_ARCH_windows_x86 \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   102
        -define TARGET_OS_FAMILY_windows \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   103
        -define TARGET_COMPILER_visCPP \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   104
       $(ProjectCreatorIncludesPRIVATE)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
# Add in build-specific options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
!if "$(BUILDARCH)" == "i486"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   108
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   109
        -define IA32 \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   110
        -ignorePath x86_64 \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   111
        -define TARGET_ARCH_MODEL_x86_32
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   112
!else
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   113
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   114
        -ignorePath x86_32 \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   115
        -define TARGET_ARCH_MODEL_x86_64
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
!endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   118
ProjectCreatorIDEOptionsIgnoreCompiler1=\
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   119
 -ignorePath_TARGET c1_
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   120
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   121
ProjectCreatorIDEOptionsIgnoreCompiler2=\
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   122
 -ignorePath_TARGET src/share/vm/opto \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   123
 -ignorePath_TARGET src/share/vm/libadt \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   124
 -ignorePath_TARGET adfiles \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   125
 -ignoreFile_TARGET bcEscapeAnalyzer.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   126
 -ignoreFile_TARGET bcEscapeAnalyzer.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   127
 -ignorePath_TARGET chaitin \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   128
 -ignorePath_TARGET c2_ \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   129
 -ignorePath_TARGET runtime_ \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   130
 -ignoreFile_TARGET ciTypeFlow.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   131
 -ignoreFile_TARGET ciTypeFlow.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   132
 -ignoreFile_TARGET $(Platform_arch_model).ad
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   133
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   134
##################################################
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   135
# Without compiler(core) specific options
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   136
##################################################
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   137
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   138
$(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=core) \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   139
$(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=core)
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   140
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
##################################################
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
# JKERNEL specific options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
##################################################
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   144
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
 -define_kernel KERNEL \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   146
$(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=kernel) \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   147
 -ignorePath_kernel src/share/vm/gc_implementation/parallelScavenge \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   148
 -ignorePath_kernel src/share/vm/gc_implementation/parNew \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   149
 -ignorePath_kernel src/share/vm/gc_implementation/concurrentMarkSweep \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   150
 -ignorePath_kernel src/share/vm/gc_implementation/g1 \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   151
 -ignoreFile_kernel attachListener.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   152
 -ignoreFile_kernel attachListener_windows.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   153
 -ignoreFile_kernel dump.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   154
 -ignoreFile_kernel dump_$(Platform_arch_model).cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   155
 -ignoreFile_kernel forte.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   156
 -ignoreFile_kernel fprofiler.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   157
 -ignoreFile_kernel heapDumper.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   158
 -ignoreFile_kernel heapInspection.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   159
 -ignoreFile_kernel jniCheck.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   160
 -ignoreFile_kernel jvmtiCodeBlobEvents.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   161
 -ignoreFile_kernel jvmtiExtensions.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   162
 -ignoreFile_kernel jvmtiImpl.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   163
 -ignoreFile_kernel jvmtiRawMonitor.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   164
 -ignoreFile_kernel jvmtiTagMap.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   165
 -ignoreFile_kernel jvmtiTrace.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   166
 -ignoreFile_kernel jvmtiTrace.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   167
 -ignoreFile_kernel restore.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   168
 -ignoreFile_kernel serialize.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   169
 -ignoreFile_kernel vmStructs.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   170
 -ignoreFile_kernel g1MemoryPool.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   171
 -ignoreFile_kernel g1MemoryPool.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   172
 -ignoreFile_kernel psMemoryPool.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   173
 -ignoreFile_kernel psMemoryPool.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   174
 -ignoreFile_kernel gcAdaptivePolicyCounters.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   175
 -ignoreFile_kernel concurrentGCThread.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   176
 -ignoreFile_kernel mutableNUMASpace.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   177
 -ignoreFile_kernel ciTypeFlow.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   178
 -ignoreFile_kernel ciTypeFlow.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   179
 -ignoreFile_kernel oop.pcgc.inline.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   180
 -ignoreFile_kernel oop.psgc.inline.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   181
 -ignoreFile_kernel allocationStats.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   182
 -ignoreFile_kernel allocationStats.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   183
 -ignoreFile_kernel concurrentGCThread.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   184
 -ignoreFile_kernel gSpaceCounters.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   185
 -ignoreFile_kernel gSpaceCounters.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   186
 -ignoreFile_kernel gcAdaptivePolicyCounters.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   187
 -ignoreFile_kernel immutableSpace.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   188
 -ignoreFile_kernel mutableNUMASpace.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   189
 -ignoreFile_kernel mutableSpace.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   190
 -ignoreFile_kernel spaceCounters.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   191
 -ignoreFile_kernel spaceCounters.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   192
 -ignoreFile_kernel yieldingWorkgroup.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   193
 -ignoreFile_kernel yieldingWorkgroup.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   194
 -ignorePath_kernel vmStructs_ \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   195
 -ignoreFile_kernel $(Platform_arch_model).ad \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   196
 -additionalFile_kernel gcTaskManager.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
##################################################
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
# Client(C1) compiler specific options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
##################################################
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   201
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
 -define_compiler1 COMPILER1 \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   203
$(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
##################################################
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
# Server(C2) compiler specific options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
##################################################
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
#NOTE! This list must be kept in sync with GENERATED_NAMES in adlc.make.
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   209
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
 -define_compiler2 COMPILER2 \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
 -additionalFile_compiler2 $(Platform_arch_model).ad \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   212
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model).cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   213
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model).hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   214
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model)_clone.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   215
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model)_expand.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   216
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model)_format.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   217
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model)_gen.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   218
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model)_misc.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   219
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model)_peephole.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   220
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles ad_$(Platform_arch_model)_pipeline.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   221
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles adGlobals_$(Platform_arch_model).hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   222
 -additionalGeneratedFile_compiler2 $(HOTSPOTBUILDSPACE)/%f/generated/adfiles dfa_$(Platform_arch_model).cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   223
 $(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=compiler2)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   224
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
# Add in the jvmti (JSR-163) options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
# NOTE: do not pull in jvmtiEnvRecommended.cpp.  This file is generated
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
#       so the programmer can diff it with jvmtiEnv.cpp to be sure the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
#       code merge was done correctly (@see jvmti.make and jvmtiEnvFill.java).
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
#       If so, they would then check it in as a new version of jvmtiEnv.cpp.
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   230
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   231
 -additionalGeneratedFile $(HOTSPOTBUILDSPACE)/%f/generated/jvmtifiles jvmtiEnv.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   232
 -additionalGeneratedFile $(HOTSPOTBUILDSPACE)/%f/generated/jvmtifiles jvmtiEnter.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   233
 -additionalGeneratedFile $(HOTSPOTBUILDSPACE)/%f/generated/jvmtifiles jvmtiEnterTrace.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   234
 -additionalGeneratedFile $(HOTSPOTBUILDSPACE)/%f/generated/jvmtifiles jvmti.h \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   235
 -additionalGeneratedFile $(HOTSPOTBUILDSPACE)/%f/generated/jvmtifiles bytecodeInterpreterWithChecks.cpp