Hash :
74d50938
Author :
Date :
2010-06-04T00:21:14
Don't use AC_LIBOBJ with file names in subdirectories.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Description:
Language code of current locale.
Files:
lib/unicase/locale-language.c
lib/unicase/locale-languages.gperf
Depends-on:
unicase/base
localename
gperf
configure.ac:
gl_LIBUNISTRING_MODULE([0.9.3], [unicase/locale-language])
Makefile.am:
if LIBUNISTRING_COMPILE_UNICASE_LOCALE_LANGUAGE
lib_SOURCES += unicase/locale-language.c
endif
unicase/locale-languages.h: $(srcdir)/unicase/locale-languages.gperf
$(GPERF) -m 10 $(srcdir)/unicase/locale-languages.gperf > $(srcdir)/unicase/locale-languages.h-t
mv $(srcdir)/unicase/locale-languages.h-t $(srcdir)/unicase/locale-languages.h
BUILT_SOURCES += unicase/locale-languages.h
MOSTLYCLEANFILES += unicase/locale-languages.h-t
MAINTAINERCLEANFILES += unicase/locale-languages.h
EXTRA_DIST += unicase/locale-languages.h
Include:
"unicase.h"
License:
LGPL
Maintainer:
Bruno Haible