hotspot/make/windows/makefiles/projectcreator.make
author alanb
Tue, 03 May 2016 09:11:31 +0100
changeset 37827 09fa0c82a5f7
parent 35224 e723bb1c6ef9
permissions -rw-r--r--
8154956: Module system implementation refresh (4/2016) Reviewed-by: alanb, mchung, chegar, redestad Contributed-by: alan.bateman@oracle.com, erik.joelsson@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
#
15432
9d976ca484d8 8000692: Remove old KERNEL code
zgu
parents: 13963
diff changeset
     2
# Copyright (c) 1999, 2013, 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.
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
    22
#
1
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
ProjectCreatorSources=\
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    32
        $(WorkSpace)\src\share\tools\ProjectCreator\ProjectCreator.java \
13892
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    33
        $(WorkSpace)\src\share\tools\ProjectCreator\FileTreeCreator.java \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    34
        $(WorkSpace)\src\share\tools\ProjectCreator\FileTreeCreatorVC10.java \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    35
        $(WorkSpace)\src\share\tools\ProjectCreator\WinGammaPlatform.java \
8860
98a7ff20acf0 7031571: Generate native VS2010 project files
sla
parents: 8303
diff changeset
    36
        $(WorkSpace)\src\share\tools\ProjectCreator\WinGammaPlatformVC10.java \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    37
        $(WorkSpace)\src\share\tools\ProjectCreator\Util.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    38
        $(WorkSpace)\src\share\tools\ProjectCreator\BuildConfig.java \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    39
        $(WorkSpace)\src\share\tools\ProjectCreator\ArgsParser.java
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
# This is only used internally
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    42
ProjectCreatorIncludesPRIVATE=\
19270
607d97508c60 8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
dcubed
parents: 18025
diff changeset
    43
        -relativeAltSrcInclude src\closed \
607d97508c60 8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
dcubed
parents: 18025
diff changeset
    44
        -altRelativeInclude share\vm \
607d97508c60 8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
dcubed
parents: 18025
diff changeset
    45
        -altRelativeInclude os\windows\vm \
607d97508c60 8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
dcubed
parents: 18025
diff changeset
    46
        -altRelativeInclude os_cpu\windows_$(Platform_arch)\vm \
607d97508c60 8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
dcubed
parents: 18025
diff changeset
    47
        -altRelativeInclude cpu\$(Platform_arch)\vm \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    48
        -relativeInclude src\share\vm \
11163
e1c2aa954fa7 7112308: Fix Visual Studio build for precompiled header
brutisso
parents: 8860
diff changeset
    49
        -relativeInclude src\share\vm\precompiled \
12262
fb3b9fede660 7148488: Whitebox tests for the Diagnostic Framework Parser
nloodin
parents: 11721
diff changeset
    50
        -relativeInclude src\share\vm\prims\wbtestmethods \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
        -relativeInclude src\share\vm\prims \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
        -relativeInclude src\os\windows\vm \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
        -relativeInclude src\os_cpu\windows_$(Platform_arch)\vm \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    54
        -relativeInclude src\cpu\$(Platform_arch)\vm \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    55
        -absoluteInclude $(HOTSPOTBUILDSPACE)/%f/generated \
13892
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    56
        -relativeSrcInclude src \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    57
        -absoluteSrcInclude $(HOTSPOTBUILDSPACE) \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    58
        -ignorePath $(HOTSPOTBUILDSPACE) \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    59
        -ignorePath share\vm\adlc \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    60
        -ignorePath share\vm\shark \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    61
        -ignorePath share\tools \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    62
        -ignorePath solaris \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    63
        -ignorePath posix \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    64
        -ignorePath sparc \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    65
        -ignorePath linux \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    66
        -ignorePath bsd \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    67
        -ignorePath osx \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    68
        -ignorePath arm \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    69
        -ignorePath ppc \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    70
        -ignorePath zero \
22896
2cafca0e0be0 8035650: Exclude AIX from VS.NET make/windows/projectcreator.make
mgronlun
parents: 19535
diff changeset
    71
        -ignorePath aix \
29570
2dfa46d6ea7e 8074905: Exclude aarch64 from Visual Studio projectcreator.make
mgronlun
parents: 26681
diff changeset
    72
        -ignorePath aarch64 \
35184
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
    73
        -ignorePath jdk.vm.ci \
