Changeset 90152a4 for tools/Makefile.am
- Timestamp:
- Aug 27, 2018, 4:40:34 PM (8 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- b7c89aa
- Parents:
- f9feab8 (diff), 305581d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tools/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
rf9feab8 r90152a4 15 15 ############################################################################### 16 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 17 19 CC = @BACKEND_CC@ 18 CFLAGS = -Wall -Wextra -O2 -g20 AM_CFLAGS = -Wall -Wextra -O2 -g 19 21 20 noinst_PROGRAMS = catchsig repeat22 noinst_PROGRAMS = busy catchsig repeat watchdog 21 23 24 busy_SOURCES = busy.c 25 busy_LDFLAGS = -pthread 22 26 catchsig_SOURCES = catchsig.c 23 27 repeat_SOURCES = repeat.c 28 watchdog_SOURCES = watchdog.c
Note:
See TracChangeset
for help on using the changeset viewer.