Remove unused files
authorMike McCormack <mj.mccormack@samsung.com>
Wed, 5 Oct 2011 02:40:26 +0000 (11:40 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Wed, 5 Oct 2011 02:41:36 +0000 (11:41 +0900)
18 files changed:
debian/SVN_REV [deleted file]
debian/_original/changelog [deleted file]
debian/_original/compat [deleted file]
debian/_original/control [deleted file]
debian/_original/copyright [deleted file]
debian/_original/eet.1 [deleted file]
debian/_original/libeet-bin.install [deleted file]
debian/_original/libeet-dev.install [deleted file]
debian/_original/libeet-doc.dirs [deleted file]
debian/_original/libeet-doc.doc-base [deleted file]
debian/_original/libeet1.install [deleted file]
debian/_original/libeet1.symbols [deleted file]
debian/_original/rules [deleted file]
doc/.cvsignore [deleted file]
m4/efl_threads.m4 [deleted file]
src/.cvsignore [deleted file]
src/bin/.cvsignore [deleted file]
src/lib/.cvsignore [deleted file]

diff --git a/debian/SVN_REV b/debian/SVN_REV
deleted file mode 100644 (file)
index 6557fef..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Revision 53437
-Last Changed Rev 53177
diff --git a/debian/_original/changelog b/debian/_original/changelog
deleted file mode 100644 (file)
index 01616de..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-eet (1.2.0+svnYYYYMMDD-1) unstable; urgency=low
-
-  * Clean up changelog
-
- -- quaker <quaker66@gmail.com>  Tue, 21 Apr 2009 19:13:08 +0100
diff --git a/debian/_original/compat b/debian/_original/compat
deleted file mode 100644 (file)
index 1e8b314..0000000
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/debian/_original/control b/debian/_original/control
deleted file mode 100644 (file)
index ed910ae..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-Source: eet
-Section: libs
-Priority: optional
-Maintainer: Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
-Uploaders: Albin Tonnerre <albin.tonnerre@gmail.com>, Niv Sardi <xaiki@debian.org>,
- Jan Lübbe <jluebbe@debian.org>
-Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, zlib1g-dev, libjpeg62-dev, pkg-config, libtool, libeina-dev, doxygen
-Standards-Version: 3.8.1
-Homepage: http://www.enlightenment.org
-
-Package: libeet-dev
-Section: libdevel
-Architecture: any
-Depends: libeet1 (= ${binary:Version}), libjpeg62-dev, pkg-config
-Recommends: libeet-doc
-Description: Enlightenment DR17 file chunk reading/writing library development files
- Eet is a tiny library designed to write an arbitrary set of chunks of data to a
- file and optionally compress each chunk (very much like a zip file) and allow
- fast random-access reading of the file later on. It does not do zip as zip
- itself has more complexity than we need, and it was much simpler to implement
- this once here.
- .
- This package contains headers and static libraries for development with libeet.
-
-Package: libeet-doc
-Section: doc
-Architecture: all
-Enhances: libeet-dev
-Description: libeet1 API documentation
- Eet is a tiny library designed to write an arbitrary set of chunks of data to a
- file and optionally compress each chunk (very much like a zip file) and allow
- fast random-access reading of the file later on. It does not do zip as zip
- itself has more complexity than we need, and it was much simpler to implement
- this once here.
- .
- This package contains documentation (html and manpages) for development with
- libeet.
-
-Package: libeet1
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Enlightenment DR17 file chunk reading/writing library
- Eet is a tiny library designed to write an arbitrary set of chunks of data to a
- file and optionally compress each chunk (very much like a zip file) and allow
- fast random-access reading of the file later on. It does not do zip as zip
- itself has more complexity than we need, and it was much simpler to implement
- this once here.
- .
- It's small, fast, and does a job. It's heavily commented and fully documented.
-
-Package: libeet-bin
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Enlightenment DR17 file chunk reading/writing utility
- Eet is a tiny library designed to write an arbitrary set of chunks of data to a
- file and optionally compress each chunk (very much like a zip file) and allow
- fast random-access reading of the file later on. It does not do zip as zip
- itself has more complexity than we need, and it was much simpler to implement
- this once here.
- .
- This package contains eet, an utility that allows you to extract, insert,
- encode and decode config blobs created with libeet.
-
-Package: libeet-dbg
-Architecture: any
-Section: libdevel
-Priority: extra
-Depends: libeet1 (= ${binary:Version})
-Description: Enlightenment DR17 file chunk reading/writing library - debug symbols
- Eet is a tiny library designed to write an arbitrary set of chunks of data to a
- file and optionally compress each chunk (very much like a zip file) and allow
- fast random-access reading of the file later on. It does not do zip as zip
- itself has more complexity than we need, and it was much simpler to implement
- this once here
- .
- This package contains unstripped shared libraries. It is provided primarily
- to provide a backtrace with names in a debugger, this makes it somewhat easier
- to interpret core dumps. The libraries are installed in /usr/lib/debug and
- are automatically used by gdb.
diff --git a/debian/_original/copyright b/debian/_original/copyright
deleted file mode 100644 (file)
index e97e5c3..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-This package was debianized by Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
-Sat, 07 Jul 2007 09:29:10 +0000.
-
-It was downloaded from http://download.enlightenment.org/snapshots/LATEST/
-
-Upstream Authors:
-
-       Enlightenment team <enlightenment-devel@lists.sourceforge.net>
-
-Copyright:
-
-       Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
-
-License:
-
-  Permission is hereby granted, free of charge, to any person obtaining a
-  copy of this software and associated documentation files (the "Software"),
-  to deal in the Software without restriction, including without limitation
-  the rights to use, copy, modify, merge, publish, distribute, sublicense,
-  and/or sell copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following conditions:
-
-  The above copyright notice and this permission notice shall be included in
-  all copies of the Software, its documentation and marketing & publicity
-  materials, and acknowledgment shall be given in the documentation,
-  materials and software packages that this Software was used.
-
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-  THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-On Debian systems, the complete text of the BSD License can be found
-in `/usr/share/common-licenses/BSD'.
diff --git a/debian/_original/eet.1 b/debian/_original/eet.1
deleted file mode 100644 (file)
index 2abe11c..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-.TH EET 1 "November 4, 2007" eet
-.SH NAME
-eet \- Small tool to handle eet files.
-.SH SYNOPSIS
-.B eet
-.RI -l " FILE.EET"
-.br
-.B eet
-.RI -r " FILE.EET KEY"
-.br
-.B eet
-.RI "-x|-d" " FILE.EET KEY OUT-FILE"
-.br
-.B eet
-.RI "-i|-e" " FILE.EET KEY IN-FILE COMPRESS"
-.br
-.SH DESCRIPTION
-This manual page documents briefly the
-.B eet
-command
-.PP
-\fBeet\fP is a program that can extract, import, delete, list, decode and encode data from eet files.
-.SH OPTIONS
-.TP
-.B \-l
-List all keys in FILE.EET.
-.TP
-.B \-r
-Remove KEY in FILE.EET.
-.TP
-.B \-x
-Extract data stored in KEY in FILE.EET and write to OUT-FILE
-.TP
-.B \-d
-Extract and decode data stored in KEY in FILE.EET and write to OUT-FILE
-.TP
-.B \-i
-Insert data to KEY in FILE.EET from IN-FILE and if COMPRESS is 1, compress it
-.TP
-.B \-e
-Insert and encode to KEY in FILE.EET from IN-FILE and if COMPRESS is 1, compress it
-.SH BUGS
-To report a bug, please visit \fIhttp://bugs.enlightenment.org/\fR
-.SH AUTHOR
-.TP
-eet was written by the Enlightenment Development Team
-.I http://web.enlightenment.org
-.PP
-This manual page was written by Albin Tonnerre <albin.tonnerre@gmail.com>,
-for the Debian project (but may be used by others).
diff --git a/debian/_original/libeet-bin.install b/debian/_original/libeet-bin.install
deleted file mode 100644 (file)
index 3399d7b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/bin/eet
diff --git a/debian/_original/libeet-dev.install b/debian/_original/libeet-dev.install
deleted file mode 100644 (file)
index 4a70bfa..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-debian/tmp/usr/lib/pkgconfig/*
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/lib/lib*.so
diff --git a/debian/_original/libeet-doc.dirs b/debian/_original/libeet-doc.dirs
deleted file mode 100644 (file)
index a110659..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/libeet-doc
diff --git a/debian/_original/libeet-doc.doc-base b/debian/_original/libeet-doc.doc-base
deleted file mode 100644 (file)
index 2d1ef1f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: eet
-Title: Eet Guide
-Author: Carsten Haitzler
-Abstract: This document describes Eet API
- and provides sample C code.
-Section: Programming/C
-
-Format: HTML
-Index: /usr/share/doc/libeet-doc/html/index.html
-Files: /usr/share/doc/libeet-doc/html/*.html
diff --git a/debian/_original/libeet1.install b/debian/_original/libeet1.install
deleted file mode 100644 (file)
index c45ebcf..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/lib*.so.*
diff --git a/debian/_original/libeet1.symbols b/debian/_original/libeet1.symbols
deleted file mode 100644 (file)
index 9a96c7c..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-libeet.so.1 libeet1 #MINVER#
- eet_clearcache@Base 1.0.0
- eet_close@Base 1.0.0
- eet_data_descriptor2_new@Base 1.0.0
- eet_data_descriptor3_new@Base 1.0.0
- eet_data_descriptor_decode@Base 1.0.0
- eet_data_descriptor_decode_cipher@Base 1.2.2
- eet_data_descriptor_element_add@Base 1.0.0
- eet_data_descriptor_encode@Base 1.0.0
- eet_data_descriptor_encode_cipher@Base 1.2.2
- eet_data_descriptor_free@Base 1.0.0
- eet_data_descriptor_new@Base 1.0.0
- eet_data_dump@Base 1.0.0
- eet_data_dump_cipher@Base 1.2.2
- eet_data_image_decode@Base 1.0.0
- eet_data_image_decode_cipher@Base 1.2.2
- eet_data_image_decode_to_surface@Base 1.1.0
- eet_data_image_decode_to_surface_cipher@Base 1.2.2
- eet_data_image_encode@Base 1.0.0
- eet_data_image_encode_cipher@Base 1.2.2
- eet_data_image_header_decode@Base 1.0.0
- eet_data_image_header_decode_cipher@Base 1.2.2
- eet_data_image_header_read@Base 1.0.0
- eet_data_image_header_read_cipher@Base 1.2.2
- eet_data_image_read@Base 1.0.0
- eet_data_image_read_cipher@Base 1.2.2
- eet_data_image_read_to_surface@Base 1.1.0
- eet_data_image_read_to_surface_cipher@Base 1.2.2
- eet_data_image_write@Base 1.0.0
- eet_data_image_write_cipher@Base 1.2.2
- eet_data_node_encode_cipher@Base 1.2.2
- eet_data_node_write_cipher@Base 1.2.2
- eet_data_read@Base 1.0.0
- eet_data_read_cipher@Base 1.2.2
- eet_data_text_dump@Base 1.0.0
- eet_data_text_dump_cipher@Base 1.2.2
- eet_data_text_undump@Base 1.0.0
- eet_data_text_undump_cipher@Base 1.2.2
- eet_data_undump@Base 1.0.0
- eet_data_undump_cipher@Base 1.2.2
- eet_data_write@Base 1.0.0
- eet_data_write_cipher@Base 1.2.2
- eet_delete@Base 1.0.0
- eet_dictionary_get@Base 1.0.0
- eet_dictionary_string_check@Base 1.0.0
- eet_identity_certificate_print@Base 1.1.0
- eet_identity_close@Base 1.1.0
- eet_identity_open@Base 1.1.0
- eet_identity_print@Base 1.1.0
- eet_identity_set@Base 1.1.0
- eet_identity_sha1@Base 1.2.2
- eet_identity_signature@Base 1.2.2
- eet_identity_x509@Base 1.1.0
- eet_init@Base 1.0.0
- eet_list@Base 1.0.0
- eet_memopen_read@Base 1.1.0
- eet_mode_get@Base 1.0.0
- eet_node_array_new@Base 1.2.2
- eet_node_char_new@Base 1.2.2
- eet_node_del@Base 1.2.2
- eet_node_double_new@Base 1.2.2
- eet_node_float_new@Base 1.2.2
- eet_node_hash_new@Base 1.2.2
- eet_node_inlined_string_new@Base 1.2.2
- eet_node_int_new@Base 1.2.2
- eet_node_list_new@Base 1.2.2
- eet_node_long_long_new@Base 1.2.2
- eet_node_null_new@Base 1.2.2
- eet_node_short_new@Base 1.2.2
- eet_node_string_new@Base 1.2.2
- eet_node_struct_child_new@Base 1.2.2
- eet_node_struct_new@Base 1.2.2
- eet_node_unsigned_char_new@Base 1.2.2
- eet_node_unsigned_int_new@Base 1.2.2
- eet_node_unsigned_long_long_new@Base 1.2.2
- eet_node_unsigned_short_new@Base 1.2.2
- eet_node_var_array_new@Base 1.2.2
- eet_num_entries@Base 1.0.0
- eet_open@Base 1.0.0
- eet_read@Base 1.0.0
- eet_read_cipher@Base 1.2.2
- eet_read_direct@Base 1.0.0
- eet_shutdown@Base 1.0.0
- eet_write@Base 1.0.0
- eet_write_cipher@Base 1.2.2
diff --git a/debian/_original/rules b/debian/_original/rules
deleted file mode 100755 (executable)
index d8995d3..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-CFLAGS += -fvisibility=hidden
-LDFLAGS += -fvisibility=hidden
-
-DEB_INSTALL_MANPAGES_libeet-doc := $(DEB_SRCDIR)/doc/man/man3/E*.3 $(DEB_SRCDIR)/doc/man/man3/e*.3
-DEB_INSTALL_MANPAGES_libeet-bin := $(DEB_SRCDIR)/debian/eet.1
-DEB_DH_STRIP_ARGS := --dbg-package=libeet-dbg
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
-DEB_MAKE_CLEAN_TARGET := distclean
-
-build/libeet-doc::
-       make doc
-
-install/libeet-doc::
-       cp -R $(DEB_SRCDIR)/doc/html debian/libeet-doc/usr/share/doc/libeet-doc/
-
-clean::
-       [ ! -f Makefile ] || make distclean
diff --git a/doc/.cvsignore b/doc/.cvsignore
deleted file mode 100644 (file)
index 8723dbe..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Makefile
-Makefile.in
-html
-latex
-man
diff --git a/m4/efl_threads.m4 b/m4/efl_threads.m4
deleted file mode 100644 (file)
index 7c1a0b6..0000000
+++ /dev/null
@@ -1,189 +0,0 @@
-dnl Copyright (C) 2010 Vincent Torri <vtorri at univ-evry dot fr>
-dnl That code is public domain and can be freely used or copied.
-
-dnl Macro that check if POSIX or Win32 threads library is available or not.
-
-dnl Usage: EFL_CHECK_THREADS(want_pthread_spin[, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
-dnl Call AC_SUBST(EFL_PTHREAD_CFLAGS)
-dnl Call AC_SUBST(EFL_PTHREAD_LIBS)
-dnl Define EFL_HAVE_POSIX_THREADS or EFL_HAVE_WIN32_THREADS, and EFL_HAVE_THREADS
-dnl Define EFL_HAVE_POSIX_THREADS_SPINLOCK
-
-AC_DEFUN([EFL_CHECK_THREADS],
-[
-
-dnl configure option
-
-AC_ARG_ENABLE([posix-threads],
-   [AC_HELP_STRING([--disable-posix-threads], [enable POSIX threads code @<:@default=auto@:>@])],
-   [
-    if test "x${enableval}" = "xyes" ; then
-       _efl_enable_posix_threads="yes"
-    else
-       _efl_enable_posix_threads="no"
-    fi
-   ],
-   [_efl_enable_posix_threads="auto"])
-
-AC_MSG_CHECKING([whether to build POSIX threads code])
-AC_MSG_RESULT([${_efl_enable_posix_threads}])
-
-AC_ARG_ENABLE([win32-threads],
-   [AC_HELP_STRING([--disable-win32-threads], [enable Win32 threads code @<:@default=no@:>@])],
-   [
-    if test "x${enableval}" = "xyes" ; then
-       _efl_enable_win32_threads="yes"
-    else
-       _efl_enable_win32_threads="no"
-    fi
-   ],
-   [_efl_enable_win32_threads="no"])
-
-AC_MSG_CHECKING([whether to build Windows threads code])
-AC_MSG_RESULT([${_efl_enable_win32_threads}])
-
-dnl
-dnl * no  + no
-dnl * yes + no  : win32: error,    other : pthread
-dnl * yes + yes : win32 : wthread, other : pthread
-dnl * no  + yes : win32 : wthread, other : error
-
-if  test "x${_efl_enable_posix_threads}" = "xyes" && test "x${_efl_enable_win32_threads}" = "xyes" ; then
-   case "$host_os" in
-      mingw*)
-         _efl_enable_posix_threads=no
-         ;;
-      *)
-         _efl_enable_win32_threads=no
-         ;;
-   esac
-fi
-
-if  test "x${_efl_enable_win32_threads}" = "xyes" ; then
-   case "$host_os" in
-      mingw*)
-         ;;
-      *)
-         AC_MSG_ERROR([Win32 threads support requested but non Windows system found.])
-         ;;
-   esac
-fi
-
-if  test "x${_efl_enable_posix_threads}" = "xyes" ; then
-   case "$host_os" in
-      mingw*)
-         AC_MSG_ERROR([POSIX threads support requested but Windows system found.])
-         ;;
-      *)
-         ;;
-   esac
-fi
-
-dnl check if the compiler supports POSIX threads
-
-case "$host_os" in
-   mingw*)
-      ;;
-   solaris*)
-      _efl_threads_cflags="-mt"
-      _efl_threads_libs="-mt"
-      ;;
-   *)
-      _efl_threads_cflags="-pthread"
-      _efl_threads_libs="-pthread"
-      ;;
-esac
-
-_efl_have_posix_threads="no"
-_efl_have_win32_threads="no"
-
-if test "x${_efl_enable_posix_threads}" = "xyes" || test "x${_efl_enable_posix_threads}" = "xauto" ; then
-
-   SAVE_CFLAGS=${CFLAGS}
-   CFLAGS="${CFLAGS} ${_efl_threads_cflags}"
-   SAVE_LIBS=${LIBS}
-   LIBS="${LIBS} ${_efl_threads_libs}"
-   AC_LINK_IFELSE(
-      [AC_LANG_PROGRAM([[
-#include <pthread.h>
-                       ]],
-                       [[
-pthread_t id;
-id = pthread_self();
-                       ]])],
-      [_efl_have_posix_threads="yes"],
-      [_efl_have_posix_threads="no"])
-   CFLAGS=${SAVE_CFLAGS}
-   LIBS=${SAVE_LIBS}
-
-fi
-
-AC_MSG_CHECKING([whether system support POSIX threads])
-AC_MSG_RESULT([${_efl_have_posix_threads}])
-if test "$x{_efl_enable_posix_threads}" = "xyes" && test "x${_efl_have_posix_threads}" = "xno"; then
-   AC_MSG_ERROR([POSIX threads support requested but not found.])
-fi
-
-EFL_PTHREAD_CFLAGS=""
-EFL_PTHREAD_LIBS=""
-if test "x${_efl_have_posix_threads}" = "xyes" ; then
-   EFL_PTHREAD_CFLAGS=${_efl_threads_cflags}
-   EFL_PTHREAD_LIBS=${_efl_threads_libs}
-fi
-
-AC_SUBST(EFL_PTHREAD_CFLAGS)
-AC_SUBST(EFL_PTHREAD_LIBS)
-
-if test "x${_efl_have_posix_threads}" = "xyes" ; then
-   AC_DEFINE([EFL_HAVE_POSIX_THREADS], [1], [Define to mention that POSIX threads are supported])
-fi
-
-dnl check if the compiler supports pthreads spinlock
-
-_efl_have_posix_threads_spinlock="no"
-
-if test "x${_efl_have_posix_threads}" = "xyes" && test "x$1" = "xyes" ; then
-
-   SAVE_CFLAGS=${CFLAGS}
-   CFLAGS="${CFLAGS} ${EFL_PTHREAD_CFLAGS}"
-   SAVE_LIBS=${LIBS}
-   LIBS="${LIBS} ${EFL_PTHREAD_LIBS}"
-   AC_LINK_IFELSE(
-      [AC_LANG_PROGRAM([[
-#include <pthread.h>
-                       ]],
-                       [[
-pthread_spinlock_t lock;
-int res;
-res = pthread_spin_init(&lock, PTHREAD_PROCESS_PRIVATE);
-                       ]])],
-      [_efl_have_posix_threads_spinlock="yes"],
-      [_efl_have_posix_threads_spinlock="no"])
-   CFLAGS=${SAVE_CFLAGS}
-   LIBS=${SAVE_LIBS}
-
-fi
-
-AC_MSG_CHECKING([whether to build POSIX threads spinlock code])
-AC_MSG_RESULT([${_efl_have_posix_threads_spinlock}])
-if test "x${_efl_enable_posix_threads}" = "xyes" && test "x${_efl_have_posix_threads_spinlock}" = "xno" && test "x$1" = "xyes" ; then
-   AC_MSG_WARN([POSIX threads support requested but spinlocks are not supported])
-fi
-
-if test "x${_efl_have_posix_threads_spinlock}" = "xyes" ; then
-   AC_DEFINE([EFL_HAVE_POSIX_THREADS_SPINLOCK], [1], [Define to mention that POSIX threads spinlocks are supported])
-fi
-
-if test "x${_efl_enable_win32_threads}" = "xyes" ; then
-   _efl_have_win32_threads="yes"
-   AC_DEFINE([EFL_HAVE_WIN32_THREADS], [1], [Define to mention that Win32 threads are supported])
-fi
-
-if test "x${_efl_have_posix_threads}" = "xyes" || test "x${_efl_have_win32_threads}" = "xyes" ; then
-   AC_DEFINE([EFL_HAVE_THREADS], [1], [Define to mention that POSIX or Win32 threads are supported])
-fi
-
-AS_IF([test "x$_efl_have_posix_threads" = "xyes" || test "x$_efl_have_win32_threads" = "xyes"], [$2], [$3])
-AS_IF([test "x$_efl_have_posix_threads_spinlock" = "xyes"], [$4], [$5])
-
-])
diff --git a/src/.cvsignore b/src/.cvsignore
deleted file mode 100644 (file)
index 4137794..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-eet
-eet-config
-libeet.so.0.0.0
-Makefile
-Makefile.in
diff --git a/src/bin/.cvsignore b/src/bin/.cvsignore
deleted file mode 100644 (file)
index 2657148..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.deps
-.libs
-Makefile
-Makefile.in
-eet
diff --git a/src/lib/.cvsignore b/src/lib/.cvsignore
deleted file mode 100644 (file)
index f776647..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-eet
-eet-config
-libeet.so.0.0.0
-.deps
-.libs
-Makefile
-Makefile.in
-*.lo
-libeet.la
-*.gcno