generated.make revision 1934
10139N/A#
10139N/A# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
10139N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
12198N/A#
10139N/A# This code is free software; you can redistribute it and/or modify it
10139N/A# under the terms of the GNU General Public License version 2 only, as
10139N/A# published by the Free Software Foundation.
17185N/A#
10139N/A# This code is distributed in the hope that it will be useful, but WITHOUT
17180N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17180N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17180N/A# version 2 for more details (a copy is included in the LICENSE file that
10139N/A# accompanied this code).
10139N/A#
10139N/A# You should have received a copy of the GNU General Public License version
10139N/A# 2 along with this work; if not, write to the Free Software Foundation,
17394N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
12578N/A#
10139N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
10139N/A# or visit www.oracle.com if you need additional information or have any
10139N/A# questions.
17394N/A#
11419N/A#
10139N/A
11419N/A!include ../local.make
10139N/A!include $(WorkSpace)/make/windows/makefiles/projectcreator.make
10142N/A!include local.make
10142N/A
10244N/A# Pick up rules for building JVMTI (JSR-163)
14429N/AJvmtiOutDir=jvmtifiles
14429N/A!include $(WorkSpace)/make/windows/makefiles/jvmti.make
12773N/A
14444N/A# Pick up rules for building SA
12773N/A!include $(WorkSpace)/make/windows/makefiles/sa.make
11419N/A
10139N/AAdlcOutDir=adfiles
10139N/A
11419N/A!if ("$(Variant)" == "compiler2") || ("$(Variant)" == "tiered")
11437N/Adefault:: $(AdlcOutDir)/ad_$(Platform_arch_model).cpp $(AdlcOutDir)/dfa_$(Platform_arch_model).cpp $(JvmtiGeneratedFiles) buildobjfiles
11962N/A!else
11437N/Adefault:: $(JvmtiGeneratedFiles) buildobjfiles
11437N/A!endif
10139N/A
10139N/Abuildobjfiles:
10139N/A @ sh $(WorkSpace)/make/windows/create_obj_files.sh $(Variant) $(Platform_arch) $(Platform_arch_model) $(WorkSpace) . > objfiles.make
10139N/A
10803N/Aclasses/ProjectCreator.class: $(ProjectCreatorSources)
10139N/A if exist classes rmdir /s /q classes
10139N/A mkdir classes
10139N/A $(COMPILE_JAVAC) -classpath $(WorkSpace)\src\share\tools\ProjectCreator -d classes $(ProjectCreatorSources)
10139N/A
10139N/A!if ("$(Variant)" == "compiler2") || ("$(Variant)" == "tiered")
13462N/A
16479N/A!include $(WorkSpace)/make/windows/makefiles/compile.make
13462N/A!include $(WorkSpace)/make/windows/makefiles/adlc.make
13462N/A
11419N/A!endif
10139N/A
10139N/A!include $(WorkSpace)/make/windows/makefiles/shared.make
10139N/A