Preliminary implementation of blobManager
This commit is contained in:
parent
d1f76f0b4a
commit
e083a333b7
12 changed files with 1278 additions and 734 deletions
330
libdfa/Makefile
330
libdfa/Makefile
|
@ -1,6 +1,8 @@
|
||||||
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||||
|
# libdfa/Makefile. Generated from Makefile.in by configure.
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
# 2003, 2004 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -11,186 +13,296 @@
|
||||||
# PARTICULAR PURPOSE.
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
|
||||||
SHELL = /bin/sh
|
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
top_srcdir = ..
|
top_srcdir = ..
|
||||||
|
|
||||||
prefix = /usr/local
|
|
||||||
exec_prefix = ${prefix}
|
|
||||||
|
|
||||||
bindir = ${exec_prefix}/bin
|
|
||||||
sbindir = ${exec_prefix}/sbin
|
|
||||||
libexecdir = ${exec_prefix}/libexec
|
|
||||||
datadir = ${prefix}/share
|
|
||||||
sysconfdir = ${prefix}/etc
|
|
||||||
sharedstatedir = ${prefix}/com
|
|
||||||
localstatedir = ${prefix}/var
|
|
||||||
libdir = ${exec_prefix}/lib
|
|
||||||
infodir = ${prefix}/info
|
|
||||||
mandir = ${prefix}/man
|
|
||||||
includedir = ${prefix}/include
|
|
||||||
oldincludedir = /usr/include
|
|
||||||
|
|
||||||
DESTDIR =
|
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/hello
|
pkgdatadir = $(datadir)/hello
|
||||||
pkglibdir = $(libdir)/hello
|
pkglibdir = $(libdir)/hello
|
||||||
pkgincludedir = $(includedir)/hello
|
pkgincludedir = $(includedir)/hello
|
||||||
|
|
||||||
top_builddir = ..
|
top_builddir = ..
|
||||||
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
ACLOCAL = aclocal-1.4
|
|
||||||
AUTOCONF = autoconf
|
|
||||||
AUTOMAKE = automake-1.4
|
|
||||||
AUTOHEADER = autoheader
|
|
||||||
|
|
||||||
INSTALL = /usr/bin/install -c
|
INSTALL = /usr/bin/install -c
|
||||||
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
|
install_sh_DATA = $(install_sh) -c -m 644
|
||||||
INSTALL_DATA = ${INSTALL} -m 644
|
install_sh_PROGRAM = $(install_sh) -c
|
||||||
INSTALL_SCRIPT = ${INSTALL}
|
install_sh_SCRIPT = $(install_sh) -c
|
||||||
transform = s,x,x,
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
PRE_INSTALL = :
|
PRE_INSTALL = :
|
||||||
POST_INSTALL = :
|
POST_INSTALL = :
|
||||||
NORMAL_UNINSTALL = :
|
NORMAL_UNINSTALL = :
|
||||||
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
host_alias =
|
|
||||||
host_triplet = i686-pc-linux-gnu
|
host_triplet = i686-pc-linux-gnu
|
||||||
|
subdir = libdfa
|
||||||
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||||
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
|
$(ACLOCAL_M4)
|
||||||
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
CONFIG_HEADER = $(top_builddir)/config.h
|
||||||
|
CONFIG_CLEAN_FILES =
|
||||||
|
SOURCES =
|
||||||
|
DIST_SOURCES =
|
||||||
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
ACLOCAL = aclocal-1.8
|
||||||
|
AMDEP_FALSE = #
|
||||||
|
AMDEP_TRUE =
|
||||||
|
AMTAR = tar
|
||||||
AR = ar
|
AR = ar
|
||||||
AS = @AS@
|
AUTOCONF = autoconf
|
||||||
|
AUTOHEADER = autoheader
|
||||||
|
AUTOMAKE = automake-1.8
|
||||||
|
AWK = gawk
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
CCDEPMODE = depmode=gcc3
|
||||||
|
CFLAGS = -g -O2
|
||||||
CHECK_CFLAGS =
|
CHECK_CFLAGS =
|
||||||
CHECK_LIBS = -lcheck
|
CHECK_LIBS = -lcheck
|
||||||
CPP = gcc -E
|
CPP = gcc -E
|
||||||
|
CPPFLAGS =
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CXXCPP = g++ -E
|
CXXCPP = g++ -E
|
||||||
DLLTOOL = @DLLTOOL@
|
CXXDEPMODE = depmode=gcc3
|
||||||
|
CXXFLAGS = -g -O2
|
||||||
|
CYGPATH_W = echo
|
||||||
|
DEFS = -DHAVE_CONFIG_H
|
||||||
|
DEPDIR = .deps
|
||||||
ECHO = echo
|
ECHO = echo
|
||||||
|
ECHO_C =
|
||||||
|
ECHO_N = -n
|
||||||
|
ECHO_T =
|
||||||
EGREP = grep -E
|
EGREP = grep -E
|
||||||
EXEEXT =
|
EXEEXT =
|
||||||
F77 = g77
|
F77 = g77
|
||||||
GCJ = @GCJ@
|
FFLAGS = -g -O2
|
||||||
GCJFLAGS = @GCJFLAGS@
|
HAVE_CHECK_FALSE = #
|
||||||
HAVE_LIB = @HAVE_LIB@
|
HAVE_CHECK_TRUE =
|
||||||
LIB = @LIB@
|
INSTALL_DATA = ${INSTALL} -m 644
|
||||||
|
INSTALL_PROGRAM = ${INSTALL}
|
||||||
|
INSTALL_SCRIPT = ${INSTALL}
|
||||||
|
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
||||||
|
LDFLAGS =
|
||||||
|
LIBOBJS =
|
||||||
|
LIBS = -lpthread
|
||||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||||
LN_S = ln -s
|
LN_S = ln -s
|
||||||
LTLIB = @LTLIB@
|
LTLIBOBJS =
|
||||||
MAKEINFO = makeinfo
|
MAKEINFO = makeinfo
|
||||||
OBJDUMP = @OBJDUMP@
|
|
||||||
OBJEXT = o
|
OBJEXT = o
|
||||||
PACKAGE = hello
|
PACKAGE = hello
|
||||||
|
PACKAGE_BUGREPORT = sears@cs.berkeley.edu
|
||||||
|
PACKAGE_NAME = PACKAGE
|
||||||
|
PACKAGE_STRING = PACKAGE VERSION
|
||||||
|
PACKAGE_TARNAME = package
|
||||||
|
PACKAGE_VERSION = VERSION
|
||||||
|
PATH_SEPARATOR = :
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
RC = @RC@
|
SET_MAKE =
|
||||||
|
SHELL = /bin/sh
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
VERSION = 0.1
|
VERSION = 0.1
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
ac_ct_AR = ar
|
||||||
CONFIG_HEADER = ../[config.h]
|
ac_ct_CC = gcc
|
||||||
CONFIG_CLEAN_FILES =
|
ac_ct_CXX = g++
|
||||||
DIST_COMMON = Makefile.am Makefile.in
|
ac_ct_F77 = g77
|
||||||
|
ac_ct_RANLIB = ranlib
|
||||||
|
ac_ct_STRIP = strip
|
||||||
|
am__fastdepCC_FALSE = #
|
||||||
|
am__fastdepCC_TRUE =
|
||||||
|
am__fastdepCXX_FALSE = #
|
||||||
|
am__fastdepCXX_TRUE =
|
||||||
|
am__include = include
|
||||||
|
am__leading_dot = .
|
||||||
|
am__quote =
|
||||||
|
bindir = ${exec_prefix}/bin
|
||||||
|
build = i686-pc-linux-gnu
|
||||||
|
build_alias =
|
||||||
|
build_cpu = i686
|
||||||
|
build_os = linux-gnu
|
||||||
|
build_vendor = pc
|
||||||
|
datadir = ${prefix}/share
|
||||||
|
exec_prefix = ${prefix}
|
||||||
|
host = i686-pc-linux-gnu
|
||||||
|
host_alias =
|
||||||
|
host_cpu = i686
|
||||||
|
host_os = linux-gnu
|
||||||
|
host_vendor = pc
|
||||||
|
includedir = ${prefix}/include
|
||||||
|
infodir = ${prefix}/info
|
||||||
|
install_sh = /home/morph/lladd/install-sh
|
||||||
|
libdir = ${exec_prefix}/lib
|
||||||
|
libexecdir = ${exec_prefix}/libexec
|
||||||
|
localstatedir = ${prefix}/var
|
||||||
|
mandir = ${prefix}/man
|
||||||
|
mkdir_p = mkdir -p -- .
|
||||||
|
oldincludedir = /usr/include
|
||||||
|
prefix = /usr/local
|
||||||
|
program_transform_name = s,x,x,
|
||||||
|
sbindir = ${exec_prefix}/sbin
|
||||||
|
sharedstatedir = ${prefix}/com
|
||||||
|
sysconfdir = ${prefix}/etc
|
||||||
|
target_alias =
|
||||||
|
all: all-am
|
||||||
|
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
||||||
|
|
||||||
TAR = tar
|
|
||||||
GZIP_ENV = --best
|
|
||||||
all: all-redirect
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu libdfa/Makefile
|
@for dep in $?; do \
|
||||||
|
case '$(am__configure_deps)' in \
|
||||||
|
*$$dep*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||||
|
&& exit 0; \
|
||||||
|
exit 1;; \
|
||||||
|
esac; \
|
||||||
|
done; \
|
||||||
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libdfa/Makefile'; \
|
||||||
|
cd $(top_srcdir) && \
|
||||||
|
$(AUTOMAKE) --gnu libdfa/Makefile
|
||||||
|
.PRECIOUS: Makefile
|
||||||
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
@case '$?' in \
|
||||||
|
*config.status*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||||
|
*) \
|
||||||
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||||
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||||
|
esac;
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||||
cd $(top_builddir) \
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
||||||
|
|
||||||
|
$(top_srcdir)/configure: $(am__configure_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
|
||||||
|
mostlyclean-libtool:
|
||||||
|
-rm -f *.lo
|
||||||
|
|
||||||
|
clean-libtool:
|
||||||
|
-rm -rf .libs _libs
|
||||||
|
|
||||||
|
distclean-libtool:
|
||||||
|
-rm -f libtool
|
||||||
|
uninstall-info-am:
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
|
ctags: CTAGS
|
||||||
|
CTAGS:
|
||||||
|
|
||||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
||||||
|
|
||||||
subdir = libdfa
|
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
here=`cd $(top_builddir) && pwd`; \
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||||
top_distdir=`cd $(top_distdir) && pwd`; \
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||||
distdir=`cd $(distdir) && pwd`; \
|
list='$(DISTFILES)'; for file in $$list; do \
|
||||||
cd $(top_srcdir) \
|
case $$file in \
|
||||||
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu libdfa/Makefile
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||||
@for file in $(DISTFILES); do \
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||||
d=$(srcdir); \
|
esac; \
|
||||||
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||||
|
dir="/$$dir"; \
|
||||||
|
$(mkdir_p) "$(distdir)$$dir"; \
|
||||||
|
else \
|
||||||
|
dir=''; \
|
||||||
|
fi; \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||||
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||||
|
fi; \
|
||||||
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||||
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|| exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
info-am:
|
|
||||||
info: info-am
|
|
||||||
dvi-am:
|
|
||||||
dvi: dvi-am
|
|
||||||
check-am: all-am
|
check-am: all-am
|
||||||
check: check-am
|
check: check-am
|
||||||
installcheck-am:
|
all-am: Makefile
|
||||||
installcheck: installcheck-am
|
installdirs:
|
||||||
install-exec-am:
|
install: install-am
|
||||||
install-exec: install-exec-am
|
install-exec: install-exec-am
|
||||||
|
|
||||||
install-data-am:
|
|
||||||
install-data: install-data-am
|
install-data: install-data-am
|
||||||
|
uninstall: uninstall-am
|
||||||
|
|
||||||
install-am: all-am
|
install-am: all-am
|
||||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||||
install: install-am
|
|
||||||
uninstall-am:
|
installcheck: installcheck-am
|
||||||
uninstall: uninstall-am
|
|
||||||
all-am: Makefile
|
|
||||||
all-redirect: all-am
|
|
||||||
install-strip:
|
install-strip:
|
||||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||||
installdirs:
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||||
|
`test -z '$(STRIP)' || \
|
||||||
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||||
mostlyclean-generic:
|
mostlyclean-generic:
|
||||||
|
|
||||||
clean-generic:
|
clean-generic:
|
||||||
|
|
||||||
distclean-generic:
|
distclean-generic:
|
||||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
-rm -f $(CONFIG_CLEAN_FILES)
|
||||||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
||||||
|
|
||||||
maintainer-clean-generic:
|
maintainer-clean-generic:
|
||||||
mostlyclean-am: mostlyclean-generic
|
@echo "This command is intended for maintainers to use"
|
||||||
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
|
clean: clean-am
|
||||||
|
|
||||||
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||||
|
|
||||||
|
distclean: distclean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
distclean-am: clean-am distclean-generic distclean-libtool
|
||||||
|
|
||||||
|
dvi: dvi-am
|
||||||
|
|
||||||
|
dvi-am:
|
||||||
|
|
||||||
|
html: html-am
|
||||||
|
|
||||||
|
info: info-am
|
||||||
|
|
||||||
|
info-am:
|
||||||
|
|
||||||
|
install-data-am:
|
||||||
|
|
||||||
|
install-exec-am:
|
||||||
|
|
||||||
|
install-info: install-info-am
|
||||||
|
|
||||||
|
install-man:
|
||||||
|
|
||||||
|
installcheck-am:
|
||||||
|
|
||||||
|
maintainer-clean: maintainer-clean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||||
|
|
||||||
mostlyclean: mostlyclean-am
|
mostlyclean: mostlyclean-am
|
||||||
|
|
||||||
clean-am: clean-generic mostlyclean-am
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||||
|
|
||||||
clean: clean-am
|
pdf: pdf-am
|
||||||
|
|
||||||
distclean-am: distclean-generic clean-am
|
pdf-am:
|
||||||
-rm -f libtool
|
|
||||||
|
|
||||||
distclean: distclean-am
|
ps: ps-am
|
||||||
|
|
||||||
maintainer-clean-am: maintainer-clean-generic distclean-am
|
ps-am:
|
||||||
@echo "This command is intended for maintainers to use;"
|
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
|
||||||
|
|
||||||
maintainer-clean: maintainer-clean-am
|
uninstall-am: uninstall-info-am
|
||||||
|
|
||||||
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
|
|
||||||
installcheck-am installcheck install-exec-am install-exec \
|
|
||||||
install-data-am install-data install-am install uninstall-am uninstall \
|
|
||||||
all-redirect all-am all installdirs mostlyclean-generic \
|
|
||||||
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
||||||
mostlyclean distclean maintainer-clean
|
|
||||||
|
|
||||||
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||||
|
distclean distclean-generic distclean-libtool distdir dvi \
|
||||||
|
dvi-am html html-am info info-am install install-am \
|
||||||
|
install-data install-data-am install-exec install-exec-am \
|
||||||
|
install-info install-info-am install-man install-strip \
|
||||||
|
installcheck installcheck-am installdirs maintainer-clean \
|
||||||
|
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||||
|
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||||
|
uninstall-info-am
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|
330
lladd/Makefile
330
lladd/Makefile
|
@ -1,6 +1,8 @@
|
||||||
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||||
|
# lladd/Makefile. Generated from Makefile.in by configure.
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
# 2003, 2004 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -11,186 +13,296 @@
|
||||||
# PARTICULAR PURPOSE.
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
|
||||||
SHELL = /bin/sh
|
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
top_srcdir = ..
|
top_srcdir = ..
|
||||||
|
|
||||||
prefix = /usr/local
|
|
||||||
exec_prefix = ${prefix}
|
|
||||||
|
|
||||||
bindir = ${exec_prefix}/bin
|
|
||||||
sbindir = ${exec_prefix}/sbin
|
|
||||||
libexecdir = ${exec_prefix}/libexec
|
|
||||||
datadir = ${prefix}/share
|
|
||||||
sysconfdir = ${prefix}/etc
|
|
||||||
sharedstatedir = ${prefix}/com
|
|
||||||
localstatedir = ${prefix}/var
|
|
||||||
libdir = ${exec_prefix}/lib
|
|
||||||
infodir = ${prefix}/info
|
|
||||||
mandir = ${prefix}/man
|
|
||||||
includedir = ${prefix}/include
|
|
||||||
oldincludedir = /usr/include
|
|
||||||
|
|
||||||
DESTDIR =
|
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/hello
|
pkgdatadir = $(datadir)/hello
|
||||||
pkglibdir = $(libdir)/hello
|
pkglibdir = $(libdir)/hello
|
||||||
pkgincludedir = $(includedir)/hello
|
pkgincludedir = $(includedir)/hello
|
||||||
|
|
||||||
top_builddir = ..
|
top_builddir = ..
|
||||||
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
ACLOCAL = aclocal-1.4
|
|
||||||
AUTOCONF = autoconf
|
|
||||||
AUTOMAKE = automake-1.4
|
|
||||||
AUTOHEADER = autoheader
|
|
||||||
|
|
||||||
INSTALL = /usr/bin/install -c
|
INSTALL = /usr/bin/install -c
|
||||||
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
|
install_sh_DATA = $(install_sh) -c -m 644
|
||||||
INSTALL_DATA = ${INSTALL} -m 644
|
install_sh_PROGRAM = $(install_sh) -c
|
||||||
INSTALL_SCRIPT = ${INSTALL}
|
install_sh_SCRIPT = $(install_sh) -c
|
||||||
transform = s,x,x,
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
PRE_INSTALL = :
|
PRE_INSTALL = :
|
||||||
POST_INSTALL = :
|
POST_INSTALL = :
|
||||||
NORMAL_UNINSTALL = :
|
NORMAL_UNINSTALL = :
|
||||||
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
host_alias =
|
|
||||||
host_triplet = i686-pc-linux-gnu
|
host_triplet = i686-pc-linux-gnu
|
||||||
|
subdir = lladd
|
||||||
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||||
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
|
$(ACLOCAL_M4)
|
||||||
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
CONFIG_HEADER = $(top_builddir)/config.h
|
||||||
|
CONFIG_CLEAN_FILES =
|
||||||
|
SOURCES =
|
||||||
|
DIST_SOURCES =
|
||||||
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
ACLOCAL = aclocal-1.8
|
||||||
|
AMDEP_FALSE = #
|
||||||
|
AMDEP_TRUE =
|
||||||
|
AMTAR = tar
|
||||||
AR = ar
|
AR = ar
|
||||||
AS = @AS@
|
AUTOCONF = autoconf
|
||||||
|
AUTOHEADER = autoheader
|
||||||
|
AUTOMAKE = automake-1.8
|
||||||
|
AWK = gawk
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
CCDEPMODE = depmode=gcc3
|
||||||
|
CFLAGS = -g -O2
|
||||||
CHECK_CFLAGS =
|
CHECK_CFLAGS =
|
||||||
CHECK_LIBS = -lcheck
|
CHECK_LIBS = -lcheck
|
||||||
CPP = gcc -E
|
CPP = gcc -E
|
||||||
|
CPPFLAGS =
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CXXCPP = g++ -E
|
CXXCPP = g++ -E
|
||||||
DLLTOOL = @DLLTOOL@
|
CXXDEPMODE = depmode=gcc3
|
||||||
|
CXXFLAGS = -g -O2
|
||||||
|
CYGPATH_W = echo
|
||||||
|
DEFS = -DHAVE_CONFIG_H
|
||||||
|
DEPDIR = .deps
|
||||||
ECHO = echo
|
ECHO = echo
|
||||||
|
ECHO_C =
|
||||||
|
ECHO_N = -n
|
||||||
|
ECHO_T =
|
||||||
EGREP = grep -E
|
EGREP = grep -E
|
||||||
EXEEXT =
|
EXEEXT =
|
||||||
F77 = g77
|
F77 = g77
|
||||||
GCJ = @GCJ@
|
FFLAGS = -g -O2
|
||||||
GCJFLAGS = @GCJFLAGS@
|
HAVE_CHECK_FALSE = #
|
||||||
HAVE_LIB = @HAVE_LIB@
|
HAVE_CHECK_TRUE =
|
||||||
LIB = @LIB@
|
INSTALL_DATA = ${INSTALL} -m 644
|
||||||
|
INSTALL_PROGRAM = ${INSTALL}
|
||||||
|
INSTALL_SCRIPT = ${INSTALL}
|
||||||
|
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
||||||
|
LDFLAGS =
|
||||||
|
LIBOBJS =
|
||||||
|
LIBS = -lpthread
|
||||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||||
LN_S = ln -s
|
LN_S = ln -s
|
||||||
LTLIB = @LTLIB@
|
LTLIBOBJS =
|
||||||
MAKEINFO = makeinfo
|
MAKEINFO = makeinfo
|
||||||
OBJDUMP = @OBJDUMP@
|
|
||||||
OBJEXT = o
|
OBJEXT = o
|
||||||
PACKAGE = hello
|
PACKAGE = hello
|
||||||
|
PACKAGE_BUGREPORT = sears@cs.berkeley.edu
|
||||||
|
PACKAGE_NAME = PACKAGE
|
||||||
|
PACKAGE_STRING = PACKAGE VERSION
|
||||||
|
PACKAGE_TARNAME = package
|
||||||
|
PACKAGE_VERSION = VERSION
|
||||||
|
PATH_SEPARATOR = :
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
RC = @RC@
|
SET_MAKE =
|
||||||
|
SHELL = /bin/sh
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
VERSION = 0.1
|
VERSION = 0.1
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
ac_ct_AR = ar
|
||||||
CONFIG_HEADER = ../[config.h]
|
ac_ct_CC = gcc
|
||||||
CONFIG_CLEAN_FILES =
|
ac_ct_CXX = g++
|
||||||
DIST_COMMON = Makefile.am Makefile.in
|
ac_ct_F77 = g77
|
||||||
|
ac_ct_RANLIB = ranlib
|
||||||
|
ac_ct_STRIP = strip
|
||||||
|
am__fastdepCC_FALSE = #
|
||||||
|
am__fastdepCC_TRUE =
|
||||||
|
am__fastdepCXX_FALSE = #
|
||||||
|
am__fastdepCXX_TRUE =
|
||||||
|
am__include = include
|
||||||
|
am__leading_dot = .
|
||||||
|
am__quote =
|
||||||
|
bindir = ${exec_prefix}/bin
|
||||||
|
build = i686-pc-linux-gnu
|
||||||
|
build_alias =
|
||||||
|
build_cpu = i686
|
||||||
|
build_os = linux-gnu
|
||||||
|
build_vendor = pc
|
||||||
|
datadir = ${prefix}/share
|
||||||
|
exec_prefix = ${prefix}
|
||||||
|
host = i686-pc-linux-gnu
|
||||||
|
host_alias =
|
||||||
|
host_cpu = i686
|
||||||
|
host_os = linux-gnu
|
||||||
|
host_vendor = pc
|
||||||
|
includedir = ${prefix}/include
|
||||||
|
infodir = ${prefix}/info
|
||||||
|
install_sh = /home/morph/lladd/install-sh
|
||||||
|
libdir = ${exec_prefix}/lib
|
||||||
|
libexecdir = ${exec_prefix}/libexec
|
||||||
|
localstatedir = ${prefix}/var
|
||||||
|
mandir = ${prefix}/man
|
||||||
|
mkdir_p = mkdir -p -- .
|
||||||
|
oldincludedir = /usr/include
|
||||||
|
prefix = /usr/local
|
||||||
|
program_transform_name = s,x,x,
|
||||||
|
sbindir = ${exec_prefix}/sbin
|
||||||
|
sharedstatedir = ${prefix}/com
|
||||||
|
sysconfdir = ${prefix}/etc
|
||||||
|
target_alias =
|
||||||
|
all: all-am
|
||||||
|
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
||||||
|
|
||||||
TAR = tar
|
|
||||||
GZIP_ENV = --best
|
|
||||||
all: all-redirect
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu lladd/Makefile
|
@for dep in $?; do \
|
||||||
|
case '$(am__configure_deps)' in \
|
||||||
|
*$$dep*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||||
|
&& exit 0; \
|
||||||
|
exit 1;; \
|
||||||
|
esac; \
|
||||||
|
done; \
|
||||||
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lladd/Makefile'; \
|
||||||
|
cd $(top_srcdir) && \
|
||||||
|
$(AUTOMAKE) --gnu lladd/Makefile
|
||||||
|
.PRECIOUS: Makefile
|
||||||
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
@case '$?' in \
|
||||||
|
*config.status*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||||
|
*) \
|
||||||
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||||
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||||
|
esac;
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||||
cd $(top_builddir) \
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
||||||
|
|
||||||
|
$(top_srcdir)/configure: $(am__configure_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
|
||||||
|
mostlyclean-libtool:
|
||||||
|
-rm -f *.lo
|
||||||
|
|
||||||
|
clean-libtool:
|
||||||
|
-rm -rf .libs _libs
|
||||||
|
|
||||||
|
distclean-libtool:
|
||||||
|
-rm -f libtool
|
||||||
|
uninstall-info-am:
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
|
ctags: CTAGS
|
||||||
|
CTAGS:
|
||||||
|
|
||||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
||||||
|
|
||||||
subdir = lladd
|
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
here=`cd $(top_builddir) && pwd`; \
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||||
top_distdir=`cd $(top_distdir) && pwd`; \
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||||
distdir=`cd $(distdir) && pwd`; \
|
list='$(DISTFILES)'; for file in $$list; do \
|
||||||
cd $(top_srcdir) \
|
case $$file in \
|
||||||
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lladd/Makefile
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||||
@for file in $(DISTFILES); do \
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||||
d=$(srcdir); \
|
esac; \
|
||||||
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||||
|
dir="/$$dir"; \
|
||||||
|
$(mkdir_p) "$(distdir)$$dir"; \
|
||||||
|
else \
|
||||||
|
dir=''; \
|
||||||
|
fi; \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||||
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||||
|
fi; \
|
||||||
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||||
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|| exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
info-am:
|
|
||||||
info: info-am
|
|
||||||
dvi-am:
|
|
||||||
dvi: dvi-am
|
|
||||||
check-am: all-am
|
check-am: all-am
|
||||||
check: check-am
|
check: check-am
|
||||||
installcheck-am:
|
all-am: Makefile
|
||||||
installcheck: installcheck-am
|
installdirs:
|
||||||
install-exec-am:
|
install: install-am
|
||||||
install-exec: install-exec-am
|
install-exec: install-exec-am
|
||||||
|
|
||||||
install-data-am:
|
|
||||||
install-data: install-data-am
|
install-data: install-data-am
|
||||||
|
uninstall: uninstall-am
|
||||||
|
|
||||||
install-am: all-am
|
install-am: all-am
|
||||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||||
install: install-am
|
|
||||||
uninstall-am:
|
installcheck: installcheck-am
|
||||||
uninstall: uninstall-am
|
|
||||||
all-am: Makefile
|
|
||||||
all-redirect: all-am
|
|
||||||
install-strip:
|
install-strip:
|
||||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||||
installdirs:
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||||
|
`test -z '$(STRIP)' || \
|
||||||
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||||
mostlyclean-generic:
|
mostlyclean-generic:
|
||||||
|
|
||||||
clean-generic:
|
clean-generic:
|
||||||
|
|
||||||
distclean-generic:
|
distclean-generic:
|
||||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
-rm -f $(CONFIG_CLEAN_FILES)
|
||||||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
||||||
|
|
||||||
maintainer-clean-generic:
|
maintainer-clean-generic:
|
||||||
mostlyclean-am: mostlyclean-generic
|
@echo "This command is intended for maintainers to use"
|
||||||
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
|
clean: clean-am
|
||||||
|
|
||||||
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||||
|
|
||||||
|
distclean: distclean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
distclean-am: clean-am distclean-generic distclean-libtool
|
||||||
|
|
||||||
|
dvi: dvi-am
|
||||||
|
|
||||||
|
dvi-am:
|
||||||
|
|
||||||
|
html: html-am
|
||||||
|
|
||||||
|
info: info-am
|
||||||
|
|
||||||
|
info-am:
|
||||||
|
|
||||||
|
install-data-am:
|
||||||
|
|
||||||
|
install-exec-am:
|
||||||
|
|
||||||
|
install-info: install-info-am
|
||||||
|
|
||||||
|
install-man:
|
||||||
|
|
||||||
|
installcheck-am:
|
||||||
|
|
||||||
|
maintainer-clean: maintainer-clean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||||
|
|
||||||
mostlyclean: mostlyclean-am
|
mostlyclean: mostlyclean-am
|
||||||
|
|
||||||
clean-am: clean-generic mostlyclean-am
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||||
|
|
||||||
clean: clean-am
|
pdf: pdf-am
|
||||||
|
|
||||||
distclean-am: distclean-generic clean-am
|
pdf-am:
|
||||||
-rm -f libtool
|
|
||||||
|
|
||||||
distclean: distclean-am
|
ps: ps-am
|
||||||
|
|
||||||
maintainer-clean-am: maintainer-clean-generic distclean-am
|
ps-am:
|
||||||
@echo "This command is intended for maintainers to use;"
|
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
|
||||||
|
|
||||||
maintainer-clean: maintainer-clean-am
|
uninstall-am: uninstall-info-am
|
||||||
|
|
||||||
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
|
|
||||||
installcheck-am installcheck install-exec-am install-exec \
|
|
||||||
install-data-am install-data install-am install uninstall-am uninstall \
|
|
||||||
all-redirect all-am all installdirs mostlyclean-generic \
|
|
||||||
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
||||||
mostlyclean distclean maintainer-clean
|
|
||||||
|
|
||||||
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||||
|
distclean distclean-generic distclean-libtool distdir dvi \
|
||||||
|
dvi-am html html-am info info-am install install-am \
|
||||||
|
install-data install-data-am install-exec install-exec-am \
|
||||||
|
install-info install-info-am install-man install-strip \
|
||||||
|
installcheck installcheck-am installdirs maintainer-clean \
|
||||||
|
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||||
|
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||||
|
uninstall-info-am
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|
|
@ -64,28 +64,6 @@ terms specified in this license.
|
||||||
*
|
*
|
||||||
|
|
||||||
|
|
||||||
blobManager - Provides blob handling @todo Set range??
|
|
||||||
Plan for modularity: Exactly one blob manager per storeFile.
|
|
||||||
Blob manager interacts with page manger via page manager's
|
|
||||||
public api.
|
|
||||||
|
|
||||||
- void * readBlob(rid); // if blob is resident, return a pointer to it.
|
|
||||||
// if blob isn't dirty, read it from its primary location.
|
|
||||||
// if it is dirty, but not resident (stolen), read from secondary location.
|
|
||||||
|
|
||||||
- writeBlob(rid); // if blob isn't dirty, marks blob dirty.
|
|
||||||
|
|
||||||
- kickBlob(rid); // if blob isn't dirty, free it.
|
|
||||||
// Otherwise, steal to blob store, but
|
|
||||||
// remember that its dirty.
|
|
||||||
|
|
||||||
- commitBlob(rid); // if blob is resident, flush it to disk,
|
|
||||||
// set pointer to new store bit, then
|
|
||||||
// write new store bit to bufferManager
|
|
||||||
|
|
||||||
- abortBlob(rid); // kickBlob(), mark it clean.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pageManager - Provides cached page handling, delegates to blob
|
pageManager - Provides cached page handling, delegates to blob
|
||||||
manager when necessary. Doesn't implement an eviction policy.
|
manager when necessary. Doesn't implement an eviction policy.
|
||||||
|
@ -94,9 +72,9 @@ terms specified in this license.
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Page * page;
|
Page * page;
|
||||||
/* If this page is pinned, what's the maximum lsn that's dirtied it? * /
|
/ * If this page is pinned, what's the maximum lsn that's dirtied it? * /
|
||||||
lsn_t * max_dirty_lsn = 0;
|
lsn_t * max_dirty_lsn = 0;
|
||||||
/* How many times has this page been pinned using readWriteMap()? * /
|
/ * How many times has this page been pinned using readWriteMap()? * /
|
||||||
int pin_count;
|
int pin_count;
|
||||||
} page_metadata_t;
|
} page_metadata_t;
|
||||||
|
|
||||||
|
@ -116,28 +94,28 @@ terms specified in this license.
|
||||||
|
|
||||||
@todo need alloc + free...
|
@todo need alloc + free...
|
||||||
|
|
||||||
Calls for LLADD managed memory (returns pointers to LLADD's cache.)
|
// Calls for LLADD managed memory (returns pointers to LLADD's cache.)
|
||||||
|
|
||||||
Read only access to record (requires an un-pinning)
|
// Read only access to record (requires an un-pinning)
|
||||||
|
|
||||||
Cost with cache hit: pointer arithmetic.
|
// Cost with cache hit: pointer arithmetic.
|
||||||
|
|
||||||
- map_t readMapRecord(rid, &((const void *));
|
// - map_t readMapRecord(rid, &((const void *));
|
||||||
|
|
||||||
Map a page read / write. Pins the page, sets its lsn, and provides a pointer to the record:
|
// Map a page read / write. Pins the page, sets its lsn, and provides a pointer to the record:
|
||||||
Cost with cache hit: pointer arithmetic, eventual disk flush.
|
// Cost with cache hit: pointer arithmetic, eventual disk flush.
|
||||||
|
|
||||||
- map_t readWriteMapRecord(rid, &(void *));
|
// - map_t readWriteMapRecord(rid, &(void *));
|
||||||
|
|
||||||
Unmap a mapped page so that it can be kicked.
|
// Unmap a mapped page so that it can be kicked.
|
||||||
|
|
||||||
@param lsn can be 0 if this is a read-only mapping. Otherwise,
|
// @param lsn can be 0 if this is a read-only mapping. Otherwise,
|
||||||
it should be the LSN of the operation that calls unmapRecord.
|
// it should be the LSN of the operation that calls unmapRecord.
|
||||||
@todo What connection between the lock manager and this function
|
// @todo What connection between the lock manager and this function
|
||||||
is there? Presumably, unmap should be called when the locks are
|
// is there? Presumably, unmap should be called when the locks are
|
||||||
released...
|
// released...
|
||||||
|
//
|
||||||
- void unmapRecord(map_t, lsn);
|
// - void unmapRecord(map_t, lsn);
|
||||||
|
|
||||||
cachePolicy
|
cachePolicy
|
||||||
|
|
||||||
|
@ -192,6 +170,12 @@ Page loadPage(int pageid);
|
||||||
*/
|
*/
|
||||||
recordid ralloc(int xid, size_t size);
|
recordid ralloc(int xid, size_t size);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Find a page with some free space.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function updates the LSN of a page. This is needed by the
|
* This function updates the LSN of a page. This is needed by the
|
||||||
* recovery process to make sure that each action is undone or redone
|
* recovery process to make sure that each action is undone or redone
|
||||||
|
|
|
@ -100,7 +100,9 @@ terms specified in this license.
|
||||||
/** @todo undocumented */
|
/** @todo undocumented */
|
||||||
|
|
||||||
#define INVALID_SLOT PAGE_SIZE
|
#define INVALID_SLOT PAGE_SIZE
|
||||||
#define BLOB_SLOT (PAGE_SIZE + 1)
|
#define NORMAL_SLOT (PAGE_SIZE + 1)
|
||||||
|
#define BLOB_SLOT (PAGE_SIZE + 2)
|
||||||
|
/** @todo should be sizeof(blob_record_t) */
|
||||||
#define BLOB_REC_SIZE 12
|
#define BLOB_REC_SIZE 12
|
||||||
#define BLOB_THRESHOLD_SIZE (PAGE_SIZE-30)
|
#define BLOB_THRESHOLD_SIZE (PAGE_SIZE-30)
|
||||||
|
|
||||||
|
|
|
@ -145,6 +145,10 @@ recordid pageSlotRalloc(Page page, recordid rid);
|
||||||
int pageTest();
|
int pageTest();
|
||||||
recordid pageBalloc(Page page, int size, int offset);
|
recordid pageBalloc(Page page, int size, int offset);
|
||||||
|
|
||||||
|
int getSlotType(Page p, int slot, int type);
|
||||||
|
void setSlotType(Page p, int slot, int type);
|
||||||
|
|
||||||
|
|
||||||
END_C_DECLS
|
END_C_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
330
pbl/Makefile
330
pbl/Makefile
|
@ -1,6 +1,8 @@
|
||||||
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||||
|
# pbl/Makefile. Generated from Makefile.in by configure.
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
# 2003, 2004 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -11,186 +13,296 @@
|
||||||
# PARTICULAR PURPOSE.
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
|
||||||
SHELL = /bin/sh
|
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
top_srcdir = ..
|
top_srcdir = ..
|
||||||
|
|
||||||
prefix = /usr/local
|
|
||||||
exec_prefix = ${prefix}
|
|
||||||
|
|
||||||
bindir = ${exec_prefix}/bin
|
|
||||||
sbindir = ${exec_prefix}/sbin
|
|
||||||
libexecdir = ${exec_prefix}/libexec
|
|
||||||
datadir = ${prefix}/share
|
|
||||||
sysconfdir = ${prefix}/etc
|
|
||||||
sharedstatedir = ${prefix}/com
|
|
||||||
localstatedir = ${prefix}/var
|
|
||||||
libdir = ${exec_prefix}/lib
|
|
||||||
infodir = ${prefix}/info
|
|
||||||
mandir = ${prefix}/man
|
|
||||||
includedir = ${prefix}/include
|
|
||||||
oldincludedir = /usr/include
|
|
||||||
|
|
||||||
DESTDIR =
|
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/hello
|
pkgdatadir = $(datadir)/hello
|
||||||
pkglibdir = $(libdir)/hello
|
pkglibdir = $(libdir)/hello
|
||||||
pkgincludedir = $(includedir)/hello
|
pkgincludedir = $(includedir)/hello
|
||||||
|
|
||||||
top_builddir = ..
|
top_builddir = ..
|
||||||
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
ACLOCAL = aclocal-1.4
|
|
||||||
AUTOCONF = autoconf
|
|
||||||
AUTOMAKE = automake-1.4
|
|
||||||
AUTOHEADER = autoheader
|
|
||||||
|
|
||||||
INSTALL = /usr/bin/install -c
|
INSTALL = /usr/bin/install -c
|
||||||
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
|
install_sh_DATA = $(install_sh) -c -m 644
|
||||||
INSTALL_DATA = ${INSTALL} -m 644
|
install_sh_PROGRAM = $(install_sh) -c
|
||||||
INSTALL_SCRIPT = ${INSTALL}
|
install_sh_SCRIPT = $(install_sh) -c
|
||||||
transform = s,x,x,
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
PRE_INSTALL = :
|
PRE_INSTALL = :
|
||||||
POST_INSTALL = :
|
POST_INSTALL = :
|
||||||
NORMAL_UNINSTALL = :
|
NORMAL_UNINSTALL = :
|
||||||
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
host_alias =
|
|
||||||
host_triplet = i686-pc-linux-gnu
|
host_triplet = i686-pc-linux-gnu
|
||||||
|
subdir = pbl
|
||||||
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||||
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
|
$(ACLOCAL_M4)
|
||||||
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
CONFIG_HEADER = $(top_builddir)/config.h
|
||||||
|
CONFIG_CLEAN_FILES =
|
||||||
|
SOURCES =
|
||||||
|
DIST_SOURCES =
|
||||||
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
ACLOCAL = aclocal-1.8
|
||||||
|
AMDEP_FALSE = #
|
||||||
|
AMDEP_TRUE =
|
||||||
|
AMTAR = tar
|
||||||
AR = ar
|
AR = ar
|
||||||
AS = @AS@
|
AUTOCONF = autoconf
|
||||||
|
AUTOHEADER = autoheader
|
||||||
|
AUTOMAKE = automake-1.8
|
||||||
|
AWK = gawk
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
CCDEPMODE = depmode=gcc3
|
||||||
|
CFLAGS = -g -O2
|
||||||
CHECK_CFLAGS =
|
CHECK_CFLAGS =
|
||||||
CHECK_LIBS = -lcheck
|
CHECK_LIBS = -lcheck
|
||||||
CPP = gcc -E
|
CPP = gcc -E
|
||||||
|
CPPFLAGS =
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CXXCPP = g++ -E
|
CXXCPP = g++ -E
|
||||||
DLLTOOL = @DLLTOOL@
|
CXXDEPMODE = depmode=gcc3
|
||||||
|
CXXFLAGS = -g -O2
|
||||||
|
CYGPATH_W = echo
|
||||||
|
DEFS = -DHAVE_CONFIG_H
|
||||||
|
DEPDIR = .deps
|
||||||
ECHO = echo
|
ECHO = echo
|
||||||
|
ECHO_C =
|
||||||
|
ECHO_N = -n
|
||||||
|
ECHO_T =
|
||||||
EGREP = grep -E
|
EGREP = grep -E
|
||||||
EXEEXT =
|
EXEEXT =
|
||||||
F77 = g77
|
F77 = g77
|
||||||
GCJ = @GCJ@
|
FFLAGS = -g -O2
|
||||||
GCJFLAGS = @GCJFLAGS@
|
HAVE_CHECK_FALSE = #
|
||||||
HAVE_LIB = @HAVE_LIB@
|
HAVE_CHECK_TRUE =
|
||||||
LIB = @LIB@
|
INSTALL_DATA = ${INSTALL} -m 644
|
||||||
|
INSTALL_PROGRAM = ${INSTALL}
|
||||||
|
INSTALL_SCRIPT = ${INSTALL}
|
||||||
|
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
||||||
|
LDFLAGS =
|
||||||
|
LIBOBJS =
|
||||||
|
LIBS = -lpthread
|
||||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||||
LN_S = ln -s
|
LN_S = ln -s
|
||||||
LTLIB = @LTLIB@
|
LTLIBOBJS =
|
||||||
MAKEINFO = makeinfo
|
MAKEINFO = makeinfo
|
||||||
OBJDUMP = @OBJDUMP@
|
|
||||||
OBJEXT = o
|
OBJEXT = o
|
||||||
PACKAGE = hello
|
PACKAGE = hello
|
||||||
|
PACKAGE_BUGREPORT = sears@cs.berkeley.edu
|
||||||
|
PACKAGE_NAME = PACKAGE
|
||||||
|
PACKAGE_STRING = PACKAGE VERSION
|
||||||
|
PACKAGE_TARNAME = package
|
||||||
|
PACKAGE_VERSION = VERSION
|
||||||
|
PATH_SEPARATOR = :
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
RC = @RC@
|
SET_MAKE =
|
||||||
|
SHELL = /bin/sh
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
VERSION = 0.1
|
VERSION = 0.1
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
ac_ct_AR = ar
|
||||||
CONFIG_HEADER = ../[config.h]
|
ac_ct_CC = gcc
|
||||||
CONFIG_CLEAN_FILES =
|
ac_ct_CXX = g++
|
||||||
DIST_COMMON = Makefile.am Makefile.in
|
ac_ct_F77 = g77
|
||||||
|
ac_ct_RANLIB = ranlib
|
||||||
|
ac_ct_STRIP = strip
|
||||||
|
am__fastdepCC_FALSE = #
|
||||||
|
am__fastdepCC_TRUE =
|
||||||
|
am__fastdepCXX_FALSE = #
|
||||||
|
am__fastdepCXX_TRUE =
|
||||||
|
am__include = include
|
||||||
|
am__leading_dot = .
|
||||||
|
am__quote =
|
||||||
|
bindir = ${exec_prefix}/bin
|
||||||
|
build = i686-pc-linux-gnu
|
||||||
|
build_alias =
|
||||||
|
build_cpu = i686
|
||||||
|
build_os = linux-gnu
|
||||||
|
build_vendor = pc
|
||||||
|
datadir = ${prefix}/share
|
||||||
|
exec_prefix = ${prefix}
|
||||||
|
host = i686-pc-linux-gnu
|
||||||
|
host_alias =
|
||||||
|
host_cpu = i686
|
||||||
|
host_os = linux-gnu
|
||||||
|
host_vendor = pc
|
||||||
|
includedir = ${prefix}/include
|
||||||
|
infodir = ${prefix}/info
|
||||||
|
install_sh = /home/morph/lladd/install-sh
|
||||||
|
libdir = ${exec_prefix}/lib
|
||||||
|
libexecdir = ${exec_prefix}/libexec
|
||||||
|
localstatedir = ${prefix}/var
|
||||||
|
mandir = ${prefix}/man
|
||||||
|
mkdir_p = mkdir -p -- .
|
||||||
|
oldincludedir = /usr/include
|
||||||
|
prefix = /usr/local
|
||||||
|
program_transform_name = s,x,x,
|
||||||
|
sbindir = ${exec_prefix}/sbin
|
||||||
|
sharedstatedir = ${prefix}/com
|
||||||
|
sysconfdir = ${prefix}/etc
|
||||||
|
target_alias =
|
||||||
|
all: all-am
|
||||||
|
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
||||||
|
|
||||||
TAR = tar
|
|
||||||
GZIP_ENV = --best
|
|
||||||
all: all-redirect
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu pbl/Makefile
|
@for dep in $?; do \
|
||||||
|
case '$(am__configure_deps)' in \
|
||||||
|
*$$dep*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||||
|
&& exit 0; \
|
||||||
|
exit 1;; \
|
||||||
|
esac; \
|
||||||
|
done; \
|
||||||
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pbl/Makefile'; \
|
||||||
|
cd $(top_srcdir) && \
|
||||||
|
$(AUTOMAKE) --gnu pbl/Makefile
|
||||||
|
.PRECIOUS: Makefile
|
||||||
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
@case '$?' in \
|
||||||
|
*config.status*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||||
|
*) \
|
||||||
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||||
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||||
|
esac;
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||||
cd $(top_builddir) \
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
||||||
|
|
||||||
|
$(top_srcdir)/configure: $(am__configure_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
|
||||||
|
mostlyclean-libtool:
|
||||||
|
-rm -f *.lo
|
||||||
|
|
||||||
|
clean-libtool:
|
||||||
|
-rm -rf .libs _libs
|
||||||
|
|
||||||
|
distclean-libtool:
|
||||||
|
-rm -f libtool
|
||||||
|
uninstall-info-am:
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
|
ctags: CTAGS
|
||||||
|
CTAGS:
|
||||||
|
|
||||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
||||||
|
|
||||||
subdir = pbl
|
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
here=`cd $(top_builddir) && pwd`; \
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||||
top_distdir=`cd $(top_distdir) && pwd`; \
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||||
distdir=`cd $(distdir) && pwd`; \
|
list='$(DISTFILES)'; for file in $$list; do \
|
||||||
cd $(top_srcdir) \
|
case $$file in \
|
||||||
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu pbl/Makefile
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||||
@for file in $(DISTFILES); do \
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||||
d=$(srcdir); \
|
esac; \
|
||||||
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||||
|
dir="/$$dir"; \
|
||||||
|
$(mkdir_p) "$(distdir)$$dir"; \
|
||||||
|
else \
|
||||||
|
dir=''; \
|
||||||
|
fi; \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||||
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||||
|
fi; \
|
||||||
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||||
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|| exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
info-am:
|
|
||||||
info: info-am
|
|
||||||
dvi-am:
|
|
||||||
dvi: dvi-am
|
|
||||||
check-am: all-am
|
check-am: all-am
|
||||||
check: check-am
|
check: check-am
|
||||||
installcheck-am:
|
all-am: Makefile
|
||||||
installcheck: installcheck-am
|
installdirs:
|
||||||
install-exec-am:
|
install: install-am
|
||||||
install-exec: install-exec-am
|
install-exec: install-exec-am
|
||||||
|
|
||||||
install-data-am:
|
|
||||||
install-data: install-data-am
|
install-data: install-data-am
|
||||||
|
uninstall: uninstall-am
|
||||||
|
|
||||||
install-am: all-am
|
install-am: all-am
|
||||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||||
install: install-am
|
|
||||||
uninstall-am:
|
installcheck: installcheck-am
|
||||||
uninstall: uninstall-am
|
|
||||||
all-am: Makefile
|
|
||||||
all-redirect: all-am
|
|
||||||
install-strip:
|
install-strip:
|
||||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||||
installdirs:
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||||
|
`test -z '$(STRIP)' || \
|
||||||
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||||
mostlyclean-generic:
|
mostlyclean-generic:
|
||||||
|
|
||||||
clean-generic:
|
clean-generic:
|
||||||
|
|
||||||
distclean-generic:
|
distclean-generic:
|
||||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
-rm -f $(CONFIG_CLEAN_FILES)
|
||||||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
||||||
|
|
||||||
maintainer-clean-generic:
|
maintainer-clean-generic:
|
||||||
mostlyclean-am: mostlyclean-generic
|
@echo "This command is intended for maintainers to use"
|
||||||
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
|
clean: clean-am
|
||||||
|
|
||||||
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||||
|
|
||||||
|
distclean: distclean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
distclean-am: clean-am distclean-generic distclean-libtool
|
||||||
|
|
||||||
|
dvi: dvi-am
|
||||||
|
|
||||||
|
dvi-am:
|
||||||
|
|
||||||
|
html: html-am
|
||||||
|
|
||||||
|
info: info-am
|
||||||
|
|
||||||
|
info-am:
|
||||||
|
|
||||||
|
install-data-am:
|
||||||
|
|
||||||
|
install-exec-am:
|
||||||
|
|
||||||
|
install-info: install-info-am
|
||||||
|
|
||||||
|
install-man:
|
||||||
|
|
||||||
|
installcheck-am:
|
||||||
|
|
||||||
|
maintainer-clean: maintainer-clean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||||
|
|
||||||
mostlyclean: mostlyclean-am
|
mostlyclean: mostlyclean-am
|
||||||
|
|
||||||
clean-am: clean-generic mostlyclean-am
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||||
|
|
||||||
clean: clean-am
|
pdf: pdf-am
|
||||||
|
|
||||||
distclean-am: distclean-generic clean-am
|
pdf-am:
|
||||||
-rm -f libtool
|
|
||||||
|
|
||||||
distclean: distclean-am
|
ps: ps-am
|
||||||
|
|
||||||
maintainer-clean-am: maintainer-clean-generic distclean-am
|
ps-am:
|
||||||
@echo "This command is intended for maintainers to use;"
|
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
|
||||||
|
|
||||||
maintainer-clean: maintainer-clean-am
|
uninstall-am: uninstall-info-am
|
||||||
|
|
||||||
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
|
|
||||||
installcheck-am installcheck install-exec-am install-exec \
|
|
||||||
install-data-am install-data install-am install uninstall-am uninstall \
|
|
||||||
all-redirect all-am all installdirs mostlyclean-generic \
|
|
||||||
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
||||||
mostlyclean distclean maintainer-clean
|
|
||||||
|
|
||||||
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||||
|
distclean distclean-generic distclean-libtool distdir dvi \
|
||||||
|
dvi-am html html-am info info-am install install-am \
|
||||||
|
install-data install-data-am install-exec install-exec-am \
|
||||||
|
install-info install-info-am install-man install-strip \
|
||||||
|
installcheck installcheck-am installdirs maintainer-clean \
|
||||||
|
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||||
|
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||||
|
uninstall-info-am
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|
4
reconf
4
reconf
|
@ -3,9 +3,9 @@ rm -f config.cache
|
||||||
rm -f acconfig.h
|
rm -f acconfig.h
|
||||||
#touch acconfig.h
|
#touch acconfig.h
|
||||||
#aclocal -I m4
|
#aclocal -I m4
|
||||||
aclocal
|
aclocal-1.8
|
||||||
autoconf
|
autoconf
|
||||||
autoheader
|
autoheader
|
||||||
#acconfig
|
#acconfig
|
||||||
automake -a
|
automake-1.8 -a
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||||
|
# src/apps/cyrus/Makefile. Generated from Makefile.in by configure.
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
# 2003, 2004 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -11,186 +13,264 @@
|
||||||
# PARTICULAR PURPOSE.
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
|
||||||
SHELL = /bin/sh
|
|
||||||
|
SOURCES = cyrusdb_lladd.c
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
top_srcdir = ../../..
|
top_srcdir = ../../..
|
||||||
|
|
||||||
prefix = /usr/local
|
|
||||||
exec_prefix = ${prefix}
|
|
||||||
|
|
||||||
bindir = ${exec_prefix}/bin
|
|
||||||
sbindir = ${exec_prefix}/sbin
|
|
||||||
libexecdir = ${exec_prefix}/libexec
|
|
||||||
datadir = ${prefix}/share
|
|
||||||
sysconfdir = ${prefix}/etc
|
|
||||||
sharedstatedir = ${prefix}/com
|
|
||||||
localstatedir = ${prefix}/var
|
|
||||||
libdir = ${exec_prefix}/lib
|
|
||||||
infodir = ${prefix}/info
|
|
||||||
mandir = ${prefix}/man
|
|
||||||
includedir = ${prefix}/include
|
|
||||||
oldincludedir = /usr/include
|
|
||||||
|
|
||||||
DESTDIR =
|
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/hello
|
pkgdatadir = $(datadir)/hello
|
||||||
pkglibdir = $(libdir)/hello
|
pkglibdir = $(libdir)/hello
|
||||||
pkgincludedir = $(includedir)/hello
|
pkgincludedir = $(includedir)/hello
|
||||||
|
|
||||||
top_builddir = ../../..
|
top_builddir = ../../..
|
||||||
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
ACLOCAL = aclocal-1.4
|
|
||||||
AUTOCONF = autoconf
|
|
||||||
AUTOMAKE = automake-1.4
|
|
||||||
AUTOHEADER = autoheader
|
|
||||||
|
|
||||||
INSTALL = /usr/bin/install -c
|
INSTALL = /usr/bin/install -c
|
||||||
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
|
install_sh_DATA = $(install_sh) -c -m 644
|
||||||
INSTALL_DATA = ${INSTALL} -m 644
|
install_sh_PROGRAM = $(install_sh) -c
|
||||||
INSTALL_SCRIPT = ${INSTALL}
|
install_sh_SCRIPT = $(install_sh) -c
|
||||||
transform = s,x,x,
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
PRE_INSTALL = :
|
PRE_INSTALL = :
|
||||||
POST_INSTALL = :
|
POST_INSTALL = :
|
||||||
NORMAL_UNINSTALL = :
|
NORMAL_UNINSTALL = :
|
||||||
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
host_alias =
|
|
||||||
host_triplet = i686-pc-linux-gnu
|
host_triplet = i686-pc-linux-gnu
|
||||||
|
subdir = src/apps/cyrus
|
||||||
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||||
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
|
$(ACLOCAL_M4)
|
||||||
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
CONFIG_HEADER = $(top_builddir)/config.h
|
||||||
|
CONFIG_CLEAN_FILES =
|
||||||
|
am__installdirs = "$(DESTDIR)$(libdir)"
|
||||||
|
libLIBRARIES_INSTALL = $(INSTALL_DATA)
|
||||||
|
LIBRARIES = $(lib_LIBRARIES)
|
||||||
|
ARFLAGS = cru
|
||||||
|
libcyrusdb_lladd_a_AR = $(AR) $(ARFLAGS)
|
||||||
|
libcyrusdb_lladd_a_LIBADD =
|
||||||
|
am_libcyrusdb_lladd_a_OBJECTS = cyrusdb_lladd.$(OBJEXT)
|
||||||
|
libcyrusdb_lladd_a_OBJECTS = $(am_libcyrusdb_lladd_a_OBJECTS)
|
||||||
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||||
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||||
|
am__depfiles_maybe = depfiles
|
||||||
|
DEP_FILES = ./$(DEPDIR)/cyrusdb_lladd.Po
|
||||||
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||||
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
||||||
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||||
|
$(AM_CFLAGS) $(CFLAGS)
|
||||||
|
CCLD = $(CC)
|
||||||
|
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
|
DIST_SOURCES = $(libcyrusdb_lladd_a_SOURCES)
|
||||||
|
ETAGS = etags
|
||||||
|
CTAGS = ctags
|
||||||
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
ACLOCAL = aclocal-1.8
|
||||||
|
AMDEP_FALSE = #
|
||||||
|
AMDEP_TRUE =
|
||||||
|
AMTAR = tar
|
||||||
AR = ar
|
AR = ar
|
||||||
AS = @AS@
|
AUTOCONF = autoconf
|
||||||
|
AUTOHEADER = autoheader
|
||||||
|
AUTOMAKE = automake-1.8
|
||||||
|
AWK = gawk
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
CCDEPMODE = depmode=gcc3
|
||||||
|
CFLAGS = -g -O2
|
||||||
CHECK_CFLAGS =
|
CHECK_CFLAGS =
|
||||||
CHECK_LIBS = -lcheck
|
CHECK_LIBS = -lcheck
|
||||||
CPP = gcc -E
|
CPP = gcc -E
|
||||||
|
CPPFLAGS =
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CXXCPP = g++ -E
|
CXXCPP = g++ -E
|
||||||
DLLTOOL = @DLLTOOL@
|
CXXDEPMODE = depmode=gcc3
|
||||||
|
CXXFLAGS = -g -O2
|
||||||
|
CYGPATH_W = echo
|
||||||
|
DEFS = -DHAVE_CONFIG_H
|
||||||
|
DEPDIR = .deps
|
||||||
ECHO = echo
|
ECHO = echo
|
||||||
|
ECHO_C =
|
||||||
|
ECHO_N = -n
|
||||||
|
ECHO_T =
|
||||||
EGREP = grep -E
|
EGREP = grep -E
|
||||||
EXEEXT =
|
EXEEXT =
|
||||||
F77 = g77
|
F77 = g77
|
||||||
GCJ = @GCJ@
|
FFLAGS = -g -O2
|
||||||
GCJFLAGS = @GCJFLAGS@
|
HAVE_CHECK_FALSE = #
|
||||||
HAVE_LIB = @HAVE_LIB@
|
HAVE_CHECK_TRUE =
|
||||||
LIB = @LIB@
|
INSTALL_DATA = ${INSTALL} -m 644
|
||||||
|
INSTALL_PROGRAM = ${INSTALL}
|
||||||
|
INSTALL_SCRIPT = ${INSTALL}
|
||||||
|
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
||||||
|
LDFLAGS =
|
||||||
|
LIBOBJS =
|
||||||
|
LIBS = -lpthread
|
||||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||||
LN_S = ln -s
|
LN_S = ln -s
|
||||||
LTLIB = @LTLIB@
|
LTLIBOBJS =
|
||||||
MAKEINFO = makeinfo
|
MAKEINFO = makeinfo
|
||||||
OBJDUMP = @OBJDUMP@
|
|
||||||
OBJEXT = o
|
OBJEXT = o
|
||||||
PACKAGE = hello
|
PACKAGE = hello
|
||||||
|
PACKAGE_BUGREPORT = sears@cs.berkeley.edu
|
||||||
|
PACKAGE_NAME = PACKAGE
|
||||||
|
PACKAGE_STRING = PACKAGE VERSION
|
||||||
|
PACKAGE_TARNAME = package
|
||||||
|
PACKAGE_VERSION = VERSION
|
||||||
|
PATH_SEPARATOR = :
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
RC = @RC@
|
SET_MAKE =
|
||||||
|
SHELL = /bin/sh
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
VERSION = 0.1
|
VERSION = 0.1
|
||||||
|
ac_ct_AR = ar
|
||||||
|
ac_ct_CC = gcc
|
||||||
|
ac_ct_CXX = g++
|
||||||
|
ac_ct_F77 = g77
|
||||||
|
ac_ct_RANLIB = ranlib
|
||||||
|
ac_ct_STRIP = strip
|
||||||
|
am__fastdepCC_FALSE = #
|
||||||
|
am__fastdepCC_TRUE =
|
||||||
|
am__fastdepCXX_FALSE = #
|
||||||
|
am__fastdepCXX_TRUE =
|
||||||
|
am__include = include
|
||||||
|
am__leading_dot = .
|
||||||
|
am__quote =
|
||||||
|
bindir = ${exec_prefix}/bin
|
||||||
|
build = i686-pc-linux-gnu
|
||||||
|
build_alias =
|
||||||
|
build_cpu = i686
|
||||||
|
build_os = linux-gnu
|
||||||
|
build_vendor = pc
|
||||||
|
datadir = ${prefix}/share
|
||||||
|
exec_prefix = ${prefix}
|
||||||
|
host = i686-pc-linux-gnu
|
||||||
|
host_alias =
|
||||||
|
host_cpu = i686
|
||||||
|
host_os = linux-gnu
|
||||||
|
host_vendor = pc
|
||||||
|
includedir = ${prefix}/include
|
||||||
|
infodir = ${prefix}/info
|
||||||
|
install_sh = /home/morph/lladd/install-sh
|
||||||
|
libdir = ${exec_prefix}/lib
|
||||||
|
libexecdir = ${exec_prefix}/libexec
|
||||||
|
localstatedir = ${prefix}/var
|
||||||
|
mandir = ${prefix}/man
|
||||||
|
mkdir_p = mkdir -p -- .
|
||||||
|
oldincludedir = /usr/include
|
||||||
|
prefix = /usr/local
|
||||||
|
program_transform_name = s,x,x,
|
||||||
|
sbindir = ${exec_prefix}/sbin
|
||||||
|
sharedstatedir = ${prefix}/com
|
||||||
|
sysconfdir = ${prefix}/etc
|
||||||
|
target_alias =
|
||||||
LDADD = $(top_builddir)/build/libdfa.a $(top_builddir)/build/lib2pc.a
|
LDADD = $(top_builddir)/build/libdfa.a $(top_builddir)/build/lib2pc.a
|
||||||
SOURCES = cyrusdb_lladd.c
|
SOURCES = cyrusdb_lladd.c
|
||||||
lib_LIBRARIES = libcyrusdb_lladd.a
|
lib_LIBRARIES = libcyrusdb_lladd.a
|
||||||
libcyrusdb_lladd_a_SOURCES = cyrusdb_lladd.c
|
libcyrusdb_lladd_a_SOURCES = cyrusdb_lladd.c
|
||||||
AM_CFLAGS = -g -Wall -pedantic
|
AM_CFLAGS = -g -Wall -pedantic
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
all: all-am
|
||||||
CONFIG_HEADER = ../../../[config.h]
|
|
||||||
CONFIG_CLEAN_FILES =
|
|
||||||
LIBRARIES = $(lib_LIBRARIES)
|
|
||||||
|
|
||||||
|
|
||||||
DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../../..
|
|
||||||
CPPFLAGS =
|
|
||||||
LDFLAGS =
|
|
||||||
LIBS = -lpthread
|
|
||||||
libcyrusdb_lladd_a_LIBADD =
|
|
||||||
libcyrusdb_lladd_a_OBJECTS = cyrusdb_lladd.$(OBJEXT)
|
|
||||||
CFLAGS = -g -O2
|
|
||||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
||||||
CCLD = $(CC)
|
|
||||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
|
||||||
DIST_COMMON = Makefile.am Makefile.in
|
|
||||||
|
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
||||||
|
|
||||||
TAR = tar
|
|
||||||
GZIP_ENV = --best
|
|
||||||
DEP_FILES = .deps/cyrusdb_lladd.P
|
|
||||||
SOURCES = $(libcyrusdb_lladd_a_SOURCES)
|
|
||||||
OBJECTS = $(libcyrusdb_lladd_a_OBJECTS)
|
|
||||||
|
|
||||||
all: all-redirect
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .S .c .lo .o .obj .s
|
.SUFFIXES: .c .lo .o .obj
|
||||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu src/apps/cyrus/Makefile
|
@for dep in $?; do \
|
||||||
|
case '$(am__configure_deps)' in \
|
||||||
|
*$$dep*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||||
|
&& exit 0; \
|
||||||
|
exit 1;; \
|
||||||
|
esac; \
|
||||||
|
done; \
|
||||||
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/apps/cyrus/Makefile'; \
|
||||||
|
cd $(top_srcdir) && \
|
||||||
|
$(AUTOMAKE) --gnu src/apps/cyrus/Makefile
|
||||||
|
.PRECIOUS: Makefile
|
||||||
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
@case '$?' in \
|
||||||
|
*config.status*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||||
|
*) \
|
||||||
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||||
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||||
|
esac;
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||||
cd $(top_builddir) \
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
||||||
|
|
||||||
|
|
||||||
mostlyclean-libLIBRARIES:
|
|
||||||
|
|
||||||
clean-libLIBRARIES:
|
|
||||||
-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
|
|
||||||
|
|
||||||
distclean-libLIBRARIES:
|
|
||||||
|
|
||||||
maintainer-clean-libLIBRARIES:
|
|
||||||
|
|
||||||
|
$(top_srcdir)/configure: $(am__configure_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
install-libLIBRARIES: $(lib_LIBRARIES)
|
install-libLIBRARIES: $(lib_LIBRARIES)
|
||||||
@$(NORMAL_INSTALL)
|
@$(NORMAL_INSTALL)
|
||||||
$(mkinstalldirs) $(DESTDIR)$(libdir)
|
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
|
||||||
@list='$(lib_LIBRARIES)'; for p in $$list; do \
|
@list='$(lib_LIBRARIES)'; for p in $$list; do \
|
||||||
if test -f $$p; then \
|
if test -f $$p; then \
|
||||||
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
|
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||||
$(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
|
echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
||||||
|
$(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
@$(POST_INSTALL)
|
@$(POST_INSTALL)
|
||||||
@list='$(lib_LIBRARIES)'; for p in $$list; do \
|
@list='$(lib_LIBRARIES)'; for p in $$list; do \
|
||||||
if test -f $$p; then \
|
if test -f $$p; then \
|
||||||
echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
|
p="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||||
$(RANLIB) $(DESTDIR)$(libdir)/$$p; \
|
echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
|
||||||
|
$(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
uninstall-libLIBRARIES:
|
uninstall-libLIBRARIES:
|
||||||
@$(NORMAL_UNINSTALL)
|
@$(NORMAL_UNINSTALL)
|
||||||
list='$(lib_LIBRARIES)'; for p in $$list; do \
|
@list='$(lib_LIBRARIES)'; for p in $$list; do \
|
||||||
rm -f $(DESTDIR)$(libdir)/$$p; \
|
p="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||||
|
echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
||||||
|
rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
||||||
done
|
done
|
||||||
|
|
||||||
# FIXME: We should only use cygpath when building on Windows,
|
clean-libLIBRARIES:
|
||||||
# and only if it is available.
|
-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
|
||||||
.c.obj:
|
libcyrusdb_lladd.a: $(libcyrusdb_lladd_a_OBJECTS) $(libcyrusdb_lladd_a_DEPENDENCIES)
|
||||||
$(COMPILE) -c `cygpath -w $<`
|
-rm -f libcyrusdb_lladd.a
|
||||||
|
$(libcyrusdb_lladd_a_AR) libcyrusdb_lladd.a $(libcyrusdb_lladd_a_OBJECTS) $(libcyrusdb_lladd_a_LIBADD)
|
||||||
.s.o:
|
$(RANLIB) libcyrusdb_lladd.a
|
||||||
$(COMPILE) -c $<
|
|
||||||
|
|
||||||
.S.o:
|
|
||||||
$(COMPILE) -c $<
|
|
||||||
|
|
||||||
mostlyclean-compile:
|
mostlyclean-compile:
|
||||||
-rm -f *.o core *.core
|
|
||||||
-rm -f *.$(OBJEXT)
|
-rm -f *.$(OBJEXT)
|
||||||
|
|
||||||
clean-compile:
|
|
||||||
|
|
||||||
distclean-compile:
|
distclean-compile:
|
||||||
-rm -f *.tab.c
|
-rm -f *.tab.c
|
||||||
|
|
||||||
maintainer-clean-compile:
|
include ./$(DEPDIR)/cyrusdb_lladd.Po
|
||||||
|
|
||||||
.s.lo:
|
.c.o:
|
||||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||||
|
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||||
|
# source='$<' object='$@' libtool=no \
|
||||||
|
# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
|
||||||
|
# $(CCDEPMODE) $(depcomp) \
|
||||||
|
# $(COMPILE) -c $<
|
||||||
|
|
||||||
.S.lo:
|
.c.obj:
|
||||||
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
||||||
|
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||||
|
# source='$<' object='$@' libtool=no \
|
||||||
|
# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
|
||||||
|
# $(CCDEPMODE) $(depcomp) \
|
||||||
|
# $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||||
|
|
||||||
|
.c.lo:
|
||||||
|
if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||||
|
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||||
|
# source='$<' object='$@' libtool=yes \
|
||||||
|
# depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
|
||||||
|
# $(CCDEPMODE) $(depcomp) \
|
||||||
|
# $(LTCOMPILE) -c -o $@ $<
|
||||||
|
|
||||||
mostlyclean-libtool:
|
mostlyclean-libtool:
|
||||||
-rm -f *.lo
|
-rm -f *.lo
|
||||||
|
@ -199,172 +279,178 @@ clean-libtool:
|
||||||
-rm -rf .libs _libs
|
-rm -rf .libs _libs
|
||||||
|
|
||||||
distclean-libtool:
|
distclean-libtool:
|
||||||
|
-rm -f libtool
|
||||||
|
uninstall-info-am:
|
||||||
|
|
||||||
maintainer-clean-libtool:
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||||
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||||
libcyrusdb_lladd.a: $(libcyrusdb_lladd_a_OBJECTS) $(libcyrusdb_lladd_a_DEPENDENCIES)
|
unique=`for i in $$list; do \
|
||||||
-rm -f libcyrusdb_lladd.a
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||||
$(AR) cru libcyrusdb_lladd.a $(libcyrusdb_lladd_a_OBJECTS) $(libcyrusdb_lladd_a_LIBADD)
|
done | \
|
||||||
$(RANLIB) libcyrusdb_lladd.a
|
$(AWK) ' { files[$$0] = 1; } \
|
||||||
|
END { for (i in files) print i; }'`; \
|
||||||
|
mkid -fID $$unique
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
|
|
||||||
ID: $(HEADERS) $(SOURCES) $(LISP)
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||||
list='$(SOURCES) $(HEADERS)'; \
|
$(TAGS_FILES) $(LISP)
|
||||||
unique=`for i in $$list; do echo $$i; done | \
|
|
||||||
awk ' { files[$$0] = 1; } \
|
|
||||||
END { for (i in files) print i; }'`; \
|
|
||||||
here=`pwd` && cd $(srcdir) \
|
|
||||||
&& mkid -f$$here/ID $$unique $(LISP)
|
|
||||||
|
|
||||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
|
||||||
tags=; \
|
tags=; \
|
||||||
here=`pwd`; \
|
here=`pwd`; \
|
||||||
list='$(SOURCES) $(HEADERS)'; \
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||||
unique=`for i in $$list; do echo $$i; done | \
|
unique=`for i in $$list; do \
|
||||||
awk ' { files[$$0] = 1; } \
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||||
|
done | \
|
||||||
|
$(AWK) ' { files[$$0] = 1; } \
|
||||||
END { for (i in files) print i; }'`; \
|
END { for (i in files) print i; }'`; \
|
||||||
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||||
|| (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
|
test -n "$$unique" || unique=$$empty_fix; \
|
||||||
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||||
|
$$tags $$unique; \
|
||||||
|
fi
|
||||||
|
ctags: CTAGS
|
||||||
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||||
|
$(TAGS_FILES) $(LISP)
|
||||||
|
tags=; \
|
||||||
|
here=`pwd`; \
|
||||||
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||||
|
unique=`for i in $$list; do \
|
||||||
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||||
|
done | \
|
||||||
|
$(AWK) ' { files[$$0] = 1; } \
|
||||||
|
END { for (i in files) print i; }'`; \
|
||||||
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||||
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||||
|
$$tags $$unique
|
||||||
|
|
||||||
mostlyclean-tags:
|
GTAGS:
|
||||||
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||||
clean-tags:
|
&& cd $(top_srcdir) \
|
||||||
|
&& gtags -i $(GTAGS_ARGS) $$here
|
||||||
|
|
||||||
distclean-tags:
|
distclean-tags:
|
||||||
-rm -f TAGS ID
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||||
|
|
||||||
maintainer-clean-tags:
|
|
||||||
|
|
||||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
||||||
|
|
||||||
subdir = src/apps/cyrus
|
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
here=`cd $(top_builddir) && pwd`; \
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||||
top_distdir=`cd $(top_distdir) && pwd`; \
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||||
distdir=`cd $(distdir) && pwd`; \
|
list='$(DISTFILES)'; for file in $$list; do \
|
||||||
cd $(top_srcdir) \
|
case $$file in \
|
||||||
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/apps/cyrus/Makefile
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||||
@for file in $(DISTFILES); do \
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||||
d=$(srcdir); \
|
esac; \
|
||||||
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||||
|
dir="/$$dir"; \
|
||||||
|
$(mkdir_p) "$(distdir)$$dir"; \
|
||||||
|
else \
|
||||||
|
dir=''; \
|
||||||
|
fi; \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||||
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||||
|
fi; \
|
||||||
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||||
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|| exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
|
||||||
|
|
||||||
-include $(DEP_FILES)
|
|
||||||
|
|
||||||
mostlyclean-depend:
|
|
||||||
|
|
||||||
clean-depend:
|
|
||||||
|
|
||||||
distclean-depend:
|
|
||||||
-rm -rf .deps
|
|
||||||
|
|
||||||
maintainer-clean-depend:
|
|
||||||
|
|
||||||
%.o: %.c
|
|
||||||
@echo '$(COMPILE) -c $<'; \
|
|
||||||
$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
|
||||||
@-cp .deps/$(*F).pp .deps/$(*F).P; \
|
|
||||||
tr ' ' '\012' < .deps/$(*F).pp \
|
|
||||||
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
|
||||||
>> .deps/$(*F).P; \
|
|
||||||
rm .deps/$(*F).pp
|
|
||||||
|
|
||||||
%.lo: %.c
|
|
||||||
@echo '$(LTCOMPILE) -c $<'; \
|
|
||||||
$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
|
|
||||||
@-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
|
|
||||||
< .deps/$(*F).pp > .deps/$(*F).P; \
|
|
||||||
tr ' ' '\012' < .deps/$(*F).pp \
|
|
||||||
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
|
|
||||||
>> .deps/$(*F).P; \
|
|
||||||
rm -f .deps/$(*F).pp
|
|
||||||
info-am:
|
|
||||||
info: info-am
|
|
||||||
dvi-am:
|
|
||||||
dvi: dvi-am
|
|
||||||
check-am: all-am
|
check-am: all-am
|
||||||
check: check-am
|
check: check-am
|
||||||
installcheck-am:
|
all-am: Makefile $(LIBRARIES)
|
||||||
installcheck: installcheck-am
|
installdirs:
|
||||||
install-exec-am: install-libLIBRARIES
|
for dir in "$(DESTDIR)$(libdir)"; do \
|
||||||
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
||||||
|
done
|
||||||
|
install: install-am
|
||||||
install-exec: install-exec-am
|
install-exec: install-exec-am
|
||||||
|
|
||||||
install-data-am:
|
|
||||||
install-data: install-data-am
|
install-data: install-data-am
|
||||||
|
uninstall: uninstall-am
|
||||||
|
|
||||||
install-am: all-am
|
install-am: all-am
|
||||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||||
install: install-am
|
|
||||||
uninstall-am: uninstall-libLIBRARIES
|
installcheck: installcheck-am
|
||||||
uninstall: uninstall-am
|
|
||||||
all-am: Makefile $(LIBRARIES)
|
|
||||||
all-redirect: all-am
|
|
||||||
install-strip:
|
install-strip:
|
||||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||||
installdirs:
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||||
$(mkinstalldirs) $(DESTDIR)$(libdir)
|
`test -z '$(STRIP)' || \
|
||||||
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||||
|
|
||||||
mostlyclean-generic:
|
mostlyclean-generic:
|
||||||
|
|
||||||
clean-generic:
|
clean-generic:
|
||||||
|
|
||||||
distclean-generic:
|
distclean-generic:
|
||||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
-rm -f $(CONFIG_CLEAN_FILES)
|
||||||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
||||||
|
|
||||||
maintainer-clean-generic:
|
maintainer-clean-generic:
|
||||||
mostlyclean-am: mostlyclean-libLIBRARIES mostlyclean-compile \
|
@echo "This command is intended for maintainers to use"
|
||||||
mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
mostlyclean-generic
|
clean: clean-am
|
||||||
|
|
||||||
|
clean-am: clean-generic clean-libLIBRARIES clean-libtool \
|
||||||
|
mostlyclean-am
|
||||||
|
|
||||||
|
distclean: distclean-am
|
||||||
|
-rm -rf ./$(DEPDIR)
|
||||||
|
-rm -f Makefile
|
||||||
|
distclean-am: clean-am distclean-compile distclean-generic \
|
||||||
|
distclean-libtool distclean-tags
|
||||||
|
|
||||||
|
dvi: dvi-am
|
||||||
|
|
||||||
|
dvi-am:
|
||||||
|
|
||||||
|
html: html-am
|
||||||
|
|
||||||
|
info: info-am
|
||||||
|
|
||||||
|
info-am:
|
||||||
|
|
||||||
|
install-data-am:
|
||||||
|
|
||||||
|
install-exec-am: install-libLIBRARIES
|
||||||
|
|
||||||
|
install-info: install-info-am
|
||||||
|
|
||||||
|
install-man:
|
||||||
|
|
||||||
|
installcheck-am:
|
||||||
|
|
||||||
|
maintainer-clean: maintainer-clean-am
|
||||||
|
-rm -rf ./$(DEPDIR)
|
||||||
|
-rm -f Makefile
|
||||||
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||||
|
|
||||||
mostlyclean: mostlyclean-am
|
mostlyclean: mostlyclean-am
|
||||||
|
|
||||||
clean-am: clean-libLIBRARIES clean-compile clean-libtool clean-tags \
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||||
clean-depend clean-generic mostlyclean-am
|
mostlyclean-libtool
|
||||||
|
|
||||||
clean: clean-am
|
pdf: pdf-am
|
||||||
|
|
||||||
distclean-am: distclean-libLIBRARIES distclean-compile \
|
pdf-am:
|
||||||
distclean-libtool distclean-tags distclean-depend \
|
|
||||||
distclean-generic clean-am
|
|
||||||
-rm -f libtool
|
|
||||||
|
|
||||||
distclean: distclean-am
|
ps: ps-am
|
||||||
|
|
||||||
maintainer-clean-am: maintainer-clean-libLIBRARIES \
|
ps-am:
|
||||||
maintainer-clean-compile maintainer-clean-libtool \
|
|
||||||
maintainer-clean-tags maintainer-clean-depend \
|
|
||||||
maintainer-clean-generic distclean-am
|
|
||||||
@echo "This command is intended for maintainers to use;"
|
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
|
||||||
|
|
||||||
maintainer-clean: maintainer-clean-am
|
uninstall-am: uninstall-info-am uninstall-libLIBRARIES
|
||||||
|
|
||||||
.PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
|
|
||||||
clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
|
|
||||||
install-libLIBRARIES mostlyclean-compile distclean-compile \
|
|
||||||
clean-compile maintainer-clean-compile mostlyclean-libtool \
|
|
||||||
distclean-libtool clean-libtool maintainer-clean-libtool tags \
|
|
||||||
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
|
|
||||||
distdir mostlyclean-depend distclean-depend clean-depend \
|
|
||||||
maintainer-clean-depend info-am info dvi-am dvi check check-am \
|
|
||||||
installcheck-am installcheck install-exec-am install-exec \
|
|
||||||
install-data-am install-data install-am install uninstall-am uninstall \
|
|
||||||
all-redirect all-am all installdirs mostlyclean-generic \
|
|
||||||
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
||||||
mostlyclean distclean maintainer-clean
|
|
||||||
|
|
||||||
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||||
|
clean-libLIBRARIES clean-libtool ctags distclean \
|
||||||
|
distclean-compile distclean-generic distclean-libtool \
|
||||||
|
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||||
|
install install-am install-data install-data-am install-exec \
|
||||||
|
install-exec-am install-info install-info-am \
|
||||||
|
install-libLIBRARIES install-man install-strip installcheck \
|
||||||
|
installcheck-am installdirs maintainer-clean \
|
||||||
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
||||||
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||||
|
tags uninstall uninstall-am uninstall-info-am \
|
||||||
|
uninstall-libLIBRARIES
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
lib_LIBRARIES=liblladd.a
|
lib_LIBRARIES=liblladd.a
|
||||||
#liblladd_a_LIBADD=logger/liblogger.a operations/liboperations.a
|
#liblladd_a_LIBADD=logger/liblogger.a operations/liboperations.a
|
||||||
# removed: recovery.c transactional.c logger.c logger/logparser.c logger/logstreamer.c
|
# removed: recovery.c transactional.c logger.c logger/logparser.c logger/logstreamer.c
|
||||||
liblladd_a_SOURCES=bufferManager.c linkedlist.c operations.c page.c recovery2.c transactional2.c logger/logEntry.c logger/logWriter.c logger/logHandle.c logger/logger2.c operations/decrement.c operations/increment.c operations/lladdhash.c operations/prepare.c operations/set.c operations/alloc.c
|
liblladd_a_SOURCES=bufferManager.c linkedlist.c operations.c page.c blobManager.c recovery2.c transactional2.c logger/logEntry.c logger/logWriter.c logger/logHandle.c logger/logger2.c operations/decrement.c operations/increment.c operations/lladdhash.c operations/prepare.c operations/set.c operations/alloc.c
|
||||||
AM_CFLAGS= -g -Wall -pedantic -std=gnu99
|
AM_CFLAGS= -g -Wall -pedantic -std=gnu99
|
||||||
|
|
||||||
|
|
|
@ -61,6 +61,8 @@ terms specified in this license.
|
||||||
#include <lladd/page.h>
|
#include <lladd/page.h>
|
||||||
#include <lladd/constants.h>
|
#include <lladd/constants.h>
|
||||||
|
|
||||||
|
#include "blobManager.h"
|
||||||
|
|
||||||
static pblHashTable_t *activePages; /* page lookup */
|
static pblHashTable_t *activePages; /* page lookup */
|
||||||
static unsigned int bufferSize = 1; /* < MAX_BUFFER_SIZE */
|
static unsigned int bufferSize = 1; /* < MAX_BUFFER_SIZE */
|
||||||
static Page *repHead, *repMiddle, *repTail; /* replacement policy */
|
static Page *repHead, *repMiddle, *repTail; /* replacement policy */
|
||||||
|
@ -136,26 +138,29 @@ int bufInit() {
|
||||||
|
|
||||||
repHead = repTail = first;
|
repHead = repTail = first;
|
||||||
repMiddle = NULL;
|
repMiddle = NULL;
|
||||||
if( (blobfd0 = open(BLOB0_FILE, O_RDWR, 0)) == -1 ) { /* file may not exist */
|
|
||||||
if( (blobfd0 = creat(BLOB0_FILE, 0666)) == -1 ) { /* cannot even create it */
|
openBlobStore();
|
||||||
|
|
||||||
|
/* if( (blobfd0 = open(BLOB0_FILE, O_RDWR, 0)) == -1 ) { / * file may not exist * /
|
||||||
|
if( (blobfd0 = creat(BLOB0_FILE, 0666)) == -1 ) { / * cannot even create it * /
|
||||||
printf("ERROR: %i on %s line %d", errno, __FILE__, __LINE__);
|
printf("ERROR: %i on %s line %d", errno, __FILE__, __LINE__);
|
||||||
exit(errno);
|
exit(errno);
|
||||||
}
|
}
|
||||||
if( close(blobfd0) || ((blobfd0 = open(BLOB0_FILE, O_RDWR, 0)) == -1) ) { /* need to reopen with read perms */
|
if( close(blobfd0) || ((blobfd0 = open(BLOB0_FILE, O_RDWR, 0)) == -1) ) { / * need to reopen with read perms * /
|
||||||
printf("ERROR: %i on %s line %d", errno, __FILE__, __LINE__);
|
printf("ERROR: %i on %s line %d", errno, __FILE__, __LINE__);
|
||||||
exit(errno);
|
exit(errno);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if( (blobfd1 = open(BLOB1_FILE, O_RDWR, 0)) == -1 ) { /* file may not exist */
|
if( (blobfd1 = open(BLOB1_FILE, O_RDWR, 0)) == -1 ) { / * file may not exist * /
|
||||||
if( (blobfd1 = creat(BLOB1_FILE, 0666)) == -1 ) { /* cannot even create it */
|
if( (blobfd1 = creat(BLOB1_FILE, 0666)) == -1 ) { / * cannot even create it * /
|
||||||
printf("ERROR: %i on %s line %d", errno, __FILE__, __LINE__);
|
printf("ERROR: %i on %s line %d", errno, __FILE__, __LINE__);
|
||||||
exit(errno);
|
exit(errno);
|
||||||
}
|
}
|
||||||
if( close(blobfd1) || ((blobfd1 = open(BLOB1_FILE, O_RDWR, 0)) == -1) ) { /* need to reopen with read perms */
|
if( close(blobfd1) || ((blobfd1 = open(BLOB1_FILE, O_RDWR, 0)) == -1) ) { / * need to reopen with read perms * /
|
||||||
printf("ERROR: %i on %s line %d", errno, __FILE__, __LINE__);
|
printf("ERROR: %i on %s line %d", errno, __FILE__, __LINE__);
|
||||||
exit(errno);
|
exit(errno);
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -418,8 +423,9 @@ void bufDeinit() {
|
||||||
exit(errno);
|
exit(errno);
|
||||||
}
|
}
|
||||||
|
|
||||||
close(blobfd0);
|
/* close(blobfd0);
|
||||||
close(blobfd1);
|
close(blobfd1); */
|
||||||
|
closeBlobStore();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -428,11 +434,12 @@ void bufDeinit() {
|
||||||
testing.)
|
testing.)
|
||||||
*/
|
*/
|
||||||
void simulateBufferManagerCrash() {
|
void simulateBufferManagerCrash() {
|
||||||
close(blobfd0);
|
closeBlobStore();
|
||||||
close(blobfd1);
|
/*close(blobfd0);
|
||||||
|
close(blobfd1);*/
|
||||||
close(stable);
|
close(stable);
|
||||||
blobfd0 = -1;
|
/* blobfd0 = -1;
|
||||||
blobfd1 = -1;
|
blobfd1 = -1; */
|
||||||
stable = -1;
|
stable = -1;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -383,7 +383,7 @@ static void writeNumSlots(byte *memAddr, int numSlots) {
|
||||||
* call memcpy(), this shouldn't be an issue)
|
* call memcpy(), this shouldn't be an issue)
|
||||||
*
|
*
|
||||||
* NOTE: pageRalloc() assumes that the caller already made sure that sufficient
|
* NOTE: pageRalloc() assumes that the caller already made sure that sufficient
|
||||||
* amount of freespace exists in this page. (REF: freespace())
|
* amount of freespace exists in this page. (@see freespace())
|
||||||
*/
|
*/
|
||||||
recordid pageRalloc(Page page, size_t size) {
|
recordid pageRalloc(Page page, size_t size) {
|
||||||
int freeSpace = readFreeSpace(page.memAddr);
|
int freeSpace = readFreeSpace(page.memAddr);
|
||||||
|
@ -813,7 +813,7 @@ recordid pageBalloc(Page page, int size, int fileOffset) {
|
||||||
|
|
||||||
return rid;
|
return rid;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
int getBlobOffset(int page, int slot) {
|
int getBlobOffset(int page, int slot) {
|
||||||
printf("Error: not yet implemented!!\n");
|
printf("Error: not yet implemented!!\n");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
|
@ -822,5 +822,18 @@ exit(-1);
|
||||||
int getBlobSize(int page, int slot) {
|
int getBlobSize(int page, int slot) {
|
||||||
printf("Error: not yet implemented!!\n");
|
printf("Error: not yet implemented!!\n");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
|
}*/
|
||||||
|
|
||||||
|
void setSlotType(Page p, int slot, int type) {
|
||||||
|
|
||||||
|
assert(type > PAGE_SIZE);
|
||||||
|
|
||||||
|
setSlotLength(p.memAddr, slot, type);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int getSlotType(Page p, int slot, int type) {
|
||||||
|
int ret = getSlotLength(p.memAddr, slot);
|
||||||
|
|
||||||
|
return ret > PAGE_SIZE ? ret : NORMAL_SLOT;
|
||||||
|
}
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||||
|
# test/lladd-old/Makefile. Generated from Makefile.in by configure.
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
# 2003, 2004 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -11,186 +13,296 @@
|
||||||
# PARTICULAR PURPOSE.
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
|
||||||
SHELL = /bin/sh
|
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
top_srcdir = ../..
|
top_srcdir = ../..
|
||||||
|
|
||||||
prefix = /usr/local
|
|
||||||
exec_prefix = ${prefix}
|
|
||||||
|
|
||||||
bindir = ${exec_prefix}/bin
|
|
||||||
sbindir = ${exec_prefix}/sbin
|
|
||||||
libexecdir = ${exec_prefix}/libexec
|
|
||||||
datadir = ${prefix}/share
|
|
||||||
sysconfdir = ${prefix}/etc
|
|
||||||
sharedstatedir = ${prefix}/com
|
|
||||||
localstatedir = ${prefix}/var
|
|
||||||
libdir = ${exec_prefix}/lib
|
|
||||||
infodir = ${prefix}/info
|
|
||||||
mandir = ${prefix}/man
|
|
||||||
includedir = ${prefix}/include
|
|
||||||
oldincludedir = /usr/include
|
|
||||||
|
|
||||||
DESTDIR =
|
|
||||||
|
|
||||||
pkgdatadir = $(datadir)/hello
|
pkgdatadir = $(datadir)/hello
|
||||||
pkglibdir = $(libdir)/hello
|
pkglibdir = $(libdir)/hello
|
||||||
pkgincludedir = $(includedir)/hello
|
pkgincludedir = $(includedir)/hello
|
||||||
|
|
||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
ACLOCAL = aclocal-1.4
|
|
||||||
AUTOCONF = autoconf
|
|
||||||
AUTOMAKE = automake-1.4
|
|
||||||
AUTOHEADER = autoheader
|
|
||||||
|
|
||||||
INSTALL = /usr/bin/install -c
|
INSTALL = /usr/bin/install -c
|
||||||
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
|
install_sh_DATA = $(install_sh) -c -m 644
|
||||||
INSTALL_DATA = ${INSTALL} -m 644
|
install_sh_PROGRAM = $(install_sh) -c
|
||||||
INSTALL_SCRIPT = ${INSTALL}
|
install_sh_SCRIPT = $(install_sh) -c
|
||||||
transform = s,x,x,
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
|
transform = $(program_transform_name)
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
PRE_INSTALL = :
|
PRE_INSTALL = :
|
||||||
POST_INSTALL = :
|
POST_INSTALL = :
|
||||||
NORMAL_UNINSTALL = :
|
NORMAL_UNINSTALL = :
|
||||||
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
host_alias =
|
|
||||||
host_triplet = i686-pc-linux-gnu
|
host_triplet = i686-pc-linux-gnu
|
||||||
|
subdir = test/lladd-old
|
||||||
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||||
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
|
$(ACLOCAL_M4)
|
||||||
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
CONFIG_HEADER = $(top_builddir)/config.h
|
||||||
|
CONFIG_CLEAN_FILES =
|
||||||
|
SOURCES =
|
||||||
|
DIST_SOURCES =
|
||||||
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
ACLOCAL = aclocal-1.8
|
||||||
|
AMDEP_FALSE = #
|
||||||
|
AMDEP_TRUE =
|
||||||
|
AMTAR = tar
|
||||||
AR = ar
|
AR = ar
|
||||||
AS = @AS@
|
AUTOCONF = autoconf
|
||||||
|
AUTOHEADER = autoheader
|
||||||
|
AUTOMAKE = automake-1.8
|
||||||
|
AWK = gawk
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
CCDEPMODE = depmode=gcc3
|
||||||
|
CFLAGS = -g -O2
|
||||||
CHECK_CFLAGS =
|
CHECK_CFLAGS =
|
||||||
CHECK_LIBS = -lcheck
|
CHECK_LIBS = -lcheck
|
||||||
CPP = gcc -E
|
CPP = gcc -E
|
||||||
|
CPPFLAGS =
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CXXCPP = g++ -E
|
CXXCPP = g++ -E
|
||||||
DLLTOOL = @DLLTOOL@
|
CXXDEPMODE = depmode=gcc3
|
||||||
|
CXXFLAGS = -g -O2
|
||||||
|
CYGPATH_W = echo
|
||||||
|
DEFS = -DHAVE_CONFIG_H
|
||||||
|
DEPDIR = .deps
|
||||||
ECHO = echo
|
ECHO = echo
|
||||||
|
ECHO_C =
|
||||||
|
ECHO_N = -n
|
||||||
|
ECHO_T =
|
||||||
EGREP = grep -E
|
EGREP = grep -E
|
||||||
EXEEXT =
|
EXEEXT =
|
||||||
F77 = g77
|
F77 = g77
|
||||||
GCJ = @GCJ@
|
FFLAGS = -g -O2
|
||||||
GCJFLAGS = @GCJFLAGS@
|
HAVE_CHECK_FALSE = #
|
||||||
HAVE_LIB = @HAVE_LIB@
|
HAVE_CHECK_TRUE =
|
||||||
LIB = @LIB@
|
INSTALL_DATA = ${INSTALL} -m 644
|
||||||
|
INSTALL_PROGRAM = ${INSTALL}
|
||||||
|
INSTALL_SCRIPT = ${INSTALL}
|
||||||
|
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
||||||
|
LDFLAGS =
|
||||||
|
LIBOBJS =
|
||||||
|
LIBS = -lpthread
|
||||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||||
LN_S = ln -s
|
LN_S = ln -s
|
||||||
LTLIB = @LTLIB@
|
LTLIBOBJS =
|
||||||
MAKEINFO = makeinfo
|
MAKEINFO = makeinfo
|
||||||
OBJDUMP = @OBJDUMP@
|
|
||||||
OBJEXT = o
|
OBJEXT = o
|
||||||
PACKAGE = hello
|
PACKAGE = hello
|
||||||
|
PACKAGE_BUGREPORT = sears@cs.berkeley.edu
|
||||||
|
PACKAGE_NAME = PACKAGE
|
||||||
|
PACKAGE_STRING = PACKAGE VERSION
|
||||||
|
PACKAGE_TARNAME = package
|
||||||
|
PACKAGE_VERSION = VERSION
|
||||||
|
PATH_SEPARATOR = :
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
RC = @RC@
|
SET_MAKE =
|
||||||
|
SHELL = /bin/sh
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
VERSION = 0.1
|
VERSION = 0.1
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
ac_ct_AR = ar
|
||||||
CONFIG_HEADER = ../../[config.h]
|
ac_ct_CC = gcc
|
||||||
CONFIG_CLEAN_FILES =
|
ac_ct_CXX = g++
|
||||||
DIST_COMMON = Makefile.am Makefile.in
|
ac_ct_F77 = g77
|
||||||
|
ac_ct_RANLIB = ranlib
|
||||||
|
ac_ct_STRIP = strip
|
||||||
|
am__fastdepCC_FALSE = #
|
||||||
|
am__fastdepCC_TRUE =
|
||||||
|
am__fastdepCXX_FALSE = #
|
||||||
|
am__fastdepCXX_TRUE =
|
||||||
|
am__include = include
|
||||||
|
am__leading_dot = .
|
||||||
|
am__quote =
|
||||||
|
bindir = ${exec_prefix}/bin
|
||||||
|
build = i686-pc-linux-gnu
|
||||||
|
build_alias =
|
||||||
|
build_cpu = i686
|
||||||
|
build_os = linux-gnu
|
||||||
|
build_vendor = pc
|
||||||
|
datadir = ${prefix}/share
|
||||||
|
exec_prefix = ${prefix}
|
||||||
|
host = i686-pc-linux-gnu
|
||||||
|
host_alias =
|
||||||
|
host_cpu = i686
|
||||||
|
host_os = linux-gnu
|
||||||
|
host_vendor = pc
|
||||||
|
includedir = ${prefix}/include
|
||||||
|
infodir = ${prefix}/info
|
||||||
|
install_sh = /home/morph/lladd/install-sh
|
||||||
|
libdir = ${exec_prefix}/lib
|
||||||
|
libexecdir = ${exec_prefix}/libexec
|
||||||
|
localstatedir = ${prefix}/var
|
||||||
|
mandir = ${prefix}/man
|
||||||
|
mkdir_p = mkdir -p -- .
|
||||||
|
oldincludedir = /usr/include
|
||||||
|
prefix = /usr/local
|
||||||
|
program_transform_name = s,x,x,
|
||||||
|
sbindir = ${exec_prefix}/sbin
|
||||||
|
sharedstatedir = ${prefix}/com
|
||||||
|
sysconfdir = ${prefix}/etc
|
||||||
|
target_alias =
|
||||||
|
all: all-am
|
||||||
|
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
||||||
|
|
||||||
TAR = tar
|
|
||||||
GZIP_ENV = --best
|
|
||||||
all: all-redirect
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu test/lladd-old/Makefile
|
@for dep in $?; do \
|
||||||
|
case '$(am__configure_deps)' in \
|
||||||
|
*$$dep*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||||
|
&& exit 0; \
|
||||||
|
exit 1;; \
|
||||||
|
esac; \
|
||||||
|
done; \
|
||||||
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/lladd-old/Makefile'; \
|
||||||
|
cd $(top_srcdir) && \
|
||||||
|
$(AUTOMAKE) --gnu test/lladd-old/Makefile
|
||||||
|
.PRECIOUS: Makefile
|
||||||
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
@case '$?' in \
|
||||||
|
*config.status*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||||
|
*) \
|
||||||
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||||
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||||
|
esac;
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||||
cd $(top_builddir) \
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
||||||
|
|
||||||
|
$(top_srcdir)/configure: $(am__configure_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
|
||||||
|
mostlyclean-libtool:
|
||||||
|
-rm -f *.lo
|
||||||
|
|
||||||
|
clean-libtool:
|
||||||
|
-rm -rf .libs _libs
|
||||||
|
|
||||||
|
distclean-libtool:
|
||||||
|
-rm -f libtool
|
||||||
|
uninstall-info-am:
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
|
ctags: CTAGS
|
||||||
|
CTAGS:
|
||||||
|
|
||||||
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
||||||
|
|
||||||
subdir = test/lladd-old
|
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
here=`cd $(top_builddir) && pwd`; \
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||||
top_distdir=`cd $(top_distdir) && pwd`; \
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||||
distdir=`cd $(distdir) && pwd`; \
|
list='$(DISTFILES)'; for file in $$list; do \
|
||||||
cd $(top_srcdir) \
|
case $$file in \
|
||||||
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu test/lladd-old/Makefile
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||||
@for file in $(DISTFILES); do \
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||||
d=$(srcdir); \
|
esac; \
|
||||||
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||||
|
dir="/$$dir"; \
|
||||||
|
$(mkdir_p) "$(distdir)$$dir"; \
|
||||||
|
else \
|
||||||
|
dir=''; \
|
||||||
|
fi; \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||||
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||||
|
fi; \
|
||||||
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||||
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|| exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
info-am:
|
|
||||||
info: info-am
|
|
||||||
dvi-am:
|
|
||||||
dvi: dvi-am
|
|
||||||
check-am: all-am
|
check-am: all-am
|
||||||
check: check-am
|
check: check-am
|
||||||
installcheck-am:
|
all-am: Makefile
|
||||||
installcheck: installcheck-am
|
installdirs:
|
||||||
install-exec-am:
|
install: install-am
|
||||||
install-exec: install-exec-am
|
install-exec: install-exec-am
|
||||||
|
|
||||||
install-data-am:
|
|
||||||
install-data: install-data-am
|
install-data: install-data-am
|
||||||
|
uninstall: uninstall-am
|
||||||
|
|
||||||
install-am: all-am
|
install-am: all-am
|
||||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||||
install: install-am
|
|
||||||
uninstall-am:
|
installcheck: installcheck-am
|
||||||
uninstall: uninstall-am
|
|
||||||
all-am: Makefile
|
|
||||||
all-redirect: all-am
|
|
||||||
install-strip:
|
install-strip:
|
||||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||||
installdirs:
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||||
|
`test -z '$(STRIP)' || \
|
||||||
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||||
mostlyclean-generic:
|
mostlyclean-generic:
|
||||||
|
|
||||||
clean-generic:
|
clean-generic:
|
||||||
|
|
||||||
distclean-generic:
|
distclean-generic:
|
||||||
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
-rm -f $(CONFIG_CLEAN_FILES)
|
||||||
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
||||||
|
|
||||||
maintainer-clean-generic:
|
maintainer-clean-generic:
|
||||||
mostlyclean-am: mostlyclean-generic
|
@echo "This command is intended for maintainers to use"
|
||||||
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
|
clean: clean-am
|
||||||
|
|
||||||
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||||
|
|
||||||
|
distclean: distclean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
distclean-am: clean-am distclean-generic distclean-libtool
|
||||||
|
|
||||||
|
dvi: dvi-am
|
||||||
|
|
||||||
|
dvi-am:
|
||||||
|
|
||||||
|
html: html-am
|
||||||
|
|
||||||
|
info: info-am
|
||||||
|
|
||||||
|
info-am:
|
||||||
|
|
||||||
|
install-data-am:
|
||||||
|
|
||||||
|
install-exec-am:
|
||||||
|
|
||||||
|
install-info: install-info-am
|
||||||
|
|
||||||
|
install-man:
|
||||||
|
|
||||||
|
installcheck-am:
|
||||||
|
|
||||||
|
maintainer-clean: maintainer-clean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||||
|
|
||||||
mostlyclean: mostlyclean-am
|
mostlyclean: mostlyclean-am
|
||||||
|
|
||||||
clean-am: clean-generic mostlyclean-am
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||||
|
|
||||||
clean: clean-am
|
pdf: pdf-am
|
||||||
|
|
||||||
distclean-am: distclean-generic clean-am
|
pdf-am:
|
||||||
-rm -f libtool
|
|
||||||
|
|
||||||
distclean: distclean-am
|
ps: ps-am
|
||||||
|
|
||||||
maintainer-clean-am: maintainer-clean-generic distclean-am
|
ps-am:
|
||||||
@echo "This command is intended for maintainers to use;"
|
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
|
||||||
|
|
||||||
maintainer-clean: maintainer-clean-am
|
uninstall-am: uninstall-info-am
|
||||||
|
|
||||||
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
|
|
||||||
installcheck-am installcheck install-exec-am install-exec \
|
|
||||||
install-data-am install-data install-am install uninstall-am uninstall \
|
|
||||||
all-redirect all-am all installdirs mostlyclean-generic \
|
|
||||||
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
||||||
mostlyclean distclean maintainer-clean
|
|
||||||
|
|
||||||
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||||
|
distclean distclean-generic distclean-libtool distdir dvi \
|
||||||
|
dvi-am html html-am info info-am install install-am \
|
||||||
|
install-data install-data-am install-exec install-exec-am \
|
||||||
|
install-info install-info-am install-man install-strip \
|
||||||
|
installcheck installcheck-am installdirs maintainer-clean \
|
||||||
|
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||||
|
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||||
|
uninstall-info-am
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|
Loading…
Reference in a new issue