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