Compare commits

...

10 commits

Author SHA1 Message Date
glenux 45a264efbc Renamed EnlargeYourData to enlargeyourdata. 2009-01-18 20:37:22 +00:00
glenux cdee45dc7b 2006-01-03 10:59:34 +00:00
glenux 0db97f5b94 2006-01-03 10:47:46 +00:00
glenux 71b5e04b45 2006-01-03 10:42:59 +00:00
glenux 66215bb2dd 2006-01-03 10:38:07 +00:00
glenux f051b9a16e 2006-01-03 10:33:51 +00:00
glenux 7337ab6725 2006-01-03 10:18:19 +00:00
glenux b42c061760 2005-10-31 18:14:02 +00:00
glenux 6568e76cde 2005-10-31 18:10:07 +00:00
glenux 5781ea6fbe 2005-10-31 17:58:27 +00:00
8 changed files with 55 additions and 17 deletions

View file

@ -0,0 +1,2 @@
Glenn ROLLAND <glenux@fr.st>

View file

@ -1,4 +1,4 @@
SUBDIRS = src
EXTRA_DIST = doc INSTALL README doxygen.conf autogen
EXTRA_DIST = doc INSTALL README doxygen.conf autogen libtool

View file

@ -16,14 +16,16 @@ dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl
## Autoconf requirements
AC_INIT([eyd], [0.1], [glenux@fr.st])
AC_INIT([eyd], [0.2], [glenux@fr.st])
AC_PREREQ(2.50)
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([eyd],[0.1])
AM_INIT_AUTOMAKE([eyd],[0.2])
#AC_CANONICAL_SYSTEM
@ -166,7 +168,14 @@ AC_SUBST(TARGET_HAVE_READLINE)
#AC_SUBST(LIBXMLPP_LIBS)
AC_CONFIG_FILES([Makefile src/Makefile src/lib/Makefile src/rle1/Makefile src/rle2/Makefile src/tests/Makefile])
AC_CONFIG_FILES([
Makefile
src/Makefile
src/lib/Makefile
src/rle1/Makefile
src/rle2/Makefile
src/tests/Makefile
])
AC_OUTPUT
dnl configure.in ends here

View file

@ -23,9 +23,9 @@ syst&egrave;me Apple MacOSX (&ge;10.3)</a></li>
<li><a href="#2.3._Sur_un_syst%E8me_Microsoft_Windows">Sur
un syst&egrave;me Microsoft Windows</a></li>
</ol>
<li><a href="#3._Se_procurer_MiniFTPc">Se procurer
<li><a href="#3._Se_procurer_EnlargeYourData">Se procurer
EnlargeYourData</a></li>
<li><a href="#4._Utiliser_MiniFTPc">Utiliser EnlargeYourData</a></li>
<li><a href="#4._Utiliser_EnlargeYourData">Utiliser EnlargeYourData</a></li>
<ol>
<li><a href="#4.1._Compilation">Compilation</a></li>
<li><a href="#4.2._Utilisation">Utilisation</a></li>
@ -100,7 +100,7 @@ install glib2-dev</p>
Sur un syst&egrave;me Microsoft Windows</h3>
Cela ne fut pas (encore) test&eacute;, mais il est tr&egrave;s
probable que cela fonctionne&nbsp;sous Cygwin.<br>
<h2><a name="3._Se_procurer_MiniFTPc"></a>3.
<h2><a name="3._Se_procurer_EnlargeYourData"></a>3.
Se procurer EnlargeYourData</h2>
Vous
pouvez t&eacute;l&eacute;charger la derni&egrave;re archive
@ -109,7 +109,7 @@ sources, ou bien directement la version la plus r&eacute;cente du
projet sur le d&eacute;p&ocirc;t Subversion du projet.<br>
<h3>3.1. L'archive des sources</h3>
Elle est disponible &agrave; l'adresse : <br>
<a href="http://glenux2.free.fr/pub/projets/MiniFTPc/archives/">http://glenux2.free.fr/pub/projets/EnlargeYourData/archives/</a><br>
<a href="http://glenux2.free.fr/pub/projets/EnlargeYourData/archives/">http://glenux2.free.fr/pub/projets/EnlargeYourData/archives/</a><br>
<h3>3.2. Le
d&eacute;p&ocirc;t Subversion</h3>
<p>Afin d'obtenir les sources les
@ -122,7 +122,7 @@ il suffit donc de presser la touche
"Entr&eacute;e" pour l'utilisateur "anonymous", si ce dernier vous
est
demand&eacute;.</p>
<h2><a name="4._Utiliser_MiniFTPc"></a>4.
<h2><a name="4._Utiliser_EnlargeYourData"></a>4.
Utiliser EnlargeYourData</h2>
<h3><a name="4.1._Compilation"></a>4.1.
Compilation</h3>