13892
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    74
        -hidePath .hg
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
    75
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
# 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
    78
ProjectCreatorOptions=
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
# This is used externally, but only by the IDE builds, so we can
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
# reference environment variables which aren't defined in the batch
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
# build process.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    84
ProjectCreatorIDEOptions = \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
        -useToGeneratePch  java.cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
        -disablePch        os_windows.cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
        -disablePch        os_windows_$(Platform_arch).cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
        -disablePch        osThread_windows.cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
        -disablePch        bytecodeInterpreter.cpp \
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
        -disablePch        bytecodeInterpreterWithChecks.cpp \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    91
        -disablePch        getThread_windows_$(Platform_arch).cpp \
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
    92
        -disablePch_compiler2     opcodes.cpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
19270
607d97508c60 8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
dcubed
parents: 18025
diff changeset
    94
# Common options for the IDE builds for c1, and c2
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    95
ProjectCreatorIDEOptions=\
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    96
        $(ProjectCreatorIDEOptions) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
        -sourceBase $(HOTSPOTWORKSPACE) \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    98
        -buildBase $(HOTSPOTBUILDSPACE)\%f\%b \
13892
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
    99
        -buildSpace $(HOTSPOTBUILDSPACE) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
        -startAt src \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   101
        -compiler $(VcVersion) \
8303
81a0b8663748 7017824: Add support for creating 64-bit Visual Studio projects
sla
parents: 7452
diff changeset
   102
        -projectFileName $(HOTSPOTBUILDSPACE)\$(ProjectFile) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
        -jdkTargetRoot $(HOTSPOTJDKDIST) \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
        -define ALIGN_STACK_FRAMES \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
        -define VM_LITTLE_ENDIAN \
34289
2d1821a50263 8142336: Convert the SA agent build to modular build-infra makefiles
erikj
parents: 33160
diff changeset
   106
        -prelink  "" "Generating vm.def..." "cd $(HOTSPOTBUILDSPACE)\%f\%b	set HOTSPOTMKSHOME=$(HOTSPOTMKSHOME)	set JAVA_HOME=$(HOTSPOTJDKDIST)	$(HOTSPOTMKSHOME)\sh $(HOTSPOTWORKSPACE)\make\windows\build_vm_def.sh $(LD_VER)" \
35224
e723bb1c6ef9 8146098: Visual Studio build fails after SA restructure
ctornqvi
parents: 35184
diff changeset
   107
        -ignorePath src\jdk.hotspot.agent \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   108
        -ignoreFile jsig.c \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   109
        -ignoreFile jvmtiEnvRecommended.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   110
        -ignoreFile jvmtiEnvStub.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   111
        -ignoreFile globalDefinitions_gcc.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   112
        -ignoreFile globalDefinitions_sparcWorks.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   113
        -ignoreFile version.rc \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   114
        -ignoreFile Xusage.txt \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   115
        -define TARGET_ARCH_x86 \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   116
        -define TARGET_OS_ARCH_windows_x86 \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   117
        -define TARGET_OS_FAMILY_windows \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   118
        -define TARGET_COMPILER_visCPP \
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   119
        -define INCLUDE_TRACE=1 \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   120
       $(ProjectCreatorIncludesPRIVATE)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
# Add in build-specific options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
!if "$(BUILDARCH)" == "i486"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   124
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
35184
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   125
        -platformName Win32 \
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   126
        -ignorePath x86_64 \
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   127
        -ignorePath src\share\vm\jvmci \
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   128
        -ignoreFile jvmciCodeInstaller_x86.cpp \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   129
        -define IA32 \
35184
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   130
        -define INCLUDE_JVMCI=0 \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   131
        -define TARGET_ARCH_MODEL_x86_32
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   132
!else
8303
81a0b8663748 7017824: Add support for creating 64-bit Visual Studio projects
sla
parents: 7452
diff changeset
   133
!if "$(BUILDARCH)" == "amd64"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   134
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
35184
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   135
        -platformName x64 \
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   136
        -ignorePath x86_32 \
8303
81a0b8663748 7017824: Add support for creating 64-bit Visual Studio projects
sla
parents: 7452
diff changeset
   137
        -define AMD64 \
35184
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   138
        -define _LP64 \
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   139
        -define INCLUDE_JVMCI=1 \
