kopia lustrzana https://github.com/Hamlib/Hamlib
13 wiersze
468 B
Perl
13 wiersze
468 B
Perl
use ExtUtils::MakeMaker;
|
|
WriteMakefile(
|
|
'NAME' => 'Hamlib',
|
|
($] >= 5.005 ? ## Add these new keywords supported since 5.005
|
|
(#ABSTRACT_FROM => 'Hamlib.pm', # retrieve abstract from module
|
|
AUTHOR => 'Stephane Fillod') : ()),
|
|
# should use libtool somehow. Otherwise try -Wl,--rpath
|
|
#'LIBS' => ['-L../../src/.libs -lhamlib'],
|
|
#'DEFINE' => '',
|
|
#'INC' => '',
|
|
#'OBJECT' => 'hamlibperl_wrap.o', # link all the C files too
|
|
);
|