Lines Matching refs:join
4 ## {- join("\n## ", @autowarntext) -}
70 CONFIGURE_ARGS=({- join(", ",quotify_l(@{$config{perlargv}})) -})
82 LIBS={- join(" \\\n" . ' ' x 5,
86 SHLIBS={- join(" \\\n" . ' ' x 7,
90 SHLIB_INFO={- join(" \\\n" . ' ' x 11,
97 MODULES={- join(" \\\n" . ' ' x 8,
113 join(" ", map { platform->dso($_) } @fipsmodules) -}
115 join(" ", map { basename(platform->dso($_)) } @fipsmodules) -}
117 PROGRAMS={- join(" \\\n" . ' ' x 9,
121 SCRIPTS={- join(" \\\n" . ' ' x 8,
124 DEPS={- join(" \\\n" . ' ' x 5,
130 GENERATED_MANDATORY={- join(" \\\n" . ' ' x 20,
134 join(" \\\n" . ' ' x 15,
147 join(" \\\n" . ' ' x 5,
152 join(" \\\n" . ' ' x 13,
159 join(" \\\n" . ' ' x 15,
166 join(" \\\n" . ' ' x 19,
176 join(" \\\n" . ' ' x 16,
184 join(" \\\n" . ' ' x 16,
193 join(" \\\n" . ' ' x 16,
202 join(" \\\n" . ' ' x 16,
208 join(" \\\n" . ' ' x 28,
214 join(" \\\n" . ' ' x 24,
220 join(" \\\n" . ' ' x 12,
229 join(" \\\n" . ' ' x 13,
238 join(" \\\n" . ' ' x 10,
242 join(" \\\n" . ' ' x 10,
246 join(" \\\n" . ' ' x 10,
250 join(" \\\n" . ' ' x 10,
254 join(" \\\n" . ' ' x 10,
258 join(" \\\n" . ' ' x 10,
262 join(" \\\n" . ' ' x 10,
266 join(" \\\n" . ' ' x 10,
270 join(" \\\n" . ' ' x 9,
274 join(" \\\n" . ' ' x 9,
278 join(" \\\n" . ' ' x 9,
282 join(" \\\n" . ' ' x 9,
368 CPPFLAGS={- our $cppflags1 = join(" ",
372 CFLAGS={- join(' ', @{$config{CFLAGS}}) -}
373 CXXFLAGS={- join(' ', @{$config{CXXFLAGS}}) -}
374 LDFLAGS= {- join(' ', @{$config{LDFLAGS}}) -}
375 EX_LIBS= {- join(' ', @{$config{LDLIBS}}) -}
383 ARFLAGS= {- join(' ', @{$config{ARFLAGS}}) -}
386 RCFLAGS={- join(' ', @{$config{RCFLAGS}}) -} {- $target{shared_rcflag} -}
403 join(' ', $target{cppflags} || (),
409 CNF_CFLAGS={- join(' ', $target{cflags} || (),
411 CNF_CXXFLAGS={- join(' ', $target{cxxflags} || (),
413 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
415 CNF_EX_LIBS={- join(' ', $target{ex_libs} || (),
425 join(' ', $target{lib_cppflags} || (),
439 join(' ', $lib_cppflags,
445 LIB_CFLAGS={- join(' ', $target{lib_cflags} || (),
450 LIB_CXXFLAGS={- join(' ', $target{lib_cxxflags} || (),
455 LIB_LDFLAGS={- join(' ', $target{shared_ldflag} || (),
459 DSO_CPPFLAGS={- join(' ', $target{dso_cppflags} || (),
474 DSO_CFLAGS={- join(' ', $target{dso_cflags} || (),
479 DSO_CXXFLAGS={- join(' ', $target{dso_cxxflags} || (),
484 DSO_LDFLAGS={- join(' ', $target{dso_ldflags} || (),
490 BIN_CPPFLAGS={- join(' ', $target{bin_cppflags} || (),
494 BIN_CFLAGS={- join(' ', $target{bin_cflags} || (),
497 BIN_CXXFLAGS={- join(' ', $target{bin_cxxflags} || (),
500 BIN_LDFLAGS={- join(' ', $target{bin_lflags} || (),
509 join(' ', $lib_cppflags || (), $cppflags2 || (),
550 build_libs_nodep: $(LIBS) {- join(" ",map { platform->sharedlib_simple($_) // platform->sharedlib_i…
1380 join(" \\\n" . ' ' x 5, fill_lines(" ", $COLUMNS - 5,
1385 CRYPTOHEADERS={- join(" \\\n" . ' ' x 14,
1387 SSLHEADERS={- join(" \\\n" . ' ' x 11,
1473 {- join(" \\\n" . ' ' x 10,
1486 {- join(" \\\n" . ' ' x 15,
1532 my $deps = join(" ", compute_platform_depends(@{$args{deps}}));
1541 my $gen_args = join('', map { " $_" }
1543 my $gen_incs = join("", map { " -I".$_ } @{$args{generator_incs}});
1544 my $incs = join("", map { " -I".$_ } @{$args{incs}});
1545 my $defs = join("", map { " -D".$_ } @{$args{defs}});
1546 my $deps = join(" ", compute_platform_depends(@{$args{generator_deps}},
1659 = join(" ", compute_platform_depends(@{$args{generator_deps}},
1661 my $perlmodules = join(' ', '', ( sort keys %perlmoduleincs ), @perlmodules);
1699 my $srcs = join(" ", @srcs);
1700 my $deps = join(" ", @srcs, @{$args{deps}});
1701 my $incs = join("", map { " -I".$_ } @{$args{incs}});
1702 my $defs = join("", map { " -D".$_ } @{$args{defs}});
1788 my $linkflags = join("", map { $_." " } @linkdirs);
1789 my $linklibs = join("", map { $_." " } @linklibs);
1820 my $shared_def = join("", map { ' '.$target{shared_defflag}.$_ } @defs);
1831 ? join("\n\t", map { "echo $_ >> $argfile" } @argfileobjs)
1834 ? join(" \\\n" . ' ' x (length($argfile) + 2),
1843 join(" \\\n" . ' ' x (length($full) + 2),
1846 join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @fullobjs));
1925 my $linkflags = join("", map { $_." " } @linkdirs);
1926 my $linklibs = join("", map { $_." " } @linklibs);
1934 my $shared_def = join("", map { ' '.$target{shared_defflag}.$_ } @defs);
1937 my $objs = join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @objs));
1938 my $deps = join(" \\\n" . ' ' x (length($dso) + 2),
1954 my $deps = join(" \\\n" . ' ' x (length($lib) + 2),
1958 push @objs_grouped, join(" ", splice @objs, 0, $max_per_call) while @objs;
1960 join("\n\t", (map { "\$(AR) \$(ARFLAGS) $lib $_" } @objs_grouped));
1973 my $objs = join(" \\\n" . ' ' x (length($bin) + 2),
1990 my $linkflags = join("", map { $_." " } @linkdirs);
1991 my $linklibs = join("", map { $_." " } @linklibs);
1999 my $objs = join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @objs));
2000 my $deps = join(" \\\n" . ' ' x (length($bin) + 2),
2016 my $sources = join(" ", @{$args{sources}});
2049 …push @comments, "# No support to produce $type ".join(", ", @{$unified_info{dirinfo}->{$dir}->{pro…
2056 my $deps = join(" \\\n\t",
2058 my $comments = join("\n", "", @comments);