Makefile revision 3661
5cd4555ad444fd391002ae32450572054369fd42Rob Austein#
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# CDDL HEADER START
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# The contents of this file are subject to the terms of the
f428e385a4f7a42196b53de8e134909e8c488258Automatic Updater# Common Development and Distribution License (the "License").
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# You may not use this file except in compliance with the License.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington#
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# or http://www.opensolaris.org/os/licensing.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# See the License for the specific language governing permissions
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# CDDL HEADER END
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews#
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews#
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellingtoninclude ../../make-rules/shared-macros.mk
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonCOMPONENT_NAME= httping
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonCOMPONENT_VERSION= 1.4.4
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonCOMPONENT_PROJECT_URL= http://www.vanheusden.com/httping/
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonCOMPONENT_ARCHIVE_HASH= \
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington sha256:f00da30e0744d86ed832f6a49ae455b9447570af3589e1111a1c6210a51cafee
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonCOMPONENT_ARCHIVE_URL= http://www.vanheusden.com/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonCOMPONENT_BUGDB= utility/httping
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonTPNO= 9238
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellingtoninclude ../../make-rules/prep.mk
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeininclude ../../make-rules/justmake.mk
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeininclude ../../make-rules/ips.mk
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinCOMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS) -Dstrndup=strndup -DVERSION=\\\"$(COMPONENT_VERSION)\\\""
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark AndrewsCOMPONENT_BUILD_ARGS += LDFLAGS="$(LDFLAGS) -lsocket -lnsl -lssl -lcrypto"
3398334b3acda24b086957286288ca9852662b12Automatic UpdaterCOMPONENT_BUILD_ENV += CC="$(CC)"
dde8659175c5798267fb0fdefd7576e4efe271b3Automatic Updater
f428e385a4f7a42196b53de8e134909e8c488258Automatic Updater# common targets
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinbuild: $(BUILD_32)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeininstall: $(INSTALL_32)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeintest: $(NO_TESTS)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeininclude ../../make-rules/depend.mk
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein