1N/A#
1N/A# CDDL HEADER START
1N/A#
1N/A# The contents of this file are subject to the terms of the
1N/A# Common Development and Distribution License, Version 1.0 only
1N/A# (the "License"). You may not use this file except in compliance
1N/A# with the License.
1N/A#
1N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1N/A# or http://www.opensolaris.org/os/licensing.
1N/A# See the License for the specific language governing permissions
1N/A# and limitations under the License.
1N/A#
1N/A# When distributing Covered Code, include this CDDL HEADER in each
1N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1N/A# If applicable, add the following below this CDDL HEADER, with the
1N/A# fields enclosed by brackets "[]" replaced with your own identifying
1N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1N/A#
1N/A# CDDL HEADER END
1N/A#
1N/ABEGIN {
1N/A require 5.006;
1N/A}
1N/A
1N/Ause ExtUtils::MakeMaker;
1N/A
1N/AWriteMakefile(
1N/A NAME => 'Devel::DProf',
1N/A DISTNAME => 'DProf',
1N/A VERSION_FROM => 'DProf.pm',
1N/A clean => { 'FILES' => 'tmon.out t/tmon.out t/err'},
1N/A XSPROTOARG => '-noprototypes',
1N/A DEFINE => '-DPERLDBf_NONAME=0x40 -DPERLDBf_GOTO=0x80 '
1N/A .'-DG_NODEBUG=32 -DPL_NEEDED',
1N/A dist => {
1N/A COMPRESS => 'gzip -9f',
1N/A SUFFIX => 'gz',
1N/A DIST_DEFAULT => 'all tardist',
1N/A },
1N/A MAN3PODS => {},
1N/A);