OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lib_cflags
(Results
1 - 17
of
17
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/Configurations/
50-cppbuilder.conf
19
lib_cflags
=> shared("-tWD -D_WINDLL -D_DLL"),
00-base-templates.conf
11
lib_cflags
=> "",
descrip.mms.tmpl
124
my @
lib_cflags
= ( $target{
lib_cflags
} // () );
125
my @lib_cflags_no_inst = ( $target{no_inst_lib_cflags} // @
lib_cflags
);
127
@{$config{
lib_cflags
}}, @{$config{shared_cflag}},
129
our $
lib_cflags
= join('', @
lib_cflags
, @lib_cflags_cont );
992
{ shlib => "$
lib_cflags
$lib_cppflags",
993
lib => "$
lib_cflags
$lib_cppflags",
1108
$cflags .= { shlib => $
lib_cflags
,
1109
lib => $
lib_cflags
,
[
all
...]
10-main.conf
1379
lib_cflags
=> add("/Zi /Fdossl_static.pdb"),
1412
lib_cflags
=> add(sub { $disabled{shared} ? "/MT /Zl" : () }),
1911
lib_cflags
=> add("/NAMES=(AS_IS,SHORTENED)/EXTERN_MODEL=STRICT_REFDEF"),
windows-makefile.tmpl
343
LIB_CFLAGS
={- join(' ', $target{
lib_cflags
} || (),
345
@{$config{
lib_cflags
}},
758
shlib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
759
lib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
841
my $cflags = { shlib => ' $(
LIB_CFLAGS
)',
842
lib => ' $(
LIB_CFLAGS
)',
unix-Makefile.tmpl
415
LIB_CFLAGS
={- join(' ', $target{
lib_cflags
} || (),
417
@{$config{
lib_cflags
}},
1563
shlib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1564
lib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1665
shlib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1666
lib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1812
\$(CC) \$(
LIB_CFLAGS
) $linkflags\$(LIB_LDFLAGS)$shared_soname$shared_imp \\
/src/crypto/external/apache2/openssl/dist/Configurations/
50-cppbuilder.conf
19
lib_cflags
=> shared("-tWD -D_WINDLL -D_DLL"),
78
lib_cflags
=> shared("-tWD -D_WINDLL -D_DLL"),
00-base-templates.conf
11
lib_cflags
=> "",
descrip.mms.tmpl
124
my @
lib_cflags
= ( $target{
lib_cflags
} // () );
125
my @lib_cflags_no_inst = ( $target{no_inst_lib_cflags} // @
lib_cflags
);
127
@{$config{
lib_cflags
}}, @{$config{shared_cflag}},
129
our $
lib_cflags
= join('', @
lib_cflags
, @lib_cflags_cont );
1030
{ shlib => "$
lib_cflags
$lib_cppflags",
1031
lib => "$
lib_cflags
$lib_cppflags",
1178
$cflags .= { shlib => $
lib_cflags
,
1179
lib => $
lib_cflags
,
[
all
...]
10-main.conf
1546
lib_cflags
=> add("/Zi /Fdossl_static.pdb"),
1579
lib_cflags
=> add(sub { $disabled{shared} ? "/MT /Zl" : () }),
2113
lib_cflags
=> add("/NAMES=(AS_IS,SHORTENED)/EXTERN_MODEL=STRICT_REFDEF"),
windows-makefile.tmpl
350
LIB_CFLAGS
={- join(' ', $target{
lib_cflags
} || (),
352
@{$config{
lib_cflags
}},
767
shlib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
768
lib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
882
my $cflags = { shlib => ' $(
LIB_CFLAGS
)',
883
lib => ' $(
LIB_CFLAGS
)',
unix-Makefile.tmpl
456
LIB_CFLAGS
={- join(' ', $target{
lib_cflags
} || (),
458
@{$config{
lib_cflags
}},
1609
shlib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1610
lib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1743
shlib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1744
lib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1901
\$(CC) \$(
LIB_CFLAGS
) $linkflags\$(LIB_LDFLAGS)$shared_soname$shared_imp \\
/src/crypto/external/bsd/openssl.old/dist/Configurations/
00-base-templates.conf
11
lib_cflags
=> "",
descrip.mms.tmpl
245
LIB_CFLAGS
={- join('', $target{
lib_cflags
} || (),
247
@{$config{
lib_cflags
}},
309
// $target{
lib_cflags
}
312
@{$config{
lib_cflags
}},
316
// $target{
lib_cflags
}
319
@{$config{
lib_cflags
}},
776
lib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
844
$cflags = { lib => '$(
LIB_CFLAGS
)',
10-main.conf
1255
lib_cflags
=> add("/Zi /Fdossl_static.pdb"),
1284
lib_cflags
=> add(sub { $disabled{shared} ? "/MT /Zl" : () }),
1772
lib_cflags
=> add("/NAMES=(AS_IS,SHORTENED)/EXTERN_MODEL=STRICT_REFDEF"),
1773
# no_inst_lib_cflags is used instead of
lib_cflags
by descrip.mms.tmpl
unix-Makefile.tmpl
370
LIB_CFLAGS
={- join(' ', $target{
lib_cflags
} || (),
372
@{$config{
lib_cflags
}},
1068
lib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1115
lib => '$(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
1200
\$(CC) \$(
LIB_CFLAGS
) $linkflags\$(LIB_LDFLAGS)$shared_soname$shared_imp \\
windows-makefile.tmpl
255
LIB_CFLAGS
={- join(' ', $target{
lib_cflags
} || (),
257
@{$config{
lib_cflags
}},
539
lib => ' $(
LIB_CFLAGS
) $(LIB_CPPFLAGS)',
576
my $cflags = { lib => ' $(
LIB_CFLAGS
)',
Completed in 37 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026