Makefile revision 172
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# CDDL HEADER START
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# The contents of this file are subject to the terms of the
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# Common Development and Distribution License (the "License").
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# You may not use this file except in compliance with the License.
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# See the License for the specific language governing permissions
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# and limitations under the License.
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# When distributing Covered Code, include this CDDL HEADER in each
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# If applicable, add the following below this CDDL HEADER, with the
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# fields enclosed by brackets "[]" replaced with your own identifying
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# information: Portions Copyright [yyyy] [name of copyright owner]
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# CDDL HEADER END
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel Březina# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel BřezinaIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).$(COMPONENT_PATCH_VERSION)
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel BřezinaCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)p$(COMPONENT_PATCH_VERSION)
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel BřezinaCOMPONENT_ARCHIVE_HASH= sha1:ff032582d66314ff2556a368162fd1fd15fbf9a6
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel BřezinaCOMPONENT_ARCHIVE_URL= http://archive.ntp.org/ntp4/ntp-dev/$(COMPONENT_ARCHIVE)
b407fe0474a674bb42f0f42ab47c7f530a07a367Pavel BřezinaCONFIGURE_ENV += CFLAGS="$(CFLAGS) $(studio_C99_ENABLE) -D_XOPEN_SOURCE=600 -D__EXTENSIONS__"