Makefile revision 6b5e5868e7ebf1aff3a5abd7d0c4ef0e5fbf3648
c25356d5978632df6203437e1953bcb29e0c736fTimo Sirainen# This file and its contents are supplied under the terms of the
aa883f5fbc68920c48c4f52919e8a5bb9611e678Timo Sirainen# Common Development and Distribution License ("CDDL"), version 1.0.
8e9666f46faceeef0f3c6f706f10f3a873e4b0ebTimo Sirainen# You may only use this file in accordance with the terms version 1.0
8e9666f46faceeef0f3c6f706f10f3a873e4b0ebTimo Sirainen# of the CDDL.
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainen# A full copy of the text of the CDDL should have accompanied this
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainen# source. A copy of the CDDL is also available via the Internet at
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo Sirainen# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
0b2b090cdc3d36f30d6d2ec99b35ac0b7657d538Timo SirainenOBJS = charmap.o collate.o ctype.o messages.o monetary.o numeric.o time.o \
aa883f5fbc68920c48c4f52919e8a5bb9611e678Timo SirainenCLOBBERFILES = $(PROG) $(POFILE) $(DATA:%=locale/%)
aa883f5fbc68920c48c4f52919e8a5bb9611e678Timo Sirainen es_AR es_BO es_CL es_CO es_EC es_GT es_MX es_NI es_PA \
ca_ES \
da_DK \
es_ES \
fi_FI \
it_IT \
pt_PT \
KOI8_R_LOCALES = \
UTF_8_LOCALES = \
af_ZA \
as_IN \
az_AZ \
be_BY \
bg_BG \
ca_ES \
cs_CZ \
da_DK \
es_VE \
et_EE \
fi_FI \
fil_PH \
ga_IE \
gu_IN \
he_IL \
hi_IN \
hr_HR \
hu_HU \
hy_AM \
id_ID \
ii_CN \
is_IS \
ja_JP \
ka_GE \
kk_KZ \
kn_IN \
ko_KR \
kok_IN \
lt_LT \
lv_LV \
mk_MK \
ml_IN \
mr_IN \
mt_MT \
nb_NO \
nn_NO \
or_IN \
pl_PL \
sa_IN \
si_LK \
sk_SK \
sq_AL \
te_IN \
th_TH \
tr_TR \
uk_UA \
ug_CN \
vi_VN \
LOCNAMES = \
$(ISO8859_1_LOCALES:%=%.ISO8859-1) \
$(ISO8859_2_LOCALES:%=%.ISO8859-2) \
$(ISO8859_5_LOCALES:%=%.ISO8859-5) \
$(ISO8859_6_LOCALES:%=%.ISO8859-6) \
$(ISO8859_7_LOCALES:%=%.ISO8859-7) \
$(ISO8859_9_LOCALES:%=%.ISO8859-9) \
$(ISO8859_11_LOCALES:%=%.ISO8859-11) \
$(ISO8859_13_LOCALES:%=%.ISO8859-13) \
$(ISO8859_15_LOCALES:%=%.ISO8859-15) \
$(KOI8_R_LOCALES:%=%.KOI8-R) \
$(UTF_8_LOCALES:%=%.UTF-8)
CATDIRS = \
$(LOCDIRS:%=%/LC_COLLATE) \
$(LOCDIRS:%=%/LC_MESSAGES) \
$(LOCDIRS:%=%/LC_MONETARY) \
$(LOCDIRS:%=%/LC_NUMERIC) \
$(POST_PROCESS)
$(RM) $@
$(INS.dir)
$(TOUCH) $@
$(TOUCH) $@
$(TOUCH) $@
$(TOUCH) $@
$(TOUCH) $@
$(TOUCH) $@
$(TOUCH) $@
$(TOUCH) $@
$(TOUCH) $@
$(TOUCH) $@
$(TOUCH) $@
$(RM) $@
$(RM) $@