Makefile revision 5622
369N/A#
369N/A#
369N/A# CDDL HEADER START
369N/A#
369N/A# The contents of this file are subject to the terms of the
369N/A# Common Development and Distribution License (the "License").
369N/A# You may not use this file except in compliance with the License.
369N/A#
369N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
369N/A# or http://www.opensolaris.org/os/licensing.
369N/A# See the License for the specific language governing permissions
369N/A# and limitations under the License.
369N/A#
369N/A# When distributing Covered Code, include this CDDL HEADER in each
369N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
369N/A# If applicable, add the following below this CDDL HEADER, with the
369N/A# fields enclosed by brackets "[]" replaced with your own identifying
369N/A# information: Portions Copyright [yyyy] [name of copyright owner]
369N/A#
369N/A# CDDL HEADER END
3817N/A#
369N/A# Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
3817N/A#
3817N/Ainclude ../../make-rules/shared-macros.mk
3817N/A
3817N/ACOMPONENT_NAME= timezone
369N/A
369N/ACOMPONENT_VERSION= 2015.7
369N/A
369N/ACOMPONENT_BUGDB= utility/timezone
369N/A
369N/AHUMAN_VERSION= 2015g
844N/A
844N/ATPNO= 24870
369N/A
369N/A# Build info part of pkg(5) FMRI dropped ",$(OS_VERSION)" between 11 and 12;
3817N/A# needed for evaluation repo where we build the default repo from 12 on 11.
3817N/Aifeq ($(OS_VERSION),5.11)
369N/AOS_META_VERSION= ,$(OS_VERSION)-$(OS_VERSION)
369N/Aelse
369N/AOS_META_VERSION= -$(OS_VERSION)
369N/Aendif
369N/A
369N/A# "etcetera" must be listed before "backward" because it sets up links that
369N/A# "backward" needs.
369N/ATZFILES= africa antarctica asia australasia etcetera europe \
369N/A factory northamerica pacificnew \
369N/A southamerica backward
369N/A
369N/Ainclude $(WS_MAKE_RULES)/prep.mk
369N/Ainclude $(WS_MAKE_RULES)/ips.mk
369N/A
369N/APKG_MACROS += OS_META_VERSION=$(OS_META_VERSION)
369N/A
369N/APOFILE=zoneinfo.po
369N/A
369N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
369N/A
369N/Abuild:
369N/A @/bin/sh ./do_pofile.sh > $(POFILE)
369N/A
369N/Ainstall: build
369N/A /usr/sbin/zic -d $(PROTOUSRSHARELIBDIR)/zoneinfo $(TZFILES)
369N/A
369N/A# empty test target
369N/Atest: $(NO_TESTS)
369N/A
369N/Asystem-test: $(NO_TESTS)
369N/A
369N/Aclean::
369N/A $(RM) -r $(BUILD_DIR) $(POFILE)
369N/A