* src/ltlast/Makefile.am (ltlastdir, ltlast_HEADERS): New variables.
(libltlast_la_SOURCES): Move all headers to ltlast_HEADERS. * src/ltlenv/Makefile.am (ltlenvdir, ltlenv_HEADERS): New variables. (libltlenv_la_SOURCES): Move all headers to ltlenv_HEADERS. * src/ltlparse/Makefile.am (ltlparsedir, ltlparse_HEADERS): New variables. (libltlparse_la_SOURCES): Move all public headers to ltlparse_HEADERS. * src/ltlvisit/Makefile.am (ltlvisitdir, ltlvisit_HEADERS): New variables. (libltlvisit_la_SOURCES): Move all headers to ltlparse_HEADERS. * src/misc/Makefile.am (include_HEADERS): Rename as .. (misc_HEADERS): ... this. (miscdir): New variable. * src/tgba/Makefile.am (tgbadir, tgba_HEADERS): New variables. (libtgba_la_SOURCES): Move all headers to tgba_HEADERS. * src/tgbaalgos/Makefile.am (tgbaalgosdir, tgbaalgos_HEADERS): New variables. (libtgbaalgos_la_SOURCES): Move all headers to tgbaalgos_HEADERS. * src/tgbaparse/Makefile.am (tgbaparsedir, tgbaparse_HEADERS): New variables. (libtgbaparse_la_SOURCES): Move all public headers to tgbaparse_HEADERS. * src/tgbaparse/public.hh: Include ltlparse/location.hh, not location.hh.
This commit is contained in:
parent
7824dd7ada
commit
05f724108d
10 changed files with 117 additions and 59 deletions
|
|
@ -1,40 +1,45 @@
|
|||
AM_CPPFLAGS = -I$(srcdir)/.. $(BUDDY_CPPFLAGS)
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
|
||||
tgbadir = $(pkgincludedir)/tgba
|
||||
|
||||
tgba_HEADERS = \
|
||||
bddfactory.hh \
|
||||
bddprint.hh \
|
||||
dictunion.hh \
|
||||
ltl2tgba.hh \
|
||||
public.hh \
|
||||
state.hh \
|
||||
statebdd.hh \
|
||||
succiter.hh \
|
||||
succiterconcrete.hh \
|
||||
tgba.hh \
|
||||
tgbabddconcrete.hh \
|
||||
tgbabddconcretefactory.hh \
|
||||
tgbabddconcreteproduct.hh \
|
||||
tgbabddcoredata.hh \
|
||||
tgbabdddict.hh \
|
||||
tgbabddfactory.hh \
|
||||
tgbabddtranslatefactory.hh \
|
||||
tgbaexplicit.hh \
|
||||
tgbaproduct.hh \
|
||||
tgbatranslateproxy.hh
|
||||
|
||||
noinst_LTLIBRARIES = libtgba.la
|
||||
libtgba_la_SOURCES = \
|
||||
bddfactory.cc \
|
||||
bddfactory.hh \
|
||||
bddprint.cc \
|
||||
bddprint.hh \
|
||||
dictunion.cc \
|
||||
dictunion.hh \
|
||||
ltl2tgba.cc \
|
||||
ltl2tgba.hh \
|
||||
public.hh \
|
||||
state.hh \
|
||||
statebdd.cc \
|
||||
statebdd.hh \
|
||||
succiter.hh \
|
||||
succiterconcrete.cc \
|
||||
succiterconcrete.hh \
|
||||
tgba.hh \
|
||||
tgbabddconcrete.cc \
|
||||
tgbabddconcrete.hh \
|
||||
tgbabddconcretefactory.cc \
|
||||
tgbabddconcretefactory.hh \
|
||||
tgbabddconcreteproduct.cc \
|
||||
tgbabddconcreteproduct.hh \
|
||||
tgbabddcoredata.cc \
|
||||
tgbabddcoredata.hh \
|
||||
tgbabdddict.cc \
|
||||
tgbabdddict.hh \
|
||||
tgbabddfactory.hh \
|
||||
tgbabddtranslatefactory.cc \
|
||||
tgbabddtranslatefactory.hh \
|
||||
tgbaexplicit.cc \
|
||||
tgbaexplicit.hh \
|
||||
tgbaproduct.cc \
|
||||
tgbaproduct.hh \
|
||||
tgbatranslateproxy.cc \
|
||||
tgbatranslateproxy.hh
|
||||
tgbatranslateproxy.cc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue