blob: 622710f4dfa995c06c7a3bf594217b87d57b51c0 [file] [log] [blame]
Gary Benson5473f392009-10-13 12:04:21 -07001#
Stefan Karlsson8006fe82010-11-23 13:22:55 -08002# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
Gary Benson5473f392009-10-13 12:04:21 -07003# Copyright 2009 Red Hat, Inc.
4# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5#
6# This code is free software; you can redistribute it and/or modify it
7# under the terms of the GNU General Public License version 2 only, as
8# published by the Free Software Foundation.
9#
10# This code is distributed in the hope that it will be useful, but WITHOUT
11# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13# version 2 for more details (a copy is included in the LICENSE file that
14# accompanied this code).
15#
16# You should have received a copy of the GNU General Public License version
17# 2 along with this work; if not, write to the Free Software Foundation,
18# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19#
Erik Trimbleba7c1732010-05-27 19:08:38 -070020# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21# or visit www.oracle.com if you need additional information or have any
22# questions.
Gary Benson5473f392009-10-13 12:04:21 -070023#
24#
25
26# Setup for Zero (non-Shark) version of VM
27
Stefan Karlsson8006fe82010-11-23 13:22:55 -080028# Select which files to use (in top.make)
Gary Benson5473f392009-10-13 12:04:21 -070029TYPE = ZERO
30
31# Install libjvm.so, etc in in server directory.
32VM_SUBDIR = server
Erik Joelsson87d68622016-04-08 13:14:23 +020033
34# Disable trace for zero builds
35# NOTE: This is used for simple comparison with the new build system, and
36# should not be merged into mainline with build-infra.
37INCLUDE_TRACE := false