1 1.1.2.2 nathanw # $NetBSD: Makefile.inc,v 1.1.2.2 2002/03/22 20:42:00 nathanw Exp $ 2 1.1.2.2 nathanw 3 1.1.2.2 nathanw # sources 4 1.1.2.2 nathanw .PATH: ${ARCHDIR}/citrus ${.CURDIR}/citrus 5 1.1.2.2 nathanw 6 1.1.2.2 nathanw CITRUS?= yes 7 1.1.2.2 nathanw 8 1.1.2.2 nathanw .if ${CITRUS} == "yes" 9 1.1.2.2 nathanw MODULE_SHLIB_MAJOR!= . ${.CURDIR}/../i18n_module/shlib_version ; echo $$major 10 1.1.2.2 nathanw CPPFLAGS+= -DI18NMODULE_MAJOR=${MODULE_SHLIB_MAJOR} 11 1.1.2.2 nathanw 12 1.1.2.2 nathanw SRCS+= citrus_ctype.c citrus_module.c citrus_none.c 13 1.1.2.2 nathanw 14 1.1.2.2 nathanw # to be dynamically loaded - see lib/i18n_module 15 1.1.2.2 nathanw #SRCS+= citrus_big5.c citrus_euc.c citrus_euctw.c citrus_iso2022.c \ 16 1.1.2.2 nathanw # citrus_mskanji.c citrus_utf8.c 17 1.1.2.2 nathanw 18 1.1.2.2 nathanw .endif 19