Makefile revision 3661
bec154197d3d640b0d5b416cd5218ea58dca5d3aTinderbox User# CDDL HEADER START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Common Development and Distribution License (the "License").
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You may not use this file except in compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing permissions
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# and limitations under the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# When distributing Covered Code, include this CDDL HEADER in each
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If applicable, add the following below this CDDL HEADER, with the
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# fields enclosed by brackets "[]" replaced with your own identifying
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein sha256:e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinCOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/mcrypt/files/Libmcrypt/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinCOMPONENT_PROJECT_URL= http://mcrypt.sourceforge.net/
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Need the GNU sed in our path because of assumptions
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# in the configure script.
bae169ea64bf736d6ea6074c2af3d7c117079972Tinderbox User rijndael-128,rijndael-192,rinjndael-256,enigma,arcfour,blowfish,des,\
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein tripledes,ecb,cbc,cfb,ctr,ncfb,nofb,ofb,stream"
bae169ea64bf736d6ea6074c2af3d7c117079972Tinderbox User# Use cloney to symlink to everything in the source directory because
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# some of parts of the build seem to reference directories relative
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# to the current (build) directory, but are expecting to find files (e.g.,
bae169ea64bf736d6ea6074c2af3d7c117079972Tinderbox User# header files) which reside in the source dir.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# We also must remove the config.status file; otherwise, configure
bae169ea64bf736d6ea6074c2af3d7c117079972Tinderbox User# thinks it has already been configured.
bae169ea64bf736d6ea6074c2af3d7c117079972Tinderbox User# common targets