1
0
Files
irix-657m-src/eoe/cmd/localedef/it/Makefile
2022-09-29 17:59:04 +03:00

55 lines
1.4 KiB
Makefile

#
#ident "$Revision: 1.2 $"
include $(ROOT)/usr/include/make/commondefs
TARGETS=LC_CTYPE LC_NUMERIC LC_COLLATE LC_MONETARY Xopen_info
LDIRT=ctype.c
default:$(TARGETS)
include $(COMMONRULES)
install: default
${INSTALL} -dir /usr/lib/locale/it
${INSTALL} -F /usr/lib/locale/it LC_COLLATE
${INSTALL} -F /usr/lib/locale/it LC_CTYPE
${INSTALL} -F /usr/lib/locale/it LC_MONETARY
${INSTALL} -F /usr/lib/locale/it LC_NUMERIC
${INSTALL} -F /usr/lib/locale/it LC_TIME
${INSTALL} -F /usr/lib/locale/it chrtbl_it
${INSTALL} -F /usr/lib/locale/it colltbl_it
${INSTALL} -F /usr/lib/locale/it montbl_it
${INSTALL} -F /usr/lib/locale/it nl_lang_it
${INSTALL} -dir /usr/lib/locale/it/LC_MESSAGES
${INSTALL} -f /usr/lib/locale/it/LC_MESSAGES Xopen_info
LC_MONETARY:../montbl/hostmontbl
../montbl/hostmontbl montbl_it
../montbl/hostmontbl:
cd ../montbl; \
$(MAKE) hostmontbl
LC_COLLATE:../colltbl/hostcolltbl
../colltbl/hostcolltbl colltbl_it
../colltbl/hostcolltbl:
cd ../colltbl; \
$(MAKE) hostcolltbl
LC_CTYPE LC_NUMERIC:../chrtbl/hostchrtbl
../chrtbl/hostchrtbl chrtbl_it
../chrtbl/hostchrtbl:
cd ../chrtbl; \
$(MAKE) hostchrtbl
# Xopen_info is got from nl_lang_it.
# For the present we statically use the compiler and checkin Xopen_info
# If the compiler mkmsgs format changes, we will need to change
# Xopen_info.
#
Xopen_info: nl_lang_it
mkmsgs -o nl_lang_it Xopen_info