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