Makefile revision 181
142N/A#
142N/A# CDDL HEADER START
142N/A#
142N/A# The contents of this file are subject to the terms of the
142N/A# Common Development and Distribution License (the "License").
142N/A# You may not use this file except in compliance with the License.
142N/A#
142N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
142N/A# or http://www.opensolaris.org/os/licensing.
142N/A# See the License for the specific language governing permissions
142N/A# and limitations under the License.
142N/A#
142N/A# When distributing Covered Code, include this CDDL HEADER in each
142N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
142N/A# If applicable, add the following below this CDDL HEADER, with the
142N/A# fields enclosed by brackets "[]" replaced with your own identifying
142N/A# information: Portions Copyright [yyyy] [name of copyright owner]
142N/A#
142N/A# CDDL HEADER END
142N/A#
142N/A
142N/A#
3996N/A# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
142N/A#
142N/A
142N/Ainclude ../../make-rules/shared-macros.mk
142N/A
1273N/ACOMPONENT_NAME= ntp-dev
4280N/ACOMPONENT_PATCH_VERSION= 200
618N/ACOMPONENT_VERSION= 4.2.5
1273N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).$(COMPONENT_PATCH_VERSION)
1273N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)p$(COMPONENT_PATCH_VERSION)
142N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= sha1:ff032582d66314ff2556a368162fd1fd15fbf9a6
4280N/ACOMPONENT_ARCHIVE_URL= http://archive.ntp.org/ntp4/ntp-dev/$(COMPONENT_ARCHIVE)
4280N/APATCH_LEVEL = 0
1273N/A
142N/Ainclude ../../make-rules/prep.mk
142N/Ainclude ../../make-rules/configure.mk
4280N/Ainclude ../../make-rules/ips.mk
844N/A
4280N/ACFLAGS += $(studio_C99_ENABLE) -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
4280N/A
142N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
4280N/ACONFIGURE_OPTIONS += --bindir=/usr/sbin
3661N/ACONFIGURE_OPTIONS += --with-binsubdir=sbin
3996N/ACONFIGURE_OPTIONS += --libexecdir=/usr/lib/inet
3996N/ACONFIGURE_OPTIONS += --sysconfdir=/etc/inet
3996N/ACONFIGURE_OPTIONS += --enable-all-clocks
142N/ACONFIGURE_OPTIONS += --enable-debugging
4132N/ACONFIGURE_OPTIONS += --enable-debug-timing
4132N/ACONFIGURE_OPTIONS += --disable-optional-args
288N/ACONFIGURE_OPTIONS += --enable-parse-clocks
4280N/ACONFIGURE_OPTIONS += --enable-ignore-dns-errors
4280N/ACONFIGURE_OPTIONS += --without-ntpsnmpd
4280N/ACONFIGURE_OPTIONS += --without-lineeditlibs
4280N/ACONFIGURE_OPTIONS += --with-openssl-libdir=/lib
4280N/ACONFIGURE_OPTIONS += --disable-getifaddrs
4280N/A
4280N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
4280N/A
4280N/Abuild: $(BUILD_32)
4280N/Ainstall: $(INSTALL_32)
4280N/Atest: $(NO_TESTS)
4280N/A
142N/Ainclude ../../make-rules/depend.mk
142N/A