From: nuffer Date: Thu, 13 May 2004 03:33:35 +0000 (+0000) Subject: Added some whitespace and the BUILT_SOURCES variable so that automake will handle... X-Git-Tag: 0.13.6~703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c354cf165ed45f79e2d42d509726c49c65e9f501;p=re2c Added some whitespace and the BUILT_SOURCES variable so that automake will handle the intermediate files better. --- diff --git a/Makefile.am b/Makefile.am index 38d9c210..35721a09 100755 --- a/Makefile.am +++ b/Makefile.am @@ -5,13 +5,20 @@ re2c_SOURCES = code.cc dfa.cc main.cc parser.cc actions.cc scanner.re substr.cc\ translate.cc scanner.cc mbo_getopt.cc \ basics.h dfa.h globals.h ins.h parser.h re.h scanner.h \ substr.h token.h mbo_getopt.h +BUILT_SOURCES = parser.cc scanner.cc + man_MANS = re2c.1 + #CXXFLAGS = -O2 -Wall -I. -Wno-unused -Wno-parentheses -Wno-deprecated YFLAGS = -d + RE2C = re2c RE2CFLAGS = -s + CLEANFILES = parser.cc y.tab.c y.tab.h parser.cc re2c.1 .version + DISTCLEANFILES = makerpm re2c.spec README scanner.cc re2c + EXTRA_DIST = $(man_MANS) README parser.y scanner.re makerpm.in re2c.spec.in \ README.in y.tab.h \ examples/basemmap.c examples/c.re examples/cmmap.re \