(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.
27 lines
454 B
Makefile
27 lines
454 B
Makefile
AM_CPPFLAGS = -I$(srcdir)/..
|
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
|
|
|
ltlvisitdir = $(pkgincludedir)/ltlvisit
|
|
|
|
ltlvisit_HEADERS = \
|
|
clone.hh \
|
|
destroy.hh \
|
|
dotty.hh \
|
|
dump.hh \
|
|
tostring.hh \
|
|
lunabbrev.hh \
|
|
nenoform.hh \
|
|
postfix.hh \
|
|
tunabbrev.hh
|
|
|
|
noinst_LTLIBRARIES = libltlvisit.la
|
|
libltlvisit_la_SOURCES = \
|
|
clone.cc \
|
|
destroy.cc \
|
|
dotty.cc \
|
|
dump.cc \
|
|
tostring.cc \
|
|
lunabbrev.cc \
|
|
nenoform.cc \
|
|
postfix.cc \
|
|
tunabbrev.cc
|