* 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:
Alexandre Duret-Lutz 2003-06-26 14:16:29 +00:00
parent 7824dd7ada
commit 05f724108d
10 changed files with 117 additions and 59 deletions

View file

@ -1,6 +1,11 @@
AM_CPPFLAGS = -I$(srcdir)/.. $(BUDDY_CPPFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
tgbaparsedir = $(pkgincludedir)/tgbaparse
tgbaparse_HEADERS = \
public.hh
noinst_LTLIBRARIES = libtgbaparse.la
TGBAPARSE_YY = tgbaparse.yy
@ -10,6 +15,7 @@ FROM_TGBAPARSE_YY_OTHERS = \
position.hh \
location.hh \
tgbaparse.hh
FROM_TGBAPARSE_YY = $(FROM_TGBAPARSE_YY_MAIN) $(FROM_TGBAPARSE_YY_OTHERS)
BUILT_SOURCES = $(FROM_TGBAPARSE_YY)
@ -27,5 +33,4 @@ libtgbaparse_la_SOURCES = \
fmterror.cc \
$(FROM_TGBAPARSE_YY) \
tgbascan.ll \
parsedecl.hh \
public.hh
parsedecl.hh

View file

@ -2,7 +2,7 @@
# define SPOT_TGBAPARSE_PUBLIC_HH
# include "tgba/tgbaexplicit.hh"
# include "location.hh"
# include "ltlparse/location.hh"
# include "ltlenv/defaultenv.hh"
# include <string>
# include <list>