MAINTAINERCLEANFILES = Makefile.in SUBDIRS = modes bin_PROGRAMS = lpe lpe_SOURCES = \ buffer.c buffer.h \ cfg-core.c cfg-core.h \ cfg.c cfg.h \ exports.c exports.h \ genmode.c genmode.h \ help.c help.h \ highlight.h \ i18n.h \ input.c input.h \ lpe.c lpe.h \ lpecomm.c lpecomm.h \ minibuf.c minibuf.h \ mode-utils.c mode-utils.h \ options.h \ screen.c screen.h \ strfuncs.c strfuncs.h INCLUDES = -DDATADIR=\"$(datadir)\" lpe_LDADD = @INTLLIBS@ @INTLOBJS@ @DL_LIB@ @SLANG_LIB@ lpe_LDFLAGS = @lpe_LDFLAGS@ lpe_DEPENDENCIES = @lpe_DEPS@ @INTLDEPS@ if USE_INCLUDED_LIBINTL CPPFLAGS += -DLOCALEDIR=\"$(datadir)/@DATADIRNAME@\" -I$(top_srcdir)/intl else CPPFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" endif EXTRA_DIST = templ.c templ.h