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( tests 't/*.t';
OBJECT => '$(O_FILES)', author_tests('xt');
LIBS => [''], use_ppport 3.19;
clean => {
FILES => q{ clean_files qw{
*.stackdump *.stackdump
*.gcov *.gcda *.gcno *.gcov *.gcda *.gcno
*.out *.out
nytprof nytprof
cover_db cover_db
}, };
},
);
tests 't/*.t';
author_tests('xt');
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