mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/mbiter-bench-tests (Makefile.am): Link the benchmark program with $(LIBICONV). * modules/mbiterf-bench-tests (Makefile.am): Likewise. * modules/mbuiter-bench-tests (Makefile.am): Likewise. * modules/mbuiterf-bench-tests (Makefile.am): Likewise. * modules/mcel-bench-tests (Makefile.am): Likewise. * modules/mbswidth-bench-tests (Makefile.am): Likewise.
24 lines
380 B
Plaintext
24 lines
380 B
Plaintext
Files:
|
|
tests/bench-mcel.c
|
|
tests/bench-multibyte.h
|
|
tests/bench.h
|
|
|
|
Depends-on:
|
|
mbiter
|
|
mbiterf
|
|
mbrtoc32-regular
|
|
mbuiter
|
|
mbuiterf
|
|
mcel
|
|
setlocale
|
|
striconv
|
|
getrusage
|
|
gettimeofday
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
noinst_PROGRAMS += bench-mcel
|
|
bench_mcel_CPPFLAGS = $(AM_CPPFLAGS) -DNDEBUG
|
|
bench_mcel_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV) $(LIBICONV)
|