Makefile.in (ragel-7.0.3) | : | Makefile.in (ragel-7.0.4) | ||
---|---|---|---|---|
skipping to change at line 482 | skipping to change at line 482 | |||
# | # | |||
# ragel program. | # ragel program. | |||
# | # | |||
ragel_CPPFLAGS = -I$(top_srcdir)/aapl -I$(top_srcdir)/colm/include | ragel_CPPFLAGS = -I$(top_srcdir)/aapl -I$(top_srcdir)/colm/include | |||
dist_ragel_SOURCES = \ | dist_ragel_SOURCES = \ | |||
main.cc | main.cc | |||
nodist_ragel_SOURCES = parse.c rlreduce.cc $(am__append_2) | nodist_ragel_SOURCES = parse.c rlreduce.cc $(am__append_2) | |||
ragel_LDADD = $(LIBFSM_LA) $(LIBCOLM_LA) libragel.la | ragel_LDADD = $(LIBFSM_LA) $(LIBCOLM_LA) libragel.la | |||
ragel_DEPENDENCIES = $(LIBFSM_LA) $(LIBCOLM_LA) libragel.la | ragel_DEPENDENCIES = $(LIBFSM_LA) $(LIBCOLM_LA) libragel.la | |||
BUILT_SOURCES = version.h parse.c rlreduce.cc include/ragel \ | BUILT_SOURCES = version.h parse.c rlreduce.cc $(am__append_3) | |||
$(am__append_3) | ||||
EXTRA_DIST = \ | EXTRA_DIST = \ | |||
$(RAGEL_LM) \ | $(RAGEL_LM) \ | |||
rlscan.rl \ | rlscan.rl \ | |||
rlparse.kh \ | rlparse.kh \ | |||
rlparse.kl | rlparse.kl | |||
CLEANFILES = parse.c commit.cc rlhc.c $(am__append_4) | CLEANFILES = parse.c commit.cc rlhc.c $(am__append_4) | |||
RAGEL_LM = \ | RAGEL_LM = \ | |||
rlparse.lm \ | rlparse.lm \ | |||
ragel.lm \ | ragel.lm \ | |||
skipping to change at line 1158 | skipping to change at line 1157 | |||
install-pdf-am install-ps install-ps-am install-strip \ | install-pdf-am install-ps install-ps-am install-strip \ | |||
installcheck installcheck-am installdirs installdirs-am \ | installcheck installcheck-am installdirs installdirs-am \ | |||
maintainer-clean maintainer-clean-generic mostlyclean \ | maintainer-clean maintainer-clean-generic mostlyclean \ | |||
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | |||
pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ | pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ | |||
uninstall-binPROGRAMS uninstall-dataDATA \ | uninstall-binPROGRAMS uninstall-dataDATA \ | |||
uninstall-libLTLIBRARIES | uninstall-libLTLIBRARIES | |||
.PRECIOUS: Makefile | .PRECIOUS: Makefile | |||
include/ragel: | ||||
mkdir -p include | ||||
ln -s .. include/ragel | ||||
version.h: Makefile | version.h: Makefile | |||
echo '#define VERSION "@VERSION@"' > version.h | echo '#define VERSION "@VERSION@"' > version.h | |||
echo '#define PUBDATE "@PUBDATE@"' >> version.h | echo '#define PUBDATE "@PUBDATE@"' >> version.h | |||
parse.pack: $(RAGEL_LM) $(COLM) $(COLM_WRAP) | parse.pack: $(RAGEL_LM) $(COLM) $(COLM_WRAP) | |||
$(COLM_WRAP) -c -b rlparseC -o $@ -p parse.c -m rlreduce.cc $< | $(COLM_WRAP) -c -b rlparseC -o $@ -p parse.c -m rlreduce.cc $< | |||
rlreduce.cc: parse.pack | rlreduce.cc: parse.pack | |||
$(COLM_WRAP) -o $@ $< | $(COLM_WRAP) -o $@ $< | |||
End of changes. 2 change blocks. | ||||
6 lines changed or deleted | 1 lines changed or added |