Makefile revision 4204
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# CDDL HEADER START
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# The contents of this file are subject to the terms of the
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# Common Development and Distribution License (the "License").
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# You may not use this file except in compliance with the License.
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# See the License for the specific language governing permissions
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# and limitations under the License.
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# When distributing Covered Code, include this CDDL HEADER in each
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# If applicable, add the following below this CDDL HEADER, with the
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# fields enclosed by brackets "[]" replaced with your own identifying
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# information: Portions Copyright [yyyy] [name of copyright owner]
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# CDDL HEADER END
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
d0e518695adc90b82233b99af7dffbb3d3f92c00amwCOMPONENT_PROJECT_URL= http://aa-project.sourceforge.net/aalib/
d0e518695adc90b82233b99af7dffbb3d3f92c00amwCOMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(HUMAN_VERSION).tar.gz
d0e518695adc90b82233b99af7dffbb3d3f92c00amw sha256:fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee
d0e518695adc90b82233b99af7dffbb3d3f92c00amwCOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/aa-project/$(COMPONENT_ARCHIVE)
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# We need to reset configure options here because aalib is confused with
d0e518695adc90b82233b99af7dffbb3d3f92c00amw# CC and CFLAGS definitions as configure parameters.
d0e518695adc90b82233b99af7dffbb3d3f92c00amwCONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS))
c6ebeca9d3d849a7a366f3b23b64d492910498d1Alan WrightCONFIGURE_OPTIONS += --libdir=$(CONFIGURE_LIBDIR.$(BITS))
c6ebeca9d3d849a7a366f3b23b64d492910498d1Alan WrightCONFIGURE_OPTIONS += --x-libraries=$(CONFIGURE_LIBDIR.$(BITS))
c6ebeca9d3d849a7a366f3b23b64d492910498d1Alan WrightCONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.$(BITS))
test: $(TEST_32_and_64)