Makefile revision 844
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# CDDL HEADER START
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# The contents of this file are subject to the terms of the
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# Common Development and Distribution License (the "License").
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# You may not use this file except in compliance with the License.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# See the License for the specific language governing permissions
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# and limitations under the License.
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# When distributing Covered Code, include this CDDL HEADER in each
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# CDDL HEADER END
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
298cb3d14d0326f801d6dd105c3e1025227263e0ludoCOMPONENT_PROJECT_URL= http://sourceforge.net/projects/pwgen/
298cb3d14d0326f801d6dd105c3e1025227263e0ludo sha256:61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454
298cb3d14d0326f801d6dd105c3e1025227263e0ludoCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)files/pwgen/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# IPS Package versions contain sequences of non-negative (for now) integers,
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# separated by dots. Leading zeroes are not allowed, due to ordering
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# ambiguity, so IPS team has to massage "06" into "6" and thus IPS version
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# of pwgen is actually 2.6 and not 2.06. IPS_COMPONENT_VERSION is by default
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# set to $(COMPONENT_VERSION) but in this case it has to be set specifically
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# to "2.6" to comply with the convention described above.
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# configure in pwgen is generated by autoconf 2.13, which does not accept the
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# variables like CC, CXX, etc. The solution is to generate a new configure
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# using modern autoconf available on the build system (version 2.63 in the
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# time of creating this makefile).
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# This is to get rid of gcc specific -Wxxx options in pwgen makefile
298cb3d14d0326f801d6dd105c3e1025227263e0ludo# common targets