components/libmcrypt/Makefile
author John Beck <John.Beck@Oracle.COM>
Sat, 17 Jan 2015 09:17:37 -0800
branchs11-update
changeset 3661 47545fb8aed4
parent 2434 6c9bb5cf5610
child 3996 20c0f21bbe1e
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     1
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     3
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     7
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    12
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    18
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    20
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    21
#
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2434
diff changeset
    22
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    23
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    24
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    25
include ../../make-rules/shared-macros.mk
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    26
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    27
COMPONENT_NAME=		libmcrypt
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    28
COMPONENT_VERSION=	2.5.8
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    29
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 418
diff changeset
    31
COMPONENT_ARCHIVE_HASH=	\
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 418
diff changeset
    32
    sha256:e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/mcrypt/files/Libmcrypt/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    34
COMPONENT_PROJECT_URL=  http://mcrypt.sourceforge.net/
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    35
COMPONENT_BUGDB=	library/libmcrypt
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    36
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2434
diff changeset
    37
TPNO=			8771
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2434
diff changeset
    38
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    39
include $(WS_TOP)/make-rules/prep.mk
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    40
include $(WS_TOP)/make-rules/configure.mk
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    41
include $(WS_TOP)/make-rules/ips.mk
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    42
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    43
CFLAGS += -xstrconst
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    44
LDFLAGS += -lsocket -lnsl
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    45
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    46
CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    47
CONFIGURE_ENV +=	MAKE=$(GMAKE)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    48
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    49
# Need the GNU sed in our path because of assumptions 
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    50
# in the configure script.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    51
CONFIGURE_ENV +=	PATH=/usr/gnu/bin:$(PATH)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    52
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    53
CONFIGURE_OPTIONS += --disable-dynamic-loading
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    54
CONFIGURE_OPTIONS += --with-included-algos="\
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    55
	rijndael-128,rijndael-192,rinjndael-256,enigma,arcfour,blowfish,des,\
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    56
	tripledes,ecb,cbc,cfb,ctr,ncfb,nofb,ofb,stream" 
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    57
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    58
# Use cloney to symlink to everything in the source directory because
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    59
# some of parts of the build seem to reference directories relative 
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    60
# to the current (build) directory, but are expecting to find files (e.g.,
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    61
# header files) which reside in the source dir. 
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    62
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    63
# We also must remove the config.status file; otherwise, configure
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    64
# thinks it has already been configured.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    65
COMPONENT_PRE_CONFIGURE_ACTION += \
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    66
	$(TOUCH) $(CONFIGURE_SCRIPT) ; \
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    67
	$(RM) $(SOURCE_DIR)/config.status ; \
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    68
	($(CLONEY) $(SOURCE_DIR) $(@D))
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    69
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    70
# common targets
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    71
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    72
build:		$(BUILD_32_and_64)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    73
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    74
install:	$(INSTALL_32_and_64)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    75
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    76
test:		$(TEST_32_and_64)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    77
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    78
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    79
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    80
include $(WS_TOP)/make-rules/depend.mk