Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
be607118
Commit
be607118
authored
Jun 24, 2012
by
Alexandre Duret-Lutz
Browse files
Fix ta/ and taalgos/ include path for VPATH builds.
* src/ta/Makefile.am, src/taalgos/Makefile.am: Add -I..
parent
20c7f1e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ta/Makefile.am
View file @
be607118
## Copyright (C) 2010 Laboratoire de Recherche et Dveloppement
## -*- coding: utf-8 -*-
## Copyright (C) 2010, 2012 Laboratoire de Recherche et Développement
## de l'Epita (LRDE).
##
## This file is part of Spot, a model checking library.
...
...
@@ -18,7 +19,7 @@
## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
AM_CPPFLAGS
=
-I
$(srcdir)
/..
$(BUDDY_CPPFLAGS)
AM_CPPFLAGS
=
-I
$(srcdir)
/..
-I
..
$(BUDDY_CPPFLAGS)
AM_CXXFLAGS
=
$(WARNING_CXXFLAGS)
tadir
=
$(pkgincludedir)
/ta
...
...
@@ -31,8 +32,8 @@ ta_HEADERS = \
tgtaexplicit.hh
\
tgtaproduct.hh
noinst_LTLIBRARIES
=
libta.la
libta_la_SOURCES
=
\
noinst_LTLIBRARIES
=
libta.la
libta_la_SOURCES
=
\
ta.cc
\
taproduct.cc
\
tgta.cc
\
...
...
src/taalgos/Makefile.am
View file @
be607118
## Copyright (C) 2010 Laboratoire de Recherche et Dveloppement
## -*- coding: utf-8 -*-
## Copyright (C) 2010, 2012 Laboratoire de Recherche et Développement
## de l'Epita (LRDE).
##
## This file is part of Spot, a model checking library.et Marie Curie.
...
...
@@ -19,27 +20,26 @@
## 02111-1307, USA.
AM_CPPFLAGS
=
-I
$(srcdir)
/..
$(BUDDY_CPPFLAGS)
AM_CPPFLAGS
=
-I
$(srcdir)
/..
-I
..
$(BUDDY_CPPFLAGS)
AM_CXXFLAGS
=
$(WARNING_CXXFLAGS)
taalgosdir
=
$(pkgincludedir)
/taalgos
taalgos_HEADERS
=
\
tgba2ta.hh
\
dotty.hh
\
reachiter.hh
\
stats.hh
\
statessetbuilder.hh
\
minimize.hh
\
emptinessta.hh
tgba2ta.hh
\
dotty.hh
\
reachiter.hh
\
stats.hh
\
statessetbuilder.hh
\
minimize.hh
\
emptinessta.hh
noinst_LTLIBRARIES
=
libtaalgos.la
libtaalgos_la_SOURCES
=
\
tgba2ta.cc
\
dotty.cc
\
reachiter.cc
\
stats.cc
\
statessetbuilder.cc
\
minimize.cc
\
emptinessta.cc
tgba2ta.cc
\
dotty.cc
\
reachiter.cc
\
stats.cc
\
statessetbuilder.cc
\
minimize.cc
\
emptinessta.cc
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment