mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 04:43:03 +00:00
* lib/timevar.c, lib/timevar.h, lib/timevar.def: New, stolen/adjusted from GCC. * m4/stage.m4: Remove time related checks. * m4/timevar.m4: New. * configure.in: Adjust. * src/system.h: Adjust to using timevar.h. * src/getargs.h, src/getargs.c: Support trace_time for --trace=time. * src/main.c (stage): Remove. (main): Replace `stage' invocations with timevar calls. * src/output.c: Insert pertinent timevar calls.
24 lines
478 B
Makefile
24 lines
478 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
EXTRA_DIST = lib-ld.m4 lib-link.m4 lib-prefix.m4 \
|
|
c-bs-a.m4 \
|
|
codeset.m4 \
|
|
dmalloc.m4 \
|
|
error.m4 \
|
|
gettext.m4 \
|
|
glibc21.m4 \
|
|
iconv.m4 \
|
|
isc-posix.m4 \
|
|
lcmessage.m4 \
|
|
m4.m4 \
|
|
malloc.m4 \
|
|
mbrtowc.m4 \
|
|
mbstate_t.m4 \
|
|
mkstemp.m4 \
|
|
prereq.m4 \
|
|
progtest.m4 \
|
|
realloc.m4 \
|
|
stage.m4 \
|
|
strerror_r.m4 \
|
|
timevar.m4 \
|
|
warning.m4
|