summaryrefslogtreecommitdiff
path: root/storage/sphinx
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-07-03 20:07:41 +0200
committerSergei Golubchik <sergii@pisem.net>2011-07-03 20:07:41 +0200
commit7e6c8ea891482daadf07d79e51886adfc0847b02 (patch)
treec545d3c5abafd941b40b3f0cc3eef4735a0cd7e4 /storage/sphinx
parentb843de11d5f7732abc4f7fdc565b64e1cd781bbb (diff)
downloadmariadb-git-7e6c8ea891482daadf07d79e51886adfc0847b02.tar.gz
remove unused autotools files
Diffstat (limited to 'storage/sphinx')
-rw-r--r--storage/sphinx/Makefile.am55
-rw-r--r--storage/sphinx/plug.in6
2 files changed, 0 insertions, 61 deletions
diff --git a/storage/sphinx/Makefile.am b/storage/sphinx/Makefile.am
deleted file mode 100644
index 5f58d673547..00000000000
--- a/storage/sphinx/Makefile.am
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-#called from the top level Makefile
-
-MYSQLDATAdir = $(localstatedir)
-MYSQLSHAREdir = $(pkgdatadir)
-MYSQLBASEdir= $(prefix)
-MYSQLLIBdir= $(pkglibdir)
-pkgplugindir = $(pkglibdir)/plugin
-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
- -I$(top_srcdir)/regex \
- -I$(top_srcdir)/sql \
- -I$(srcdir)
-
-DEFS= @DEFS@ -D_REENTRANT -D_PTHREADS -DMYSQL_SERVER
-
-noinst_HEADERS = ha_sphinx.h
-
-EXTRA_LTLIBRARIES = ha_sphinx.la
-pkgplugin_LTLIBRARIES = @plugin_sphinx_shared_target@ sphinx.la
-
-ha_sphinx_la_LDFLAGS = -module -rpath $(MYSQLLIBdir) \
- -L$(top_builddir)/libservices -lmysqlservices
-ha_sphinx_la_CXXFLAGS= $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
-ha_sphinx_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
-ha_sphinx_la_SOURCES = ha_sphinx.cc
-
-sphinx_la_LDFLAGS = -module
-sphinx_la_CXXFLAGS = $(AM_CFLAGS)
-sphinx_la_CFLAGS = $(AM_CFLAGS)
-sphinx_la_SOURCES = snippets_udf.cc
-
-EXTRA_LIBRARIES = libsphinx.a
-noinst_LIBRARIES = @plugin_sphinx_static_target@
-libsphinx_a_CXXFLAGS = $(AM_CFLAGS)
-libsphinx_a_CFLAGS = $(AM_CFLAGS)
-libsphinx_a_SOURCES= ha_sphinx.cc
-
-EXTRA_DIST = CMakeLists.txt
-# Don't update the files from bitkeeper
-%::SCCS/s.%
diff --git a/storage/sphinx/plug.in b/storage/sphinx/plug.in
deleted file mode 100644
index 6c96e41ae52..00000000000
--- a/storage/sphinx/plug.in
+++ /dev/null
@@ -1,6 +0,0 @@
-MYSQL_STORAGE_ENGINE(sphinx,,[Sphinx Storage Engine],
- [SE client for Sphinx search daemon], [])
-MYSQL_PLUGIN_DIRECTORY(sphinx, [storage/sphinx])
-MYSQL_PLUGIN_STATIC(sphinx, [libsphinx.a])
-MYSQL_PLUGIN_DYNAMIC(sphinx, [ha_sphinx.la])
-