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