MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = @DEFINES@ -DVERSION='"@VERSION@"' bin_PROGRAMS = timer timer_SOURCES = main.c common.h compiler.h safe_fifo.h thread.h paths.h \ safe_fifo.c timespec.h timespec.c paths.c ref.h macros.h \ strutil.h strutil.c dynstr.h dynstr.c if HAVE_PTHREAD timer_SOURCES += thread-pthread.c endif timer_CFLAGS = @XCB_CFLAGS@ timer_LDADD = @XCB_LIBS@