Setup build system for a new dve2 interface.

* iface/dve2/dve2.cc, iface/dve2/dve2.hh: New dummy files.
* iface/dve2/Makefile.am: New file.
* iface/Makefile.am (SUBDIRS): Add dve2.
* configure.ac: Build iface/dve2/Makefile.
* README: Mention the new directory.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-05 11:00:56 +01:00
parent e1ef47d975
commit 3427f3bf0e
7 changed files with 106 additions and 3 deletions

View file

@ -96,6 +96,7 @@ AC_CONFIG_FILES([
bench/wdba/defs
doc/Doxyfile
doc/Makefile
iface/dve2/Makefile
iface/gspn/defs
iface/gspn/Makefile
iface/Makefile
@ -139,7 +140,7 @@ AC_CONFIG_FILES([
wrap/python/tests/Makefile
])
AC_CONFIG_FILES([bench/ltl2tgba/ltl2baw.pl:bench/ltl2tgba/ltl2baw.in],
[chmod +x bench/ltl2tgba/ltl2baw.pl])
[chmod +x bench/ltl2tgba/ltl2baw.pl])
AC_CONFIG_FILES([doc/dot], [chmod +x doc/dot])
AC_CONFIG_FILES([wrap/python/tests/run], [chmod +x wrap/python/tests/run])
AC_OUTPUT