Lines Matching +full:linux +full:- +full:32 +full:- +full:no +full:- +full:asm
10 *.tmpl Build file templates, please read 'Build-file
95 like "-fPIC".
131 platforms (BSD, Linux, Solaris, MacOS/X, ...) this
139 shared library as 'libssl.so -> libssl.so.1.1' with
141 definition that sets 'shlib_variant => "-abc"' will
142 create 'libssl.so -> libssl-abc.so.1.1', again with
149 and all non-alphanumeric characters to '_'.
172 even when 'no-asm' is given, even though it contains
179 - as index for targets found in shared_info.pl.
180 - as linker script generation selector.
182 should end with '-shared', and this suffix will be
202 32-bit and a 64-bit variant), this is used
218 THIRTY_TWO_BIT bignum limbs are 32 bits,
219 this is default if no
225 BN_LLONG bignum limbs are 32 bits,
226 but 64-bit 'unsigned long
292 specifies `no-threads`. The value of the key `thread_scheme` may
299 - shared libraries; that would be libcrypto and libssl.
300 - shared objects (sometimes called dynamic libraries); that would
302 - applications; those are apps/openssl and all the test apps.
309 {ld} $(CFLAGS) {lflags} {shared_ldflag} -o libfoo.so \
313 {ld} $(CFLAGS) {lflags} {module_ldflags} -o libeng.so \
314 blah1.o blah2.o -lcrypto {ex_libs}
317 {ld} $(CFLAGS) {lflags} -o app \
318 app1.o utils.o -lssl -lcrypto {ex_libs}
350 Text::Template, using the delimiters `{-` and `-}`. The hashes
399 `no-shared`.
418 GENERATE[foo.s]=asm/something.pl $(CFLAGS)
419 GENERATE[bar.s]=asm/bar.S
422 Configure places no rules on the command line, except that the first
431 DEPEND[asm/something.pl]=../perlasm/Foo.pm
437 INCLUDE[asm/something.pl]=../perlasm
459 IF[{- $disabled{shared} -}]
467 Build-file programming with the "unified" build system
470 "Build files" are called `Makefile` on Unix-like operating systems,
484 `Configurations/Makefile.tmpl` or `Configurations/unix-Makefile.tmpl`.
485 In case both `Configurations/unix-Makefile.tmpl` and
488 The build-file template is processed with the perl module
489 Text::Template, using `{-` and `-}` as delimiters that enclose the
490 perl code fragments that generate configuration-dependent content.
494 The build-file template is expected to define at least the following
495 perl functions in a perl code fragment enclosed with `{-` and `-}`.
498 generatesrc - function that produces build file lines to generate
527 src2obj - function that produces build file lines to build an
549 obj2lib - function that produces build file lines to build a
562 libobj2shlib - backward compatibility function that's used the
567 library is now DEPRECATED, as they no longer share
570 obj2shlib - function that produces build file lines to build a
591 obj2dso - function that produces build file lines to build a
605 obj2bin - function that produces build file lines to build an
621 in2script - function that produces build file lines to build a
641 ""; # Make sure no lingering values end up in the Makefile
642 -}
650 ---------------
654 either `{build_platform}-{build_file}-checker.pm` or
655 `{build_platform}-checker.pm`, where `{build_platform}` is the second
659 If the check succeeds, the script is expected to end with a non-zero