hotspot/make/windows/makefiles/projectcreator.make
changeset 15432 9d976ca484d8
parent 13963 e5b53c306fb5
child 17382 bba473b81ec0
equal deleted inserted replaced
15431:570c5062ab8a 15432:9d976ca484d8
     1 #
     1 #
     2 # Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
   165 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
   165 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
   166 $(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=core) \
   166 $(ProjectCreatorIDEOptionsIgnoreCompiler1:TARGET=core) \
   167 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=core)
   167 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=core)
   168 
   168 
   169 ##################################################
   169 ##################################################
   170 # JKERNEL specific options
       
   171 ##################################################
       
   172 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
       
   173  -define_kernel KERNEL \
       
   174 $(ProjectCreatorIDEOptionsIgnoreCompiler2:TARGET=kernel) \
       
   175  -ignorePath_kernel src/share/vm/gc_implementation/parallelScavenge \
       
   176  -ignorePath_kernel src/share/vm/gc_implementation/parNew \
       
   177  -ignorePath_kernel src/share/vm/gc_implementation/concurrentMarkSweep \
       
   178  -ignorePath_kernel src/share/vm/gc_implementation/g1 \
       
   179  -ignoreFile_kernel attachListener.cpp \
       
   180  -ignoreFile_kernel attachListener_windows.cpp \
       
   181  -ignoreFile_kernel dump.cpp \
       
   182  -ignoreFile_kernel dump_$(Platform_arch_model).cpp \
       
   183  -ignoreFile_kernel forte.cpp \
       
   184  -ignoreFile_kernel fprofiler.cpp \
       
   185  -ignoreFile_kernel heapDumper.cpp \
       
   186  -ignoreFile_kernel heapInspection.cpp \
       
   187  -ignoreFile_kernel jniCheck.cpp \
       
   188  -ignoreFile_kernel jvmtiCodeBlobEvents.cpp \
       
   189  -ignoreFile_kernel jvmtiExtensions.cpp \
       
   190  -ignoreFile_kernel jvmtiImpl.cpp \
       
   191  -ignoreFile_kernel jvmtiRawMonitor.cpp \
       
   192  -ignoreFile_kernel jvmtiTagMap.cpp \
       
   193  -ignoreFile_kernel jvmtiTrace.cpp \
       
   194  -ignoreFile_kernel jvmtiTrace.hpp \
       
   195  -ignoreFile_kernel restore.cpp \
       
   196  -ignoreFile_kernel serialize.cpp \
       
   197  -ignoreFile_kernel vmStructs.cpp \
       
   198  -ignoreFile_kernel g1MemoryPool.cpp \
       
   199  -ignoreFile_kernel g1MemoryPool.hpp \
       
   200  -ignoreFile_kernel psMemoryPool.cpp \
       
   201  -ignoreFile_kernel psMemoryPool.hpp \
       
   202  -ignoreFile_kernel gcAdaptivePolicyCounters.cpp \
       
   203  -ignoreFile_kernel concurrentGCThread.cpp \
       
   204  -ignoreFile_kernel mutableNUMASpace.cpp \
       
   205  -ignoreFile_kernel ciTypeFlow.cpp \
       
   206  -ignoreFile_kernel ciTypeFlow.hpp \
       
   207  -ignoreFile_kernel oop.pcgc.inline.hpp \
       
   208  -ignoreFile_kernel oop.psgc.inline.hpp \
       
   209  -ignoreFile_kernel allocationStats.cpp \
       
   210  -ignoreFile_kernel allocationStats.hpp \
       
   211  -ignoreFile_kernel concurrentGCThread.hpp \
       
   212  -ignoreFile_kernel gSpaceCounters.cpp \
       
   213  -ignoreFile_kernel gSpaceCounters.hpp \
       
   214  -ignoreFile_kernel gcAdaptivePolicyCounters.hpp \
       
   215  -ignoreFile_kernel immutableSpace.cpp \
       
   216  -ignoreFile_kernel mutableNUMASpace.hpp \
       
   217  -ignoreFile_kernel mutableSpace.cpp \
       
   218  -ignoreFile_kernel spaceCounters.cpp \
       
   219  -ignoreFile_kernel spaceCounters.hpp \
       
   220  -ignoreFile_kernel yieldingWorkgroup.cpp \
       
   221  -ignoreFile_kernel yieldingWorkgroup.hpp \
       
   222  -ignorePath_kernel vmStructs_ \
       
   223  -ignoreFile_kernel $(Platform_arch_model).ad \
       
   224  -additionalFile_kernel gcTaskManager.hpp
       
   225 
       
   226 ##################################################
       
   227 # Client(C1) compiler specific options
   170 # Client(C1) compiler specific options
   228 ##################################################
   171 ##################################################
   229 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
   172 ProjectCreatorIDEOptions=$(ProjectCreatorIDEOptions) \
   230  -define_compiler1 COMPILER1 \
   173  -define_compiler1 COMPILER1 \
   231  -ignorePath_compiler1 core \
   174  -ignorePath_compiler1 core \