Changeset b067d9b for tools/Makefile.am
- Timestamp:
- Oct 29, 2019, 4:01:24 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 773db65, 9421f3d8
- Parents:
- 7951100 (diff), 8364209 (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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
r7951100 rb067d9b 15 15 ############################################################################### 16 16 17 CC = @BACKEND_CC@ 18 CFLAGS = -Wall -Wextra -O2 -g 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 ACLOCAL_AMFLAGS = -I automake 19 19 20 noinst_PROGRAMS = busy catchsig repeat 20 AM_CFLAGS = -Wall -Wextra -O2 -g 21 22 noinst_PROGRAMS = busy catchsig repeat watchdog 21 23 22 24 busy_SOURCES = busy.c … … 24 26 catchsig_SOURCES = catchsig.c 25 27 repeat_SOURCES = repeat.c 28 watchdog_SOURCES = watchdog.c
Note:
See TracChangeset
for help on using the changeset viewer.