Makefile.am | Makefile.am | |||
---|---|---|---|---|
AM_CFLAGS = -D_THREAD_SAFE -D_GNU_SOURCE -DVERBOSE | AM_CFLAGS = -D_THREAD_SAFE -D_GNU_SOURCE -DVERBOSE | |||
noinst_HEADERS = \ | noinst_HEADERS = \ | |||
common_impl.h wg_mempool.h | common_impl.h wg_mempool.h | |||
libexttextcat_1_0_includedir = $(includedir)/libexttextcat | libexttextcat_2_0_includedir = $(includedir)/libexttextcat | |||
libexttextcat_1_0_include_HEADERS = \ | libexttextcat_2_0_include_HEADERS = \ | |||
common.h constants.h fingerprint.h textcat.h utf8misc.h textcat_prop erties.h \ | common.h constants.h fingerprint.h textcat.h utf8misc.h textcat_prop erties.h \ | |||
$(builddir)/exttextcat-version.h | $(builddir)/exttextcat-version.h | |||
lib_LTLIBRARIES = libexttextcat-1.0.la | lib_LTLIBRARIES = libexttextcat-2.0.la | |||
libexttextcat_1_0_la_SOURCES = \ | libexttextcat_2_0_la_SOURCES = \ | |||
common.c fingerprint.c textcat.c wg_mempool.c utf8misc.c | common.c fingerprint.c textcat.c wg_mempool.c utf8misc.c | |||
libexttextcat_1_0_la_LDFLAGS = -no-undefined | libexttextcat_2_0_la_LDFLAGS = -no-undefined | |||
bin_PROGRAMS = createfp | bin_PROGRAMS = createfp | |||
createfp_SOURCES = createfp.c | createfp_SOURCES = createfp.c | |||
createfp_LDADD = libexttextcat-1.0.la | createfp_LDADD = libexttextcat-2.0.la | |||
check_PROGRAMS = testtextcat | check_PROGRAMS = testtextcat | |||
testtextcat_SOURCES = testtextcat.c | testtextcat_SOURCES = testtextcat.c | |||
testtextcat_LDADD = libexttextcat-1.0.la | testtextcat_LDADD = libexttextcat-2.0.la | |||
EXTRA_DIST = libexttextcat.map \ | EXTRA_DIST = libexttextcat.map \ | |||
makefile.mk \ | ||||
test-primary.sh.in \ | test-primary.sh.in \ | |||
test-secondary.sh.in \ | test-secondary.sh.in \ | |||
exttextcat-version.h \ | exttextcat-version.h \ | |||
exttextcat-version.h.in | exttextcat-version.h.in | |||
check: | check: | |||
@echo primary languages | @echo primary languages | |||
@for primarylanguage in \ | @for primarylanguage in \ | |||
ab ace ada af alt am ar arn ast ay az az-Cyrl ban be bem \ | ab ace ada af alt am ar arn ast ay az az-Cyrl ban be bem \ | |||
bho bi bik bg bm bn bo br bs ca cs cy da de dv ee \ | bho bi bik bg bm bn bo br bs ca cs cy da de dv ee \ | |||
End of changes. 6 change blocks. | ||||
8 lines changed or deleted | 7 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |