* src/Makefile.am (SUBDIRS): Add tgbaalgos.
(libspot_la_LIBADD): Add tgba/libtgbaalgos. * src/tgbaalgos/Makefile.am: New file. * configure.ac: Output src/tgbaalgos/Makefile.
This commit is contained in:
parent
16c6219988
commit
0a698131e6
5 changed files with 21 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
# List directories in the order they must be built.
|
||||
SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse ltltest tgba
|
||||
SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse ltltest tgba tgbaalgos
|
||||
|
||||
lib_LTLIBRARIES = libspot.la
|
||||
libspot_la_SOURCES =
|
||||
|
|
@ -10,4 +10,5 @@ libspot_la_LIBADD = \
|
|||
ltlparse/libltlparse.la \
|
||||
ltlvisit/libltlvisit.la \
|
||||
ltlast/libltlast.la \
|
||||
tgba/libtgba.la
|
||||
tgba/libtgba.la \
|
||||
tgbaalgos/libtgbaalgos.la
|
||||
|
|
|
|||
6
src/tgbaalgos/.cvsignore
Normal file
6
src/tgbaalgos/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
||||
Makefile
|
||||
Makefile.in
|
||||
5
src/tgbaalgos/Makefile.am
Normal file
5
src/tgbaalgos/Makefile.am
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
AM_CPPFLAGS = -I$(srcdir)/..
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
|
||||
noinst_LTLIBRARIES = libtgbaalgos.la
|
||||
libtgbaalgos_la_SOURCES =
|
||||
Loading…
Add table
Add a link
Reference in a new issue