kopia lustrzana https://github.com/Hamlib/Hamlib
initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1427 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
bc27cdd523
commit
dd4823c7e4
|
@ -0,0 +1,12 @@
|
||||||
|
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
|
||||||
|
);
|
Ładowanie…
Reference in New Issue