Home
last modified time | relevance | path

Searched refs:static_ext (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/lang/perl5.34/perl-5.34.0/hints/
H A Dcygwin.sh66 if test -z "$static_ext"; then
67 static_ext="Win32CORE"
69 static_ext="$static_ext Win32CORE"
/dports/lang/perl5.30/perl-5.30.3/hints/
H A Dcygwin.sh66 if test -z "$static_ext"; then
67 static_ext="Win32CORE"
69 static_ext="$static_ext Win32CORE"
/dports/lang/perl5.32/perl-5.32.1/hints/
H A Dcygwin.sh66 if test -z "$static_ext"; then
67 static_ext="Win32CORE"
69 static_ext="$static_ext Win32CORE"
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/hints/
H A Dcygwin.sh66 if test -z "$static_ext"; then
67 static_ext="Win32CORE"
69 static_ext="$static_ext Win32CORE"
/dports/lang/p5-ePerl/eperl-2.2.14/
H A Deperl_perl5_sm.pl54 sub static_ext { subroutine
56 @Extensions = sort split /\s+/, $Config{static_ext};
92 push(@mods, &static_ext());
/dports/devel/p5-B-C/B-C-1.57/t/
H A Dstash.t116 if ((($Config{static_ext} eq ' ')
117 || ($Config{static_ext} eq '')
118 || ($^O eq 'cygwin' and $Config{static_ext} =~ /^(Cwd )?Win32CORE$/))
/dports/lang/perl5.34/perl-5.34.0/
H A Dmakedef.pl1221 my $static_ext = $Config{static_ext} // "";
1222 $static_ext =~ s/\//__/g;
1223 $static_ext =~ s/\bDynaLoader\b//;
1224 try_symbols(map {"boot_$_"} grep {/\S/} split /\s+/, $static_ext);
1225 try_symbols("init_Win32CORE") if $static_ext =~ /\bWin32CORE\b/;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dmakedef.pl1081 my $static_ext = $Config{static_ext} // "";
1082 $static_ext =~ s/\//__/g;
1083 $static_ext =~ s/\bDynaLoader\b//;
1084 try_symbols(map {"boot_$_"} grep {/\S/} split /\s+/, $static_ext);
1085 try_symbols("init_Win32CORE") if $static_ext =~ /\bWin32CORE\b/;
/dports/editors/vigor/vigor-0.016/build/ExtUtils/
H A DEmbed.pm61 push(@mods, static_ext()) if defined $std;
138 sub static_ext { subroutine
140 @Extensions = sort split /\s+/, $Config{static_ext};
174 push(@mods, static_ext()) if $std;
/dports/lang/perl5.30/perl-5.30.3/
H A Dmakedef.pl1293 my $static_ext = $Config{static_ext} // "";
1294 $static_ext =~ s/\//__/g;
1295 $static_ext =~ s/\bDynaLoader\b//;
1296 try_symbols(map {"boot_$_"} grep {/\S/} split /\s+/, $static_ext);
1297 try_symbols("init_Win32CORE") if $static_ext =~ /\bWin32CORE\b/;
/dports/lang/perl5.32/perl-5.32.1/
H A Dmakedef.pl1292 my $static_ext = $Config{static_ext} // "";
1293 $static_ext =~ s/\//__/g;
1294 $static_ext =~ s/\bDynaLoader\b//;
1295 try_symbols(map {"boot_$_"} grep {/\S/} split /\s+/, $static_ext);
1296 try_symbols("init_Win32CORE") if $static_ext =~ /\bWin32CORE\b/;
/dports/lang/perl5.34/perl-5.34.0/lib/ExtUtils/
H A DEmbed.pm58 push(@mods, static_ext()) if defined $std;
123 sub static_ext { subroutine
124 @Extensions = ('DynaLoader', sort $Config{static_ext} =~ /(\S+)/g)
184 push(@mods, static_ext()) if $std;
/dports/lang/perl5.30/perl-5.30.3/lib/ExtUtils/
H A DEmbed.pm58 push(@mods, static_ext()) if defined $std;
123 sub static_ext { subroutine
124 @Extensions = ('DynaLoader', sort $Config{static_ext} =~ /(\S+)/g)
184 push(@mods, static_ext()) if $std;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/ExtUtils/
H A DEmbed.pm58 push(@mods, static_ext()) if defined $std;
123 sub static_ext { subroutine
124 @Extensions = ('DynaLoader', sort $Config{static_ext} =~ /(\S+)/g)
184 push(@mods, static_ext()) if $std;
/dports/lang/perl5.32/perl-5.32.1/lib/ExtUtils/
H A DEmbed.pm58 push(@mods, static_ext()) if defined $std;
123 sub static_ext { subroutine
124 @Extensions = ('DynaLoader', sort $Config{static_ext} =~ /(\S+)/g)
184 push(@mods, static_ext()) if $std;
/dports/lang/perl5.32/perl-5.32.1/Cross/
H A DMakefile-cross-SH172 for f in $static_ext; do
241 static_ext = $static_list
243 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
466 sh writemain $(DYNALOADER) $(static_ext) > perlmain.c
484 ext.libs: $(static_ext)
606 perl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
613 pureperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
616 purecovperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
619 quantperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
965 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
[all …]
/dports/lang/perl5.30/perl-5.30.3/Cross/
H A DMakefile-cross-SH172 for f in $static_ext; do
241 static_ext = $static_list
243 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
466 sh writemain $(DYNALOADER) $(static_ext) > perlmain.c
484 ext.libs: $(static_ext)
606 perl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
613 pureperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
616 purecovperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
619 quantperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
965 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
[all …]
/dports/lang/perl5.34/perl-5.34.0/Cross/
H A DMakefile-cross-SH172 for f in $static_ext; do
241 static_ext = $static_list
243 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
466 sh writemain $(DYNALOADER) $(static_ext) > perlmain.c
484 ext.libs: $(static_ext)
606 perl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
613 pureperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
616 purecovperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
619 quantperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
965 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Cross/
H A DMakefile-cross-SH166 for f in $static_ext; do
235 static_ext = $static_list
237 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
460 sh writemain $(DYNALOADER) $(static_ext) > perlmain.c
478 ext.libs: $(static_ext)
600 perl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
607 pureperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
610 purecovperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
613 quantperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
959 -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \
[all …]
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dconfig_sh.PL51 FindExt::set_static_extensions(split ' ', $opt{static_ext});
54 $opt{static_ext} = join(' ',FindExt::static_ext()) || ' ';
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dconfig_sh.PL51 FindExt::set_static_extensions(split ' ', $opt{static_ext});
54 $opt{static_ext} = join(' ',FindExt::static_ext()) || ' ';
/dports/databases/p5-BerkeleyDB/BerkeleyDB-0.64/patches/
H A D5.00446 ext = \$(dynamic_ext) \$(static_ext)
54 ext = \$(dynamic_ext) \$(static_ext)
/dports/databases/db5/db-5.3.28/lang/perl/BerkeleyDB/patches/
H A D5.00446 ext = \$(dynamic_ext) \$(static_ext)
54 ext = \$(dynamic_ext) \$(static_ext)
/dports/databases/db18/db-18.1.40/lang/perl/BerkeleyDB/patches/
H A D5.00446 ext = \$(dynamic_ext) \$(static_ext)
54 ext = \$(dynamic_ext) \$(static_ext)
/dports/databases/db18/db-18.1.40/lang/perl/DB_File/patches/
H A D5.00446 ext = \$(dynamic_ext) \$(static_ext)
54 ext = \$(dynamic_ext) \$(static_ext)

12345678