1 BUILT_SOURCES = config_file.h 2 AM_YFLAGS = -d 3 4 AM_CPPFLAGS = -DDATADIR=\"$(datadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" 5 6 bin_PROGRAMS = detox inline-detox 7 detox_SOURCES = detox.c file.c clean_string.c table.c parse_table.c config_file_yacc.y config_file_lex.l config_file_spoof.c config_file_dump.c parse_options.c 8 inline_detox_SOURCES = $(detox_SOURCES) 9 10 EXTRA_DIST = *.h