Makefile revision 4194
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
4131N/ACOMPONENT_VERSION= 2015.3
3940N/A
1258N/ACOMPONENT_BUGDB= utility/timezone
1258N/A
4131N/AHUMAN_VERSION= 2015c
586N/A
4131N/ATPNO= 22309
2899N/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
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
4194N/Aclean::
454N/A $(RM) -r $(BUILD_DIR) $(POFILE)