if USE_LOCAL_RX RX_SRC = rx.c rx.o INCLUDES = -I./regex_include else RX_SRC = endif bin_PROGRAMS = ipdf ipdf_SOURCES = main.c document.c document.h \ debug.c debug.h \ suppress_spaces.c suppress_spaces.h \ parse_config.c parse_config.h \ mf_cob_expand.c mf_cob_expand.h \ clean_spaces.c clean_spaces.h $(RX_SRC) EXTRA_ipdf_SOURCES = rx.c man_MANS = ipdf.1 EXTRA_DIST = ipdf.1 ipdf.conf.dist regex_include/regex.h \ regex_include/rx.h regex_include/features.h \ regex_include/sys/cdefs.h