Changeset 90152a4 for tools/Makefile.am


Ignore:
Timestamp:
Aug 27, 2018, 4:40:34 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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.
Message:

Merge branch 'master' into cleanup-dtors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    rf9feab8 r90152a4  
    1515###############################################################################
    1616
     17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     18
    1719CC = @BACKEND_CC@
    18 CFLAGS = -Wall -Wextra -O2 -g
     20AM_CFLAGS = -Wall -Wextra -O2 -g
    1921
    20 noinst_PROGRAMS = catchsig repeat
     22noinst_PROGRAMS = busy catchsig repeat watchdog
    2123
     24busy_SOURCES     = busy.c
     25busy_LDFLAGS     = -pthread
    2226catchsig_SOURCES = catchsig.c
    2327repeat_SOURCES   = repeat.c
     28watchdog_SOURCES = watchdog.c
Note: See TracChangeset for help on using the changeset viewer.