spot/lbtt/src/Makefile.am
Alexandre Duret-Lutz 7c1ac7bb67 * src/Alloc.h: Rename as ...
* src/ObstackAlloc.h: ... this.  The problem is that alloc.h is a
system header in g++ < 3.0, and Darwin has a case-insensitive
filesystem.  System headers that include alloc.h pick the local
Alloc.h version.
* BuchiAutomaton.h, Configuration.h, DispUtil.cc,
ExternalTranslator.h, FormulaRandomizer.h, Graph.h.in,
LtlFormula.h, Makefile.am, NeverClaimAutomaton.h, PathEvaluator.h,
ProductAutomaton.h, SccIterator.h, SharedTestData.h,
StatDisplay.h, StateSpace.h, StateSpaceRandomizer.cc,
StringUtil.h, TestOperations.h, TestRoundInfo.h, TestStatistics.h,
UserCommandReader.h, UserCommands.h, main.cc: Adjust includes.
2004-01-16 13:30:42 +00:00

79 lines
1.6 KiB
Makefile

bin_PROGRAMS = lbtt lbtt-translate
lbtt_SOURCES = \
BitArray.cc \
BitArray.h \
Bitset.h \
BuchiAutomaton.cc \
BuchiAutomaton.h \
Config-lex.ll \
Config-parse.yy \
Configuration.cc \
Configuration.h \
DispUtil.cc \
DispUtil.h \
EdgeContainer.h \
Exception.h \
FormulaRandomizer.cc \
FormulaRandomizer.h \
FormulaWriter.h \
LtlFormula.cc \
LtlFormula.h \
main.cc \
ObstackAlloc.h \
PathEvaluator.cc \
PathEvaluator.h \
PathIterator.cc \
PathIterator.h \
ProductAutomaton.cc \
ProductAutomaton.h \
Random.h \
SccIterator.h \
SharedTestData.h \
StatDisplay.cc \
StatDisplay.h \
StateSpace.cc \
StateSpace.h \
StateSpaceRandomizer.cc \
StateSpaceRandomizer.h \
StringUtil.cc \
StringUtil.h \
TestOperations.cc \
TestOperations.h \
TestRoundInfo.h \
TestStatistics.cc \
TestStatistics.h \
UserCommandReader.cc \
UserCommandReader.h \
UserCommands.cc \
UserCommands.h
EXTRA_lbtt_SOURCES = gnu-getopt.h Config-parse.h
lbtt_LDADD = $(LIBOBJS) $(READLINELIBS)
lbtt_translate_SOURCES = \
ObstackAlloc.h \
BitArray.h \
BitArray.cc \
Exception.h \
ExternalTranslator.h \
ExternalTranslator.cc \
FormulaWriter.h \
LbtWrapper.h \
LtlFormula.h \
LtlFormula.cc \
NeverClaim-parse.yy \
NeverClaim-lex.ll \
NeverClaimAutomaton.h \
NeverClaimAutomaton.cc \
SpinWrapper.h \
SpinWrapper.cc \
SpotWrapper.h \
SpotWrapper.cc \
StringUtil.h \
StringUtil.cc \
translate.h \
translate.cc \
TranslatorInterface.h
EXTRA_lbtt_translate_SOURCES = gnu-getopt.h NeverClaim-parse.h
lbtt_translate_LDADD = $(LIBOBJS)