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