components/libmcrypt/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 27 Apr 2012 13:23:29 -0700
changeset 800 2ad056ed89ec
parent 418 5b95e3689883
child 1058 34d7aaa03423
permissions -rw-r--r--
7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile 7164671 BUILD_TOOLS should point to on11update-tools now
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
#
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
    22
# Copyright (c) 2011, 2012, 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/
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    35
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    36
include $(WS_TOP)/make-rules/prep.mk
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    37
include $(WS_TOP)/make-rules/configure.mk
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    38
include $(WS_TOP)/make-rules/ips.mk
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    39
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    40
CFLAGS += -xstrconst
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    41
LDFLAGS += -lsocket -lnsl
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
CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    44
CONFIGURE_ENV +=	MAKE=$(GMAKE)
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
# 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
    47
# in the configure script.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    48
CONFIGURE_ENV +=	PATH=/usr/gnu/bin:$(PATH)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    49
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    50
CONFIGURE_OPTIONS += --disable-dynamic-loading
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    51
CONFIGURE_OPTIONS += --with-included-algos="\
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    52
	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
    53
	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
    54
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    55
# 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
    56
# 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
    57
# 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
    58
# 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
    59
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    60
# 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
    61
# thinks it has already been configured.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    62
COMPONENT_PRE_CONFIGURE_ACTION += \
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    63
	$(TOUCH) $(CONFIGURE_SCRIPT) ; \
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    64
	$(RM) $(SOURCE_DIR)/config.status ; \
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    65
	($(CLONEY) $(SOURCE_DIR) $(@D))
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    66
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    67
# common targets
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    68
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    69
build:		$(BUILD_32_and_64)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    70
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    71
install:	$(INSTALL_32_and_64)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    72
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    73
test:		$(TEST_32_and_64)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    74
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    75
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    76
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    77
include $(WS_TOP)/make-rules/depend.mk