Makefile revision 4337
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# CDDL HEADER START
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# The contents of this file are subject to the terms of the
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# Common Development and Distribution License (the "License").
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# You may not use this file except in compliance with the License.
4182b3a1f9f6e1823db9832533c6c9e51d13da8eJakub Hrozek# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4182b3a1f9f6e1823db9832533c6c9e51d13da8eJakub Hrozek# See the License for the specific language governing permissions
4182b3a1f9f6e1823db9832533c6c9e51d13da8eJakub Hrozek# and limitations under the License.
9e80079370ff3b943832adc3c5ef430e64be0a0cJakub Hrozek# When distributing Covered Code, include this CDDL HEADER in each
4182b3a1f9f6e1823db9832533c6c9e51d13da8eJakub Hrozek# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e80079370ff3b943832adc3c5ef430e64be0a0cJakub Hrozek# If applicable, add the following below this CDDL HEADER, with the
9e80079370ff3b943832adc3c5ef430e64be0a0cJakub Hrozek# fields enclosed by brackets "[]" replaced with your own identifying
9e80079370ff3b943832adc3c5ef430e64be0a0cJakub Hrozek# information: Portions Copyright [yyyy] [name of copyright owner]
af5a58fc3811af8521721f731d8234d983042ceaJan Cholasta# CDDL HEADER END
af5a58fc3811af8521721f731d8234d983042ceaJan Cholasta# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
4d81fe27ced3d2e96866aeaf61661a925cb8edf1Jakub HrozekCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4d81fe27ced3d2e96866aeaf61661a925cb8edf1Jakub Hrozek sha256:1d1781ae6c42b15c26f45da7f53200defe00b6b2cad0512f05fdd43e539dd539
4d81fe27ced3d2e96866aeaf61661a925cb8edf1Jakub HrozekCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/pycountry
9675aa73c7cb0c918038a7e177895b67ce135bedStephen GallagherCOMPONENT_TEST_DIR = $(COMPONENT_SRC)/src/pycountry/tests
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# Regenerate the message object (mo) files for the patched
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# iso3166 (country) and iso3166-2 (country subdivisions) translations.
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek cd $(SOURCE_DIR)/src/$(COMPONENT_NAME)/locales; \
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek mofile=`echo $$pofile | $(GSED) -e 's/\.po$$/\.mo/'` ; \
6f51c802311fd81a409a26763ed45b28a3234d0dJakub Hrozek# common targets