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