bin_PROGRAMS = ttt ttt_SOURCES = \ args.c \ args.h \ ttt.c AM_CFLAGS = $(WARN_CFLAGS) $(TTT_CFLAGS) ttt_LDFLAGS = $(TTT_LIBS)