Skip to content
GitLab
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
81333df2
Commit
81333df2
authored
Mar 01, 2016
by
Laurent XU
Committed by
Alexandre Duret-Lutz
Mar 10, 2016
Browse files
* python/Makefile.am: Fix Makefile's targets in separated folder.
parent
53130983
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/Makefile.am
View file @
81333df2
...
...
@@ -54,7 +54,7 @@ spot__impl_la_SOURCES = spot/impl_wrap.cxx
spot__impl_la_LDFLAGS
=
-avoid-version
-module
$(SYMBOLIC_LDFLAGS)
spot__impl_la_LIBADD
=
$(top_builddir)
/spot/libspot.la
spot/impl_wrap.cxx
:
spot/impl.i
${srcdir}/
spot/impl_wrap.cxx
:
spot/impl.i
$(SWIG)
$(SWIGFLAGS)
-I
$(srcdir)
-I
$(top_srcdir)
$(srcdir)
/spot/impl.i
spot/impl.py
:
spot/impl.i
...
...
@@ -68,7 +68,7 @@ spot__ltsmin_la_LDFLAGS = -avoid-version -module $(SYMBOLIC_LDFLAGS)
spot__ltsmin_la_LIBADD
=
$(top_builddir)
/spot/libspot.la
\
$(top_builddir)
/spot/ltsmin/libspotltsmin.la
spot/ltsmin_wrap.cxx
:
spot/ltsmin.i
${srcdir}/
spot/ltsmin_wrap.cxx
:
spot/ltsmin.i
$(SWIG)
$(SWIGFLAGS)
-I
$(srcdir)
-I
$(top_srcdir)
$(srcdir)
/spot/ltsmin.i
spot/ltsmin.py
:
spot/ltsmin.i
...
...
@@ -80,7 +80,7 @@ spot/ltsmin.py: spot/ltsmin.i
_buddy_la_SOURCES
=
buddy_wrap.cxx
_buddy_la_LDFLAGS
=
-avoid-version
-module
$(BUDDY_LDFLAGS)
$(SYMBOLIC_LDFLAGS)
buddy_wrap.cxx
:
buddy.i
${srcdir}/
buddy_wrap.cxx
:
buddy.i
$(SWIG)
$(SWIGFLAGS)
$(BUDDY_CPPFLAGS)
$(srcdir)
/buddy.i
buddy.py
:
buddy.i
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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