Makefile revision 3996
474N/A#
474N/A#
474N/A# CDDL HEADER START
474N/A#
474N/A# The contents of this file are subject to the terms of the
474N/A# Common Development and Distribution License (the "License").
474N/A# You may not use this file except in compliance with the License.
474N/A#
474N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
474N/A# or http://www.opensolaris.org/os/licensing.
474N/A# See the License for the specific language governing permissions
474N/A# and limitations under the License.
474N/A#
474N/A# When distributing Covered Code, include this CDDL HEADER in each
474N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
474N/A# If applicable, add the following below this CDDL HEADER, with the
474N/A# fields enclosed by brackets "[]" replaced with your own identifying
474N/A# information: Portions Copyright [yyyy] [name of copyright owner]
474N/A#
474N/A# CDDL HEADER END
474N/A#
474N/A# Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
474N/A#
474N/Ainclude ../../make-rules/shared-macros.mk
474N/A
474N/ACOMPONENT_NAME= timezone
474N/A
474N/ACOMPONENT_BUGDB= utility/timezone
474N/A
474N/AHUMAN_VERSION= 2015a
474N/A
618N/ATPNO= 21401
474N/A
474N/A# "etcetera" must be listed before "backward" because it sets up links that
474N/A# "backward" needs.
474N/ATZFILES= africa antarctica asia australasia etcetera europe \
474N/A factory northamerica pacificnew solar87 solar88 solar89 \
474N/A southamerica backward
474N/A
474N/Ainclude $(WS_MAKE_RULES)/ips.mk
474N/A
474N/A# This package delivers only data files and has no dependencies.
474N/A
474N/APOFILE=zoneinfo.po
474N/A
474N/Adownload:
474N/A @echo "Nothing to download."
474N/A
474N/Aprep:
474N/A @echo "Nothing to prep."
474N/A
474N/Abuild:
474N/A @/bin/sh ./do_pofile.sh > $(POFILE)
474N/A
474N/Ainstall: build
474N/A /usr/sbin/zic -d $(PROTOUSRSHARELIBDIR)/zoneinfo $(TZFILES)
474N/A
474N/A# empty test target
474N/Atest: $(NO_TESTS)
474N/A
474N/Aclean:
474N/A $(RM) -r $(BUILD_DIR) $(POFILE)
474N/A
474N/Aclobber: clean
474N/A
474N/A
474N/A