Lines Matching +full:a +full:- +full:z0 +full:- +full:9
1 #!env perl -w
7 # require a specific license from the United States Government.
9 # export to obtain such a license before exporting.
19 # your software as modified software and not distribute it in such a
26 eval 'exec perl -S $0 ${1+"$@"}'
35 # A typical set of inputs, produced with srcdir=.. at top level:
68 if ($i == -1) {
91 s,^([a-zA-Z0-9_\-]*)\.o:,$1.so $1.po \$(OUTPRE)$1.\$(OBJEXT):,;
93 s,^([a-zA-Z0-9_\-]*)\.o:,\$(OUTPRE)$1.\$(OBJEXT):,;
99 while ($srct =~ m,/[a-z][a-zA-Z0-9_.\-]*/\.\./,) {
100 $srct =~ s,/[a-z][a-zA-Z0-9_.\-]*/\.\./,/,;
110 while ($pat =~ m,/[a-z][a-zA-Z0-9_.\-]*/$,) {
111 $pat =~ s,/[a-z][a-zA-Z0-9_.\-]*/$,/,;
125 # Add a trailing space.
132 while (m/\/[a-z][a-z0-9_.\-]*\/\.\.\//) {
143 s;\$\(BUILDTOP\)/include/db-config.h \$\(BUILDTOP\)/include/db.h ;\$(DB_DEPS) ;g;
145 if ($thisdir eq "util/gss-kernel-lib") {
165 # Apparently some versions of gcc -- like
166 # "gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)"
167 # -- will sometimes emit duplicate header file names.
180 foreach $w (sort { $a cmp $b; } @words) {
205 # Do directory-specific path substitutions on each filename read.