Hamlib/bindings/Makefile.PL
Nate Bargmann, N0NB d7e04abffd 20061106:
Update:
		Fix distclean bug in bindings Makefile


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2158 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-11-07 04:28:26 +00:00

18 lines
490 B
Perl

# Builds Hamlib-pl.mk and is invoked from Makefile
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Hamlib',
# Add these new keywords supported since 5.005
($] >= 5.005 ?
(
#ABSTRACT_FROM => 'Hamlib.pm', # retrieve abstract from module
AUTHOR => 'Stephane Fillod and the Hamlib Group') : ()),
# should use libtool somehow. Otherwise try -Wl,--rpath
#'LIBS' => ['-lhamlib'],
#'DEFINE' => '',
#'INC' => '',
#'OBJECT' => 'hamlibperl_wrap.o', # link all the C files too
);