* wrap/python/Makefile.am, wrap/python/spot.i: ... here. * wrap/Makefile.am: New file. * configure.ac: Output wrap/python/Makefile.
48 lines
763 B
Text
48 lines
763 B
Text
AC_PREREQ([2.57])
|
|
AC_INIT([spot], [0.0e])
|
|
AC_CONFIG_AUX_DIR([tools])
|
|
AM_INIT_AUTOMAKE([foreign nostdinc check-news 1.7.3])
|
|
|
|
adl_CHECK_PYTHON
|
|
|
|
AC_PROG_CXX
|
|
|
|
AM_PROG_LEX
|
|
AC_PROG_YACC
|
|
|
|
AC_LANG(C++)
|
|
|
|
AX_CHECK_BUDDY
|
|
AX_CHECK_LBTT
|
|
AX_CHECK_GSPNLIB
|
|
|
|
AC_PROG_LIBTOOL
|
|
|
|
CF_GXX_WARNINGS
|
|
|
|
AC_CHECK_PROG([DOT], [dot], [dot])
|
|
|
|
AC_CONFIG_FILES([
|
|
Makefile
|
|
doc/Makefile
|
|
doc/Doxyfile
|
|
iface/Makefile
|
|
iface/gspn/Makefile
|
|
iface/gspn/defs
|
|
src/Makefile
|
|
src/ltlenv/Makefile
|
|
src/ltlast/Makefile
|
|
src/ltlparse/Makefile
|
|
src/ltltest/Makefile
|
|
src/ltltest/defs
|
|
src/ltlvisit/Makefile
|
|
src/tgba/Makefile
|
|
src/tgbaalgos/Makefile
|
|
src/tgbaparse/Makefile
|
|
src/tgbatest/Makefile
|
|
src/tgbatest/defs
|
|
src/misc/Makefile
|
|
wrap/Makefile
|
|
wrap/python/Makefile
|
|
])
|
|
AC_OUTPUT
|