spot/lbtt/src/Makefile.am
Alexandre Duret-Lutz e9e132dd29 [lbtt] Adjust parsers to accommodate old and new versions of Automake.
* src/Config-parse.yy, src/Ltl-parse.yy, src/NeverClaim-parse.yy:
Rename these as..
* src/Config-parse.y, src/Ltl-parse.y, src/NeverClaim-parse.y:
... these.
* src/Config-parse_.cc, src/Ltl-parse_.cc,
src/NeverClaim-parse_.cc: New files to hack around
incompatibilities between Automake 1.12 and Automake 1.11.
* src/Makefile.am: Adjust.
* NEWS: Mention this change.
2012-06-19 17:34:28 +02:00

92 lines
1.9 KiB
Makefile

BUILT_SOURCES = Config-parse.c NeverClaim-parse.c Ltl-parse.c
AM_YFLAGS = -d
bin_PROGRAMS = lbtt lbtt-translate
lbtt_SOURCES = \
BitArray.h \
Bitset.h \
BitArray.cc \
BuchiAutomaton.h \
BuchiAutomaton.cc \
BuchiProduct.h \
BuchiProduct.cc \
Config-parse_.cc \
Config-lex.ll \
Configuration.h \
Configuration.cc \
DispUtil.h \
DispUtil.cc \
EdgeContainer.h \
Exception.h \
FormulaRandomizer.h \
FormulaRandomizer.cc \
FormulaWriter.h \
IntervalList.h \
IntervalList.cc \
LbttAlloc.h \
LtlFormula.h \
LtlFormula.cc \
Ltl-parse_.cc \
main.cc \
PathEvaluator.h \
PathEvaluator.cc \
PathIterator.h \
PathIterator.cc \
Product.h \
Random.h \
SccCollection.h \
SharedTestData.h \
StatDisplay.h \
StatDisplay.cc \
StateSpace.h \
StateSpace.cc \
StateSpaceProduct.h \
StateSpaceRandomizer.h \
StateSpaceRandomizer.cc \
StringUtil.h \
StringUtil.cc \
TempFsysName.h \
TempFsysName.cc \
TestOperations.h \
TestOperations.cc \
TestRoundInfo.h \
TestStatistics.h \
TestStatistics.cc \
UserCommandReader.h \
UserCommandReader.cc \
UserCommands.h \
UserCommands.cc
EXTRA_lbtt_SOURCES = gnu-getopt.h Config-parse.y Ltl-parse.y
lbtt_LDADD = @LIBOBJS@ @READLINELIBS@
lbtt_translate_SOURCES = \
BitArray.h \
BitArray.cc \
Exception.h \
ExternalTranslator.h \
ExternalTranslator.cc \
FormulaWriter.h \
IntervalList.h \
IntervalList.cc \
LbttAlloc.h \
LbtWrapper.h \
LtlFormula.h \
LtlFormula.cc \
Ltl-parse_.cc \
NeverClaim-parse_.cc \
NeverClaim-lex.ll \
NeverClaimAutomaton.h \
NeverClaimAutomaton.cc \
SpinWrapper.h \
SpinWrapper.cc \
SpotWrapper.h \
SpotWrapper.cc \
StringUtil.h \
StringUtil.cc \
TempFsysName.h \
TempFsysName.cc \
translate.h \
translate.cc \
TranslatorInterface.h
EXTRA_lbtt_translate_SOURCES = gnu-getopt.h Ltl-parse.y NeverClaim-parse.y
lbtt_translate_LDADD = @LIBOBJS@