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
134fbd20
Commit
134fbd20
authored
Sep 07, 2012
by
Alexandre Duret-Lutz
Browse files
* src/bin/Makefile.am: Use a static library for all common functions.
parent
e43bc893
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/Makefile.am
View file @
134fbd20
...
...
@@ -24,12 +24,18 @@ SUBDIRS = . man
AM_CPPFLAGS
=
-I
$(top_srcdir)
/src
-I
$(top_builddir)
/src
$(BUDDY_CPPFLAGS)
\
-I
$(top_builddir)
/lib
-I
$(top_srcdir)
/lib
AM_CXXFLAGS
=
$(WARNING_CXXFLAGS)
LDADD
=
$(top_builddir)
/src/libspot.l
a
$(top_builddir)
/lib/libgnu.a
LDADD
=
libcommon.
a
$(top_builddir)
/lib/libgnu.a
../libspot.la
bin_PROGRAMS
=
ltlfilt genltl randltl
noinst_HEADERS
=
common_output.hh common_range.hh common_r.hh
noinst_LIBRARIES
=
libcommon.a
libcommon_a_SOURCES
=
\
common_output.cc
\
common_output.hh
\
common_range.cc
\
common_range.hh
\
common_r.cc
\
common_r.hh
ltlfilt_SOURCES
=
ltlfilt.cc common_output.cc common_r.cc
genltl_SOURCES
=
genltl.cc common_output.cc common_range.cc
randltl_SOURCES
=
randltl.cc common_output.cc common_range.cc common_r.cc
bin_PROGRAMS
=
ltlfilt genltl randltl
ltlfilt_SOURCES
=
ltlfilt.cc
genltl_SOURCES
=
genltl.cc
randltl_SOURCES
=
randltl.cc
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