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