Makefile revision 4730
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# CDDL HEADER START
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# The contents of this file are subject to the terms of the
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# Common Development and Distribution License (the "License").
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# You may not use this file except in compliance with the License.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# See the License for the specific language governing permissions
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# and limitations under the License.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# When distributing Covered Code, include this CDDL HEADER in each
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# If applicable, add the following below this CDDL HEADER, with the
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# fields enclosed by brackets "[]" replaced with your own identifying
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# information: Portions Copyright [yyyy] [name of copyright owner]
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# CDDL HEADER END
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong WangCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong WangCOMPONENT_PROJECT_URL= http://www.gnu.org/software/gdbm/
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang sha256:cc340338a2e28b40058ab9eb5354a21d53f88a1582ea21ba0bb185c37a281dc9
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong WangCOMPONENT_ARCHIVE_URL= ftp://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong WangCOMPONENT_INSTALL_ENV += INSTALL_ROOT="$(PROTO_DIR)"
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# common targets
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# The tests build but they are not run automatically. You have to
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# manually run the tests (testdbm, testgdbm, etc) by hand and verify
2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41Zhong Wang# the DB operations. (No master test files).