Lines Matching refs:full
1799 my $full = platform->sharedlib($args{lib});
1807 # $simple is for platforms where full shared library names include the
1813 my $argfile = defined $target{shared_argfileflag} ? $full.".args" : undef;
1815 $shared_soname .= ' '.$target{shared_sonameflag}.basename($full)
1835 fill_lines(' ', $COLUMNS - length($full) - 2, @argfileobjs))
1843 join(" \\\n" . ' ' x (length($full) + 2),
1844 fill_lines(' ', $COLUMNS - length($full) - 2, @fulldeps));
1850 if (defined $simple && $simple ne $full) {
1853 $simple: $full
1855 \$(AR) r $simple $full
1859 $simple: $full
1861 ln -s $full $simple
1868 $import: $full $defs[0]
1870 echo \\#!$full > $import && \\
1875 $import: $full
1880 $full: $fulldeps
1882 -o $full$shared_def \\
1888 rm -f apps/$full
1889 rm -f fuzz/$full
1890 cp -p $full apps/
1891 cp -p $full fuzz/
1895 rm -f test/$full
1896 cp -p $full test/