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