~ubuntu-branches/ubuntu/wily/openssl/wily

« back to all changes in this revision

Viewing changes to Makefile.org

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-06-15 08:17:16 UTC
  • mfrom: (11.1.62 sid)
  • Revision ID: package-import@ubuntu.com-20150615081716-ssoiott2b3v1emou
Tags: 1.0.2c-1ubuntu1
* Merge with Debian, remaining changes.
  - debian/libssl1.0.0.postinst:
    + Display a system restart required notification on libssl1.0.0
      upgrade on servers.
    + Use a different priority for libssl1.0.0/restart-services depending
      on whether a desktop, or server dist-upgrade is being performed.
  - debian/{libssl1.0.0-udeb.dirs, control, rules}: Create
    libssl1.0.0-udeb, for the benefit of wget-udeb (no wget-udeb package
    in Debian).
  - debian/{libcrypto1.0.0-udeb.dirs, libssl1.0.0.dirs, libssl1.0.0.files,
    rules}: Move runtime libraries to /lib, for the benefit of
    wpasupplicant.
  - debian/patches/perlpath-quilt.patch: Don't change perl #! paths under
    .pc.
  - debian/rules:
    + Don't run 'make test' when cross-building.
    + Use host compiler when cross-building.  Patch from Neil Williams.
    + Don't build for processors no longer supported: i586 (on i386)
    + Fix Makefile to properly clean up libs/ dirs in clean target.
    + Replace duplicate files in the doc directory with symlinks.
  - debian/control: Mark Debian Vcs-* as XS-Debian-Vcs-*
  - debian/rules: Enable optimized 64bit elliptic curve code contributed
    by Google.

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
EXHEADER=       e_os2.h
187
187
HEADER=         e_os.h
188
188
 
189
 
all: Makefile build_all openssl.pc libssl.pc libcrypto.pc
 
189
all: Makefile build_all
190
190
 
191
191
# as we stick to -e, CLEARENV ensures that local variables in lower
192
192
# Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn
272
272
sub_all: build_all
273
273
build_all: build_libs build_apps build_tests build_tools
274
274
 
275
 
build_libs: build_crypto build_ssl build_engines
 
275
build_libs: build_libcrypto build_libssl openssl.pc
 
276
 
 
277
build_libcrypto: build_crypto build_engines libcrypto.pc
 
278
build_libssl: build_ssl libssl.pc
276
279
 
277
280
build_crypto:
278
281
        @dir=crypto; target=all; $(BUILD_ONE_CMD)
458
461
report:
459
462
        @$(PERL) util/selftest.pl
460
463
 
 
464
update: errors stacks util/libeay.num util/ssleay.num TABLE
 
465
        @set -e; target=update; $(RECURSIVE_BUILD_CMD)
 
466
 
461
467
depend:
462
468
        @set -e; target=depend; $(RECURSIVE_BUILD_CMD)
463
469
 
482
488
util/ssleay.num::
483
489
        $(PERL) util/mkdef.pl ssl update
484
490
 
485
 
crypto/objects/obj_dat.h: crypto/objects/obj_dat.pl crypto/objects/obj_mac.h
486
 
        $(PERL) crypto/objects/obj_dat.pl crypto/objects/obj_mac.h crypto/objects/obj_dat.h
487
 
crypto/objects/obj_mac.h: crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num
488
 
        $(PERL) crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num crypto/objects/obj_mac.h
489
 
crypto/objects/obj_xref.h: crypto/objects/objxref.pl crypto/objects/obj_xref.txt crypto/objects/obj_mac.num
490
 
        $(PERL) crypto/objects/objxref.pl crypto/objects/obj_mac.num crypto/objects/obj_xref.txt >crypto/objects/obj_xref.h
491
 
 
492
 
apps/openssl-vms.cnf: apps/openssl.cnf
493
 
        $(PERL) VMS/VMSify-conf.pl < apps/openssl.cnf > apps/openssl-vms.cnf
494
 
 
495
 
crypto/bn/bn_prime.h: crypto/bn/bn_prime.pl
496
 
        $(PERL) crypto/bn/bn_prime.pl >crypto/bn/bn_prime.h
497
 
 
498
 
 
499
491
TABLE: Configure
500
492
        (echo 'Output of `Configure TABLE'"':"; \
501
493
        $(PERL) Configure TABLE) > TABLE
502
494
 
503
 
update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h crypto/objects/obj_xref.h apps/openssl-vms.cnf crypto/bn/bn_prime.h TABLE depend
504
 
 
505
495
# Build distribution tar-file. As the list of files returned by "find" is
506
496
# pretty long, on several platforms a "too many arguments" error or similar
507
497
# would occur. Therefore the list of files is temporarily stored into a file