8303
81a0b8663748 7017824: Add support for creating 64-bit Visual Studio projects
sla
parents: 7452
diff changeset
   140
        -define TARGET_ARCH_MODEL_x86_64 \
35184
98d6fac15e3f 8144716: Unable to build in Visual Studio after JVMCI change
ctornqvi
parents: 34289
diff changeset
   141
        -define TARGET_OS_ARCH_MODEL_windows_x86_64
8303
81a0b8663748 7017824: Add support for creating 64-bit Visual Studio projects
sla
parents: 7452
diff changeset
   142
!endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
!endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   145
ProjectCreatorIDEOptionsIgnoreCompiler1=\
13892
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   146
 -ignorePath_TARGET compiler1 \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   147
 -ignorePath_TARGET tiered \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   148
 -ignorePath_TARGET c1_
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   149
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   150
ProjectCreatorIDEOptionsIgnoreCompiler2=\
13892
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   151
 -ignorePath_TARGET compiler2 \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   152
 -ignorePath_TARGET tiered \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   153
 -ignorePath_TARGET src/share/vm/opto \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   154
 -ignorePath_TARGET src/share/vm/libadt \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   155
 -ignorePath_TARGET adfiles \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   156
 -ignoreFile_TARGET bcEscapeAnalyzer.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   157
 -ignoreFile_TARGET bcEscapeAnalyzer.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   158
 -ignorePath_TARGET chaitin \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   159
 -ignorePath_TARGET c2_ \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   160
 -ignorePath_TARGET runtime_ \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   161
 -ignoreFile_TARGET ciTypeFlow.cpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   162
 -ignoreFile_TARGET ciTypeFlow.hpp \
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   163
 -ignoreFile_TARGET $(Platform_arch_model).ad
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   164
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   165
##################################################
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
# Client(C1) compiler specific options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
##################################################
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   168
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
 -define_compiler1 COMPILER1 \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   170
$(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=compiler1)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
##################################################
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
# Server(C2) compiler specific options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
##################################################
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
#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
   176
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
 -define_compiler2 COMPILER2 \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
 -additionalFile_compiler2 $(Platform_arch_model).ad \
13892
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   179
 -additionalFile_compiler2 ad_$(Platform_arch_model).cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   180
 -additionalFile_compiler2 ad_$(Platform_arch_model).hpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   181
 -additionalFile_compiler2 ad_$(Platform_arch_model)_clone.cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   182
 -additionalFile_compiler2 ad_$(Platform_arch_model)_expand.cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   183
 -additionalFile_compiler2 ad_$(Platform_arch_model)_format.cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   184
 -additionalFile_compiler2 ad_$(Platform_arch_model)_gen.cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   185
 -additionalFile_compiler2 ad_$(Platform_arch_model)_misc.cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   186
 -additionalFile_compiler2 ad_$(Platform_arch_model)_peephole.cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   187
 -additionalFile_compiler2 ad_$(Platform_arch_model)_pipeline.cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   188
 -additionalFile_compiler2 adGlobals_$(Platform_arch_model).hpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   189
 -additionalFile_compiler2 dfa_$(Platform_arch_model).cpp \
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
   190
 $(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=compiler2)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
# Add in the jvmti (JSR-163) options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
# NOTE: do not pull in jvmtiEnvRecommended.cpp.  This file is generated
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
#       so the programmer can diff it with jvmtiEnv.cpp to be sure the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
#       code merge was done correctly (@see jvmti.make and jvmtiEnvFill.java).
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
#       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
   197
ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
13892
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   198
 -additionalFile jvmtiEnv.hpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   199
 -additionalFile jvmtiEnter.cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   200
 -additionalFile jvmtiEnterTrace.cpp \
9ba13acea673 7163863: Updated projectcreator
neliasso
parents: 12262
diff changeset
   201
 -additionalFile jvmti.h \
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   202
 -additionalFile bytecodeInterpreterWithChecks.cpp \
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   203
 -additionalFile traceEventClasses.hpp \
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   204
 -additionalFile traceEventIds.hpp \
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   205
!if "$(OPENJDK)" != "true"
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   206
 -additionalFile traceRequestables.hpp \
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   207
 -additionalFile traceEventControl.hpp \
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   208
 -additionalFile traceProducer.cpp \
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   209
!endif
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 17382
diff changeset
   210
 -additionalFile traceTypes.hpp