- Timestamp:
- Aug 25, 2020, 4:01:33 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 856dff8
- Parents:
- 5339a87
- Location:
- tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
r5339a87 rb7fe2e6 21 21 22 22 noinst_PROGRAMS = busy catchsig repeat watchdog 23 EXTRA_DIST = build/distcc_hash build/push2dist.sh 23 24 24 busy_SOURCES = busy.c25 busy_LDFLAGS = -pthread26 catchsig_SOURCES = catchsig.c27 repeat_SOURCES = repeat.c28 watchdog_SOURCES = watchdog.c25 nodist_busy_SOURCES = busy.c 26 nodist_busy_LDFLAGS = -pthread 27 nodist_catchsig_SOURCES = catchsig.c 28 nodist_repeat_SOURCES = repeat.c 29 nodist_watchdog_SOURCES = watchdog.c -
tools/prettyprinter/Makefile.am
r5339a87 rb7fe2e6 30 30 tools_prettyprinter_PROGRAMS = pretty 31 31 tools_prettyprinterdir = ../ 32 pretty_SOURCES = ${SRC}32 nodist_pretty_SOURCES = ${SRC} 33 33 pretty_LDADD = ${LEXLIB} -ldl # yywrap 34 34 pretty_CXXFLAGS = -Wno-deprecated -Wall -DYY_NO_INPUT -O2 -g -std=c++14
Note: See TracChangeset
for help on using the changeset viewer.