Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    r5992ff4 r5e49e47  
    1616
    1717AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    18 ACLOCAL_AMFLAGS  = -I automake
     18
     19CC = @BACKEND_CC@
     20AM_CFLAGS = -Wall -Wextra -O2 -g -std=c11
    1921
    2022noinst_PROGRAMS = busy catchsig repeat watchdog
    21 AM_CFLAGS = -Wall -Wextra -O2 -g
     23
     24busy_SOURCES     = busy.c
    2225busy_LDFLAGS     = -pthread
    23 
    24 nodist_busy_SOURCES     = busy.c
    25 nodist_catchsig_SOURCES = catchsig.c
    26 nodist_repeat_SOURCES   = repeat.c
    27 nodist_watchdog_SOURCES = watchdog.c
     26catchsig_SOURCES = catchsig.c
     27repeat_SOURCES   = repeat.c
     28watchdog_SOURCES = watchdog.c
Note: See TracChangeset for help on using the changeset viewer.