Makefile revision 1879
120N/A#
120N/A# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
120N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
120N/A#
120N/A# This code is free software; you can redistribute it and/or modify it
120N/A# under the terms of the GNU General Public License version 2 only, as
120N/A# published by the Free Software Foundation.
120N/A#
120N/A# This code is distributed in the hope that it will be useful, but WITHOUT
120N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
120N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
120N/A# version 2 for more details (a copy is included in the LICENSE file that
120N/A# accompanied this code).
120N/A#
120N/A# You should have received a copy of the GNU General Public License version
120N/A# 2 along with this work; if not, write to the Free Software Foundation,
120N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
120N/A#
120N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
120N/A# or visit www.oracle.com if you need additional information or have any
120N/A# questions.
120N/A#
120N/A#
120N/A
120N/AVariant=compiler2
120N/A!include local.make
120N/AAdlcOutDir=$(HOTSPOTBUILDSPACE)\$(Variant)\generated\adfiles
120N/AAdditionalTargets=$(AdlcOutDir)\ad_$(Platform_arch_model).cpp $(AdlcOutDir)\dfa_$(Platform_arch_model).cpp
120N/A
618N/A!include $(HOTSPOTWORKSPACE)/make/windows/projectfiles/common/Makefile
120N/A