Lines Matching full:join

4 ## {- join("\n## ", @autowarntext) -}
64 CONFIGURE_ARGS=({- join(", ",quotify_l(@{$config{perlargv}})) -})
76 LIBS={- join(" \\\n" . ' ' x 5,
80 SHLIBS={- join(" \\\n" . ' ' x 7,
84 SHLIB_INFO={- join(" \\\n" . ' ' x 11,
91 MODULES={- join(" \\\n" . ' ' x 8,
107 join(" ", map { platform->dso($_) } @fipsmodules) -}
109 join(" ", map { basename(platform->dso($_)) } @fipsmodules) -}
111 PROGRAMS={- join(" \\\n" . ' ' x 9,
115 SCRIPTS={- join(" \\\n" . ' ' x 8,
118 DEPS={- join(" \\\n" . ' ' x 5,
124 GENERATED_MANDATORY={- join(" \\\n" . ' ' x 20,
128 join(" \\\n" . ' ' x 15,
141 join(" \\\n" . ' ' x 5,
146 join(" \\\n" . ' ' x 13,
153 join(" \\\n" . ' ' x 15,
160 join(" \\\n" . ' ' x 19,
170 join(" \\\n" . ' ' x 16,
178 join(" \\\n" . ' ' x 16,
187 join(" \\\n" . ' ' x 16,
196 join(" \\\n" . ' ' x 16,
202 join(" \\\n" . ' ' x 12,
211 join(" \\\n" . ' ' x 13,
220 join(" \\\n" . ' ' x 10,
224 join(" \\\n" . ' ' x 10,
228 join(" \\\n" . ' ' x 10,
232 join(" \\\n" . ' ' x 10,
236 join(" \\\n" . ' ' x 10,
240 join(" \\\n" . ' ' x 10,
244 join(" \\\n" . ' ' x 10,
248 join(" \\\n" . ' ' x 10,
252 join(" \\\n" . ' ' x 9,
256 join(" \\\n" . ' ' x 9,
260 join(" \\\n" . ' ' x 9,
264 join(" \\\n" . ' ' x 9,
339 CPPFLAGS={- our $cppflags1 = join(" ",
343 CFLAGS={- join(' ', @{$config{CFLAGS}}) -}
344 CXXFLAGS={- join(' ', @{$config{CXXFLAGS}}) -}
345 LDFLAGS= {- join(' ', @{$config{LDFLAGS}}) -}
346 EX_LIBS= {- join(' ', @{$config{LDLIBS}}) -}
353 ARFLAGS= {- join(' ', @{$config{ARFLAGS}}) -}
356 RCFLAGS={- join(' ', @{$config{RCFLAGS}}) -} {- $target{shared_rcflag} -}
373 join(' ', $target{cppflags} || (),
379 CNF_CFLAGS={- join(' ', $target{cflags} || (),
381 CNF_CXXFLAGS={- join(' ', $target{cxxflags} || (),
383 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
385 CNF_EX_LIBS={- join(' ', $target{ex_libs} || (),
395 join(' ', $target{lib_cppflags} || (),
409 join(' ', $lib_cppflags,
415 LIB_CFLAGS={- join(' ', $target{lib_cflags} || (),
420 LIB_CXXFLAGS={- join(' ', $target{lib_cxxflags} || (),
425 LIB_LDFLAGS={- join(' ', $target{shared_ldflag} || (),
429 DSO_CPPFLAGS={- join(' ', $target{dso_cppflags} || (),
444 DSO_CFLAGS={- join(' ', $target{dso_cflags} || (),
449 DSO_CXXFLAGS={- join(' ', $target{dso_cxxflags} || (),
454 DSO_LDFLAGS={- join(' ', $target{dso_ldflags} || (),
460 BIN_CPPFLAGS={- join(' ', $target{bin_cppflags} || (),
464 BIN_CFLAGS={- join(' ', $target{bin_cflags} || (),
467 BIN_CXXFLAGS={- join(' ', $target{bin_cxxflags} || (),
470 BIN_LDFLAGS={- join(' ', $target{bin_lflags} || (),
479 join(' ', $lib_cppflags || (), $cppflags2 || (),
1306 CRYPTOHEADERS={- join(" \\\n" . ' ' x 14,
1308 SSLHEADERS={- join(" \\\n" . ' ' x 11,
1392 libcrypto.pc libssl.pc openssl.pc: Makefile $(LIBS) {- join(" ",map { platform->sharedlib_simple($_) // platform->sharedlib_import($_) // platform->sharedlib($_) // () } @{$unified_info{libraries}}) -}
1446 {- join(" \\\n" . ' ' x 10,
1459 {- join(" \\\n" . ' ' x 15,
1505 my $deps = join(" ", compute_platform_depends(@{$args{deps}}));
1514 my $gen_args = join('', map { " $_" }
1516 my $gen_incs = join("", map { " -I".$_ } @{$args{generator_incs}});
1517 my $incs = join("", map { " -I".$_ } @{$args{incs}});
1518 my $defs = join("", map { " -D".$_ } @{$args{defs}});
1519 my $deps = join(" ", compute_platform_depends(@{$args{generator_deps}},
1601 $deps = join(' ', $deps, compute_platform_depends(@perlmodules));
1603 my $perlmodules = join(' ', '', sort keys %perlmoduleincs, @perlmodules);
1640 my $srcs = join(" ", @srcs);
1641 my $deps = join(" ", @srcs, @{$args{deps}});
1642 my $incs = join("", map { " -I".$_ } @{$args{incs}});
1643 my $defs = join("", map { " -D".$_ } @{$args{defs}});
1729 my $linkflags = join("", map { $_." " } @linkdirs);
1730 my $linklibs = join("", map { $_." " } @linklibs);
1759 my $shared_def = join("", map { ' '.$target{shared_defflag}.$_ } @defs);
1770 ? join("\n\t", map { "echo $_ >> $argfile" } @argfileobjs)
1773 ? join(" \\\n" . ' ' x (length($argfile) + 2),
1782 join(" \\\n" . ' ' x (length($full) + 2),
1785 join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @fullobjs));
1855 my $linkflags = join("", map { $_." " } @linkdirs);
1856 my $linklibs = join("", map { $_." " } @linklibs);
1864 my $shared_def = join("", map { ' '.$target{shared_defflag}.$_ } @defs);
1867 my $objs = join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @objs));
1868 my $deps = join(" \\\n" . ' ' x (length($dso) + 2),
1884 my $deps = join(" \\\n" . ' ' x (length($lib) + 2),
1888 push @objs_grouped, join(" ", splice @objs, 0, $max_per_call) while @objs;
1890 join("\n\t", (map { "\$(AR) \$(ARFLAGS) $lib $_" } @objs_grouped));
1903 my $objs = join(" \\\n" . ' ' x (length($bin) + 2),
1920 my $linkflags = join("", map { $_." " } @linkdirs);
1921 my $linklibs = join("", map { $_." " } @linklibs);
1929 my $objs = join(" \\\n\t\t", fill_lines(' ', $COLUMNS - 16, @objs));
1930 my $deps = join(" \\\n" . ' ' x (length($bin) + 2),
1946 my $sources = join(" ", @{$args{sources}});
1979 push @comments, "# No support to produce $type ".join(", ", @{$unified_info{dirinfo}->{$dir}->{products}->{$type}});
1986 my $deps = join(" \\\n\t",
1988 my $comments = join("\n", "", @comments);