You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
(26) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(3) |
Feb
(38) |
Mar
(11) |
Apr
(38) |
May
(21) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2004 |
Jan
(8) |
Feb
(1) |
Mar
(21) |
Apr
(16) |
May
(9) |
Jun
(20) |
Jul
|
Aug
(19) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2005 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(14) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joe Z. <jz...@us...> - 2003-02-03 19:27:39
|
Update of /cvsroot/bobs/bobs/js In directory sc8-pr-cvs1:/tmp/cvs-serv25899/js Added Files: Makefile.in Log Message: Add all the Makefile.in's so ./configure will work out of the box. --- NEW FILE: Makefile.in --- # Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : EXEEXT = @EXEEXT@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ PACKAGE = @PACKAGE@ STRIP = @STRIP@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ myBOBSDATA = @myBOBSDATA@ myCRONDIR = @myCRONDIR@ myHTTPDUSER = @myHTTPDUSER@ myPASS = @myPASS@ myWEBDIR = @myWEBDIR@ htmldir = $(myWEBDIR)/js dist_html_DATA = $(wildcard *.js) subdir = js mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = DIST_SOURCES = DATA = $(dist_html_DATA) DIST_COMMON = $(dist_html_DATA) Makefile.am Makefile.in all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu js/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) uninstall-info-am: dist_htmlDATA_INSTALL = $(INSTALL_DATA) install-dist_htmlDATA: $(dist_html_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(htmldir) @list='$(dist_html_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f"; \ $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f; \ done uninstall-dist_htmlDATA: @$(NORMAL_UNINSTALL) @list='$(dist_html_DATA)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(htmldir)/$$f"; \ rm -f $(DESTDIR)$(htmldir)/$$f; \ done tags: TAGS TAGS: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @list='$(DISTFILES)'; for file in $$list; do \ 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"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ 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 \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: $(mkinstalldirs) $(DESTDIR)$(htmldir) install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-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 mostlyclean-am distclean: distclean-am distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-dist_htmlDATA install-exec-am: install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic uninstall-am: uninstall-dist_htmlDATA uninstall-info-am uninstall-local .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am info info-am install \ install-am install-data install-data-am install-dist_htmlDATA \ 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 uninstall uninstall-am \ uninstall-dist_htmlDATA uninstall-info-am uninstall-local uninstall-local: rmdir $(htmldir) # 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. .NOEXPORT: |
From: Joe Z. <jz...@us...> - 2003-02-03 19:27:38
|
Update of /cvsroot/bobs/bobs/inc In directory sc8-pr-cvs1:/tmp/cvs-serv25899/inc Added Files: Makefile.in Log Message: Add all the Makefile.in's so ./configure will work out of the box. --- NEW FILE: Makefile.in --- # Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : EXEEXT = @EXEEXT@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ PACKAGE = @PACKAGE@ STRIP = @STRIP@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ myBOBSDATA = @myBOBSDATA@ myCRONDIR = @myCRONDIR@ myHTTPDUSER = @myHTTPDUSER@ myPASS = @myPASS@ myWEBDIR = @myWEBDIR@ SUBDIRS = excludes servers templates htmldir = $(myWEBDIR)/inc dist_html_DATA = $(wildcard *.php *.pinc *.ini) subdir = inc mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = config.php DIST_SOURCES = DATA = $(dist_html_DATA) RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ uninstall-info-recursive all-recursive install-data-recursive \ install-exec-recursive installdirs-recursive install-recursive \ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = $(dist_html_DATA) Makefile.am Makefile.in config.php.in DIST_SUBDIRS = $(SUBDIRS) all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu inc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) config.php: $(top_builddir)/config.status config.php.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ uninstall-info-am: dist_htmlDATA_INSTALL = $(INSTALL_DATA) install-dist_htmlDATA: $(dist_html_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(htmldir) @list='$(dist_html_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f"; \ $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f; \ done uninstall-dist_htmlDATA: @$(NORMAL_UNINSTALL) @list='$(dist_html_DATA)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(htmldir)/$$f"; \ rm -f $(DESTDIR)$(htmldir)/$$f; \ done # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @set fnord $$MAKEFLAGS; amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $$MAKEFLAGS; amf=$$2; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ETAGS = etags ETAGSFLAGS = tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 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; }'`; \ mkid -fID $$unique TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ 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 "$(ETAGS_ARGS)$$tags$$unique" \ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @list='$(DISTFILES)'; for file in $$list; do \ 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"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ 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 \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" \ distdir=../$(distdir)/$$subdir \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: $(mkinstalldirs) $(DESTDIR)$(htmldir) install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic mostlyclean-am distclean: distclean-recursive distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: info: info-recursive info-am: install-data-am: install-dist_htmlDATA install-exec-am: install-info: install-info-recursive install-man: installcheck-am: maintainer-clean: maintainer-clean-recursive maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic uninstall-am: uninstall-dist_htmlDATA uninstall-info-am uninstall-local uninstall-info: uninstall-info-recursive .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ clean-generic clean-recursive distclean distclean-generic \ distclean-recursive distclean-tags distdir dvi dvi-am \ dvi-recursive info info-am info-recursive install install-am \ install-data install-data-am install-data-recursive \ install-dist_htmlDATA install-exec install-exec-am \ install-exec-recursive install-info install-info-am \ install-info-recursive install-man install-recursive \ install-strip installcheck installcheck-am installdirs \ installdirs-am installdirs-recursive maintainer-clean \ maintainer-clean-generic maintainer-clean-recursive mostlyclean \ mostlyclean-generic mostlyclean-recursive tags tags-recursive \ uninstall uninstall-am uninstall-dist_htmlDATA \ uninstall-info-am uninstall-info-recursive uninstall-local \ uninstall-recursive uninstall-local: rmdir $(htmldir) # 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. .NOEXPORT: |
From: Joe Z. <jz...@us...> - 2003-02-03 19:27:37
|
Update of /cvsroot/bobs/bobs/images/bar In directory sc8-pr-cvs1:/tmp/cvs-serv25899/images/bar Added Files: Makefile.in Log Message: Add all the Makefile.in's so ./configure will work out of the box. --- NEW FILE: Makefile.in --- # Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : EXEEXT = @EXEEXT@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ PACKAGE = @PACKAGE@ STRIP = @STRIP@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ myBOBSDATA = @myBOBSDATA@ myCRONDIR = @myCRONDIR@ myHTTPDUSER = @myHTTPDUSER@ myPASS = @myPASS@ myWEBDIR = @myWEBDIR@ htmldir = $(myWEBDIR)/images/bar dist_html_DATA = $(wildcard *.gif) subdir = images/bar mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = DIST_SOURCES = DATA = $(dist_html_DATA) DIST_COMMON = $(dist_html_DATA) Makefile.am Makefile.in all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu images/bar/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) uninstall-info-am: dist_htmlDATA_INSTALL = $(INSTALL_DATA) install-dist_htmlDATA: $(dist_html_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(htmldir) @list='$(dist_html_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f"; \ $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f; \ done uninstall-dist_htmlDATA: @$(NORMAL_UNINSTALL) @list='$(dist_html_DATA)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(htmldir)/$$f"; \ rm -f $(DESTDIR)$(htmldir)/$$f; \ done tags: TAGS TAGS: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = ../.. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @list='$(DISTFILES)'; for file in $$list; do \ 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"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ 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 \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: $(mkinstalldirs) $(DESTDIR)$(htmldir) install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-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 mostlyclean-am distclean: distclean-am distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-dist_htmlDATA install-exec-am: install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic uninstall-am: uninstall-dist_htmlDATA uninstall-info-am uninstall-local .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am info info-am install \ install-am install-data install-data-am install-dist_htmlDATA \ 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 uninstall uninstall-am \ uninstall-dist_htmlDATA uninstall-info-am uninstall-local uninstall-local: rmdir $(htmldir) # 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. .NOEXPORT: |
From: Joe Z. <jz...@us...> - 2003-02-03 19:27:37
|
Update of /cvsroot/bobs/bobs/images/menu In directory sc8-pr-cvs1:/tmp/cvs-serv25899/images/menu Added Files: Makefile.in Log Message: Add all the Makefile.in's so ./configure will work out of the box. --- NEW FILE: Makefile.in --- # Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : EXEEXT = @EXEEXT@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ PACKAGE = @PACKAGE@ STRIP = @STRIP@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ myBOBSDATA = @myBOBSDATA@ myCRONDIR = @myCRONDIR@ myHTTPDUSER = @myHTTPDUSER@ myPASS = @myPASS@ myWEBDIR = @myWEBDIR@ htmldir = $(myWEBDIR)/images/menu dist_html_DATA = $(wildcard *.gif *.png) subdir = images/menu mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = DIST_SOURCES = DATA = $(dist_html_DATA) DIST_COMMON = $(dist_html_DATA) Makefile.am Makefile.in all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu images/menu/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) uninstall-info-am: dist_htmlDATA_INSTALL = $(INSTALL_DATA) install-dist_htmlDATA: $(dist_html_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(htmldir) @list='$(dist_html_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f"; \ $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f; \ done uninstall-dist_htmlDATA: @$(NORMAL_UNINSTALL) @list='$(dist_html_DATA)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(htmldir)/$$f"; \ rm -f $(DESTDIR)$(htmldir)/$$f; \ done tags: TAGS TAGS: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = ../.. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @list='$(DISTFILES)'; for file in $$list; do \ 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"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ 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 \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: $(mkinstalldirs) $(DESTDIR)$(htmldir) install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-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 mostlyclean-am distclean: distclean-am distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-dist_htmlDATA install-exec-am: install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic uninstall-am: uninstall-dist_htmlDATA uninstall-info-am uninstall-local .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am info info-am install \ install-am install-data install-data-am install-dist_htmlDATA \ 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 uninstall uninstall-am \ uninstall-dist_htmlDATA uninstall-info-am uninstall-local uninstall-local: rmdir $(htmldir) # 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. .NOEXPORT: |
From: Joe Z. <jz...@us...> - 2003-02-03 19:27:37
|
Update of /cvsroot/bobs/bobs/images In directory sc8-pr-cvs1:/tmp/cvs-serv25899/images Added Files: Makefile.in Log Message: Add all the Makefile.in's so ./configure will work out of the box. --- NEW FILE: Makefile.in --- # Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : EXEEXT = @EXEEXT@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ PACKAGE = @PACKAGE@ STRIP = @STRIP@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ myBOBSDATA = @myBOBSDATA@ myCRONDIR = @myCRONDIR@ myHTTPDUSER = @myHTTPDUSER@ myPASS = @myPASS@ myWEBDIR = @myWEBDIR@ SUBDIRS = bar menu htmldir = $(myWEBDIR)/images dist_html_DATA = $(wildcard *.gif) subdir = images mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = DIST_SOURCES = DATA = $(dist_html_DATA) RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ uninstall-info-recursive all-recursive install-data-recursive \ install-exec-recursive installdirs-recursive install-recursive \ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = $(dist_html_DATA) Makefile.am Makefile.in DIST_SUBDIRS = $(SUBDIRS) all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu images/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) uninstall-info-am: dist_htmlDATA_INSTALL = $(INSTALL_DATA) install-dist_htmlDATA: $(dist_html_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(htmldir) @list='$(dist_html_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f"; \ $(dist_htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f; \ done uninstall-dist_htmlDATA: @$(NORMAL_UNINSTALL) @list='$(dist_html_DATA)'; for p in $$list; do \ f="`echo $$p | sed -e 's|^.*/||'`"; \ echo " rm -f $(DESTDIR)$(htmldir)/$$f"; \ rm -f $(DESTDIR)$(htmldir)/$$f; \ done # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @set fnord $$MAKEFLAGS; amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: @set fnord $$MAKEFLAGS; amf=$$2; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ETAGS = etags ETAGSFLAGS = tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 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; }'`; \ mkid -fID $$unique TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ 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 "$(ETAGS_ARGS)$$tags$$unique" \ || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @list='$(DISTFILES)'; for file in $$list; do \ 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"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ 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 \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" \ distdir=../$(distdir)/$$subdir \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: $(mkinstalldirs) $(DESTDIR)$(htmldir) install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic mostlyclean-am distclean: distclean-recursive distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: info: info-recursive info-am: install-data-am: install-dist_htmlDATA install-exec-am: install-info: install-info-recursive install-man: installcheck-am: maintainer-clean: maintainer-clean-recursive maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic uninstall-am: uninstall-dist_htmlDATA uninstall-info-am uninstall-local uninstall-info: uninstall-info-recursive .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ clean-generic clean-recursive distclean distclean-generic \ distclean-recursive distclean-tags distdir dvi dvi-am \ dvi-recursive info info-am info-recursive install install-am \ install-data install-data-am install-data-recursive \ install-dist_htmlDATA install-exec install-exec-am \ install-exec-recursive install-info install-info-am \ install-info-recursive install-man install-recursive \ install-strip installcheck installcheck-am installdirs \ installdirs-am installdirs-recursive maintainer-clean \ maintainer-clean-generic maintainer-clean-recursive mostlyclean \ mostlyclean-generic mostlyclean-recursive tags tags-recursive \ uninstall uninstall-am uninstall-dist_htmlDATA \ uninstall-info-am uninstall-info-recursive uninstall-local \ uninstall-recursive uninstall-local: rmdir $(htmldir) # 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. .NOEXPORT: |
From: Joe Z. <jz...@us...> - 2003-02-03 19:27:36
|
Update of /cvsroot/bobs/bobs/doc In directory sc8-pr-cvs1:/tmp/cvs-serv25899/doc Added Files: Makefile.in Log Message: Add all the Makefile.in's so ./configure will work out of the box. --- NEW FILE: Makefile.in --- # Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Also include these files in the distribution SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : EXEEXT = @EXEEXT@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ PACKAGE = @PACKAGE@ STRIP = @STRIP@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ myBOBSDATA = @myBOBSDATA@ myCRONDIR = @myCRONDIR@ myHTTPDUSER = @myHTTPDUSER@ myPASS = @myPASS@ myWEBDIR = @myWEBDIR@ EXTRA_DIST = assign.php fileformat list.php subdir = doc mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = DIST_SOURCES = DIST_COMMON = Makefile.am Makefile.in all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) uninstall-info-am: tags: TAGS TAGS: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @list='$(DISTFILES)'; for file in $$list; do \ 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"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ 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 \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-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 mostlyclean-am distclean: distclean-am distclean-am: clean-am distclean-generic dvi: dvi-am dvi-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 maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic uninstall-am: uninstall-info-am .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-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 uninstall uninstall-am uninstall-info-am # 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. .NOEXPORT: |
From: Joe Z. <jz...@us...> - 2003-02-03 19:27:36
|
Update of /cvsroot/bobs/bobs/bash In directory sc8-pr-cvs1:/tmp/cvs-serv25899/bash Added Files: Makefile.in Log Message: Add all the Makefile.in's so ./configure will work out of the box. --- NEW FILE: Makefile.in --- # Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # install to to bobs script directory SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : EXEEXT = @EXEEXT@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ PACKAGE = @PACKAGE@ STRIP = @STRIP@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ myBOBSDATA = @myBOBSDATA@ myCRONDIR = @myCRONDIR@ myHTTPDUSER = @myHTTPDUSER@ myPASS = @myPASS@ myWEBDIR = @myWEBDIR@ processdir = $(myBOBSDATA)/current/process dist_process_SCRIPTS = cmdloop subdir = bash mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = SCRIPTS = $(dist_process_SCRIPTS) DIST_SOURCES = DIST_COMMON = $(dist_process_SCRIPTS) Makefile.am Makefile.in all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu bash/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) dist_processSCRIPT_INSTALL = $(INSTALL_SCRIPT) install-dist_processSCRIPTS: $(dist_process_SCRIPTS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(processdir) @list='$(dist_process_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " $(dist_processSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(processdir)/$$f"; \ $(dist_processSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(processdir)/$$f; \ else :; fi; \ done uninstall-dist_processSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(dist_process_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " rm -f $(DESTDIR)$(processdir)/$$f"; \ rm -f $(DESTDIR)$(processdir)/$$f; \ done uninstall-info-am: tags: TAGS TAGS: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @list='$(DISTFILES)'; for file in $$list; do \ 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"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ 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 \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(SCRIPTS) installdirs: $(mkinstalldirs) $(DESTDIR)$(processdir) install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-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 mostlyclean-am distclean: distclean-am distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-dist_processSCRIPTS install-exec-am: install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic uninstall-am: uninstall-dist_processSCRIPTS uninstall-info-am .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am info info-am install \ install-am install-data install-data-am \ install-dist_processSCRIPTS 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 \ uninstall uninstall-am uninstall-dist_processSCRIPTS \ uninstall-info-am # 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. .NOEXPORT: |
From: Joe Z. <jz...@us...> - 2003-02-03 19:27:36
|
Update of /cvsroot/bobs/bobs/cron In directory sc8-pr-cvs1:/tmp/cvs-serv25899/cron Added Files: Makefile.in Log Message: Add all the Makefile.in's so ./configure will work out of the box. --- NEW FILE: Makefile.in --- # Makefile.in generated by automake 1.6.3 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # install to cron directory SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : EXEEXT = @EXEEXT@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ AMTAR = @AMTAR@ AWK = @AWK@ DEPDIR = @DEPDIR@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ PACKAGE = @PACKAGE@ STRIP = @STRIP@ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ myBOBSDATA = @myBOBSDATA@ myCRONDIR = @myCRONDIR@ myHTTPDUSER = @myHTTPDUSER@ myPASS = @myPASS@ myWEBDIR = @myWEBDIR@ crondir = $(myCRONDIR) dist_cron_SCRIPTS = backup.php # install to bobs script directory processdir = $(myBOBSDATA)/current/process dist_process_SCRIPTS = check_loop subdir = cron mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = backup.php check_loop SCRIPTS = $(dist_cron_SCRIPTS) $(dist_process_SCRIPTS) DIST_SOURCES = DIST_COMMON = $(dist_cron_SCRIPTS) $(dist_process_SCRIPTS) Makefile.am \ Makefile.in backup.php.in check_loop.in all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu cron/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) backup.php: $(top_builddir)/config.status backup.php.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ check_loop: $(top_builddir)/config.status check_loop.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ dist_cronSCRIPT_INSTALL = $(INSTALL_SCRIPT) install-dist_cronSCRIPTS: $(dist_cron_SCRIPTS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(crondir) @list='$(dist_cron_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " $(dist_cronSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(crondir)/$$f"; \ $(dist_cronSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(crondir)/$$f; \ else :; fi; \ done uninstall-dist_cronSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(dist_cron_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " rm -f $(DESTDIR)$(crondir)/$$f"; \ rm -f $(DESTDIR)$(crondir)/$$f; \ done dist_processSCRIPT_INSTALL = $(INSTALL_SCRIPT) install-dist_processSCRIPTS: $(dist_process_SCRIPTS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(processdir) @list='$(dist_process_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " $(dist_processSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(processdir)/$$f"; \ $(dist_processSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(processdir)/$$f; \ else :; fi; \ done uninstall-dist_processSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(dist_process_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ echo " rm -f $(DESTDIR)$(processdir)/$$f"; \ rm -f $(DESTDIR)$(processdir)/$$f; \ done uninstall-info-am: tags: TAGS TAGS: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @list='$(DISTFILES)'; for file in $$list; do \ 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"; \ $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ 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 \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(SCRIPTS) installdirs: $(mkinstalldirs) $(DESTDIR)$(crondir) $(DESTDIR)$(processdir) install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) maintainer-clean-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 mostlyclean-am distclean: distclean-am distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-data-local install-dist_cronSCRIPTS \ install-dist_processSCRIPTS install-exec-am: install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic uninstall-am: uninstall-dist_cronSCRIPTS uninstall-dist_processSCRIPTS \ uninstall-info-am uninstall-local .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am info info-am install \ install-am install-data install-data-am install-data-local \ install-dist_cronSCRIPTS install-dist_processSCRIPTS \ 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 uninstall uninstall-am \ uninstall-dist_cronSCRIPTS uninstall-dist_processSCRIPTS \ uninstall-info-am uninstall-local install-data-local: # # This section contains things to do during 'make install' # # Add 'check_loop' to crontab # backup crontab cp -vp /etc/crontab /etc/crontab.bak # Copy back all but check_loop grep -v current/process/check_loop /etc/crontab.bak > /etc/crontab # Add check_loop echo '0-59/5 * * * * root $(myBOBSDATA)/current/process/check_loop' >> /etc/crontab # Remove 'check_loop' from crontab uninstall-local: # backup crontab cp -vp /etc/crontab /etc/crontab.bak # Copy back all but check_loop grep -v current/process/check_loop /etc/crontab.bak > /etc/crontab # 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. .NOEXPORT: |
From: Joe Z. <jz...@us...> - 2003-02-03 06:01:50
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1:/tmp/cvs-serv11597 Modified Files: INSTALL Log Message: I last edited with 'pico' and everything got wrapped weird. Index: INSTALL =================================================================== RCS file: /cvsroot/bobs/bobs/INSTALL,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- INSTALL 3 Feb 2003 05:49:52 -0000 1.17 +++ INSTALL 3 Feb 2003 06:01:47 -0000 1.18 @@ -45,21 +45,16 @@ ::: 3.1 Rsync -On the machine to be backed up, you need to enable 'rsync'. Rsync -will be +On the machine to be backed up, you need to enable 'rsync'. Rsync will be used to transfer the files from the production computer to the backup computer. From the rsync man page: - "The rsync remote-update protocol allows rsync to transfer -just the - differences between two sets of files across the network -link, using an - efficient checksum-search algorithm described in the -technical report that - accompanies this package." + "The rsync remote-update protocol allows rsync to transfer just + the differences between two sets of files across the network link, + using an efficient checksum-search algorithm described in the + technical report that accompanies this package." -First, setup the directories to be backed up by defining them in the -rsync +First, setup the directories to be backed up by defining them in the rsync configuration file. Rsync setup example (/etc/rsyncd.conf): @@ -72,43 +67,33 @@ comment = Produktions share --- end example --- -The uid and gid make rsync run as root which gives permission to read -all -files. Not always needed and not recommended. Look at the rsync -manpage for -more information. +The uid and gid make rsync run as root which gives permission to read all +files. Not always needed and not recommended. Look at the rsync manpage +for more information. Second, enable rsync to run as a daemon. You can run 'ntsysv' or -'chkconfig' -to enable rsync. Then start the rsync daemon. On my RadHat system, -the -command is: +'chkconfig' to enable rsync. Then start the rsync daemon. On my RadHat +system, the command is: /etc/init.d/xinetd restart ::: 3.2 NFS -NFS is a network file system. It will allow the computer doing the -backup to -mount directories on the computer to be backed up. NFS needs to be -enabled in -the linux kernel or as a module. It's probably enabled by default on -RedHat, -but if it's not, then you'll need to go through the steps to rebuild -your -kernel to enable it. This is true for both computers involved. +NFS is a network file system. It will allow the computer doing the backup +to mount directories on the computer to be backed up. NFS needs to be +enabled in the linux kernel or as a module. It's probably enabled by +default on RedHat, but if it's not, then you'll need to go through the +steps to rebuild your kernel to enable it. This is true for both computers +involved. -On the computer to be backed up, nfs and portmap need to be running. -Use +On the computer to be backed up, nfs and portmap need to be running. Use 'ntsysv' or 'chkconfig' to enable them. If you want to start them -manually, -this is how: +manually, this is how: /etc/init.d/portmap start /etc/init.d/nfs start -On the computer that will be doing the backup, only portmap needs to -be +On the computer that will be doing the backup, only portmap needs to be running. nfs setup example (/etc/exports): @@ -117,22 +102,20 @@ 192.168.1.217(rw,no_subtree_check,all_squash,anonuid=501,anongid=501) --- end example --- -The ip address defines which computers can access the share. -"anonuid" and "anongid" controls who owns the files written to the -share. -Look at the "exports" manpage for more information about nfs +The ip address defines which computers can access the share. "anonuid" and +"anongid" controls who owns the files written to the share. Look at the +"exports" manpage for more information about nfs. ::: 4.0 Configuration -Edit the file "inc/config.php" to suit your needs. - The dirs you define there are base dirs for servers you wish to -make backups of. + +Edit the file "inc/config.php" to suit your needs. The dirs you define +there are base dirs for servers you wish to make backups of. backupdir = a mirror of the remote server incomingdir = temp files. Placed here for automatic inclusion in incremental - incrementdir = + incrementdir = dir are created in the base dirs acording to a naming scheme. - eg. backupdir/<servername>/<sharename>/<files of the remote -server> + eg. backupdir/<servername>/<sharename>/<files of the remote server> You'll need to place some files and directories at special locations. (insert neat install script here) @@ -142,8 +125,7 @@ Backupdir/process/cmd/ Backupdir/process/session/ Backupdir/process/mounts/ - All dirs should be read and writeable for the apache(webserver) -process + All dirs should be read and writeable for the apache(webserver) process. Place the file "bash/cmdloop" in "Backupdir/process/" (check the file to see if the program paths fit your system) @@ -153,12 +135,11 @@ example entry in crontab: 0-59/5 * * * * root /var/www/html/bobs/cron/check_loop & -The cmdloop is a command queue. It checks the contents of the "cmd" -dir and executes the files in it. -It allows for shell scripts which might take hours to complete to be -started be from php (and run as root). -Unfortunatly php cannot run as a deamon and a "plugin" to apache at -the same time, so I choose this way. +The cmdloop is a command queue. It checks the contents of the "cmd" dir +and executes the files in it. It allows for shell scripts which might take +hours to complete to be started be from php (and run as root). +Unfortunatly php cannot run as a deamon and a "plugin" to apache at the +same time, so I choose this way. Now you need to create a server config. Open a browser and point it at http://yourbackupserver/admin.php @@ -171,48 +152,43 @@ starts backups. Don't run it yet. -In the inc/excludes/ dir there is a file called -"default.excludelist". -This file contains the names of the files and dirs excluded from -rsync backup. Take a look a the rsync documentation to see the -precise format of this file. -BOBS in its current state checks for a file called -<servername>.<sharename> in that dir. If it is not found it will use -the "default.excludelist" file. -To backup ALL files with no exclusions you should create an empty -file called <servername>.<sharename>. -Consider that users will restore files and then BOBS will make backup -of those files again. Currently a dir called "restore_files" is -created on the users share, and restored files are placed in it. -Default settings excludes that dir from the backup process. +In the inc/excludes/ dir there is a file called "default.excludelist". +This file contains the names of the files and dirs excluded from rsync +backup. Take a look a the rsync documentation to see the precise format of +this file. BOBS in its current state checks for a file called +<servername>.<sharename> in that dir. If it is not found it will use the +"default.excludelist" file. To backup ALL files with no exclusions you +should create an empty file called <servername>.<sharename>. Consider that +users will restore files and then BOBS will make backup of those files +again. Currently a dir called "restore_files" is created on the users +share, and restored files are placed in it. Default settings excludes that +dir from the backup process. ::: 5.0 Test your setups mount the nfs shares, try to write a file. - example of a mount command: mount servername:/home/username -/mnt/test + example of a mount command: mount servername:/home/username /mnt/test rsync a dir. - check if you can see the rsync shares: rsync servername:: - check if your can rsync a file: rsync -a servername::share/file -/tmp/file + check if you can see the rsync shares: + rsync servername:: + check if your can rsync a file: + rsync -a servername::share/file /tmp/file You need to test the cmdloop script. Become root: 'su'. - Go to the cmdloop location (<backupdir>/current/process/) and -type ./cmdloop - It will output lines from running command so it is a good thing -to keep an eye on if things misbehave. - If you need to debug a script (to fix it or send me a bug -report) you can just stop the cmdloop and run the commands in cmd/ -yourself. - Just remeber to run them in the right order (smallest number -first). + Go to the cmdloop location (<backupdir>/current/process/) and type + ./cmdloop + It will output lines from running command so it is a good thing to + keep an eye on if things misbehave. + If you need to debug a script (to fix it or send me a bug report) you + can just stop the cmdloop and run the commands in cmd/ yourself. + Just remeber to run them in the right order (smallest number first). - in another shell start the cron/backup.php script + In another shell start the cron/backup.php script "php <path to script>/backup.php" - If you don't get any errors from the cmdloop output your can stop -it (ctrl-x) + If you don't get any errors from the cmdloop output your can stop it + (ctrl-x) ::: 6.0 Off you go |
From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs/inc/servers In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/inc/servers Modified Files: Makefile.am Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/inc/servers/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:33 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 @@ -1,7 +1,7 @@ htmldir = $(myWEBDIR)/inc/servers -dist_html_DATA = *.ini +dist_html_DATA = $(wildcard *.ini) uninstall-local: rmdir $(htmldir) |
From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs/images In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/images Modified Files: Makefile.am Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/images/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:32 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 @@ -2,7 +2,7 @@ htmldir = $(myWEBDIR)/images -dist_html_DATA = *.gif +dist_html_DATA = $(wildcard *.gif) uninstall-local: rmdir $(htmldir) |
From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs/inc In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/inc Modified Files: Makefile.am Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/inc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:33 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 @@ -2,7 +2,7 @@ htmldir = $(myWEBDIR)/inc -dist_html_DATA = *.php *.pinc *.ini +dist_html_DATA = $(wildcard *.php *.pinc *.ini) uninstall-local: rmdir $(htmldir) |
From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs/images/menu In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/images/menu Modified Files: Makefile.am Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/images/menu/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:32 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 @@ -1,7 +1,7 @@ htmldir = $(myWEBDIR)/images/menu -dist_html_DATA = *.gif *.png +dist_html_DATA = $(wildcard *.gif *.png) uninstall-local: rmdir $(htmldir) |
From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs/winc In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/winc Modified Files: Makefile.am Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/winc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:33 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 @@ -1,7 +1,7 @@ htmldir = $(myWEBDIR)/winc -dist_html_DATA = *.html *.php +dist_html_DATA = $(wildcard *.html *.php) uninstall-local: rmdir $(htmldir) |
From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs/js In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/js Modified Files: Makefile.am Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/js/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:33 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 @@ -1,7 +1,7 @@ htmldir = $(myWEBDIR)/js -dist_html_DATA = *.js +dist_html_DATA = $(wildcard *.js) uninstall-local: rmdir $(htmldir) |
From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs/inc/templates In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/inc/templates Modified Files: Makefile.am Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/inc/templates/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:33 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 @@ -1,7 +1,7 @@ htmldir = $(myWEBDIR)/inc/templates -dist_html_DATA = *.php *.sh +dist_html_DATA = $(wildcard *.php *.sh) uninstall-local: rmdir $(htmldir) |
From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs/images/bar In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/images/bar Modified Files: Makefile.am Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/images/bar/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:32 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 @@ -1,7 +1,7 @@ htmldir = $(myWEBDIR)/images/bar -dist_html_DATA = *.gif +dist_html_DATA = $(wildcard *.gif) uninstall-local: rmdir $(htmldir) |
From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs Modified Files: Makefile.am Makefile.in Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 22 Dec 2002 02:30:31 -0000 1.8 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.9 @@ -12,6 +12,9 @@ ## aclocal;automake --add-missing;autoconf;./configure ## 12-18-2002 Joe Zacky ## Use the pre-defined variables and such as much as possible. +## 02-01-2003 Joe Zacky +## By using the builtins $(wildcard) and $(srcdir) I got +## 'make distcheck' to complete successfully! #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Subdirectories to also be built @@ -27,7 +30,7 @@ # The 'dist_' prefix tells 'make dist' to distribute these files. -dist_html_DATA = *.php *.css +dist_html_DATA = $(wildcard *.php *.css) # # Other files to be removed for maintainer (me) @@ -41,7 +44,9 @@ install-sh \ aclocal.m4 -.PHONY: uninstall-all +.PHONY: uninstall-all install-data-local distclean-local uninstall-local \ + installdirs + install-data-local: @@ -51,7 +56,9 @@ # Create bobs data directories - ./mkinstalldirs $(myBOBSDATA)/current/process/{cmd,mounts,session} + $(srcdir)/mkinstalldirs $(myBOBSDATA)/current/process/cmd \ + $(myBOBSDATA)/current/process/mounts \ + $(myBOBSDATA)/current/process/session # httpd process must be able to write to bobs data dirs # and some html directories, @@ -85,5 +92,6 @@ uninstall-all: rm -rf $(myWEBDIR) rm -rf $(myBOBSDATA) + make -f cron/Makefile uninstall-local ## END Index: Makefile.in =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.in 22 Dec 2002 02:30:31 -0000 1.5 +++ Makefile.in 3 Feb 2003 05:51:42 -0000 1.6 @@ -96,7 +96,7 @@ # The 'dist_' prefix tells 'make dist' to distribute these files. -dist_html_DATA = *.php *.css +dist_html_DATA = $(wildcard *.php *.css) # @@ -451,7 +451,8 @@ uninstall-recursive -.PHONY: uninstall-all +.PHONY: uninstall-all install-data-local distclean-local uninstall-local \ + installdirs install-data-local: @@ -461,7 +462,9 @@ # Create bobs data directories - ./mkinstalldirs $(myBOBSDATA)/current/process/{cmd,mounts,session} + $(srcdir)/mkinstalldirs $(myBOBSDATA)/current/process/cmd \ + $(myBOBSDATA)/current/process/mounts \ + $(myBOBSDATA)/current/process/session # httpd process must be able to write to bobs data dirs # and some html directories, @@ -495,6 +498,7 @@ uninstall-all: rm -rf $(myWEBDIR) rm -rf $(myBOBSDATA) + make -f cron/Makefile uninstall-local # 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. .NOEXPORT: |
From: Joe Z. <jz...@us...> - 2003-02-03 05:49:55
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1:/tmp/cvs-serv8565 Modified Files: TODO INSTALL Log Message: Add recent changes to instructions. Index: TODO =================================================================== RCS file: /cvsroot/bobs/bobs/TODO,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- TODO 22 Oct 2002 18:51:10 -0000 1.9 +++ TODO 3 Feb 2003 05:49:52 -0000 1.10 @@ -34,6 +34,11 @@ Priority: Medium Admins need to be able to test if a setup works. +Add security. + Priority: Medium + Backup directories (/var/bobsdata/) should not be world readable. + Encrypt passwords. + ----- WISHLIST ------ (Add anything you would like to see in the future, in detail if possible) Index: INSTALL =================================================================== RCS file: /cvsroot/bobs/bobs/INSTALL,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- INSTALL 1 Dec 2002 03:13:19 -0000 1.16 +++ INSTALL 3 Feb 2003 05:49:52 -0000 1.17 @@ -1,9 +1,10 @@ Installation guide. -Latest update June 3. 2002. +Latest update February 2, 2003. -PLEASE NOTE: This is NOT a secure program. Do not deploy if you have security concerns. (you can test it and see for yourself) +PLEASE NOTE: This is NOT a secure program. Do not deploy if you have +security concerns. (you can test it and see for yourself) Overview: @@ -13,8 +14,9 @@ 4.0 Configuration of backupserver 5.0 Test your setup 6.0 Off you go -7.0 Easy install (work in progress) +7.0 Easy install 8.0 Problems +9.0 What gets installed? ::: 1.0 Requirements You'll need at least the following programs installed. @@ -31,27 +33,33 @@ samba ::: 2.0 Files -Changes were recenly made to remove the need for BOBS to reside in the www root folder. +Changes were recently made to remove the need for BOBS to reside in +the www root folder. You should be able to place BOBS in any webaccesible dir. ::: 3.0 Configuration of other servers. You'll need to configure the servers you wish to get files from. -Rsync is needed for backup purposes. -NFS is needed for restoring files. +Rsync or samba is needed for backup purposes. +NFS or samba is needed for restoring files. ::: 3.1 Rsync -On the machine to be backed up, you need to enable 'rsync'. Rsync will be +On the machine to be backed up, you need to enable 'rsync'. Rsync +will be used to transfer the files from the production computer to the backup computer. From the rsync man page: - "The rsync remote-update protocol allows rsync to transfer just the - differences between two sets of files across the network link, using an - efficient checksum-search algorithm described in the technical report that + "The rsync remote-update protocol allows rsync to transfer +just the + differences between two sets of files across the network +link, using an + efficient checksum-search algorithm described in the +technical report that accompanies this package." -First, setup the directories to be backed up by defining them in the rsync +First, setup the directories to be backed up by defining them in the +rsync configuration file. Rsync setup example (/etc/rsyncd.conf): @@ -64,51 +72,67 @@ comment = Produktions share --- end example --- -The uid and gid make rsync run as root which gives permission to read all -files. Not always needed and not recommended. Look at the rsync manpage for +The uid and gid make rsync run as root which gives permission to read +all +files. Not always needed and not recommended. Look at the rsync +manpage for more information. -Second, enable rsync to run as a daemon. You can run 'ntsysv' or 'chkconfig' -to enable rsync. Then start the rsync daemon. On my RadHat system, the +Second, enable rsync to run as a daemon. You can run 'ntsysv' or +'chkconfig' +to enable rsync. Then start the rsync daemon. On my RadHat system, +the command is: /etc/init.d/xinetd restart ::: 3.2 NFS -NFS is a network file system. It will allow the computer doing the backup to -mount directories on the computer to be backed up. NFS needs to be enabled in -the linux kernel or as a module. It's probably enabled by default on RedHat, -but if it's not, then you'll need to go through the steps to rebuild your +NFS is a network file system. It will allow the computer doing the +backup to +mount directories on the computer to be backed up. NFS needs to be +enabled in +the linux kernel or as a module. It's probably enabled by default on +RedHat, +but if it's not, then you'll need to go through the steps to rebuild +your kernel to enable it. This is true for both computers involved. -On the computer to be backed up, nfs and portmap need to be running. Use -'ntsysv' or 'chkconfig' to enable them. If you want to start them manually, +On the computer to be backed up, nfs and portmap need to be running. +Use +'ntsysv' or 'chkconfig' to enable them. If you want to start them +manually, this is how: /etc/init.d/portmap start /etc/init.d/nfs start -On the computer that will be doing the backup, only portmap needs to be +On the computer that will be doing the backup, only portmap needs to +be running. nfs setup example (/etc/exports): --- start example --- -/home/produktion 192.168.1.217(rw,no_subtree_check,all_squash,anonuid=501,anongid=501) +/home/produktion +192.168.1.217(rw,no_subtree_check,all_squash,anonuid=501,anongid=501) --- end example --- The ip address defines which computers can access the share. -"anonuid" and "anongid" controls who owns the files written to the share. +"anonuid" and "anongid" controls who owns the files written to the +share. Look at the "exports" manpage for more information about nfs ::: 4.0 Configuration Edit the file "inc/config.php" to suit your needs. - The dirs you define there are base dirs for servers you wish to make backups of. + The dirs you define there are base dirs for servers you wish to +make backups of. backupdir = a mirror of the remote server - incomingdir = temp files. Placed here for automatic inclusion in incremental + incomingdir = temp files. Placed here for automatic inclusion in +incremental incrementdir = dir are created in the base dirs acording to a naming scheme. - eg. backupdir/<servername>/<sharename>/<files of the remote server> + eg. backupdir/<servername>/<sharename>/<files of the remote +server> You'll need to place some files and directories at special locations. (insert neat install script here) @@ -118,69 +142,97 @@ Backupdir/process/cmd/ Backupdir/process/session/ Backupdir/process/mounts/ - All dirs should be read and writeable for the apache(webserver) process + All dirs should be read and writeable for the apache(webserver) +process Place the file "bash/cmdloop" in "Backupdir/process/" (check the file to see if the program paths fit your system) -When you have completed the setup and tests below you should place an entry in /etc/crontab that runs "cron/check_loop" every 5 minutes. - example entry in crontab: 0-59/5 * * * * root /var/www/html/bobs/cron/check_loop & +When you have completed the setup and tests below you should place an +entry in /etc/crontab that runs "cron/check_loop" every 5 minutes. + example entry in crontab: 0-59/5 * * * * root +/var/www/html/bobs/cron/check_loop & -The cmdloop is a command queue. It checks the contents of the "cmd" dir and executes the files in it. -It allows for shell scripts which might take hours to complete to be started be from php (and run as root). -Unfortunatly php cannot run as a deamon and a "plugin" to apache at the same time, so I choose this way. +The cmdloop is a command queue. It checks the contents of the "cmd" +dir and executes the files in it. +It allows for shell scripts which might take hours to complete to be +started be from php (and run as root). +Unfortunatly php cannot run as a deamon and a "plugin" to apache at +the same time, so I choose this way. Now you need to create a server config. Open a browser and point it at http://yourbackupserver/admin.php Enter the password you wrote in config.php Fill out "servername" and "share" and press "create". - Edit the settings and commit them. (remember to make the server "active") + Edit the settings and commit them. (remember to make the server +"active") -Edit the cron/backup.php to suit your setup. This is the command that starts backups. Don't run it yet. +Edit the cron/backup.php to suit your setup. This is the command that +starts backups. Don't run it yet. -In the inc/excludes/ dir there is a file called "default.excludelist". -This file contains the names of the files and dirs excluded from rsync backup. Take a look a the rsync documentation to see the precise format of this file. -BOBS in its current state checks for a file called <servername>.<sharename> in that dir. If it is not found it will use the "default.excludelist" file. -To backup ALL files with no exclusions you should create an empty file called <servername>.<sharename>. -Consider that users will restore files and then BOBS will make backup of those files again. Currently a dir called "restore_files" is created on the users share, and restored files are placed in it. +In the inc/excludes/ dir there is a file called +"default.excludelist". +This file contains the names of the files and dirs excluded from +rsync backup. Take a look a the rsync documentation to see the +precise format of this file. +BOBS in its current state checks for a file called +<servername>.<sharename> in that dir. If it is not found it will use +the "default.excludelist" file. +To backup ALL files with no exclusions you should create an empty +file called <servername>.<sharename>. +Consider that users will restore files and then BOBS will make backup +of those files again. Currently a dir called "restore_files" is +created on the users share, and restored files are placed in it. Default settings excludes that dir from the backup process. ::: 5.0 Test your setups mount the nfs shares, try to write a file. - example of a mount command: mount servername:/home/username /mnt/test + example of a mount command: mount servername:/home/username +/mnt/test rsync a dir. check if you can see the rsync shares: rsync servername:: - check if your can rsync a file: rsync -a servername::share/file /tmp/file + check if your can rsync a file: rsync -a servername::share/file +/tmp/file You need to test the cmdloop script. Become root: 'su'. - Go to the cmdloop location (<backupdir>/current/process/) and type ./cmdloop - It will output lines from running command so it is a good thing to keep an eye on if things misbehave. - If you need to debug a script (to fix it or send me a bug report) you can just stop the cmdloop and run the commands in cmd/ yourself. - Just remeber to run them in the right order (smallest number first). + Go to the cmdloop location (<backupdir>/current/process/) and +type ./cmdloop + It will output lines from running command so it is a good thing +to keep an eye on if things misbehave. + If you need to debug a script (to fix it or send me a bug +report) you can just stop the cmdloop and run the commands in cmd/ +yourself. + Just remeber to run them in the right order (smallest number +first). in another shell start the cron/backup.php script "php <path to script>/backup.php" - If you don't get any errors from the cmdloop output your can stop it (ctrl-x) + If you don't get any errors from the cmdloop output your can stop +it (ctrl-x) ::: 6.0 Off you go -Copy the cron/backup.php script into /etc/cron.daily/ to make a backup every night (depending on your settings ofcourse) +Copy the cron/backup.php script into /etc/cron.daily/ to make a +backup every night (depending on your settings ofcourse) Add the check_loop entry to crontab when you are sure all works. Otherwise just keep shell open where you manually run "cmdloop" (I have yet to see it die, but it will not start up if you reboot.) -if you add the entry to the crontab after starting "cmdloop" manually you'll be covered in case your dies. +if you add the entry to the crontab after starting "cmdloop" manually +you'll be covered in case your dies. -You might want to delete the files in session/ sometimes. This is not done automatically yet (but will be at some point). +You might want to delete the files in session/ sometimes. This is not +done automatically yet (but will be at some point). ---- -Please report all bugs. Make suggestions. Send patches. Make better documentation, and PLEASE correct any spellling errors I've made ;-) +Please report all bugs. Make suggestions. Send patches. Make better +documentation, and PLEASE correct any spellling errors I've made ;-) Damn .. this needs an installer script. @@ -191,85 +243,131 @@ http://bobs.sourceforge.net/ ::: 7.0 Easy install -These steps use the standard make utility to automate the install process. This is still -a work in progress. + +These steps use the standard make utility to automate the install process. Easy install steps: 1. Unpack your distribution - cd to the directory containing the bobs tar file bobs-x.x.tar.gz + cd to the directory containing the bobs tar file + 'bobs-x.x.x.tar.gz'. Extract the tarball: tar -xzf bobs-x.x.tar.gz -2. Configure bobs for your system +2. Configure bobs. + + cd to the bobs directory: + + cd bobs-x.x.x + + Configure bobs for your system: ./configure - If you want to specify your own locations, instead of the defaults, for - the bobs web pages and data backup directories, use options to ./configure. - Type './configure --help' for a list of options, the last two are the only - ones you need be concerned with: + If you want to specify your own locations, instead of the + defaults, for the bobs web pages and data backup directories, use + options to ./configure. Type './configure --help' for a list of + options, the last three are the only ones you need be concerned + with: - --with-webdir=DIR Place the bobs web pages in DIR - --with-bobsdata=DIR Place the bobs data (backups) in DIR + --with-webdir=DIR Place the bobs web pages in DIR + --with-bobsdata=DIR Place the bobs data (backups) in DIR + --with-crondir=DIR Location of cron.daily directory - For example, if you want your web pages placed in /home/fred/public_html, - use '--with-webdir=/home/fred/public_html'. This will create directory + For example, if you want your web pages placed in + /home/fred/public_html, use + '--with-webdir=/home/fred/public_html'. This will create directory /home/fred/public_html/bobs containing the bobs web pages. If you want your backup data in /var/local/backup, use '--with-bobsdata=/var/local/backup'. This will create directory /var/local/backup/bobsdata containing all the bobs backups. - The default web directory is /home/httpd/html, or /var/www/html, depending - on your distribution. + The default web directory is /home/httpd/html, or /var/www/html, + depending on your distribution. The default data directory is /var/bobsdata. FIXME: - ./configure will also store a plain text password in inc/config.php. - This password will control access to the bobs/admin.php web page. + ./configure will also store a plain text password in + inc/config.php. This password will control access to the + bobs/admin.php web page. -3. After running ./configure, run +3. Install bobs + + Change to root: + + su + + Install the files: make install - This will copy the web pages and create the backup data directories. + This will install the web pages, create the backup data + directories, and add a cron job to /etc/crontab. FIXME: - You should now change the bobs admin password. The password defaults - to 'admin'. Open the file inc/config.php and change the value of the - admin_pwd variable. + You should now change the bobs admin password. The password + defaults to 'admin'. Open the file config.php and change the + value of the admin_pwd variable. By default, config.php will be in + /var/www/html/bobs/inc/config.php. 4. If you want to uninstall bobs, or change your configuration: - Run 'make uninstall' to remove the bobs web pages and delete the backup data - directories. You can then run ./configure and 'make install' again. + Run 'make uninstall' to remove the bobs web pages and delete the + backup data directories. You can then run ./configure and 'make + install' again. - Run 'make clean' before running ./configure a second time to ensure the reconfiguration - of all options. + You may run 'make clean' before running ./configure a second time to + ensure the reconfiguration of all options. -5. If you have trouble with the ./configure script, you can rebuild it by running - these commands from the bobs distribution directory: + If you have trouble with the ./configure script, you can + rebuild it by running these commands from the bobs distribution + directory: make distclean aclocal - autoconf automake --add-missing + autoconf ./configure +5. Bobs is now installed. + + Point your browser to http://localhost/bobs/admin.php to configure + your backup servers. + ::: 8.0 Problems -If your having trouble, read this section. -First, make sure these services are running on the host computer (the one with -bobs installed). See section 3 for more information. +If you're having trouble, read this section. + +First, make sure these services are running on the host computer (the one +with bobs installed). See section 3 for more information. portmap httpd (web server) -Second, make sure these services are running on the computer to be backed up. +Second, make sure these services are running on the computer to be backed +up. portmap nfs +::: 9.0 What gets installed? + +/var/bobsdata Directory for backup and configuration data + +/var/www/html/bobs Bobs web pages + +/etc/crontab A line is added to /etc/crontab that + checks/starts the backup command loop script. + 0-59/5 * * * * root /var/bobsdata/current/process/check_loop + +'make uninstall' and 'make uninstall-all' will remove the files and +directories listed above, including the check_loop entry in crontab. + +'make uninstall' will not remove any server configurations or backups you +created since installing bobs. But 'make uninstall-all' WILL remove all +the files and directories, including any backups. So only run 'make +uninstall-all' if you want to completely remove bobs and all backups +created by bobs. |
From: Joe Z. <jz...@us...> - 2003-02-03 05:47:08
|
Update of /cvsroot/bobs/bobs/cron In directory sc8-pr-cvs1:/tmp/cvs-serv7978/cron Modified Files: Makefile.am Log Message: 'make install' adds check_loop to /etc/crontab. 'make uninstall' removes check_loop from /etc/crontab. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/cron/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:32 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:47:05 -0000 1.2 @@ -10,3 +10,27 @@ processdir = $(myBOBSDATA)/current/process dist_process_SCRIPTS = check_loop + +install-data-local: + +# +# This section contains things to do during 'make install' +# + +# Add 'check_loop' to crontab + +# backup crontab + cp -vp /etc/crontab /etc/crontab.bak +# Copy back all but check_loop + grep -v current/process/check_loop /etc/crontab.bak > /etc/crontab +# Add check_loop + echo '0-59/5 * * * * root $(myBOBSDATA)/current/process/check_loop' >> /etc/crontab + +# Remove 'check_loop' from crontab + +uninstall-local: + +# backup crontab + cp -vp /etc/crontab /etc/crontab.bak +# Copy back all but check_loop + grep -v current/process/check_loop /etc/crontab.bak > /etc/crontab |
From: Rene R. <ren...@us...> - 2003-01-08 15:55:55
|
Update of /cvsroot/bobs/bobs/cron In directory sc8-pr-cvs1:/tmp/cvs-serv16016/cron Modified Files: backup.php.in Log Message: Fix database creation. All files should now be visible in the browser. Fix backup.php to have a full tag Index: backup.php.in =================================================================== RCS file: /cvsroot/bobs/bobs/cron/backup.php.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- backup.php.in 22 Dec 2002 01:54:51 -0000 1.4 +++ backup.php.in 8 Jan 2003 15:55:50 -0000 1.5 @@ -1,5 +1,5 @@ #!/usr/bin/php -<? +<?php // This has to be correct. // Can't get siteroot from class_config because this file |
From: Rene R. <ren...@us...> - 2003-01-08 15:55:55
|
Update of /cvsroot/bobs/bobs/inc/templates In directory sc8-pr-cvs1:/tmp/cvs-serv16016/inc/templates Modified Files: backup_create_databases.php Log Message: Fix database creation. All files should now be visible in the browser. Fix backup.php to have a full tag Index: backup_create_databases.php =================================================================== RCS file: /cvsroot/bobs/bobs/inc/templates/backup_create_databases.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- backup_create_databases.php 29 Oct 2002 03:15:43 -0000 1.1 +++ backup_create_databases.php 8 Jan 2003 15:55:50 -0000 1.2 @@ -109,7 +109,7 @@ $path = dba_fetch($ckey, $id); if ( $path !== $prev_path ) { dba_insert($prev_path, "range:$prev_ckey:$ckey|",$dir_id); - $dir_tree[] = $path; + $dir_tree[] = $prev_path; $prev_path = $path; $prev_ckey = $ckey; } @@ -117,7 +117,8 @@ $ckey = $ckey+100; } // insert the last entry which is not matched by the above loop - $ckey = $ckey-100; + $dir_tree[] = $prev_path; +// $ckey = $ckey-100; dba_insert($prev_path, "range:$prev_ckey:$ckey|",$dir_id); // close the databases dba_close ($id); |
From: Rene R. <ren...@us...> - 2003-01-08 14:38:25
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1:/tmp/cvs-serv14330 Modified Files: workspace.php Log Message: I'm lame. I didn't notice this wasn't converted to use $_GET Index: workspace.php =================================================================== RCS file: /cvsroot/bobs/bobs/workspace.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- workspace.php 14 Sep 2002 13:53:23 -0000 1.2 +++ workspace.php 8 Jan 2003 14:38:18 -0000 1.3 @@ -8,13 +8,13 @@ $incdir = "winc/"; -if ( isset($type) ) { - switch($type) { +if ( isset($_GET['type']) ) { + switch($_GET['type']) { case browse: ?> <frameset COLS="50%,50%"> - <frame name=tree src=tree.php?where=<?php echo $where ?>> - <frame name=files src=files.php?show=&where=<?php echo $where ?>> + <frame name=tree src=tree.php?where=<?php echo $_GET['where'] ?>> + <frame name=files src=files.php?show=&where=<?php echo $_GET['where'] ?>> </frameset> <?php break; @@ -37,7 +37,7 @@ } } -if ( !isset($type) ) { +if ( !isset($_GET['type']) ) { include($incdir . "help.html"); } |
From: Joe Z. <jz...@us...> - 2002-12-22 02:30:38
|
Update of /cvsroot/bobs/bobs/inc/excludes In directory sc8-pr-cvs1:/tmp/cvs-serv10619/bobs/inc/excludes Added Files: Makefile.am Log Message: Rewrite makefiles to use as much default processing as possible and remove much custom code. There is now a Makefile.am in each subdirectory. 'make dist' now works. Added option --with-crondir to help with rpm build. It uses DESTDIR variable that rpm needs. The regular file backup.php is now put in the cron directory instead of a link. --- NEW FILE: Makefile.am --- htmldir = $(myWEBDIR)/inc/excludes dist_html_DATA = default.excludelist uninstall-local: rmdir $(htmldir) |
From: Joe Z. <jz...@us...> - 2002-12-22 02:30:38
|
Update of /cvsroot/bobs/bobs/js In directory sc8-pr-cvs1:/tmp/cvs-serv10619/bobs/js Added Files: Makefile.am Log Message: Rewrite makefiles to use as much default processing as possible and remove much custom code. There is now a Makefile.am in each subdirectory. 'make dist' now works. Added option --with-crondir to help with rpm build. It uses DESTDIR variable that rpm needs. The regular file backup.php is now put in the cron directory instead of a link. --- NEW FILE: Makefile.am --- htmldir = $(myWEBDIR)/js dist_html_DATA = *.js uninstall-local: rmdir $(htmldir) |