diff options
author | nobody <nobody@localhost> | 2001-04-11 10:13:05 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-04-11 10:13:05 +0800 |
commit | ec122bade09196f9ccb83adc57b949f20c14f973 (patch) | |
tree | 43d5b3f0c9bfd85f39d9ddf1500bca46ecc232d3 /libibex/Makefile.am | |
parent | 6905c1b233e61f46a573ad56126e024bf0b9d3bd (diff) | |
download | gsoc2013-evolution-GAL_0_6.tar.gz gsoc2013-evolution-GAL_0_6.tar.zst gsoc2013-evolution-GAL_0_6.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_0_6'.GAL_0_6
svn path=/tags/GAL_0_6/; revision=9221
Diffstat (limited to 'libibex/Makefile.am')
-rw-r--r-- | libibex/Makefile.am | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/libibex/Makefile.am b/libibex/Makefile.am deleted file mode 100644 index ab7c92206c..0000000000 --- a/libibex/Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ -## Process this file with automake to produce Makefile.in - -noinst_LTLIBRARIES = libibex.la - -libibex_la_SOURCES = \ - wordindex.c wordindexmem.c \ - block.c ibex.h \ - hash.c \ - disktail.c \ - ibex_block.c - -libibex_la_LDFLAGS = -static - -noinst_HEADERS = \ - ibex_internal.h \ - block.h \ - wordindex.h \ - index.h - -INCLUDES = -I$(srcdir) $(GLIB_CFLAGS) $(UNICODE_CFLAGS) \ - $(THREADS_CFLAGS) \ - -DG_LOG_DOMAIN=\"libibex\" - - -noinst_PROGRAMS = dumpindex testindex - -dumpindex_SOURCES = dumpindex.c -dumpindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) $(THREADS_LIBS) - -testindex_SOURCES = testindex.c -testindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) $(THREADS_LIBS) -lm - -#noinst_PROGRAMS = mkindex lookup -# -#mkindex_SOURCES = mkindex.c -#mkindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) -# -#lookup_SOURCES = lookup.c -#lookup_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) - |