Makefile revision 1273
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# CDDL HEADER START
871c48ec491643e87526b5f24c5ba255fa025027Till Mossakowski# The contents of this file are subject to the terms of the
871c48ec491643e87526b5f24c5ba255fa025027Till Mossakowski# Common Development and Distribution License (the "License").
871c48ec491643e87526b5f24c5ba255fa025027Till Mossakowski# You may not use this file except in compliance with the License.
f157913a0128ce772d0acd5038f61a7a619fd707Till Mossakowski# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
877db3191b09306a5f22df63cf1e9e9dad9a6ddcTill Mossakowski# or http://www.opensolaris.org/os/licensing.
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# See the License for the specific language governing permissions
871c48ec491643e87526b5f24c5ba255fa025027Till Mossakowski# and limitations under the License.
877db3191b09306a5f22df63cf1e9e9dad9a6ddcTill Mossakowski# When distributing Covered Code, include this CDDL HEADER in each
877db3191b09306a5f22df63cf1e9e9dad9a6ddcTill Mossakowski# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# If applicable, add the following below this CDDL HEADER, with the
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# fields enclosed by brackets "[]" replaced with your own identifying
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# information: Portions Copyright [yyyy] [name of copyright owner]
144d4893ba5a3815bd1639d498ee4a20ed13a211Till Mossakowski# CDDL HEADER END
871c48ec491643e87526b5f24c5ba255fa025027Till Mossakowski# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
871c48ec491643e87526b5f24c5ba255fa025027Till MossakowskiCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
871c48ec491643e87526b5f24c5ba255fa025027Till MossakowskiCOMPONENT_PROJECT_URL= http://www.vanheusden.com/httping/
871c48ec491643e87526b5f24c5ba255fa025027Till Mossakowski sha256:f00da30e0744d86ed832f6a49ae455b9447570af3589e1111a1c6210a51cafee
871c48ec491643e87526b5f24c5ba255fa025027Till MossakowskiCOMPONENT_ARCHIVE_URL= http://www.vanheusden.com/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
bea5761c310012308382aa6df7cd80d1f3acc0bcTill MossakowskiCOMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS) -Dstrndup=strndup -DVERSION=\\\"$(COMPONENT_VERSION)\\\""
bea5761c310012308382aa6df7cd80d1f3acc0bcTill MossakowskiCOMPONENT_BUILD_ARGS += LDFLAGS="$(LDFLAGS) -lsocket -lnsl -lssl -lcrypto"
0b54df32e275652e0d01cf0b16d2401377526539Till Mossakowski# common targets