From: Ulya Trofimovich Date: Thu, 13 Jun 2019 15:43:36 +0000 (+0100) Subject: Makefile.am: added 'bench_libre2c' to noinst_PROGRAMS (so that automake picks it... X-Git-Tag: 1.2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de86635c9dab9762f01611fb43b6db1938e8622d;p=re2c Makefile.am: added 'bench_libre2c' to noinst_PROGRAMS (so that automake picks it as a target). --- diff --git a/Makefile.am b/Makefile.am index 0214c186..72ff13ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ RE2CFLAGS = -br -W # binary bin_PROGRAMS = re2c +noinst_PROGRAMS = RE2C = re2c$(EXEEXT) # sources diff --git a/Makefile.lib.am b/Makefile.lib.am index dc26452c..1b5bdd58 100644 --- a/Makefile.lib.am +++ b/Makefile.lib.am @@ -186,4 +186,5 @@ bench_libre2c_SOURCES = lib/bench.cc bench_libre2c_CXXFLAGS = $(AM_CXXFLAGS) -std=c++11 bench_libre2c_LDFLAGS = $(LDFLAGS_RE2) bench_libre2c_LDADD = libre2c.la +noinst_PROGRAMS += bench_libre2c