Changeset b7fe2e6 for tools/Makefile.am
- Timestamp:
- Aug 25, 2020, 4:01:33 PM (3 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
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.