Makefile revision 919
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#
859N/A# Copyright (c) 2005, 2012, 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
859N/AHUMAN_VERSION= 2012c
586N/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 \
454N/A factory northamerica pacificnew solar87 solar88 solar89 \
454N/A southamerica backward
454N/A
454N/Ainclude ../../make-rules/ips.mk
454N/A
454N/APOFILE=zoneinfo.po
454N/A
454N/Adownload:
454N/A @echo "Nothing to download."
454N/A
454N/Aprep:
454N/A @echo "Nothing to prep."
454N/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
454N/Aclean:
454N/A $(RM) -r $(BUILD_DIR) $(POFILE)
454N/A
454N/Aclobber: clean
454N/A
454N/Ainclude ../../make-rules/depend.mk
454N/A