Makefile revision 4086
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# CDDL HEADER START
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# The contents of this file are subject to the terms of the
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# Common Development and Distribution License (the "License").
685292a24e42a23ca4fa7cc467398ce10fcfd453JucaBlues# You may not use this file except in compliance with the License.
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# See the License for the specific language governing permissions
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# and limitations under the License.
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# When distributing Covered Code, include this CDDL HEADER in each
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# If applicable, add the following below this CDDL HEADER, with the
54f0b322de8b5934619f28f4971e5c1c95c14ffekeescook# fields enclosed by brackets "[]" replaced with your own identifying
54f0b322de8b5934619f28f4971e5c1c95c14ffekeescook# information: Portions Copyright [yyyy] [name of copyright owner]
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# CDDL HEADER END
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
cd090649718da48f667e425406f075cbd81d29f7JucaBluesCOMPONENT_PROJECT_URL = http://ftp.gnu.org/gnu/libmicrohttpd/
063bb27bebc4a01eefa879017c819a0058548955mentalCOMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6e369d7e74c36e07f5fb1e27d37923fbed7dd89cmental sha256:a78cbcc050fb50f4ef4cf02709a3f8dd498e9230271b445fc3dbec4132b47cdc
963f23115db07f460bdd862b957f8bd9dba88b9bgustav_bCOMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
963f23115db07f460bdd862b957f8bd9dba88b9bgustav_bCONFIGURE_OPTIONS += --includedir=$(USRINCDIR)/microhttpd
aadf03ecf79b1860e1b3032a936d8a2c658f47b3nicholasbishop# requires an older automake to reconfigure.
77e0947f5d14388f467e663e9f84e933ccfc0b80nicholasbishop (cd $(@D); ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv);