AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = mplint mplint_CXXFLAGS = -DPKG_DATADIR=\""$(pkgdatadir)/"\" \ -DLOCALEDIR=\""$(localedir)"\" \ -Wall -Wextra mplint_SOURCES = \ lintmanager.cpp \ lintmanager.h \ localconsts.h \ main.cpp \ rulebase.cpp \ rulebase.h \ template.hpp \ rules/dump.cpp # set the include path found by configure AM_CPPFLAGS = $(all_includes)