tracker r1924 - in branches/indexer-split: . utils utils/qdbm



Author: ifrade
Date: Thu Jul 24 10:38:52 2008
New Revision: 1924
URL: http://svn.gnome.org/viewvc/tracker?rev=1924&view=rev

Log:
Build utils using autotools

Added:
   branches/indexer-split/utils/Makefile.am
   branches/indexer-split/utils/qdbm/Makefile.am
Removed:
   branches/indexer-split/utils/qdbm/Makefile
Modified:
   branches/indexer-split/ChangeLog
   branches/indexer-split/Makefile.am
   branches/indexer-split/configure.ac

Modified: branches/indexer-split/Makefile.am
==============================================================================
--- branches/indexer-split/Makefile.am	(original)
+++ branches/indexer-split/Makefile.am	Thu Jul 24 10:38:52 2008
@@ -1,4 +1,4 @@
-SUBDIRS = data src filters thumbnailers docs po python
+SUBDIRS = data src filters thumbnailers docs po python utils
 
 if HAVE_UNIT_TESTS
 include $(top_srcdir)/Makefile.decl

Modified: branches/indexer-split/configure.ac
==============================================================================
--- branches/indexer-split/configure.ac	(original)
+++ branches/indexer-split/configure.ac	Thu Jul 24 10:38:52 2008
@@ -756,6 +756,8 @@
 	tests/scripts/dummy_data_start.sh
 	tests/scripts/dummy_data_stop.sh
 	tests/scripts/Makefile
+	utils/Makefile
+	utils/qdbm/Makefile
 	src/xdgmime/Makefile
 	po/Makefile.in
 	python/Makefile

Added: branches/indexer-split/utils/Makefile.am
==============================================================================
--- (empty file)
+++ branches/indexer-split/utils/Makefile.am	Thu Jul 24 10:38:52 2008
@@ -0,0 +1 @@
+SUBDIRS = qdbm
\ No newline at end of file

Added: branches/indexer-split/utils/qdbm/Makefile.am
==============================================================================
--- (empty file)
+++ branches/indexer-split/utils/qdbm/Makefile.am	Thu Jul 24 10:38:52 2008
@@ -0,0 +1,20 @@
+noinst_PROGRAMS = print search
+
+INCLUDES = 		\ 
+	$(QDBM_CFLAGS) 	\
+	$(GLIB2_CFLAGS)
+
+print_SOURCES = 	\
+	print-words.c
+
+print_LDADD = 		\
+	$(QDBM_LIBS) 	\
+	$(GLIB2_LIBS)							
+
+search_SOURCES = 	\
+	search-word.c
+
+search_LDADD = 		\	
+	$(QDBM_LIBS) 	\
+	$(GLIB2_LIBS)							
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]