1998-06-21 Martin Baulig <martin@home-of-linux.org> * perl/*: Added perl interface. * sysdeps/linux/cpu.c: Bug fix. * include/glibtop/global.h: Only including guile header files within libgtop. * configure.in (LIGBTOP_LIBS): Added `-lgtop'. * Makefile.am: Creating `perl/Makefile.PL' from `perl/Makefile.PL.in' and `perl/Libgtop.xs' using `perl/perl.awk'.
11 lines
344 B
Perl
11 lines
344 B
Perl
# -*-cperl-*-
|
|
use ExtUtils::MakeMaker;
|
|
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
|
# the contents of the Makefile that is written.
|
|
WriteMakefile('NAME' => 'Libgtop',
|
|
'VERSION_FROM' => 'Libgtop.pm',
|
|
'LIBS' => ['@LIBGTOP_GUILE_LIBS@'],
|
|
'DEFINE' => '',
|
|
'INC' => '@LIBGTOP_GUILE_INCS@',
|
|
);
|