Changeset 720f9f82
- Timestamp:
- Aug 28, 2020, 1:21:54 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 42a2970
- Parents:
- e80051f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tools/Makefile.am ¶
re80051f r720f9f82 18 18 ACLOCAL_AMFLAGS = -I automake 19 19 20 AM_CFLAGS = -Wall -Wextra -O2 -g 20 EXTRA_DIST = build/distcc_hash build/push2dist.sh 21 21 22 22 noinst_PROGRAMS = busy catchsig repeat watchdog 23 EXTRA_DIST = build/distcc_hash build/push2dist.sh 23 AM_CFLAGS = -Wall -Wextra -O2 -g 24 busy_LDFLAGS = -pthread 24 25 25 26 nodist_busy_SOURCES = busy.c 26 nodist_busy_LDFLAGS = -pthread27 27 nodist_catchsig_SOURCES = catchsig.c 28 28 nodist_repeat_SOURCES = repeat.c
Note: See TracChangeset
for help on using the changeset viewer.