[NeoStats-Devel] [Commits] r2640 - in trunk/lib: . curl dbm dbm/bdb dbm/gdbm pcre

[email protected]
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Fish
Date: Wed Jul  6 19:14:57 2005
New Revision: 2640

Added:
   trunk/lib/dbm/
      - copied from r2638, trunk/src/dbm/
   trunk/lib/dbm/Makefile.in
      - copied, changed from r2639, trunk/src/dbm/Makefile.in
   trunk/lib/dbm/bdb/Makefile.in
      - copied, changed from r2639, trunk/src/dbm/bdb/Makefile.in
   trunk/lib/dbm/gdbm/Makefile.in
      - copied, changed from r2639, trunk/src/dbm/gdbm/Makefile.in
Modified:
   trunk/lib/Makefile.am
   trunk/lib/Makefile.in
   trunk/lib/curl/curl.vcproj   (props changed)
   trunk/lib/dbm/bdb/Makefile.am   (props changed)
   trunk/lib/dbm/bdb/bdb.c   (props changed)
   trunk/lib/dbm/bdb/bdb.vcproj   (props changed)
   trunk/lib/dbm/gdbm/Makefile.am   (props changed)
   trunk/lib/dbm/gdbm/bucket.c   (props changed)
   trunk/lib/dbm/gdbm/extern.h   (props changed)
   trunk/lib/dbm/gdbm/falloc.c   (props changed)
   trunk/lib/dbm/gdbm/findkey.c   (props changed)
   trunk/lib/dbm/gdbm/gdbm.c   (props changed)
   trunk/lib/dbm/gdbm/gdbm.vcproj   (props changed)
   trunk/lib/dbm/gdbm/gdbmclose.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmconst.h   (props changed)
   trunk/lib/dbm/gdbm/gdbmdefs.h   (props changed)
   trunk/lib/dbm/gdbm/gdbmdelete.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmerrno.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmerrno.h   (props changed)
   trunk/lib/dbm/gdbm/gdbmexists.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmfdesc.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmfetch.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmopen.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmreorg.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmseq.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmsetopt.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmstore.c   (props changed)
   trunk/lib/dbm/gdbm/gdbmsync.c   (props changed)
   trunk/lib/dbm/gdbm/getopt.h   (props changed)
   trunk/lib/dbm/gdbm/global.c   (props changed)
   trunk/lib/dbm/gdbm/hash.c   (props changed)
   trunk/lib/dbm/gdbm/proto.h   (props changed)
   trunk/lib/dbm/gdbm/systems.h   (props changed)
   trunk/lib/dbm/gdbm/update.c   (props changed)
   trunk/lib/dbm/gdbm/version.c   (props changed)
   trunk/lib/pcre/configwin32.h   (props changed)
   trunk/lib/pcre/pcre.h   (props changed)
   trunk/lib/pcre/pcre.vcproj   (props changed)
   trunk/lib/pcre/pcredftables.vcproj   (props changed)
Log:
change source layout to not rebuild protocol and dbm files all the time (pass 1)

Modified: trunk/lib/Makefile.am
==============================================================================
--- trunk/lib/Makefile.am	(original)
+++ trunk/lib/Makefile.am	Wed Jul  6 19:14:57 2005
@@ -1,3 +1,3 @@
-SUBDIRS		= pcre curl event
+SUBDIRS		= pcre curl event dbm
 
 include $(top_srcdir)/autotools/rules.mk

Modified: trunk/lib/Makefile.in
==============================================================================
--- trunk/lib/Makefile.in	(original)
+++ trunk/lib/Makefile.in	Wed Jul  6 19:14:57 2005
@@ -190,7 +190,7 @@
 target_alias = @target_alias@
 unamepath = @unamepath@
 wi_PWD = @wi_PWD@
-SUBDIRS = pcre curl event
+SUBDIRS = pcre curl event dbm
 LINK = $(LIBTOOL) --tag=CXX --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
         $(AM_LDFLAGS) $(LDFLAGS) -o $@
 

Copied: trunk/lib/dbm/Makefile.in (from r2639, trunk/src/dbm/Makefile.in)
==============================================================================
--- trunk/src/dbm/Makefile.in	(original)
+++ trunk/lib/dbm/Makefile.in	Wed Jul  6 19:14:57 2005
@@ -36,7 +36,7 @@
 host_triplet = @host@
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 	$(top_srcdir)/autotools/rules.mk
-subdir = src/dbm
+subdir = lib/dbm
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/autotools/acinclude.m4 \
 	$(top_srcdir)/autotools/ax_maintainer_mode_auto_silent.m4 \
@@ -207,9 +207,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/dbm/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/dbm/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  src/dbm/Makefile
+	  $(AUTOMAKE) --gnu  lib/dbm/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

Copied: trunk/lib/dbm/bdb/Makefile.in (from r2639, trunk/src/dbm/bdb/Makefile.in)
==============================================================================
--- trunk/src/dbm/bdb/Makefile.in	(original)
+++ trunk/lib/dbm/bdb/Makefile.in	Wed Jul  6 19:14:57 2005
@@ -39,7 +39,7 @@
 host_triplet = @host@
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 	$(top_srcdir)/autotools/rules.mk
-subdir = src/dbm/bdb
+subdir = lib/dbm/bdb
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/autotools/acinclude.m4 \
 	$(top_srcdir)/autotools/ax_maintainer_mode_auto_silent.m4 \
@@ -227,9 +227,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/dbm/bdb/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/dbm/bdb/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  src/dbm/bdb/Makefile
+	  $(AUTOMAKE) --gnu  lib/dbm/bdb/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

Copied: trunk/lib/dbm/gdbm/Makefile.in (from r2639, trunk/src/dbm/gdbm/Makefile.in)
==============================================================================
--- trunk/src/dbm/gdbm/Makefile.in	(original)
+++ trunk/lib/dbm/gdbm/Makefile.in	Wed Jul  6 19:14:57 2005
@@ -39,7 +39,7 @@
 host_triplet = @host@
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 	$(top_srcdir)/autotools/rules.mk
-subdir = src/dbm/gdbm
+subdir = lib/dbm/gdbm
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/autotools/acinclude.m4 \
 	$(top_srcdir)/autotools/ax_maintainer_mode_auto_silent.m4 \
@@ -236,9 +236,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/dbm/gdbm/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/dbm/gdbm/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  src/dbm/gdbm/Makefile
+	  $(AUTOMAKE) --gnu  lib/dbm/gdbm/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.