Perl: use M::I::XSUtil

This commit is contained in:
Tokuhiro Matsuno 2009-07-30 16:38:03 +09:00
parent 4db90d23ac
commit d3906bd1ab
3 changed files with 10 additions and 7077 deletions

1
perl/.gitignore vendored
View File

@ -10,3 +10,4 @@ pack.o
pm_to_blib pm_to_blib
unpack.o unpack.o
MANIFEST MANIFEST
ppport.h

View File

@ -6,22 +6,17 @@ perl_version '5.008005';
license 'perl'; license 'perl';
can_cc or die "This module requires a C compiler"; can_cc or die "This module requires a C compiler";
makemaker_args(
OBJECT => '$(O_FILES)',
LIBS => [''],
clean => {
FILES => q{
*.stackdump
*.gcov *.gcda *.gcno
*.out
nytprof
cover_db
},
},
);
tests 't/*.t'; tests 't/*.t';
author_tests('xt'); author_tests('xt');
use_ppport 3.19;
clean_files qw{
*.stackdump
*.gcov *.gcda *.gcno
*.out
nytprof
cover_db
};
if ($ENV{DEBUG}) { if ($ENV{DEBUG}) {
cc_append_to_ccflags '-g'; cc_append_to_ccflags '-g';

File diff suppressed because it is too large Load Diff