HomeSort by: relevance | last modified time | path
    Searched refs:dso_cflags (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 160 my @dso_cflags = ( $target{dso_cflags} // () );
161 my @dso_cflags_no_inst = ( $target{no_inst_dso_cflags} // @dso_cflags );
163 @{$config{dso_cflags}}, @{$config{module_cflag}},
165 our $dso_cflags = join('', @dso_cflags, @dso_cflags_cont );
1032 dso => "$dso_cflags $dso_cppflags",
1180 dso => $dso_cflags,
10-main.conf 1548 dso_cflags => "/Zi /Fddso.pdb",
2109 # Because of dso_cflags below, we can't set the generic |cflags| here,
2119 dso_cflags => add("/NAMES=(SHORTENED)"),
windows-makefile.tmpl 379 DSO_CFLAGS={- join(' ', $target{dso_cflags} || (),
381 @{$config{dso_cflags}},
769 dso => '$(DSO_CFLAGS) $(DSO_CPPFLAGS)',
884 dso => ' $(DSO_CFLAGS)',
unix-Makefile.tmpl 485 DSO_CFLAGS={- join(' ', $target{dso_cflags} || (),
487 @{$config{dso_cflags}},
1611 dso => '$(DSO_CFLAGS) $(DSO_CPPFLAGS)',
1745 dso => '$(DSO_CFLAGS) $(DSO_CPPFLAGS)',
1964 \$(CC) \$(DSO_CFLAGS) $linkflags\$(DSO_LDFLAGS) \\
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 160 my @dso_cflags = ( $target{dso_cflags} // () );
161 my @dso_cflags_no_inst = ( $target{no_inst_dso_cflags} // @dso_cflags );
163 @{$config{dso_cflags}}, @{$config{module_cflag}},
165 our $dso_cflags = join('', @dso_cflags, @dso_cflags_cont );
994 dso => "$dso_cflags $dso_cppflags",
1110 dso => $dso_cflags,
10-main.conf 1381 dso_cflags => "/Zi /Fddso.pdb",
1907 # Because of dso_cflags below, we can't set the generic |cflags| here,
1917 dso_cflags => add("/NAMES=(SHORTENED)"),
windows-makefile.tmpl 372 DSO_CFLAGS={- join(' ', $target{dso_cflags} || (),
374 @{$config{dso_cflags}},
760 dso => '$(DSO_CFLAGS) $(DSO_CPPFLAGS)',
843 dso => ' $(DSO_CFLAGS)',
unix-Makefile.tmpl 444 DSO_CFLAGS={- join(' ', $target{dso_cflags} || (),
446 @{$config{dso_cflags}},
1565 dso => '$(DSO_CFLAGS) $(DSO_CPPFLAGS)',
1667 dso => '$(DSO_CFLAGS) $(DSO_CPPFLAGS)',
1875 \$(CC) \$(DSO_CFLAGS) $linkflags\$(DSO_LDFLAGS) \\
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
descrip.mms.tmpl 277 DSO_CFLAGS={- join('', $target{dso_cflags} || (),
279 @{$config{dso_cflags}},
318 $target{dso_cflags} || (),
320 @{$config{dso_cflags}},
777 dso => '$(DSO_CFLAGS) $(DSO_CPPFLAGS)',
845 dso => '$(DSO_CFLAGS)',
unix-Makefile.tmpl 392 DSO_CFLAGS={- join(' ', $target{dso_cflags} || (),
394 @{$config{dso_cflags}},
1069 dso => '$(DSO_CFLAGS) $(DSO_CPPFLAGS)',
1116 dso => '$(DSO_CFLAGS) $(DSO_CPPFLAGS)',
1250 \$(CC) \$(DSO_CFLAGS) $linkflags\$(DSO_LDFLAGS) \\
windows-makefile.tmpl 274 DSO_CFLAGS={- join(' ', $target{dso_cflags} || (),
276 @{$config{dso_cflags}},
540 dso => ' $(DSO_CFLAGS) $(DSO_CPPFLAGS)',
577 dso => ' $(DSO_CFLAGS)',
10-main.conf 1257 dso_cflags => "/Zi /Fddso.pdb",

Completed in 35 milliseconds