gspn: remove the interface with GreatSPN

It hasn't been tested for several year, may not even compile, has
to be linked with source code that isn't even publicly available,
and its presence was the only reason to keep some inefficient
code in gtec.cc and friends.

* iface/gspn/: Delete this directory.
* iface/Makefile.am, configure.ac, README: Adjust.
* m4/gspnlib.m4: Delete.
* src/sanity/Makefile.am: Do not use LIBGSPN_CPPFLAGS.
This commit is contained in:
Alexandre Duret-Lutz 2014-01-29 22:01:21 +01:00
parent 83ed4f8c90
commit 46e4408a85
38 changed files with 5 additions and 3534 deletions

View file

@ -1,8 +1,6 @@
## Copyright (C) 2008, 2011 Laboratoire de Recherche et Développement
## -*- coding: utf-8 -*-
## Copyright (C) 2011, 2014 Laboratoire de Recherche et Développement
## de l'Epita (LRDE).
## Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
## et Marie Curie.
##
## This file is part of Spot, a model checking library.
##
@ -20,7 +18,3 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
SUBDIRS = dve2
if WITH_GSPN
SUBDIRS += gspn
endif