35 lines
534 B
Plaintext
35 lines
534 B
Plaintext
Description:
|
|
Base layer for line breaking.
|
|
|
|
Files:
|
|
lib/unilbrk.in.h
|
|
m4/libunistring-base.m4
|
|
|
|
Depends-on:
|
|
gen-header
|
|
unitypes
|
|
localcharset
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_LIBHEADER([0.9.11], [unilbrk.h])
|
|
AC_PROG_MKDIR_P
|
|
|
|
Makefile.am:
|
|
BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)
|
|
|
|
unilbrk.h: unilbrk.in.h
|
|
@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
|
|
$(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unilbrk.in.h
|
|
$(AM_V_at)mv $@-t $@
|
|
MOSTLYCLEANFILES += unilbrk.h unilbrk.h-t
|
|
|
|
Include:
|
|
"unilbrk.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2+
|
|
|
|
Maintainer:
|
|
all
|