Makefile revision 157
157N/A#
157N/A# CDDL HEADER START
157N/A#
157N/A# The contents of this file are subject to the terms of the
157N/A# Common Development and Distribution License (the "License").
157N/A# You may not use this file except in compliance with the License.
157N/A#
157N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
157N/A# or http://www.opensolaris.org/os/licensing.
157N/A# See the License for the specific language governing permissions
157N/A# and limitations under the License.
157N/A#
157N/A# When distributing Covered Code, include this CDDL HEADER in each
157N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157N/A# If applicable, add the following below this CDDL HEADER, with the
157N/A# fields enclosed by brackets "[]" replaced with your own identifying
157N/A# information: Portions Copyright [yyyy] [name of copyright owner]
157N/A#
157N/A# CDDL HEADER END
157N/A#
3996N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
157N/A#
260N/A
157N/ACOMPONENT_NAME= DBI
157N/ACOMPONENT_VERSION= 1.58
157N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
157N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
157N/A
844N/ACOMPONENT_ARCHIVE_HASH= sha1:5f5861728c85b3998eb5a6db3703f46d0fc6faf1
844N/ACOMPONENT_ARCHIVE_URL= http://cr.opensolaris.org/~neuron/dbi/$(COMPONENT_ARCHIVE)
260N/A
260N/Ainclude ../../../make-rules/perl-variants.mk
1298N/Ainclude ../../../make-rules/perl-generic.mk
157N/A
3661N/A$(VARIANT_584)/.installed: \
3661N/A PERL_FILES_TO_UPDATE_MAGIC_LINE=\
3996N/A usr/perl5/vendor_perl/5.8.4/$(PERL_ARCH)-solaris-64int/goferperf.pl \
3996N/A usr/perl5/vendor_perl/5.8.4/$(PERL_ARCH)-solaris-64int/dbixs_rev.pl
3996N/A