* src/ltlparse/Makefile.am (EXTRA_DIST): Distribute ltlparse.yy.
* src/ltlast/Makefile.am (libltlast_a_SOURCES): Add visitor.hh.
This commit is contained in:
parent
d35817ccd9
commit
fc9f8965bf
3 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2003-04-18 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
|
2003-04-18 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/ltlparse/Makefile.am (EXTRA_DIST): Distribute ltlparse.yy.
|
||||||
|
* src/ltlast/Makefile.am (libltlast_a_SOURCES): Add visitor.hh.
|
||||||
|
|
||||||
* src/ltlast/atomic_prop.hh, src/ltlast/binop.hh,
|
* src/ltlast/atomic_prop.hh, src/ltlast/binop.hh,
|
||||||
src/ltlast/constant.hh, src/ltlast/formula.hh,
|
src/ltlast/constant.hh, src/ltlast/formula.hh,
|
||||||
src/ltlast/multop.hh, src/ltlast/unop.hh, src/ltlast/visitor.hh,
|
src/ltlast/multop.hh, src/ltlast/unop.hh, src/ltlast/visitor.hh,
|
||||||
|
|
@ -9,7 +12,7 @@
|
||||||
src/ltlvisit/equals.hh, src/ltlvisit/lunabbrev.hh,
|
src/ltlvisit/equals.hh, src/ltlvisit/lunabbrev.hh,
|
||||||
src/ltlvisit/nenoform.hh, src/ltlvisit/tunabbrev.hh: Add
|
src/ltlvisit/nenoform.hh, src/ltlvisit/tunabbrev.hh: Add
|
||||||
Doxygen comments.
|
Doxygen comments.
|
||||||
* src/visitor.hh: Do not use const_sel. This clarify
|
* src/visitor.hh: Do not use const_sel. This clarifies
|
||||||
the code and helps Doxygen.
|
the code and helps Doxygen.
|
||||||
|
|
||||||
* configure.ac: Output doc/Doxyfile and doc/Makefile.
|
* configure.ac: Output doc/Doxyfile and doc/Makefile.
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,6 @@ libltlast_a_SOURCES = \
|
||||||
multop.hh \
|
multop.hh \
|
||||||
predecl.hh \
|
predecl.hh \
|
||||||
unop.cc \
|
unop.cc \
|
||||||
unop.hh
|
unop.hh \
|
||||||
|
visitor.hh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@ $(FROM_LTLPARSE_YY_MAIN): $(srcdir)/$(LTLPARSE_YY)
|
||||||
$(FROM_LTLPARSE_YY_OTHERS): $(LTLPARSE_YY)
|
$(FROM_LTLPARSE_YY_OTHERS): $(LTLPARSE_YY)
|
||||||
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) $(FROM_LTLPARSE_YY_MAIN)
|
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) $(FROM_LTLPARSE_YY_MAIN)
|
||||||
|
|
||||||
|
EXTRA_DIST = $(LTLPARSE_YY)
|
||||||
|
|
||||||
libltlparse_a_SOURCES = \
|
libltlparse_a_SOURCES = \
|
||||||
fmterror.cc \
|
fmterror.cc \
|
||||||
$(FROM_LTLPARSE_YY) \
|
$(FROM_LTLPARSE_YY) \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue