Lines Matching refs:target

11      sub windowsdll { $config{target} =~ /^(?:Cygwin|mingw)/ }
15 sub sharedaix { !$disabled{shared} && $config{target} =~ /^aix/ }
22 my $target = shift;
24 return "$target: build_generated\n\t\$(MAKE) depend && \$(MAKE) _$target\n_$target";
62 PLATFORM={- $config{target} -}
74 SHLIB_TARGET={- $target{shared_target} -}
301 $libdir = "lib$target{multilib}";
356 RCFLAGS={- join(' ', @{$config{RCFLAGS}}) -} {- $target{shared_rcflag} -}
360 TAR= {- $target{TAR} || "tar" -}
361 TARFLAGS= {- $target{TARFLAGS} -}
373 join(' ', $target{cppflags} || (),
374 (map { "-D".$_} @{$target{defines}},
376 (map { "-I".$_} @{$target{includes}},
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} || (),
396 $target{shared_cppflag} || (),
398 @{$target{lib_defines} || ()},
399 @{$target{shared_defines} || ()},
403 @{$target{lib_includes}},
404 @{$target{shared_includes}},
415 LIB_CFLAGS={- join(' ', $target{lib_cflags} || (),
416 $target{shared_cflag} || (),
420 LIB_CXXFLAGS={- join(' ', $target{lib_cxxflags} || (),
421 $target{shared_cxxflag} || (),
425 LIB_LDFLAGS={- join(' ', $target{shared_ldflag} || (),
429 DSO_CPPFLAGS={- join(' ', $target{dso_cppflags} || (),
430 $target{module_cppflags} || (),
432 @{$target{dso_defines}},
433 @{$target{module_defines}},
437 @{$target{dso_includes}},
438 @{$target{module_includes}},
444 DSO_CFLAGS={- join(' ', $target{dso_cflags} || (),
445 $target{module_cflags} || (),
449 DSO_CXXFLAGS={- join(' ', $target{dso_cxxflags} || (),
450 $target{module_cxxflags} || (),
454 DSO_LDFLAGS={- join(' ', $target{dso_ldflags} || (),
455 $target{module_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} || (),
482 PERLASM_SCHEME= {- $target{perlasm_scheme} -}
517 # Convenience target to prebuild all generated files, not just the mandatory
522 @echo " target system doesn't have $(PERL),"
641 @$(ECHO) "The 'install_fips' target requires the 'enable-fips' option"
644 @$(ECHO) "The 'uninstall_fips' target requires the 'enable-fips' option"
1533 $args{target}: $deps
1574 my $target = platform->def($args{src});
1575 (my $mkdef_os = $target{shared_target}) =~ s|-shared$||;
1579 $target: $gen0 $deps \$(SRCDIR)/util/mkdef.pl
1580 …l/mkdef.pl$ord_ver --type $args{intent} --ordinals $gen0 --name $ord_name --OS $mkdef_os > $target
1631 \$(PERL)$perlmodules "$dofile" "-o$target{build_file}" $gen0$gen_args > \$@
1777 my $argfile = defined $target{shared_argfileflag} ? $full.".args" : undef;
1779 $shared_soname .= ' '.$target{shared_sonameflag}.basename($full)
1780 if defined $target{shared_sonameflag};
1782 $shared_imp .= ' '.$target{shared_impflag}.basename($import)
1783 if defined $target{shared_impflag} && defined $import;
1784 my $shared_def = join("", map { ' '.$target{shared_defflag}.$_ } @defs);
1804 ($argfile ? $target{shared_argfileflag}.$argfile : ())
1889 my $shared_def = join("", map { ' '.$target{shared_defflag}.$_ } @defs);
1891 …$shared_def .= ' '.$target{shared_fipsflag} if (defined $target{shared_fipsflag} && $shared_def =~…
1979 "-o$target{build_file}" $sources > "$script"
1989 # We already have a 'test' target, and the top directory is just plain
2010 my $target = "$dir $dir/";
2015 $target: \\