View file

@ -11,16 +11,28 @@ libeyd_la_SOURCES = eyd_bitreader.cpp \
eyd_uncompressor_rle1.cpp \
eyd_compressor_rle2.cpp \
eyd_uncompressor_rle2.cpp
libeyd_la_SOURCES += \
eyd_bitgroup.hh \
eyd_bitreader.hh \
eyd_bitwriter.hh \
eyd_compressor_rle1.hh \
eyd_compressor_rle2.hh \
eyd_global.hh \
eyd.hh \
eyd_iface.hh \
eyd_proto.hh \
eyd_uncompressor_rle1.hh \
eyd_uncompressor_rle2.hh
libeyd_la_CFLAGS = -DTRACE
#-static
libeyd_la_LDFLAGS = -version-info 3:12:1
#INCLUDES= SQLITE3_CFLAGS@ \
# LIBXMLPP_CFLAGS@ \
# -I./
INCLUDES= -I./
#libxionfs_a_LDFLAGS= @LDFLAGS@
#SQLITE3_LIBS@ LIBPCRE_LIBS@

View file

@ -18,10 +18,18 @@ INCLUDES= -I../lib/ -I./ @GLIB2_CFLAGS@ @TARGET_READLINE_INC@
#eyd_INCLUDE =
eydrle_SOURCES = eydrle.cpp eydrle_init.cpp eydrle_main.cpp eydrle_compress.cpp eydrle_uncompress.cpp
eydrle_SOURCES = \
eydrle.cpp \
eydrle_init.cpp \
eydrle_main.cpp \
eydrle_compress.cpp \
eydrle_uncompress.cpp
eydrle_SOURCES += eydrle.hh
eydrle_LDADD = -leyd
eydrle_LDFLAGS = @LDFLAGS@ -L../lib -L../lib/.libs
eydrle_LDADD = ${top_builddir}/src/lib/libeyd.la
eydrle_LDFLAGS = @LDFLAGS@ -L../lib -L../lib/.libs
EXTRA_DIST = bitcopy.cpp bittest.cpp
#bitcopy_SOURCES = bitcopy.cpp
#bitcopy_LDADD = -leyd

View file

@ -3,10 +3,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <eyd.hh>
#include <exception>
#include <vector>
#include "eyd.hh"
namespace EydTools {
typedef enum { EYDRLE_MODE_COMPRESS, EYDRLE_MODE_UNCOMPRESS, EYDRLE_MODE_UNDEF } eydrle_mode_t;

View file

@ -18,7 +18,13 @@ INCLUDES= -I../lib/ -I./ @GLIB2_CFLAGS@ @TARGET_READLINE_INC@
#eyd_INCLUDE =
eydrle2_SOURCES = eydrle2.cpp eydrle2_init.cpp eydrle2_main.cpp eydrle2_compress.cpp eydrle2_uncompress.cpp
eydrle2_SOURCES = \
eydrle2.cpp \
eydrle2_init.cpp \
eydrle2_main.cpp \
eydrle2_compress.cpp \
eydrle2_uncompress.cpp
eydrle2_SOURCES += eydrle2.hh
eydrle2_LDADD = -leyd
eydrle2_LDFLAGS = @LDFLAGS@ -L../lib -L../lib/.libs