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