Put back the stuff that got nuked somehow :/
This commit is contained in:
@@ -0,0 +1,681 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = .
|
||||
DIST_COMMON = README $(am__configure_deps) \
|
||||
$(srcdir)/../../config.guess $(srcdir)/../../config.sub \
|
||||
$(srcdir)/../../install-sh $(srcdir)/../../ltmain.sh \
|
||||
$(srcdir)/../../missing $(srcdir)/../../mkinstalldirs \
|
||||
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(srcdir)/config.h.in $(top_srcdir)/configure ../../ABOUT-NLS \
|
||||
../../AUTHORS ../../COPYING ../../ChangeLog ../../INSTALL \
|
||||
../../NEWS ../../README ../../TODO ../../config.guess \
|
||||
../../config.rpath ../../config.sub ../../depcomp \
|
||||
../../install-sh ../../ltmain.sh ../../missing \
|
||||
../../mkinstalldirs ../../ylwrap AUTHORS COPYING ChangeLog \
|
||||
INSTALL NEWS THANKS TODO
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||
configure.lineno config.status.lineno
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||
html-recursive info-recursive install-data-recursive \
|
||||
install-dvi-recursive install-exec-recursive \
|
||||
install-html-recursive install-info-recursive \
|
||||
install-pdf-recursive install-ps-recursive install-recursive \
|
||||
installcheck-recursive installdirs-recursive pdf-recursive \
|
||||
ps-recursive uninstall-recursive
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
distdir = $(PACKAGE)-$(VERSION)
|
||||
top_distdir = $(distdir)
|
||||
am__remove_distdir = \
|
||||
{ test ! -d $(distdir) \
|
||||
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
||||
&& rm -fr $(distdir); }; }
|
||||
DIST_ARCHIVES = $(distdir).tar.gz
|
||||
GZIP_ENV = --best
|
||||
distuninstallcheck_listfiles = find . -type f -print
|
||||
distcleancheck_listfiles = find . -type f -print
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
EXTRA_DIST = \
|
||||
ChangeLog \
|
||||
README \
|
||||
TEST \
|
||||
TODO
|
||||
|
||||
SUBDIRS = design-data doc scripts test-data src zoneinfo
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
am--refresh:
|
||||
@:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
|
||||
cd $(srcdir) && $(AUTOMAKE) --gnu \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
echo ' $(SHELL) ./config.status'; \
|
||||
$(SHELL) ./config.status;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(srcdir) && $(AUTOCONF)
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||
|
||||
config.h: stamp-h1
|
||||
@if test ! -f $@; then \
|
||||
rm -f stamp-h1; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
||||
else :; fi
|
||||
|
||||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
||||
@rm -f stamp-h1
|
||||
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
||||
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_srcdir) && $(AUTOHEADER)
|
||||
rm -f stamp-h1
|
||||
touch $@
|
||||
|
||||
distclean-hdr:
|
||||
-rm -f config.h stamp-h1
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
|
||||
# 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):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
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) \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
$(RECURSIVE_CLEAN_TARGETS):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
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) \
|
||||
|| eval $$failcom; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
||||
done
|
||||
ctags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
||||
done
|
||||
|
||||
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; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
||||
include_option=--etags-include; \
|
||||
empty_fix=.; \
|
||||
else \
|
||||
include_option=--include; \
|
||||
empty_fix=; \
|
||||
fi; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test ! -f $$subdir/TAGS || \
|
||||
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
||||
fi; \
|
||||
done; \
|
||||
list='$(SOURCES) $(HEADERS) config.h.in $(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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
list='$(SOURCES) $(HEADERS) config.h.in $(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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
$(am__remove_distdir)
|
||||
test -d $(distdir) || mkdir $(distdir)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d "$(distdir)/$$subdir" \
|
||||
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
||||
|| exit 1; \
|
||||
distdir=`$(am__cd) $(distdir) && pwd`; \
|
||||
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
||||
(cd $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$$top_distdir" \
|
||||
distdir="$$distdir/$$subdir" \
|
||||
am__remove_distdir=: \
|
||||
am__skip_length_check=: \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
||||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
||||
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
||||
|| chmod -R a+r $(distdir)
|
||||
dist-gzip: distdir
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-bzip2: distdir
|
||||
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-lzma: distdir
|
||||
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-tarZ: distdir
|
||||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-shar: distdir
|
||||
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist-zip: distdir
|
||||
-rm -f $(distdir).zip
|
||||
zip -rq $(distdir).zip $(distdir)
|
||||
$(am__remove_distdir)
|
||||
|
||||
dist dist-all: distdir
|
||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||
$(am__remove_distdir)
|
||||
|
||||
# This target untars the dist file and tries a VPATH configuration. Then
|
||||
# it guarantees that the distribution is self-contained by making another
|
||||
# tarfile.
|
||||
distcheck: dist
|
||||
case '$(DIST_ARCHIVES)' in \
|
||||
*.tar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
||||
*.tar.bz2*) \
|
||||
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
||||
*.tar.lzma*) \
|
||||
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
|
||||
*.tar.Z*) \
|
||||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||||
*.shar.gz*) \
|
||||
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
||||
*.zip*) \
|
||||
unzip $(distdir).zip ;;\
|
||||
esac
|
||||
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
||||
mkdir $(distdir)/_build
|
||||
mkdir $(distdir)/_inst
|
||||
chmod a-w $(distdir)
|
||||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
||||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
||||
&& cd $(distdir)/_build \
|
||||
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
||||
$(DISTCHECK_CONFIGURE_FLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
||||
distuninstallcheck \
|
||||
&& chmod -R a-w "$$dc_install_base" \
|
||||
&& ({ \
|
||||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
||||
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
||||
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
||||
&& rm -rf "$$dc_destdir" \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
||||
&& rm -rf $(DIST_ARCHIVES) \
|
||||
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
||||
$(am__remove_distdir)
|
||||
@(echo "$(distdir) archives ready for distribution: "; \
|
||||
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
||||
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
||||
distuninstallcheck:
|
||||
@cd $(distuninstallcheck_dir) \
|
||||
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
||||
|| { echo "ERROR: files left after uninstall:" ; \
|
||||
if test -n "$(DESTDIR)"; then \
|
||||
echo " (check DESTDIR support)"; \
|
||||
fi ; \
|
||||
$(distuninstallcheck_listfiles) ; \
|
||||
exit 1; } >&2
|
||||
distcleancheck: distclean
|
||||
@if test '$(srcdir)' = . ; then \
|
||||
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
||||
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
||||
$(distcleancheck_listfiles) ; \
|
||||
exit 1; } >&2
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
all-am: Makefile config.h
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-hdr \
|
||||
distclean-libtool distclean-tags
|
||||
|
||||
dvi: dvi-recursive
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-recursive
|
||||
|
||||
info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-recursive
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-recursive
|
||||
|
||||
install-ps: install-ps-recursive
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||||
-rm -rf $(top_srcdir)/autom4te.cache
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-recursive
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-recursive
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
||||
install-strip
|
||||
|
||||
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
||||
all all-am am--refresh check check-am clean clean-generic \
|
||||
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
|
||||
dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
|
||||
distclean distclean-generic distclean-hdr distclean-libtool \
|
||||
distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-html install-html-am \
|
||||
install-info install-info-am install-man install-pdf \
|
||||
install-pdf-am install-ps install-ps-am install-strip \
|
||||
installcheck installcheck-am installdirs installdirs-am \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
tags tags-recursive uninstall uninstall-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:
|
||||
Vendored
+7725
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,226 @@
|
||||
# This file was generated.
|
||||
# It contains the lists of macros which have been traced.
|
||||
# It can be safely removed.
|
||||
|
||||
@request = (
|
||||
bless( [
|
||||
'0',
|
||||
1,
|
||||
[
|
||||
'/usr/share/autoconf'
|
||||
],
|
||||
[
|
||||
'/usr/share/autoconf/autoconf/autoconf.m4f',
|
||||
'/usr/share/aclocal/libtool.m4',
|
||||
'/usr/share/aclocal/pkg.m4',
|
||||
'/usr/share/aclocal-1.10/amversion.m4',
|
||||
'/usr/share/aclocal-1.10/auxdir.m4',
|
||||
'/usr/share/aclocal-1.10/cond.m4',
|
||||
'/usr/share/aclocal-1.10/depend.m4',
|
||||
'/usr/share/aclocal-1.10/depout.m4',
|
||||
'/usr/share/aclocal-1.10/header.m4',
|
||||
'/usr/share/aclocal-1.10/init.m4',
|
||||
'/usr/share/aclocal-1.10/install-sh.m4',
|
||||
'/usr/share/aclocal-1.10/lead-dot.m4',
|
||||
'/usr/share/aclocal-1.10/lex.m4',
|
||||
'/usr/share/aclocal-1.10/maintainer.m4',
|
||||
'/usr/share/aclocal-1.10/make.m4',
|
||||
'/usr/share/aclocal-1.10/missing.m4',
|
||||
'/usr/share/aclocal-1.10/mkdirp.m4',
|
||||
'/usr/share/aclocal-1.10/options.m4',
|
||||
'/usr/share/aclocal-1.10/runlog.m4',
|
||||
'/usr/share/aclocal-1.10/sanity.m4',
|
||||
'/usr/share/aclocal-1.10/strip.m4',
|
||||
'/usr/share/aclocal-1.10/substnot.m4',
|
||||
'/usr/share/aclocal-1.10/tar.m4',
|
||||
'configure.in'
|
||||
],
|
||||
{
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'AM_ENABLE_STATIC' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'AC_LIBTOOL_COMPILER_OPTION' => 1,
|
||||
'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
|
||||
'_LT_AC_SHELL_INIT' => 1,
|
||||
'AC_DISABLE_SHARED' => 1,
|
||||
'AC_DEFUN' => 1,
|
||||
'_LT_COMPILER_BOILERPLATE' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AC_LIBTOOL_SETUP' => 1,
|
||||
'AC_LIBTOOL_WIN32_DLL' => 1,
|
||||
'_LT_AC_LANG_CXX_CONFIG' => 1,
|
||||
'AM_PROG_MKDIR_P' => 1,
|
||||
'AC_PROG_LD_RELOAD_FLAG' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'AM_MISSING_HAS_RUN' => 1,
|
||||
'AM_MISSING_PROG' => 1,
|
||||
'AC_LIBTOOL_DLOPEN_SELF' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
|
||||
'_LT_AC_LANG_C_CONFIG' => 1,
|
||||
'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
|
||||
'AM_PROG_INSTALL_STRIP' => 1,
|
||||
'_PKG_SHORT_ERRORS_SUPPORTED' => 1,
|
||||
'_m4_warn' => 1,
|
||||
'AC_LIBTOOL_OBJDIR' => 1,
|
||||
'AM_SANITY_CHECK' => 1,
|
||||
'AC_LIBTOOL_LINKER_OPTION' => 1,
|
||||
'PKG_CHECK_EXISTS' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
|
||||
'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
|
||||
'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
|
||||
'_LT_AC_CHECK_DLFCN' => 1,
|
||||
'LT_AC_PROG_RC' => 1,
|
||||
'AC_LIBTOOL_CXX' => 1,
|
||||
'_AM_PROG_TAR' => 1,
|
||||
'AC_LIBTOOL_GCJ' => 1,
|
||||
'LT_AC_PROG_GCJ' => 1,
|
||||
'AM_DISABLE_STATIC' => 1,
|
||||
'AM_DEP_TRACK' => 1,
|
||||
'_LT_AC_PROG_CXXCPP' => 1,
|
||||
'AM_CONFIG_HEADER' => 1,
|
||||
'_AC_PROG_LIBTOOL' => 1,
|
||||
'_LT_AC_LANG_F77' => 1,
|
||||
'AC_LIBTOOL_CONFIG' => 1,
|
||||
'_AM_IF_OPTION' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'AC_PATH_TOOL_PREFIX' => 1,
|
||||
'AC_LIBTOOL_F77' => 1,
|
||||
'_AM_AUTOCONF_VERSION' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'AM_DISABLE_SHARED' => 1,
|
||||
'AM_SET_LEADING_DOT' => 1,
|
||||
'_LT_AC_LANG_CXX' => 1,
|
||||
'AM_PROG_LIBTOOL' => 1,
|
||||
'_AM_DEPENDENCIES' => 1,
|
||||
'_LT_AC_FILE_LTDLL_C' => 1,
|
||||
'AM_PROG_LD' => 1,
|
||||
'AC_LIBTOOL_LANG_C_CONFIG' => 1,
|
||||
'_LT_AC_SYS_COMPILER' => 1,
|
||||
'AM_PROG_NM' => 1,
|
||||
'PKG_CHECK_MODULES' => 1,
|
||||
'AU_DEFUN' => 1,
|
||||
'AC_PROG_NM' => 1,
|
||||
'AC_LIBTOOL_DLOPEN' => 1,
|
||||
'AC_LIBLTDL_CONVENIENCE' => 1,
|
||||
'AC_PROG_LD' => 1,
|
||||
'AC_ENABLE_FAST_INSTALL' => 1,
|
||||
'AC_PROG_LD_GNU' => 1,
|
||||
'AC_DEPLIBS_CHECK_METHOD' => 1,
|
||||
'jm_MAINTAINER_MODE' => 1,
|
||||
'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
|
||||
'AC_LIBLTDL_INSTALLABLE' => 1,
|
||||
'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
|
||||
'_AM_SET_OPTION' => 1,
|
||||
'_LT_LINKER_BOILERPLATE' => 1,
|
||||
'AC_LIBTOOL_PROG_CC_C_O' => 1,
|
||||
'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_DISABLE_STATIC' => 1,
|
||||
'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'AM_MAINTAINER_MODE' => 1,
|
||||
'AC_DEFUN_ONCE' => 1,
|
||||
'_LT_AC_LOCK' => 1,
|
||||
'_LT_AC_LANG_RC_CONFIG' => 1,
|
||||
'_LT_AC_LANG_GCJ' => 1,
|
||||
'AC_LIBTOOL_RC' => 1,
|
||||
'_LT_AC_PROG_ECHO_BACKSLASH' => 1,
|
||||
'AC_DISABLE_FAST_INSTALL' => 1,
|
||||
'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
|
||||
'_LT_AC_SYS_LIBPATH_AIX' => 1,
|
||||
'_LT_AC_TRY_DLOPEN_SELF' => 1,
|
||||
'include' => 1,
|
||||
'LT_AC_PROG_SED' => 1,
|
||||
'AM_ENABLE_SHARED' => 1,
|
||||
'AM_AUX_DIR_EXPAND' => 1,
|
||||
'_LT_AC_LANG_GCJ_CONFIG' => 1,
|
||||
'AC_ENABLE_SHARED' => 1,
|
||||
'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
|
||||
'_LT_AC_LANG_F77_CONFIG' => 1,
|
||||
'_AM_SET_OPTIONS' => 1,
|
||||
'AM_RUN_LOG' => 1,
|
||||
'_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
|
||||
'AC_LIBTOOL_PICMODE' => 1,
|
||||
'AM_PROG_LEX' => 1,
|
||||
'_LT_REQUIRED_DARWIN_CHECKS' => 1,
|
||||
'AC_ENABLE_STATIC' => 1,
|
||||
'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
|
||||
'AC_CHECK_LIBM' => 1,
|
||||
'_LT_AC_TAGVAR' => 1,
|
||||
'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
|
||||
'_AM_MANGLE_OPTION' => 1,
|
||||
'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
|
||||
'AM_SET_DEPDIR' => 1,
|
||||
'_LT_CC_BASENAME' => 1,
|
||||
'AM_PROG_INSTALL_SH' => 1,
|
||||
'PKG_PROG_PKG_CONFIG' => 1,
|
||||
'm4_include' => 1,
|
||||
'AC_PROG_EGREP' => 1,
|
||||
'AC_PATH_MAGIC' => 1,
|
||||
'_AC_AM_CONFIG_HEADER_HOOK' => 1,
|
||||
'AM_MAKE_INCLUDE' => 1
|
||||
}
|
||||
], 'Autom4te::Request' ),
|
||||
bless( [
|
||||
'1',
|
||||
1,
|
||||
[
|
||||
'/usr/share/autoconf'
|
||||
],
|
||||
[
|
||||
'/usr/share/autoconf/autoconf/autoconf.m4f',
|
||||
'aclocal.m4',
|
||||
'configure.in'
|
||||
],
|
||||
{
|
||||
'_LT_AC_TAGCONFIG' => 1,
|
||||
'AM_PROG_F77_C_O' => 1,
|
||||
'AC_INIT' => 1,
|
||||
'm4_pattern_forbid' => 1,
|
||||
'_AM_COND_IF' => 1,
|
||||
'AC_CANONICAL_TARGET' => 1,
|
||||
'AC_SUBST' => 1,
|
||||
'AC_CONFIG_LIBOBJ_DIR' => 1,
|
||||
'AC_FC_SRCEXT' => 1,
|
||||
'AC_CANONICAL_HOST' => 1,
|
||||
'AC_PROG_LIBTOOL' => 1,
|
||||
'AM_INIT_AUTOMAKE' => 1,
|
||||
'AC_CONFIG_SUBDIRS' => 1,
|
||||
'AM_AUTOMAKE_VERSION' => 1,
|
||||
'LT_CONFIG_LTDL_DIR' => 1,
|
||||
'AC_REQUIRE_AUX_FILE' => 1,
|
||||
'AC_CONFIG_LINKS' => 1,
|
||||
'm4_sinclude' => 1,
|
||||
'LT_SUPPORTED_TAG' => 1,
|
||||
'AM_MAINTAINER_MODE' => 1,
|
||||
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
|
||||
'_m4_warn' => 1,
|
||||
'AM_PROG_CXX_C_O' => 1,
|
||||
'_AM_COND_ENDIF' => 1,
|
||||
'AM_ENABLE_MULTILIB' => 1,
|
||||
'AC_CONFIG_FILES' => 1,
|
||||
'include' => 1,
|
||||
'LT_INIT' => 1,
|
||||
'AM_GNU_GETTEXT' => 1,
|
||||
'AC_LIBSOURCE' => 1,
|
||||
'AM_PROG_FC_C_O' => 1,
|
||||
'AC_CANONICAL_BUILD' => 1,
|
||||
'AC_FC_FREEFORM' => 1,
|
||||
'AH_OUTPUT' => 1,
|
||||
'_AM_SUBST_NOTMAKE' => 1,
|
||||
'AC_CONFIG_AUX_DIR' => 1,
|
||||
'sinclude' => 1,
|
||||
'm4_pattern_allow' => 1,
|
||||
'AM_PROG_CC_C_O' => 1,
|
||||
'AC_CANONICAL_SYSTEM' => 1,
|
||||
'AM_CONDITIONAL' => 1,
|
||||
'AC_CONFIG_HEADERS' => 1,
|
||||
'AC_DEFINE_TRACE_LITERAL' => 1,
|
||||
'm4_include' => 1,
|
||||
'_AM_COND_ELSE' => 1,
|
||||
'AC_SUBST_TRACE' => 1
|
||||
}
|
||||
], 'Autom4te::Request' )
|
||||
);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,925 @@
|
||||
m4trace:configure.in:2: -1- AC_INIT([src])
|
||||
m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
|
||||
m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_])
|
||||
m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$])
|
||||
m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_])
|
||||
m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$])
|
||||
m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([SHELL])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^SHELL$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([PATH_SEPARATOR])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_NAME])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_STRING])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([exec_prefix], [NONE])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([exec_prefix])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^exec_prefix$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([prefix], [NONE])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([prefix])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^prefix$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([program_transform_name], [s,x,x,])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([program_transform_name])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^program_transform_name$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([bindir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^bindir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([sbindir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^sbindir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([libexecdir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^libexecdir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([datarootdir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^datarootdir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([datadir], ['${datarootdir}'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([datadir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^datadir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([sysconfdir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^sysconfdir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([sharedstatedir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^sharedstatedir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([localstatedir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^localstatedir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([includedir], ['${prefix}/include'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([includedir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^includedir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([oldincludedir], ['/usr/include'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([oldincludedir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^oldincludedir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
|
||||
['${datarootdir}/doc/${PACKAGE_TARNAME}'],
|
||||
['${datarootdir}/doc/${PACKAGE}'])])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([docdir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^docdir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([infodir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^infodir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([htmldir], ['${docdir}'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([htmldir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^htmldir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([dvidir], ['${docdir}'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([dvidir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^dvidir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([pdfdir], ['${docdir}'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([pdfdir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^pdfdir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([psdir], ['${docdir}'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([psdir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^psdir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([libdir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^libdir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([localedir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^localedir$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([mandir])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^mandir$])
|
||||
m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
|
||||
m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME])
|
||||
m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
|
||||
m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME])
|
||||
m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
|
||||
m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION])
|
||||
m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
|
||||
m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING])
|
||||
m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
|
||||
m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([DEFS])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([DEFS])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^DEFS$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([ECHO_C])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_C])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_C$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([ECHO_N])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_N])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_N$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([ECHO_T])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_T])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_T$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([LIBS])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([LIBS])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^LIBS$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([build_alias])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([build_alias])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^build_alias$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([host_alias])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([host_alias])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^host_alias$])
|
||||
m4trace:configure.in:2: -1- AC_SUBST([target_alias])
|
||||
m4trace:configure.in:2: -1- AC_SUBST_TRACE([target_alias])
|
||||
m4trace:configure.in:2: -1- m4_pattern_allow([^target_alias$])
|
||||
m4trace:configure.in:3: -1- AC_CANONICAL_SYSTEM
|
||||
m4trace:configure.in:3: -1- _m4_warn([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:1819: AC_CANONICAL_SYSTEM is expanded from...
|
||||
configure.in:3: the top level])
|
||||
m4trace:configure.in:3: -1- AC_CANONICAL_TARGET
|
||||
m4trace:configure.in:3: -1- AC_CANONICAL_HOST
|
||||
m4trace:configure.in:3: -1- AC_CANONICAL_BUILD
|
||||
m4trace:configure.in:3: -1- AC_REQUIRE_AUX_FILE([config.sub])
|
||||
m4trace:configure.in:3: -1- AC_REQUIRE_AUX_FILE([config.guess])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([build], [$ac_cv_build])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([build])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^build$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([build_cpu], [$[1]])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([build_cpu])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^build_cpu$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([build_vendor], [$[2]])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([build_vendor])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^build_vendor$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([build_os])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([build_os])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^build_os$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([host], [$ac_cv_host])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([host])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^host$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([host_cpu], [$[1]])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([host_cpu])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^host_cpu$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([host_vendor], [$[2]])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([host_vendor])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^host_vendor$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([host_os])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([host_os])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^host_os$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([target], [$ac_cv_target])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([target])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^target$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([target_cpu], [$[1]])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([target_cpu])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^target_cpu$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([target_vendor], [$[2]])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([target_vendor])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^target_vendor$])
|
||||
m4trace:configure.in:3: -1- AC_SUBST([target_os])
|
||||
m4trace:configure.in:3: -1- AC_SUBST_TRACE([target_os])
|
||||
m4trace:configure.in:3: -1- m4_pattern_allow([^target_os$])
|
||||
m4trace:configure.in:7: -1- AC_CONFIG_AUX_DIR([../..])
|
||||
m4trace:configure.in:9: -1- AM_INIT_AUTOMAKE([libical], [0.24])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
|
||||
m4trace:configure.in:9: -1- AM_AUTOMAKE_VERSION([1.10.1])
|
||||
m4trace:configure.in:9: -1- AC_REQUIRE_AUX_FILE([install-sh])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([INSTALL_PROGRAM])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([INSTALL_SCRIPT])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([INSTALL_DATA])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([INSTALL_DATA])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_DATA$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([am__isrc], [' -I$(srcdir)'])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([am__isrc])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^am__isrc$])
|
||||
m4trace:configure.in:9: -1- _AM_SUBST_NOTMAKE([am__isrc])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([CYGPATH_W])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([CYGPATH_W])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^CYGPATH_W$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([PACKAGE], [libical])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([PACKAGE])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^PACKAGE$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([VERSION], [0.24])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([VERSION])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^VERSION$])
|
||||
m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^PACKAGE$])
|
||||
m4trace:configure.in:9: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
|
||||
#undef PACKAGE])
|
||||
m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^VERSION$])
|
||||
m4trace:configure.in:9: -1- AH_OUTPUT([VERSION], [/* Version number of package */
|
||||
#undef VERSION])
|
||||
m4trace:configure.in:9: -1- AC_REQUIRE_AUX_FILE([missing])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([ACLOCAL])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([ACLOCAL])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^ACLOCAL$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([AUTOCONF])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([AUTOCONF])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^AUTOCONF$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([AUTOMAKE])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([AUTOMAKE])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^AUTOMAKE$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([AUTOHEADER])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([AUTOHEADER])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^AUTOHEADER$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([MAKEINFO])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([MAKEINFO])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^MAKEINFO$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([install_sh])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([install_sh])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^install_sh$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([STRIP])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([STRIP])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^STRIP$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
|
||||
m4trace:configure.in:9: -1- AC_REQUIRE_AUX_FILE([install-sh])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([MKDIR_P])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([MKDIR_P])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^MKDIR_P$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([mkdir_p], ["$MKDIR_P"])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([mkdir_p])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^mkdir_p$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([AWK])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([AWK])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^AWK$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([SET_MAKE])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([SET_MAKE])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^SET_MAKE$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([am__leading_dot])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([am__leading_dot])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^am__leading_dot$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([AMTAR])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([AMTAR])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^AMTAR$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([am__tar])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([am__tar])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^am__tar$])
|
||||
m4trace:configure.in:9: -1- AC_SUBST([am__untar])
|
||||
m4trace:configure.in:9: -1- AC_SUBST_TRACE([am__untar])
|
||||
m4trace:configure.in:9: -1- m4_pattern_allow([^am__untar$])
|
||||
m4trace:configure.in:10: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
|
||||
You should run autoupdate.], [aclocal.m4:7178: AM_CONFIG_HEADER is expanded from...
|
||||
configure.in:10: the top level])
|
||||
m4trace:configure.in:10: -1- AC_CONFIG_HEADERS([config.h])
|
||||
m4trace:configure.in:13: -1- AC_SUBST([privlibdir])
|
||||
m4trace:configure.in:13: -1- AC_SUBST_TRACE([privlibdir])
|
||||
m4trace:configure.in:13: -1- m4_pattern_allow([^privlibdir$])
|
||||
m4trace:configure.in:14: -1- AC_SUBST([privincludedir])
|
||||
m4trace:configure.in:14: -1- AC_SUBST_TRACE([privincludedir])
|
||||
m4trace:configure.in:14: -1- m4_pattern_allow([^privincludedir$])
|
||||
m4trace:configure.in:15: -1- AC_SUBST([privdatadir])
|
||||
m4trace:configure.in:15: -1- AC_SUBST_TRACE([privdatadir])
|
||||
m4trace:configure.in:15: -1- m4_pattern_allow([^privdatadir$])
|
||||
m4trace:configure.in:18: -1- AM_MAINTAINER_MODE
|
||||
m4trace:configure.in:18: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
|
||||
m4trace:configure.in:18: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
|
||||
m4trace:configure.in:18: -1- AC_SUBST_TRACE([MAINTAINER_MODE_TRUE])
|
||||
m4trace:configure.in:18: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
|
||||
m4trace:configure.in:18: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
|
||||
m4trace:configure.in:18: -1- AC_SUBST_TRACE([MAINTAINER_MODE_FALSE])
|
||||
m4trace:configure.in:18: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
|
||||
m4trace:configure.in:18: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
|
||||
m4trace:configure.in:18: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
|
||||
m4trace:configure.in:18: -1- AC_SUBST([MAINT])
|
||||
m4trace:configure.in:18: -1- AC_SUBST_TRACE([MAINT])
|
||||
m4trace:configure.in:18: -1- m4_pattern_allow([^MAINT$])
|
||||
m4trace:configure.in:21: -1- AC_SUBST([YACC])
|
||||
m4trace:configure.in:21: -1- AC_SUBST_TRACE([YACC])
|
||||
m4trace:configure.in:21: -1- m4_pattern_allow([^YACC$])
|
||||
m4trace:configure.in:21: -1- AC_SUBST([YACC])
|
||||
m4trace:configure.in:21: -1- AC_SUBST_TRACE([YACC])
|
||||
m4trace:configure.in:21: -1- m4_pattern_allow([^YACC$])
|
||||
m4trace:configure.in:21: -1- AC_SUBST([YFLAGS])
|
||||
m4trace:configure.in:21: -1- AC_SUBST_TRACE([YFLAGS])
|
||||
m4trace:configure.in:21: -1- m4_pattern_allow([^YFLAGS$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([CFLAGS])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([CFLAGS])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^CFLAGS$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([LDFLAGS])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([LDFLAGS])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^LDFLAGS$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([LIBS])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([LIBS])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^LIBS$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([CC])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([ac_ct_CC])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([ac_ct_CC])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^ac_ct_CC$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([EXEEXT])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^EXEEXT$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([OBJEXT])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^OBJEXT$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([DEPDIR])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^DEPDIR$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([am__include])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([am__include])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^am__include$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([am__quote])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([am__quote])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^am__quote$])
|
||||
m4trace:configure.in:22: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([AMDEP_TRUE])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([AMDEP_TRUE])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^AMDEP_TRUE$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([AMDEP_FALSE])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([AMDEP_FALSE])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^AMDEP_FALSE$])
|
||||
m4trace:configure.in:22: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
|
||||
m4trace:configure.in:22: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([AMDEPBACKSLASH])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
|
||||
m4trace:configure.in:22: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([CCDEPMODE])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^CCDEPMODE$])
|
||||
m4trace:configure.in:22: -1- AM_CONDITIONAL([am__fastdepCC], [
|
||||
test "x$enable_dependency_tracking" != xno \
|
||||
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([am__fastdepCC_TRUE])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
|
||||
m4trace:configure.in:22: -1- AC_SUBST([am__fastdepCC_FALSE])
|
||||
m4trace:configure.in:22: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
|
||||
m4trace:configure.in:22: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
|
||||
m4trace:configure.in:22: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
|
||||
m4trace:configure.in:22: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([CXX])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([CXX])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^CXX$])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([CXXFLAGS])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([CXXFLAGS])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^CXXFLAGS$])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([LDFLAGS])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([LDFLAGS])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^LDFLAGS$])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([LIBS])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([LIBS])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^LIBS$])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([CXX])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([CXX])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^CXX$])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([ac_ct_CXX])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([ac_ct_CXX])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^ac_ct_CXX$])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([CXXDEPMODE])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^CXXDEPMODE$])
|
||||
m4trace:configure.in:23: -1- AM_CONDITIONAL([am__fastdepCXX], [
|
||||
test "x$enable_dependency_tracking" != xno \
|
||||
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([am__fastdepCXX_TRUE])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([am__fastdepCXX_TRUE])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
|
||||
m4trace:configure.in:23: -1- AC_SUBST([am__fastdepCXX_FALSE])
|
||||
m4trace:configure.in:23: -1- AC_SUBST_TRACE([am__fastdepCXX_FALSE])
|
||||
m4trace:configure.in:23: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
|
||||
m4trace:configure.in:23: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
|
||||
m4trace:configure.in:23: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
|
||||
m4trace:configure.in:24: -1- AC_SUBST([LEX])
|
||||
m4trace:configure.in:24: -1- AC_SUBST_TRACE([LEX])
|
||||
m4trace:configure.in:24: -1- m4_pattern_allow([^LEX$])
|
||||
m4trace:configure.in:24: -1- AC_SUBST([LEX_OUTPUT_ROOT], [$ac_cv_prog_lex_root])
|
||||
m4trace:configure.in:24: -1- AC_SUBST_TRACE([LEX_OUTPUT_ROOT])
|
||||
m4trace:configure.in:24: -1- m4_pattern_allow([^LEX_OUTPUT_ROOT$])
|
||||
m4trace:configure.in:24: -1- AC_SUBST([LEXLIB])
|
||||
m4trace:configure.in:24: -1- AC_SUBST_TRACE([LEXLIB])
|
||||
m4trace:configure.in:24: -1- m4_pattern_allow([^LEXLIB$])
|
||||
m4trace:configure.in:24: -1- AC_DEFINE_TRACE_LITERAL([YYTEXT_POINTER])
|
||||
m4trace:configure.in:24: -1- m4_pattern_allow([^YYTEXT_POINTER$])
|
||||
m4trace:configure.in:24: -1- AH_OUTPUT([YYTEXT_POINTER], [/* Define to 1 if `lex\' declares `yytext\' as a `char *\' by default, not a
|
||||
`char[]\'. */
|
||||
#undef YYTEXT_POINTER])
|
||||
m4trace:configure.in:25: -1- AC_SUBST([LN_S], [$as_ln_s])
|
||||
m4trace:configure.in:25: -1- AC_SUBST_TRACE([LN_S])
|
||||
m4trace:configure.in:25: -1- m4_pattern_allow([^LN_S$])
|
||||
m4trace:configure.in:26: -1- AC_REQUIRE_AUX_FILE([install-sh])
|
||||
m4trace:configure.in:26: -1- AC_SUBST([INSTALL_PROGRAM])
|
||||
m4trace:configure.in:26: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
|
||||
m4trace:configure.in:26: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
|
||||
m4trace:configure.in:26: -1- AC_SUBST([INSTALL_SCRIPT])
|
||||
m4trace:configure.in:26: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
|
||||
m4trace:configure.in:26: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
|
||||
m4trace:configure.in:26: -1- AC_SUBST([INSTALL_DATA])
|
||||
m4trace:configure.in:26: -1- AC_SUBST_TRACE([INSTALL_DATA])
|
||||
m4trace:configure.in:26: -1- m4_pattern_allow([^INSTALL_DATA$])
|
||||
m4trace:configure.in:29: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:2087: AC_ENABLE_STATIC is expanded from...
|
||||
aclocal.m4:2116: AC_DISABLE_STATIC is expanded from...
|
||||
aclocal.m4:6557: AM_DISABLE_STATIC is expanded from...
|
||||
configure.in:29: the top level])
|
||||
m4trace:configure.in:30: -1- AC_PROG_LIBTOOL
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:2048: AC_ENABLE_SHARED is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:2126: AC_ENABLE_FAST_INSTALL is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1443: AC_ARG_WITH is expanded from...
|
||||
aclocal.m4:2267: AC_PROG_LD is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([SED])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([SED])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^SED$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([GREP])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([GREP])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^GREP$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([EGREP])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([EGREP])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^EGREP$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([ECHO])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([ECHO])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^ECHO$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([AR])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([AR])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^AR$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([RANLIB])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([RANLIB])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^RANLIB$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([STRIP])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([STRIP])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^STRIP$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([DSYMUTIL])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([DSYMUTIL])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^DSYMUTIL$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([NMEDIT])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([NMEDIT])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^NMEDIT$])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1424: AC_ARG_ENABLE is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1443: AC_ARG_WITH is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
|
||||
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
|
||||
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
|
||||
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
|
||||
aclocal.m4:565: _LT_AC_LOCK is expanded from...
|
||||
aclocal.m4:1186: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
|
||||
aclocal.m4:2800: _LT_AC_LANG_C_CONFIG is expanded from...
|
||||
aclocal.m4:2799: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([CPP])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([CPP])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^CPP$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([CPP])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([CPP])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^CPP$])
|
||||
m4trace:configure.in:30: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^STDC_HEADERS$])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#undef HAVE_SYS_TYPES_H])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H])
|
||||
m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H])
|
||||
m4trace:configure.in:30: -1- _LT_AC_TAGCONFIG
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
../../lib/autoconf/general.m4:1443: AC_ARG_WITH is expanded from...
|
||||
aclocal.m4:1925: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [../../lib/m4sugar/m4sh.m4:794: AS_ECHO is expanded from...
|
||||
aclocal.m4:1925: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [../../lib/m4sugar/m4sh.m4:794: AS_ECHO is expanded from...
|
||||
aclocal.m4:1925: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([CXXCPP])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([CXXCPP])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^CXXCPP$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([CPPFLAGS])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([CPPFLAGS])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^CPPFLAGS$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([CXXCPP])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([CXXCPP])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^CXXCPP$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([F77])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([F77])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^F77$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([FFLAGS])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([FFLAGS])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^FFLAGS$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([LDFLAGS])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([LDFLAGS])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^LDFLAGS$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([LIBS])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([LIBS])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^LIBS$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([F77])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([F77])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^F77$])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([ac_ct_F77])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([ac_ct_F77])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^ac_ct_F77$])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
|
||||
aclocal.m4:4186: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:4185: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:1925: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
|
||||
aclocal.m4:4186: _LT_AC_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:4185: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
|
||||
aclocal.m4:1925: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/lang.m4:148: AC_LANG_SAVE is expanded from...
|
||||
aclocal.m4:4242: _LT_AC_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:4241: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:1925: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/lang.m4:157: AC_LANG_RESTORE is expanded from...
|
||||
aclocal.m4:4242: _LT_AC_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:4241: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
|
||||
aclocal.m4:1925: _LT_AC_TAGCONFIG is expanded from...
|
||||
aclocal.m4:94: AC_LIBTOOL_SETUP is expanded from...
|
||||
aclocal.m4:74: _AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:39: AC_PROG_LIBTOOL is expanded from...
|
||||
aclocal.m4:6553: AM_PROG_LIBTOOL is expanded from...
|
||||
configure.in:30: the top level])
|
||||
m4trace:configure.in:30: -1- AC_SUBST([LIBTOOL])
|
||||
m4trace:configure.in:30: -1- AC_SUBST_TRACE([LIBTOOL])
|
||||
m4trace:configure.in:30: -1- m4_pattern_allow([^LIBTOOL$])
|
||||
m4trace:configure.in:32: -1- AC_SUBST([AR])
|
||||
m4trace:configure.in:32: -1- AC_SUBST_TRACE([AR])
|
||||
m4trace:configure.in:32: -1- m4_pattern_allow([^AR$])
|
||||
m4trace:configure.in:87: -1- AC_SUBST([BDB_DIR])
|
||||
m4trace:configure.in:87: -1- AC_SUBST_TRACE([BDB_DIR])
|
||||
m4trace:configure.in:87: -1- m4_pattern_allow([^BDB_DIR$])
|
||||
m4trace:configure.in:88: -1- AC_SUBST([BDB_DIR_INCLUDE])
|
||||
m4trace:configure.in:88: -1- AC_SUBST_TRACE([BDB_DIR_INCLUDE])
|
||||
m4trace:configure.in:88: -1- m4_pattern_allow([^BDB_DIR_INCLUDE$])
|
||||
m4trace:configure.in:89: -1- AC_SUBST([BDB_DIR_LIB])
|
||||
m4trace:configure.in:89: -1- AC_SUBST_TRACE([BDB_DIR_LIB])
|
||||
m4trace:configure.in:89: -1- m4_pattern_allow([^BDB_DIR_LIB$])
|
||||
m4trace:configure.in:90: -1- AC_SUBST([BDB_LIB])
|
||||
m4trace:configure.in:90: -1- AC_SUBST_TRACE([BDB_LIB])
|
||||
m4trace:configure.in:90: -1- m4_pattern_allow([^BDB_LIB$])
|
||||
m4trace:configure.in:93: -1- AC_SUBST([BDB_VERSION])
|
||||
m4trace:configure.in:93: -1- AC_SUBST_TRACE([BDB_VERSION])
|
||||
m4trace:configure.in:93: -1- m4_pattern_allow([^BDB_VERSION$])
|
||||
m4trace:configure.in:95: -1- AM_CONDITIONAL([WITH_BDB4], [test x$WITH_BDB4 = xyes])
|
||||
m4trace:configure.in:95: -1- AC_SUBST([WITH_BDB4_TRUE])
|
||||
m4trace:configure.in:95: -1- AC_SUBST_TRACE([WITH_BDB4_TRUE])
|
||||
m4trace:configure.in:95: -1- m4_pattern_allow([^WITH_BDB4_TRUE$])
|
||||
m4trace:configure.in:95: -1- AC_SUBST([WITH_BDB4_FALSE])
|
||||
m4trace:configure.in:95: -1- AC_SUBST_TRACE([WITH_BDB4_FALSE])
|
||||
m4trace:configure.in:95: -1- m4_pattern_allow([^WITH_BDB4_FALSE$])
|
||||
m4trace:configure.in:95: -1- _AM_SUBST_NOTMAKE([WITH_BDB4_TRUE])
|
||||
m4trace:configure.in:95: -1- _AM_SUBST_NOTMAKE([WITH_BDB4_FALSE])
|
||||
m4trace:configure.in:104: -1- AM_CONDITIONAL([DEV], [test x$DEV = xyes])
|
||||
m4trace:configure.in:104: -1- AC_SUBST([DEV_TRUE])
|
||||
m4trace:configure.in:104: -1- AC_SUBST_TRACE([DEV_TRUE])
|
||||
m4trace:configure.in:104: -1- m4_pattern_allow([^DEV_TRUE$])
|
||||
m4trace:configure.in:104: -1- AC_SUBST([DEV_FALSE])
|
||||
m4trace:configure.in:104: -1- AC_SUBST_TRACE([DEV_FALSE])
|
||||
m4trace:configure.in:104: -1- m4_pattern_allow([^DEV_FALSE$])
|
||||
m4trace:configure.in:104: -1- _AM_SUBST_NOTMAKE([DEV_TRUE])
|
||||
m4trace:configure.in:104: -1- _AM_SUBST_NOTMAKE([DEV_FALSE])
|
||||
m4trace:configure.in:106: -1- AC_SUBST([AR])
|
||||
m4trace:configure.in:106: -1- AC_SUBST_TRACE([AR])
|
||||
m4trace:configure.in:106: -1- m4_pattern_allow([^AR$])
|
||||
m4trace:configure.in:107: -1- AC_SUBST([PERL])
|
||||
m4trace:configure.in:107: -1- AC_SUBST_TRACE([PERL])
|
||||
m4trace:configure.in:107: -1- m4_pattern_allow([^PERL$])
|
||||
m4trace:configure.in:110: -1- AC_DEFINE_TRACE_LITERAL([ICAL_REENTRANT])
|
||||
m4trace:configure.in:110: -1- m4_pattern_allow([^ICAL_REENTRANT$])
|
||||
m4trace:configure.in:110: -1- AH_OUTPUT([ICAL_REENTRANT], [/* Define if we want _REENTRANT */
|
||||
#undef ICAL_REENTRANT])
|
||||
m4trace:configure.in:144: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
|
||||
m4trace:configure.in:144: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
|
||||
m4trace:configure.in:144: -1- AC_SUBST([PKG_CONFIG])
|
||||
m4trace:configure.in:144: -1- AC_SUBST_TRACE([PKG_CONFIG])
|
||||
m4trace:configure.in:144: -1- m4_pattern_allow([^PKG_CONFIG$])
|
||||
m4trace:configure.in:144: -1- AC_SUBST([PKG_CONFIG])
|
||||
m4trace:configure.in:144: -1- AC_SUBST_TRACE([PKG_CONFIG])
|
||||
m4trace:configure.in:144: -1- m4_pattern_allow([^PKG_CONFIG$])
|
||||
m4trace:configure.in:144: -1- AC_SUBST([RRCAP_CFLAGS])
|
||||
m4trace:configure.in:144: -1- AC_SUBST_TRACE([RRCAP_CFLAGS])
|
||||
m4trace:configure.in:144: -1- m4_pattern_allow([^RRCAP_CFLAGS$])
|
||||
m4trace:configure.in:144: -1- AC_SUBST([RRCAP_LIBS])
|
||||
m4trace:configure.in:144: -1- AC_SUBST_TRACE([RRCAP_LIBS])
|
||||
m4trace:configure.in:144: -1- m4_pattern_allow([^RRCAP_LIBS$])
|
||||
m4trace:configure.in:149: -1- AC_SUBST([RRCAP_CFLAGS])
|
||||
m4trace:configure.in:149: -1- AC_SUBST_TRACE([RRCAP_CFLAGS])
|
||||
m4trace:configure.in:149: -1- m4_pattern_allow([^RRCAP_CFLAGS$])
|
||||
m4trace:configure.in:150: -1- AC_SUBST([RRCAP_LIBS])
|
||||
m4trace:configure.in:150: -1- AC_SUBST_TRACE([RRCAP_LIBS])
|
||||
m4trace:configure.in:150: -1- m4_pattern_allow([^RRCAP_LIBS$])
|
||||
m4trace:configure.in:152: -1- AM_CONDITIONAL([WITH_CAP], [test x$WITH_CAP = xyes])
|
||||
m4trace:configure.in:152: -1- AC_SUBST([WITH_CAP_TRUE])
|
||||
m4trace:configure.in:152: -1- AC_SUBST_TRACE([WITH_CAP_TRUE])
|
||||
m4trace:configure.in:152: -1- m4_pattern_allow([^WITH_CAP_TRUE$])
|
||||
m4trace:configure.in:152: -1- AC_SUBST([WITH_CAP_FALSE])
|
||||
m4trace:configure.in:152: -1- AC_SUBST_TRACE([WITH_CAP_FALSE])
|
||||
m4trace:configure.in:152: -1- m4_pattern_allow([^WITH_CAP_FALSE$])
|
||||
m4trace:configure.in:152: -1- _AM_SUBST_NOTMAKE([WITH_CAP_TRUE])
|
||||
m4trace:configure.in:152: -1- _AM_SUBST_NOTMAKE([WITH_CAP_FALSE])
|
||||
m4trace:configure.in:157: -1- AC_DEFINE_TRACE_LITERAL([ICAL_ERRORS_ARE_FATAL])
|
||||
m4trace:configure.in:157: -1- m4_pattern_allow([^ICAL_ERRORS_ARE_FATAL$])
|
||||
m4trace:configure.in:157: -1- AH_OUTPUT([ICAL_ERRORS_ARE_FATAL], [/* Define to make icalerror_* calls abort instead of internally signalling an
|
||||
error */
|
||||
#undef ICAL_ERRORS_ARE_FATAL])
|
||||
m4trace:configure.in:158: -1- AC_DEFINE_TRACE_LITERAL([NO_WARN_DEPRECATED])
|
||||
m4trace:configure.in:158: -1- m4_pattern_allow([^NO_WARN_DEPRECATED$])
|
||||
m4trace:configure.in:158: -1- AH_OUTPUT([NO_WARN_DEPRECATED], [/* Define to 1 if you DO NOT WANT to see deprecated messages */
|
||||
#undef NO_WARN_DEPRECATED])
|
||||
m4trace:configure.in:159: -1- AC_DEFINE_TRACE_LITERAL([NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK])
|
||||
m4trace:configure.in:159: -1- m4_pattern_allow([^NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK$])
|
||||
m4trace:configure.in:159: -1- AH_OUTPUT([NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK], [/* Define to 1 if you DO NO WANT to see the warning messages related to
|
||||
ICAL_MALFORMEDDATA_ERROR and parsing .ics zoneinfo files */
|
||||
#undef NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK])
|
||||
m4trace:configure.in:161: -1- AC_DEFINE_TRACE_LITERAL([ICAL_UNIX_NEWLINE])
|
||||
m4trace:configure.in:161: -1- m4_pattern_allow([^ICAL_UNIX_NEWLINE$])
|
||||
m4trace:configure.in:161: -1- AH_OUTPUT([ICAL_UNIX_NEWLINE], [/* Define to terminate lines with "\\n" instead of "\\r\\n" */
|
||||
#undef ICAL_UNIX_NEWLINE])
|
||||
m4trace:configure.in:174: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD])
|
||||
m4trace:configure.in:174: -1- m4_pattern_allow([^HAVE_PTHREAD$])
|
||||
m4trace:configure.in:174: -1- AH_OUTPUT([HAVE_PTHREAD], [/* Define if we have pthread. */
|
||||
#undef HAVE_PTHREAD])
|
||||
m4trace:configure.in:180: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD])
|
||||
m4trace:configure.in:180: -1- m4_pattern_allow([^HAVE_PTHREAD$])
|
||||
m4trace:configure.in:180: -1- AH_OUTPUT([HAVE_PTHREAD], [/* Define if we have pthread. */
|
||||
#undef HAVE_PTHREAD])
|
||||
m4trace:configure.in:185: -1- AM_CONDITIONAL([HAVE_PTHREAD], [test "$have_pthread" = "yes"])
|
||||
m4trace:configure.in:185: -1- AC_SUBST([HAVE_PTHREAD_TRUE])
|
||||
m4trace:configure.in:185: -1- AC_SUBST_TRACE([HAVE_PTHREAD_TRUE])
|
||||
m4trace:configure.in:185: -1- m4_pattern_allow([^HAVE_PTHREAD_TRUE$])
|
||||
m4trace:configure.in:185: -1- AC_SUBST([HAVE_PTHREAD_FALSE])
|
||||
m4trace:configure.in:185: -1- AC_SUBST_TRACE([HAVE_PTHREAD_FALSE])
|
||||
m4trace:configure.in:185: -1- m4_pattern_allow([^HAVE_PTHREAD_FALSE$])
|
||||
m4trace:configure.in:185: -1- _AM_SUBST_NOTMAKE([HAVE_PTHREAD_TRUE])
|
||||
m4trace:configure.in:185: -1- _AM_SUBST_NOTMAKE([HAVE_PTHREAD_FALSE])
|
||||
m4trace:configure.in:186: -1- AC_SUBST([PTHREAD_LIBS])
|
||||
m4trace:configure.in:186: -1- AC_SUBST_TRACE([PTHREAD_LIBS])
|
||||
m4trace:configure.in:186: -1- m4_pattern_allow([^PTHREAD_LIBS$])
|
||||
m4trace:configure.in:189: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
|
||||
m4trace:configure.in:189: -1- m4_pattern_allow([^STDC_HEADERS$])
|
||||
m4trace:configure.in:189: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS])
|
||||
m4trace:configure.in:190: -1- AH_OUTPUT([HAVE_ASSERT_H], [/* Define to 1 if you have the <assert.h> header file. */
|
||||
#undef HAVE_ASSERT_H])
|
||||
m4trace:configure.in:190: -1- AH_OUTPUT([HAVE_CTYPE_H], [/* Define to 1 if you have the <ctype.h> header file. */
|
||||
#undef HAVE_CTYPE_H])
|
||||
m4trace:configure.in:190: -1- AH_OUTPUT([HAVE_PTHREAD_H], [/* Define to 1 if you have the <pthread.h> header file. */
|
||||
#undef HAVE_PTHREAD_H])
|
||||
m4trace:configure.in:190: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H])
|
||||
m4trace:configure.in:190: -1- AH_OUTPUT([HAVE_TIME_H], [/* Define to 1 if you have the <time.h> header file. */
|
||||
#undef HAVE_TIME_H])
|
||||
m4trace:configure.in:190: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#undef HAVE_SYS_TYPES_H])
|
||||
m4trace:configure.in:190: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H])
|
||||
m4trace:configure.in:190: -1- AH_OUTPUT([HAVE_WCTYPE_H], [/* Define to 1 if you have the <wctype.h> header file. */
|
||||
#undef HAVE_WCTYPE_H])
|
||||
m4trace:configure.in:193: -1- AC_DEFINE_TRACE_LITERAL([const])
|
||||
m4trace:configure.in:193: -1- m4_pattern_allow([^const$])
|
||||
m4trace:configure.in:193: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */
|
||||
#undef const])
|
||||
m4trace:configure.in:194: -1- AC_DEFINE_TRACE_LITERAL([size_t])
|
||||
m4trace:configure.in:194: -1- m4_pattern_allow([^size_t$])
|
||||
m4trace:configure.in:194: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
|
||||
#undef size_t])
|
||||
m4trace:configure.in:195: -1- AC_DEFINE_TRACE_LITERAL([mode_t])
|
||||
m4trace:configure.in:195: -1- m4_pattern_allow([^mode_t$])
|
||||
m4trace:configure.in:195: -1- AH_OUTPUT([mode_t], [/* Define to `int\' if <sys/types.h> does not define. */
|
||||
#undef mode_t])
|
||||
m4trace:configure.in:197: -1- AC_DEFINE_TRACE_LITERAL([TM_IN_SYS_TIME])
|
||||
m4trace:configure.in:197: -1- m4_pattern_allow([^TM_IN_SYS_TIME$])
|
||||
m4trace:configure.in:197: -1- AH_OUTPUT([TM_IN_SYS_TIME], [/* Define to 1 if your <sys/time.h> declares `struct tm\'. */
|
||||
#undef TM_IN_SYS_TIME])
|
||||
m4trace:configure.in:200: -1- AH_OUTPUT([HAVE_GMTIME_R], [/* Define to 1 if you have the `gmtime_r\' function. */
|
||||
#undef HAVE_GMTIME_R])
|
||||
m4trace:configure.in:200: -1- AH_OUTPUT([HAVE_ISSPACE], [/* Define to 1 if you have the `isspace\' function. */
|
||||
#undef HAVE_ISSPACE])
|
||||
m4trace:configure.in:200: -1- AH_OUTPUT([HAVE_ISWSPACE], [/* Define to 1 if you have the `iswspace\' function. */
|
||||
#undef HAVE_ISWSPACE])
|
||||
m4trace:configure.in:200: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */
|
||||
#undef HAVE_STRDUP])
|
||||
m4trace:configure.in:200: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the `snprintf\' function. */
|
||||
#undef HAVE_SNPRINTF])
|
||||
m4trace:configure.in:200: -1- AH_OUTPUT([HAVE_UNSETENV], [/* Define to 1 if you have the `unsetenv\' function. */
|
||||
#undef HAVE_UNSETENV])
|
||||
m4trace:configure.in:208: -1- AM_CONDITIONAL([WITH_CXX_BINDINGS], [test x$enable_cxx = "xyes"])
|
||||
m4trace:configure.in:208: -1- AC_SUBST([WITH_CXX_BINDINGS_TRUE])
|
||||
m4trace:configure.in:208: -1- AC_SUBST_TRACE([WITH_CXX_BINDINGS_TRUE])
|
||||
m4trace:configure.in:208: -1- m4_pattern_allow([^WITH_CXX_BINDINGS_TRUE$])
|
||||
m4trace:configure.in:208: -1- AC_SUBST([WITH_CXX_BINDINGS_FALSE])
|
||||
m4trace:configure.in:208: -1- AC_SUBST_TRACE([WITH_CXX_BINDINGS_FALSE])
|
||||
m4trace:configure.in:208: -1- m4_pattern_allow([^WITH_CXX_BINDINGS_FALSE$])
|
||||
m4trace:configure.in:208: -1- _AM_SUBST_NOTMAKE([WITH_CXX_BINDINGS_TRUE])
|
||||
m4trace:configure.in:208: -1- _AM_SUBST_NOTMAKE([WITH_CXX_BINDINGS_FALSE])
|
||||
m4trace:configure.in:217: -1- AC_SUBST([JAR])
|
||||
m4trace:configure.in:217: -1- AC_SUBST_TRACE([JAR])
|
||||
m4trace:configure.in:217: -1- m4_pattern_allow([^JAR$])
|
||||
m4trace:configure.in:218: -1- AC_SUBST([JAVA])
|
||||
m4trace:configure.in:218: -1- AC_SUBST_TRACE([JAVA])
|
||||
m4trace:configure.in:218: -1- m4_pattern_allow([^JAVA$])
|
||||
m4trace:configure.in:219: -1- AC_SUBST([JAVAC])
|
||||
m4trace:configure.in:219: -1- AC_SUBST_TRACE([JAVAC])
|
||||
m4trace:configure.in:219: -1- m4_pattern_allow([^JAVAC$])
|
||||
m4trace:configure.in:220: -1- AC_SUBST([JAVAH])
|
||||
m4trace:configure.in:220: -1- AC_SUBST_TRACE([JAVAH])
|
||||
m4trace:configure.in:220: -1- m4_pattern_allow([^JAVAH$])
|
||||
m4trace:configure.in:221: -1- AC_SUBST([JAR])
|
||||
m4trace:configure.in:221: -1- AC_SUBST_TRACE([JAR])
|
||||
m4trace:configure.in:221: -1- m4_pattern_allow([^JAR$])
|
||||
m4trace:configure.in:222: -1- AC_SUBST([JAVA])
|
||||
m4trace:configure.in:222: -1- AC_SUBST_TRACE([JAVA])
|
||||
m4trace:configure.in:222: -1- m4_pattern_allow([^JAVA$])
|
||||
m4trace:configure.in:223: -1- AC_SUBST([JAVAC])
|
||||
m4trace:configure.in:223: -1- AC_SUBST_TRACE([JAVAC])
|
||||
m4trace:configure.in:223: -1- m4_pattern_allow([^JAVAC$])
|
||||
m4trace:configure.in:224: -1- AC_SUBST([JAVAH])
|
||||
m4trace:configure.in:224: -1- AC_SUBST_TRACE([JAVAH])
|
||||
m4trace:configure.in:224: -1- m4_pattern_allow([^JAVAH$])
|
||||
m4trace:configure.in:242: -1- AC_SUBST([JAVA_PLATFORM])
|
||||
m4trace:configure.in:242: -1- AC_SUBST_TRACE([JAVA_PLATFORM])
|
||||
m4trace:configure.in:242: -1- m4_pattern_allow([^JAVA_PLATFORM$])
|
||||
m4trace:configure.in:245: -1- AM_CONDITIONAL([WITH_JAVA], [test x$enable_java = "xyes"])
|
||||
m4trace:configure.in:245: -1- AC_SUBST([WITH_JAVA_TRUE])
|
||||
m4trace:configure.in:245: -1- AC_SUBST_TRACE([WITH_JAVA_TRUE])
|
||||
m4trace:configure.in:245: -1- m4_pattern_allow([^WITH_JAVA_TRUE$])
|
||||
m4trace:configure.in:245: -1- AC_SUBST([WITH_JAVA_FALSE])
|
||||
m4trace:configure.in:245: -1- AC_SUBST_TRACE([WITH_JAVA_FALSE])
|
||||
m4trace:configure.in:245: -1- m4_pattern_allow([^WITH_JAVA_FALSE$])
|
||||
m4trace:configure.in:245: -1- _AM_SUBST_NOTMAKE([WITH_JAVA_TRUE])
|
||||
m4trace:configure.in:245: -1- _AM_SUBST_NOTMAKE([WITH_JAVA_FALSE])
|
||||
m4trace:configure.in:262: -1- AC_SUBST([python_val])
|
||||
m4trace:configure.in:262: -1- AC_SUBST_TRACE([python_val])
|
||||
m4trace:configure.in:262: -1- m4_pattern_allow([^python_val$])
|
||||
m4trace:configure.in:263: -1- AC_SUBST([python_val])
|
||||
m4trace:configure.in:263: -1- AC_SUBST_TRACE([python_val])
|
||||
m4trace:configure.in:263: -1- m4_pattern_allow([^python_val$])
|
||||
m4trace:configure.in:279: -1- AC_SUBST([PY_LIBS])
|
||||
m4trace:configure.in:279: -1- AC_SUBST_TRACE([PY_LIBS])
|
||||
m4trace:configure.in:279: -1- m4_pattern_allow([^PY_LIBS$])
|
||||
m4trace:configure.in:280: -1- AC_SUBST([PY_LIB_LOC])
|
||||
m4trace:configure.in:280: -1- AC_SUBST_TRACE([PY_LIB_LOC])
|
||||
m4trace:configure.in:280: -1- m4_pattern_allow([^PY_LIB_LOC$])
|
||||
m4trace:configure.in:281: -1- AC_SUBST([PY_CFLAGS])
|
||||
m4trace:configure.in:281: -1- AC_SUBST_TRACE([PY_CFLAGS])
|
||||
m4trace:configure.in:281: -1- m4_pattern_allow([^PY_CFLAGS$])
|
||||
m4trace:configure.in:282: -1- AC_SUBST([PY_EXTRA_LIBS])
|
||||
m4trace:configure.in:282: -1- AC_SUBST_TRACE([PY_EXTRA_LIBS])
|
||||
m4trace:configure.in:282: -1- m4_pattern_allow([^PY_EXTRA_LIBS$])
|
||||
m4trace:configure.in:288: -1- AM_CONDITIONAL([WITH_PYTHON], [test $python_val = true])
|
||||
m4trace:configure.in:288: -1- AC_SUBST([WITH_PYTHON_TRUE])
|
||||
m4trace:configure.in:288: -1- AC_SUBST_TRACE([WITH_PYTHON_TRUE])
|
||||
m4trace:configure.in:288: -1- m4_pattern_allow([^WITH_PYTHON_TRUE$])
|
||||
m4trace:configure.in:288: -1- AC_SUBST([WITH_PYTHON_FALSE])
|
||||
m4trace:configure.in:288: -1- AC_SUBST_TRACE([WITH_PYTHON_FALSE])
|
||||
m4trace:configure.in:288: -1- m4_pattern_allow([^WITH_PYTHON_FALSE$])
|
||||
m4trace:configure.in:288: -1- _AM_SUBST_NOTMAKE([WITH_PYTHON_TRUE])
|
||||
m4trace:configure.in:288: -1- _AM_SUBST_NOTMAKE([WITH_PYTHON_FALSE])
|
||||
m4trace:configure.in:290: -1- AC_CONFIG_FILES([
|
||||
Makefile
|
||||
design-data/Makefile
|
||||
doc/Makefile
|
||||
scripts/Makefile
|
||||
src/Makefile
|
||||
src/libical/Makefile
|
||||
src/libical/icalversion.h
|
||||
src/libicalcap/Makefile
|
||||
src/libicalss/Makefile
|
||||
src/libicalvcal/Makefile
|
||||
test-data/Makefile
|
||||
zoneinfo/Makefile
|
||||
])
|
||||
m4trace:configure.in:290: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
|
||||
You should run autoupdate.], [])
|
||||
m4trace:configure.in:290: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
||||
m4trace:configure.in:290: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
||||
m4trace:configure.in:290: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([LTLIBOBJS])
|
||||
m4trace:configure.in:290: -1- m4_pattern_allow([^LTLIBOBJS$])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([top_builddir])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([top_build_prefix])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([srcdir])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([abs_srcdir])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([top_srcdir])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([abs_top_srcdir])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([builddir])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([abs_builddir])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([abs_top_builddir])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([INSTALL])
|
||||
m4trace:configure.in:290: -1- AC_SUBST_TRACE([MKDIR_P])
|
||||
@@ -0,0 +1,124 @@
|
||||
/* config.h.in. Generated from configure.in by autoheader. */
|
||||
|
||||
/* Define to 1 if you have the <assert.h> header file. */
|
||||
#undef HAVE_ASSERT_H
|
||||
|
||||
/* Define to 1 if you have the <ctype.h> header file. */
|
||||
#undef HAVE_CTYPE_H
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define to 1 if you have the `gmtime_r' function. */
|
||||
#undef HAVE_GMTIME_R
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have the `isspace' function. */
|
||||
#undef HAVE_ISSPACE
|
||||
|
||||
/* Define to 1 if you have the `iswspace' function. */
|
||||
#undef HAVE_ISWSPACE
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define if we have pthread. */
|
||||
#undef HAVE_PTHREAD
|
||||
|
||||
/* Define to 1 if you have the <pthread.h> header file. */
|
||||
#undef HAVE_PTHREAD_H
|
||||
|
||||
/* Define to 1 if you have the `snprintf' function. */
|
||||
#undef HAVE_SNPRINTF
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define to 1 if you have the `strdup' function. */
|
||||
#undef HAVE_STRDUP
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#undef HAVE_SYS_TYPES_H
|
||||
|
||||
/* Define to 1 if you have the <time.h> header file. */
|
||||
#undef HAVE_TIME_H
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to 1 if you have the `unsetenv' function. */
|
||||
#undef HAVE_UNSETENV
|
||||
|
||||
/* Define to 1 if you have the <wctype.h> header file. */
|
||||
#undef HAVE_WCTYPE_H
|
||||
|
||||
/* Define to make icalerror_* calls abort instead of internally signalling an
|
||||
error */
|
||||
#undef ICAL_ERRORS_ARE_FATAL
|
||||
|
||||
/* Define if we want _REENTRANT */
|
||||
#undef ICAL_REENTRANT
|
||||
|
||||
/* Define to terminate lines with "\n" instead of "\r\n" */
|
||||
#undef ICAL_UNIX_NEWLINE
|
||||
|
||||
/* Define to 1 if you DO NOT WANT to see deprecated messages */
|
||||
#undef NO_WARN_DEPRECATED
|
||||
|
||||
/* Define to 1 if you DO NO WANT to see the warning messages related to
|
||||
ICAL_MALFORMEDDATA_ERROR and parsing .ics zoneinfo files */
|
||||
#undef NO_WARN_ICAL_MALFORMEDDATA_ERROR_HACK
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
||||
#undef TM_IN_SYS_TIME
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
|
||||
`char[]'. */
|
||||
#undef YYTEXT_POINTER
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
#undef const
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
#undef mode_t
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
+23844
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,364 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = design-data
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
EXTRA_DIST = \
|
||||
properties.csv \
|
||||
parameters.csv \
|
||||
restrictions.csv \
|
||||
status.txt \
|
||||
value-types.csv
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu design-data/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu design-data/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-html install-html-am \
|
||||
install-info install-info-am install-man install-pdf \
|
||||
install-pdf-am install-ps install-ps-am install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
|
||||
|
||||
# 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:
|
||||
@@ -0,0 +1,358 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = doc
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
EXTRA_DIST = UsingLibical.lyx UsingLibical.ps UsingLibical.txt
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-html install-html-am \
|
||||
install-info install-info-am install-man install-pdf \
|
||||
install-pdf-am install-ps install-ps-am install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
|
||||
|
||||
# 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:
|
||||
@@ -0,0 +1,367 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = scripts
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
EXTRA_DIST = \
|
||||
mkderivedcomponents.pl \
|
||||
mkderivedparameters.pl \
|
||||
mkderivedproperties.pl \
|
||||
mkderivedvalues.pl \
|
||||
mkparameterrestrictions.pl \
|
||||
mkrestrictionrecords.pl \
|
||||
mkrestrictiontable.pl \
|
||||
readvaluesfile.pl
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu scripts/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-html install-html-am \
|
||||
install-info install-info-am install-man install-pdf \
|
||||
install-pdf-am install-ps install-ps-am install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
|
||||
|
||||
# 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:
|
||||
@@ -0,0 +1,518 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = src
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||
html-recursive info-recursive install-data-recursive \
|
||||
install-dvi-recursive install-exec-recursive \
|
||||
install-html-recursive install-info-recursive \
|
||||
install-pdf-recursive install-ps-recursive install-recursive \
|
||||
installcheck-recursive installdirs-recursive pdf-recursive \
|
||||
ps-recursive uninstall-recursive
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DIST_SUBDIRS = libical libicalss libicalcap libicalvcal
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
@WITH_CAP_FALSE@LIBICALCAP_DIR =
|
||||
@WITH_CAP_TRUE@LIBICALCAP_DIR = libicalcap
|
||||
SUBDIRS = libical libicalss $(LIBICALCAP_DIR) libicalvcal
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu src/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
# 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):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
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) \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
$(RECURSIVE_CLEAN_TARGETS):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
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) \
|
||||
|| eval $$failcom; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
||||
done
|
||||
ctags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
||||
done
|
||||
|
||||
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; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
||||
include_option=--etags-include; \
|
||||
empty_fix=.; \
|
||||
else \
|
||||
include_option=--include; \
|
||||
empty_fix=; \
|
||||
fi; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test ! -f $$subdir/TAGS || \
|
||||
tags="$$tags $$include_option=$$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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d "$(distdir)/$$subdir" \
|
||||
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
||||
|| exit 1; \
|
||||
distdir=`$(am__cd) $(distdir) && pwd`; \
|
||||
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
||||
(cd $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$$top_distdir" \
|
||||
distdir="$$distdir/$$subdir" \
|
||||
am__remove_distdir=: \
|
||||
am__skip_length_check=: \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
all-am: Makefile
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-tags
|
||||
|
||||
dvi: dvi-recursive
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-recursive
|
||||
|
||||
info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-recursive
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-recursive
|
||||
|
||||
install-ps: install-ps-recursive
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-recursive
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-recursive
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
||||
install-strip
|
||||
|
||||
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
||||
all all-am check check-am clean clean-generic clean-libtool \
|
||||
ctags ctags-recursive distclean distclean-generic \
|
||||
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
||||
html-am info info-am install install-am install-data \
|
||||
install-data-am install-dvi install-dvi-am install-exec \
|
||||
install-exec-am install-html install-html-am install-info \
|
||||
install-info-am install-man install-pdf install-pdf-am \
|
||||
install-ps install-ps-am install-strip installcheck \
|
||||
installcheck-am installdirs installdirs-am maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
|
||||
uninstall uninstall-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:
|
||||
@@ -0,0 +1,919 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
|
||||
#======================================================================
|
||||
# FILE: Makefile.am
|
||||
# CREATOR: eric
|
||||
#
|
||||
# $Id: Makefile.am,v 1.45 2004/02/24 21:00:57 jpr Exp $
|
||||
#
|
||||
#
|
||||
# (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of either:
|
||||
#
|
||||
# The LGPL as published by the Free Software Foundation, version
|
||||
# 2.1, available at: http://www.fsf.org/copyleft/lesser.html
|
||||
#
|
||||
# Or:
|
||||
#
|
||||
# The Mozilla Public License Version 1.0. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
#
|
||||
#
|
||||
#======================================================================
|
||||
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = src/libical
|
||||
DIST_COMMON = $(am__libical_bongoinclude_HEADERS_DIST) \
|
||||
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(srcdir)/icalversion.h.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(libdir)" \
|
||||
"$(DESTDIR)$(libical_bongoincludedir)"
|
||||
libLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
libical_bongo_la_LIBADD =
|
||||
am__objects_1 =
|
||||
am__objects_2 = $(am__objects_1) icalderivedparameter.lo \
|
||||
icalderivedproperty.lo icalrestriction.lo icalderivedvalue.lo
|
||||
am_libical_bongo_la_OBJECTS = $(am__objects_2) icalarray.lo \
|
||||
icalattach.lo icalcomponent.lo icalenums.lo icalerror.lo \
|
||||
icalmemory.lo icalmime.lo icalparameter.lo icalparser.lo \
|
||||
icalproperty.lo icalrecur.lo icaltime.lo icaltimezone.lo \
|
||||
icalduration.lo icalperiod.lo icaltypes.lo icalvalue.lo pvl.lo \
|
||||
sspm.lo vsnprintf.lo icallangbind.lo caldate.lo
|
||||
libical_bongo_la_OBJECTS = $(am_libical_bongo_la_OBJECTS)
|
||||
libical_bongo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(libical_bongo_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||
libical_bongo_cxx_la_LIBADD =
|
||||
am__libical_bongo_cxx_la_SOURCES_DIST = icalderivedparameter.h \
|
||||
icalderivedproperty.h icalderivedvalue.h \
|
||||
icalderivedparameter.c icalderivedproperty.c icalrestriction.c \
|
||||
icalderivedvalue.c icalarray.c icalarray.h icalattach.h \
|
||||
icalattachimpl.h icalattach.c icalcomponent.c icalcomponent.h \
|
||||
icalenums.c icalenums.h icalerror.c icalerror.h icalmemory.c \
|
||||
icalmemory.h icalmime.c icalmime.h icalparameter.c \
|
||||
icalparameter.h icalparameterimpl.h icalparser.c icalparser.h \
|
||||
icalproperty.c icalproperty.h icalrecur.c icalrecur.h \
|
||||
icalrestriction.h icaltime.c icaltime.h icaltimezone.c \
|
||||
icaltimezone.h icalduration.h icalduration.c icalperiod.h \
|
||||
icalperiod.c icaltypes.c icaltypes.h icalvalue.c icalvalue.h \
|
||||
icalvalueimpl.h pvl.c pvl.h sspm.c sspm.h vsnprintf.c \
|
||||
icallangbind.h icallangbind.c caldate.c astime.h vcomponent.h \
|
||||
vcomponent.cpp icalproperty_cxx.h icalproperty_cxx.cpp \
|
||||
icalparameter_cxx.h icalparameter_cxx.cpp icalvalue_cxx.h \
|
||||
icalvalue_cxx.cpp icptrholder.h
|
||||
am__objects_3 = $(am__objects_2) icalarray.lo icalattach.lo \
|
||||
icalcomponent.lo icalenums.lo icalerror.lo icalmemory.lo \
|
||||
icalmime.lo icalparameter.lo icalparser.lo icalproperty.lo \
|
||||
icalrecur.lo icaltime.lo icaltimezone.lo icalduration.lo \
|
||||
icalperiod.lo icaltypes.lo icalvalue.lo pvl.lo sspm.lo \
|
||||
vsnprintf.lo icallangbind.lo caldate.lo
|
||||
@WITH_CXX_BINDINGS_TRUE@am_libical_bongo_cxx_la_OBJECTS = \
|
||||
@WITH_CXX_BINDINGS_TRUE@ $(am__objects_3) vcomponent.lo \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalproperty_cxx.lo \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalparameter_cxx.lo icalvalue_cxx.lo
|
||||
libical_bongo_cxx_la_OBJECTS = $(am_libical_bongo_cxx_la_OBJECTS)
|
||||
@WITH_CXX_BINDINGS_TRUE@am_libical_bongo_cxx_la_rpath = -rpath \
|
||||
@WITH_CXX_BINDINGS_TRUE@ $(libdir)
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
SOURCES = $(libical_bongo_la_SOURCES) $(libical_bongo_cxx_la_SOURCES)
|
||||
DIST_SOURCES = $(libical_bongo_la_SOURCES) \
|
||||
$(am__libical_bongo_cxx_la_SOURCES_DIST)
|
||||
am__libical_bongoinclude_HEADERS_DIST = ical.h icalarray.h \
|
||||
icalattach.h icalcomponent.h icalderivedparameter.h \
|
||||
icalderivedproperty.h icalderivedvalue.h icalduration.h \
|
||||
icalenums.h icalerror.h icallangbind.h icalmemory.h icalmime.h \
|
||||
icalparameter.h icalparser.h icalperiod.h icalproperty.h \
|
||||
icalrecur.h icalrestriction.h icaltime.h icaltimezone.h \
|
||||
icaltypes.h icalvalue.h pvl.h sspm.h vcomponent.h \
|
||||
icalparameter_cxx.h icalproperty_cxx.h icalvalue_cxx.h \
|
||||
icptrholder.h
|
||||
libical_bongoincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
||||
HEADERS = $(libical_bongoinclude_HEADERS)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
DESIGNDATA = $(top_srcdir)/design-data
|
||||
ICALSCRIPTS = $(top_srcdir)/scripts
|
||||
@WITH_CXX_BINDINGS_FALSE@cxx_lib =
|
||||
@WITH_CXX_BINDINGS_TRUE@cxx_lib = libical-bongo_cxx.la
|
||||
@WITH_CXX_BINDINGS_FALSE@cxx_headers =
|
||||
@WITH_CXX_BINDINGS_TRUE@cxx_headers = vcomponent.h icalparameter_cxx.h icalproperty_cxx.h icalvalue_cxx.h icptrholder.h
|
||||
lib_LTLIBRARIES = libical-bongo.la $(cxx_lib)
|
||||
AM_CPPFLAGS = -DPACKAGE_DATA_DIR=\""$(datadir)/bongo"\"
|
||||
|
||||
# CFLAGS = -g
|
||||
INCLUDES = \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/src/libical \
|
||||
-I$(top_builddir)/src/libical \
|
||||
-I$(builddir) \
|
||||
-I$(srcdir)
|
||||
|
||||
libical_bongo_la_LDFLAGS = -version-info 0:0:0
|
||||
libical_bongo_la_SOURCES = \
|
||||
$(BUILT_SOURCES) \
|
||||
icalarray.c \
|
||||
icalarray.h \
|
||||
icalattach.h \
|
||||
icalattachimpl.h \
|
||||
icalattach.c \
|
||||
icalcomponent.c \
|
||||
icalcomponent.h \
|
||||
icalenums.c \
|
||||
icalenums.h \
|
||||
icalerror.c \
|
||||
icalerror.h \
|
||||
icalmemory.c \
|
||||
icalmemory.h \
|
||||
icalmime.c \
|
||||
icalmime.h \
|
||||
icalparameter.c \
|
||||
icalparameter.h \
|
||||
icalparameterimpl.h \
|
||||
icalparser.c \
|
||||
icalparser.h \
|
||||
icalproperty.c \
|
||||
icalproperty.h \
|
||||
icalrecur.c \
|
||||
icalrecur.h \
|
||||
icalrestriction.h \
|
||||
icaltime.c \
|
||||
icaltime.h \
|
||||
icaltimezone.c \
|
||||
icaltimezone.h \
|
||||
icalduration.h \
|
||||
icalduration.c \
|
||||
icalperiod.h \
|
||||
icalperiod.c \
|
||||
icaltypes.c \
|
||||
icaltypes.h \
|
||||
icalvalue.c \
|
||||
icalvalue.h \
|
||||
icalvalueimpl.h \
|
||||
pvl.c \
|
||||
pvl.h \
|
||||
sspm.c \
|
||||
sspm.h \
|
||||
vsnprintf.c \
|
||||
icallangbind.h \
|
||||
icallangbind.c \
|
||||
caldate.c \
|
||||
astime.h
|
||||
|
||||
@WITH_CXX_BINDINGS_TRUE@libical_bongo_cxx_la_SOURCES = \
|
||||
@WITH_CXX_BINDINGS_TRUE@ $(libical_bongo_la_SOURCES) \
|
||||
@WITH_CXX_BINDINGS_TRUE@ vcomponent.h \
|
||||
@WITH_CXX_BINDINGS_TRUE@ vcomponent.cpp \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalproperty_cxx.h \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalproperty_cxx.cpp \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalparameter_cxx.h \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalparameter_cxx.cpp \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalvalue_cxx.h \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalvalue_cxx.cpp \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icptrholder.h
|
||||
|
||||
libical_bongoincludedir = $(includedir)/bongo/libical
|
||||
libical_bongoinclude_HEADERS = \
|
||||
ical.h \
|
||||
icalarray.h \
|
||||
icalattach.h \
|
||||
icalcomponent.h \
|
||||
icalderivedparameter.h \
|
||||
icalderivedproperty.h \
|
||||
icalderivedvalue.h \
|
||||
icalduration.h \
|
||||
icalenums.h \
|
||||
icalerror.h \
|
||||
icallangbind.h \
|
||||
icalmemory.h \
|
||||
icalmime.h \
|
||||
icalparameter.h \
|
||||
icalparser.h \
|
||||
icalperiod.h \
|
||||
icalproperty.h \
|
||||
icalrecur.h \
|
||||
icalrestriction.h \
|
||||
icaltime.h \
|
||||
icaltimezone.h \
|
||||
icaltypes.h \
|
||||
icalvalue.h \
|
||||
pvl.h \
|
||||
sspm.h \
|
||||
$(cxx_headers)
|
||||
|
||||
|
||||
# ORDERING OF HEADERS IS SIGNIFICANT. Don't change this ordering. It
|
||||
# is required to make the combined header ical.h properly
|
||||
COMBINEDHEADERS = \
|
||||
$(top_builddir)/config.h \
|
||||
$(top_builddir)/src/libical/icalversion.h \
|
||||
$(top_srcdir)/src/libical/icaltime.h \
|
||||
$(top_srcdir)/src/libical/icalduration.h \
|
||||
$(top_srcdir)/src/libical/icalperiod.h \
|
||||
$(top_srcdir)/src/libical/icalenums.h \
|
||||
$(top_srcdir)/src/libical/icaltypes.h \
|
||||
$(top_srcdir)/src/libical/icalrecur.h \
|
||||
$(top_srcdir)/src/libical/icalattach.h \
|
||||
icalderivedvalue.h \
|
||||
icalderivedparameter.h \
|
||||
$(top_srcdir)/src/libical/icalvalue.h \
|
||||
$(top_srcdir)/src/libical/icalparameter.h \
|
||||
icalderivedproperty.h \
|
||||
$(top_srcdir)/src/libical/icalproperty.h \
|
||||
$(top_srcdir)/src/libical/pvl.h \
|
||||
$(top_srcdir)/src/libical/icalarray.h \
|
||||
$(top_srcdir)/src/libical/icalcomponent.h \
|
||||
$(top_srcdir)/src/libical/icaltimezone.h \
|
||||
$(top_srcdir)/src/libical/icalparser.h \
|
||||
$(top_srcdir)/src/libical/icalmemory.h \
|
||||
$(top_srcdir)/src/libical/icalerror.h \
|
||||
$(top_srcdir)/src/libical/icalrestriction.h \
|
||||
$(top_srcdir)/src/libical/sspm.h \
|
||||
$(top_srcdir)/src/libical/icalmime.h \
|
||||
$(top_srcdir)/src/libical/icallangbind.h
|
||||
|
||||
BUILT_COMBINEDHEADERS = \
|
||||
icalderivedparameter.h \
|
||||
icalderivedproperty.h \
|
||||
icalderivedvalue.h
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(BUILT_COMBINEDHEADERS)\
|
||||
icalderivedparameter.c \
|
||||
icalderivedproperty.c \
|
||||
icalrestriction.c \
|
||||
icalderivedvalue.c
|
||||
|
||||
|
||||
# parameters
|
||||
PARAMETERDEPS = \
|
||||
$(ICALSCRIPTS)/mkderivedparameters.pl \
|
||||
$(DESIGNDATA)/parameters.csv \
|
||||
icalderivedparameter.c.in \
|
||||
icalderivedparameter.h.in
|
||||
|
||||
|
||||
# properties
|
||||
PROPERTYDEPS = \
|
||||
$(ICALSCRIPTS)/mkderivedproperties.pl \
|
||||
$(DESIGNDATA)/properties.csv \
|
||||
$(DESIGNDATA)/value-types.csv \
|
||||
icalderivedproperty.c.in \
|
||||
icalderivedproperty.h.in
|
||||
|
||||
|
||||
# restrictions
|
||||
RESTRICTIONDEPS = \
|
||||
$(ICALSCRIPTS)/mkrestrictiontable.pl \
|
||||
$(DESIGNDATA)/restrictions.csv \
|
||||
icalrestriction.c.in
|
||||
|
||||
|
||||
# values
|
||||
VALUEDEPS = \
|
||||
$(ICALSCRIPTS)/mkderivedvalues.pl \
|
||||
$(DESIGNDATA)/value-types.csv \
|
||||
icalderivedvalue.c.in \
|
||||
icalderivedvalue.h.in
|
||||
|
||||
|
||||
# housekeeping
|
||||
CONFIG_CLEAN_FILES = y.output
|
||||
CLEANFILES = icalversion.h $(BUILT_SOURCES) $(BUILT_COMBINEDHEADERS)
|
||||
EXTRA_DIST = \
|
||||
icalderivedparameter.c.in \
|
||||
icalderivedparameter.h.in \
|
||||
icalderivedproperty.c.in \
|
||||
icalderivedproperty.h.in \
|
||||
icalrestriction.c.in \
|
||||
icalderivedvalue.c.in \
|
||||
icalderivedvalue.h.in \
|
||||
icalversion.h.in
|
||||
|
||||
all: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libical/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu src/libical/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
icalversion.h: $(top_builddir)/config.status $(srcdir)/icalversion.h.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-libLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
||||
done
|
||||
|
||||
clean-libLTLIBRARIES:
|
||||
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
||||
test "$$dir" != "$$p" || dir=.; \
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
libical-bongo.la: $(libical_bongo_la_OBJECTS) $(libical_bongo_la_DEPENDENCIES)
|
||||
$(libical_bongo_la_LINK) -rpath $(libdir) $(libical_bongo_la_OBJECTS) $(libical_bongo_la_LIBADD) $(LIBS)
|
||||
libical-bongo_cxx.la: $(libical_bongo_cxx_la_OBJECTS) $(libical_bongo_cxx_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(am_libical_bongo_cxx_la_rpath) $(libical_bongo_cxx_la_OBJECTS) $(libical_bongo_cxx_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caldate.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalarray.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalattach.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalcomponent.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalderivedparameter.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalderivedproperty.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalderivedvalue.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalduration.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalenums.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalerror.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icallangbind.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalmemory.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalmime.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalparameter.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalparameter_cxx.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalparser.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalperiod.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalproperty.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalproperty_cxx.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalrecur.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalrestriction.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icaltime.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icaltimezone.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icaltypes.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalvalue.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalvalue_cxx.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvl.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sspm.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcomponent.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
.cpp.o:
|
||||
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
||||
|
||||
.cpp.obj:
|
||||
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
|
||||
.cpp.lo:
|
||||
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-libical_bongoincludeHEADERS: $(libical_bongoinclude_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libical_bongoincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libical_bongoincludedir)"
|
||||
@list='$(libical_bongoinclude_HEADERS)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(libical_bongoincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libical_bongoincludedir)/$$f'"; \
|
||||
$(libical_bongoincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libical_bongoincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-libical_bongoincludeHEADERS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(libical_bongoinclude_HEADERS)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(libical_bongoincludedir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(libical_bongoincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
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; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
check-am: all-am
|
||||
check: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) check-am
|
||||
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libical_bongoincludedir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) 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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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."
|
||||
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-libical_bongoincludeHEADERS
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am: install-libLTLIBRARIES
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-libLTLIBRARIES \
|
||||
uninstall-libical_bongoincludeHEADERS
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libLTLIBRARIES clean-libtool ctags dist-hook distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am \
|
||||
install-libLTLIBRARIES install-libical_bongoincludeHEADERS \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
||||
uninstall-am uninstall-libLTLIBRARIES \
|
||||
uninstall-libical_bongoincludeHEADERS
|
||||
|
||||
|
||||
icalderivedparameter.h: $(PARAMETERDEPS)
|
||||
$(PERL) -I $(ICALSCRIPTS) $(ICALSCRIPTS)/mkderivedparameters.pl -i $(srcdir)/icalderivedparameter.h.in -h $(DESIGNDATA)/parameters.csv > icalderivedparameter.h
|
||||
|
||||
icalderivedparameter.c: $(PARAMETERDEPS) $(BUILT_COMBINEDHEADERS)
|
||||
$(PERL) -I $(ICALSCRIPTS) $(ICALSCRIPTS)/mkderivedparameters.pl -i $(srcdir)/icalderivedparameter.c.in -c $(DESIGNDATA)/parameters.csv > icalderivedparameter.c
|
||||
|
||||
icalderivedproperty.h: $(PROPERTYDEPS)
|
||||
$(PERL) -I$(ICALSCRIPTS) $(ICALSCRIPTS)/mkderivedproperties.pl \
|
||||
-i $(srcdir)/icalderivedproperty.h.in -h $(DESIGNDATA)/properties.csv\
|
||||
${DESIGNDATA}/value-types.csv > icalderivedproperty.h
|
||||
|
||||
icalderivedproperty.c: $(PROPERTYDEPS) $(BUILT_COMBINEDHEADERS)
|
||||
$(PERL) -I$(ICALSCRIPTS) $(ICALSCRIPTS)/mkderivedproperties.pl \
|
||||
-i $(srcdir)/icalderivedproperty.c.in -c $(DESIGNDATA)/properties.csv \
|
||||
${DESIGNDATA}/value-types.csv > icalderivedproperty.c
|
||||
|
||||
icalrestriction.c: $(RESTRICTIONDEPS)
|
||||
$(PERL) $(ICALSCRIPTS)/mkrestrictiontable.pl -i $(srcdir)/icalrestriction.c.in \
|
||||
$(DESIGNDATA)/restrictions.csv > icalrestriction.c
|
||||
|
||||
icalderivedvalue.h: $(VALUEDEPS)
|
||||
$(PERL) -I$(ICALSCRIPTS) $(ICALSCRIPTS)/mkderivedvalues.pl \
|
||||
-i $(srcdir)/icalderivedvalue.h.in -h $(DESIGNDATA)/value-types.csv > icalderivedvalue.h
|
||||
|
||||
icalderivedvalue.c: $(VALUEDEPS) $(BUILT_COMBINEDHEADERS)
|
||||
$(PERL) -I$(ICALSCRIPTS) $(ICALSCRIPTS)/mkderivedvalues.pl \
|
||||
-i $(srcdir)/icalderivedvalue.c.in -c $(DESIGNDATA)/value-types.csv > icalderivedvalue.c
|
||||
|
||||
# c++ needs ical.h auto-generated.
|
||||
icalparameter_cxx.lo: ical.h
|
||||
icalproperty_cxx.lo: ical.h
|
||||
icalvalue_cxx.lo: ical.h
|
||||
vcomponent.lo: ical.h
|
||||
|
||||
dist-hook:
|
||||
cd $(distdir); rm -f $(BUILT_SOURCES)
|
||||
cd $(distdir); rm -f icalversion.h
|
||||
|
||||
$(srcdir)/icalcomponent.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
icalderivedparameter.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
icalderivedproperty.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
icalderivedvalue.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
$(srcdir)/icalduration.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
$(srcdir)/icallangbind.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
$(srcdir)/icalmime.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
$(srcdir)/icalparameter.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
$(srcdir)/icalparser.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
$(srcdir)/icalproperty.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
icalrestriction.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
$(srcdir)/icaltime.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
$(srcdir)/icalvalue.c: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h
|
||||
# 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:
|
||||
@@ -0,0 +1,614 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
|
||||
#======================================================================
|
||||
# FILE: Makefile.am
|
||||
# CREATOR: acampi
|
||||
#
|
||||
# $Id: Makefile.am,v 1.5 2003/10/21 18:28:26 ettore Exp $
|
||||
#
|
||||
#
|
||||
# (C) COPYRIGHT 2003, Andrea Campi, mailto:a.campi@inet.it
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of either:
|
||||
#
|
||||
# The LGPL as published by the Free Software Foundation, version
|
||||
# 2.1, available at: http://www.fsf.org/copyleft/lesser.html
|
||||
#
|
||||
# Or:
|
||||
#
|
||||
# The Mozilla Public License Version 1.0. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
#
|
||||
#
|
||||
#======================================================================
|
||||
|
||||
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
noinst_PROGRAMS = client$(EXEEXT)
|
||||
subdir = src/libicalcap
|
||||
DIST_COMMON = $(libicalcap_bongoinclude_HEADERS) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(libdir)" \
|
||||
"$(DESTDIR)$(libicalcap_bongoincludedir)"
|
||||
libLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
libicalcap_bongo_la_LIBADD =
|
||||
am_libicalcap_bongo_la_OBJECTS = icalcap.lo icalcap_message.lo \
|
||||
icalcap_rr.lo icalcap_server.lo icalcap_session.lo \
|
||||
icalcap_utils.lo
|
||||
libicalcap_bongo_la_OBJECTS = $(am_libicalcap_bongo_la_OBJECTS)
|
||||
libicalcap_bongo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(libicalcap_bongo_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||
PROGRAMS = $(noinst_PROGRAMS)
|
||||
am_client_OBJECTS = client.$(OBJEXT)
|
||||
client_OBJECTS = $(am_client_OBJECTS)
|
||||
client_LDADD = $(LDADD)
|
||||
am__DEPENDENCIES_1 =
|
||||
client_DEPENDENCIES = ../libicalss/libicalss-bongo.la \
|
||||
../libicalvcal/libicalvcal-bongo.la \
|
||||
../libical/libical-bongo.la libicalcap-bongo.la \
|
||||
$(am__DEPENDENCIES_1)
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
SOURCES = $(libicalcap_bongo_la_SOURCES) $(client_SOURCES)
|
||||
DIST_SOURCES = $(libicalcap_bongo_la_SOURCES) $(client_SOURCES)
|
||||
libicalcap_bongoincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
||||
HEADERS = $(libicalcap_bongoinclude_HEADERS)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
lib_LTLIBRARIES = libicalcap-bongo.la
|
||||
INCLUDES = \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/src/libical \
|
||||
-I$(top_builddir)/libical \
|
||||
-I$(srcdir) \
|
||||
-DWITH_RR $(RRCAP_CFLAGS)
|
||||
|
||||
libicalcap_bongo_la_LDFLAGS = $(RRCAP_LIBS) -version-info 0:0:0
|
||||
libicalcap_bongo_la_SOURCES = \
|
||||
icalcap.c \
|
||||
icalcap.h \
|
||||
icalcap_impl.h \
|
||||
icalcap_message.c \
|
||||
icalcap_message_impl.h \
|
||||
icalcap_rr.c \
|
||||
icalcap_server.c \
|
||||
icalcap_server.h \
|
||||
icalcap_server_impl.h \
|
||||
icalcap_session.c \
|
||||
icalcap_session.h \
|
||||
icalcap_session_impl.h \
|
||||
icalcap_utils.c
|
||||
|
||||
libicalcap_bongoincludedir = $(includedir)
|
||||
libicalcap_bongoinclude_HEADERS = \
|
||||
icalcap.h \
|
||||
icalcap_impl.h \
|
||||
icalcap_message_impl.h \
|
||||
icalcap_server.h \
|
||||
icalcap_server_impl.h \
|
||||
icalcap_session.h \
|
||||
icalcap_session_impl.h
|
||||
|
||||
LDADD = ../libicalss/libicalss-bongo.la ../libicalvcal/libicalvcal-bongo.la ../libical/libical-bongo.la libicalcap-bongo.la $(RRCAP_LIBS)
|
||||
client_SOURCES = client.c
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libicalcap/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu src/libicalcap/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-libLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
||||
done
|
||||
|
||||
clean-libLTLIBRARIES:
|
||||
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
||||
test "$$dir" != "$$p" || dir=.; \
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
libicalcap-bongo.la: $(libicalcap_bongo_la_OBJECTS) $(libicalcap_bongo_la_DEPENDENCIES)
|
||||
$(libicalcap_bongo_la_LINK) -rpath $(libdir) $(libicalcap_bongo_la_OBJECTS) $(libicalcap_bongo_la_LIBADD) $(LIBS)
|
||||
|
||||
clean-noinstPROGRAMS:
|
||||
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
||||
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
||||
echo " rm -f $$p $$f"; \
|
||||
rm -f $$p $$f ; \
|
||||
done
|
||||
client$(EXEEXT): $(client_OBJECTS) $(client_DEPENDENCIES)
|
||||
@rm -f client$(EXEEXT)
|
||||
$(LINK) $(client_OBJECTS) $(client_LDADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalcap.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalcap_message.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalcap_rr.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalcap_server.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalcap_session.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalcap_utils.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-libicalcap_bongoincludeHEADERS: $(libicalcap_bongoinclude_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libicalcap_bongoincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libicalcap_bongoincludedir)"
|
||||
@list='$(libicalcap_bongoinclude_HEADERS)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(libicalcap_bongoincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libicalcap_bongoincludedir)/$$f'"; \
|
||||
$(libicalcap_bongoincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libicalcap_bongoincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-libicalcap_bongoincludeHEADERS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(libicalcap_bongoinclude_HEADERS)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(libicalcap_bongoincludedir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(libicalcap_bongoincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
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; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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 $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libicalcap_bongoincludedir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libLTLIBRARIES clean-libtool \
|
||||
clean-noinstPROGRAMS mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-libicalcap_bongoincludeHEADERS
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am: install-libLTLIBRARIES
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-libLTLIBRARIES \
|
||||
uninstall-libicalcap_bongoincludeHEADERS
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
|
||||
distclean distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
||||
html-am info info-am install install-am install-data \
|
||||
install-data-am install-dvi install-dvi-am install-exec \
|
||||
install-exec-am install-html install-html-am install-info \
|
||||
install-info-am install-libLTLIBRARIES \
|
||||
install-libicalcap_bongoincludeHEADERS install-man install-pdf \
|
||||
install-pdf-am install-ps install-ps-am install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
tags uninstall uninstall-am uninstall-libLTLIBRARIES \
|
||||
uninstall-libicalcap_bongoincludeHEADERS
|
||||
|
||||
# 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:
|
||||
@@ -0,0 +1,732 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
|
||||
#======================================================================
|
||||
# FILE: Makefile.am
|
||||
# CREATOR: eric
|
||||
#
|
||||
# $Id: Makefile.am,v 1.25 2004/02/24 21:00:59 jpr Exp $
|
||||
#
|
||||
#
|
||||
# (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of either:
|
||||
#
|
||||
# The LGPL as published by the Free Software Foundation, version
|
||||
# 2.1, available at: http://www.fsf.org/copyleft/lesser.html
|
||||
#
|
||||
# Or:
|
||||
#
|
||||
# The Mozilla Public License Version 1.0. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
#
|
||||
#
|
||||
#======================================================================
|
||||
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = src/libicalss
|
||||
DIST_COMMON = $(am__libicalssinclude_HEADERS_DIST) \
|
||||
$(srcdir)/Makefile.am $(srcdir)/Makefile.in icalsslexer.c \
|
||||
icalssyacc.c icalssyacc.h
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(libdir)" \
|
||||
"$(DESTDIR)$(libicalssincludedir)"
|
||||
libLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
am__DEPENDENCIES_1 =
|
||||
libicalss_bongo_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
||||
am__libicalss_bongo_la_SOURCES_DIST = icalcalendar.c icalcalendar.h \
|
||||
icalclassify.c icalclassify.h icalcluster.c icalcluster.h \
|
||||
icalclusterimpl.h icalgauge.c icalgauge.h icalgaugeimpl.h \
|
||||
icaldirset.c icaldirset.h icaldirsetimpl.h icalfileset.c \
|
||||
icalfileset.h icalfilesetimpl.h icalset.c icalset.h \
|
||||
icalssyacc.h icalspanlist.c icalspanlist.h icalmessage.c \
|
||||
icalmessage.h icalbdbset.c icalbdbset.h icalbdbsetimpl.h \
|
||||
icalsslexer.c icalssyacc.c icalsslexer.l icalssyacc.y
|
||||
@WITH_BDB4_TRUE@am__objects_1 = icalbdbset.lo
|
||||
@DEV_FALSE@am__objects_2 = icalsslexer.lo icalssyacc.lo
|
||||
@DEV_TRUE@am__objects_2 = icalsslexer.lo icalssyacc.lo
|
||||
am_libicalss_bongo_la_OBJECTS = icalcalendar.lo icalclassify.lo \
|
||||
icalcluster.lo icalgauge.lo icaldirset.lo icalfileset.lo \
|
||||
icalset.lo icalspanlist.lo icalmessage.lo $(am__objects_1) \
|
||||
$(am__objects_2)
|
||||
libicalss_bongo_la_OBJECTS = $(am_libicalss_bongo_la_OBJECTS)
|
||||
libicalss_bongo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(libicalss_bongo_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||
libicalss_bongo_cxx_la_LIBADD =
|
||||
am__libicalss_bongo_cxx_la_SOURCES_DIST = icalcalendar.c \
|
||||
icalcalendar.h icalclassify.c icalclassify.h icalcluster.c \
|
||||
icalcluster.h icalclusterimpl.h icalgauge.c icalgauge.h \
|
||||
icalgaugeimpl.h icaldirset.c icaldirset.h icaldirsetimpl.h \
|
||||
icalfileset.c icalfileset.h icalfilesetimpl.h icalset.c \
|
||||
icalset.h icalssyacc.h icalspanlist.c icalspanlist.h \
|
||||
icalmessage.c icalmessage.h icalbdbset.c icalbdbset.h \
|
||||
icalbdbsetimpl.h icalsslexer.c icalssyacc.c icalsslexer.l \
|
||||
icalssyacc.y icalspanlist_cxx.h icalspanlist_cxx.cpp
|
||||
am__objects_3 = icalcalendar.lo icalclassify.lo icalcluster.lo \
|
||||
icalgauge.lo icaldirset.lo icalfileset.lo icalset.lo \
|
||||
icalspanlist.lo icalmessage.lo $(am__objects_1) \
|
||||
$(am__objects_2)
|
||||
@WITH_CXX_BINDINGS_TRUE@am_libicalss_bongo_cxx_la_OBJECTS = \
|
||||
@WITH_CXX_BINDINGS_TRUE@ $(am__objects_3) icalspanlist_cxx.lo
|
||||
libicalss_bongo_cxx_la_OBJECTS = $(am_libicalss_bongo_cxx_la_OBJECTS)
|
||||
@WITH_CXX_BINDINGS_TRUE@am_libicalss_bongo_cxx_la_rpath = -rpath \
|
||||
@WITH_CXX_BINDINGS_TRUE@ $(libdir)
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
|
||||
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
|
||||
LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
|
||||
YLWRAP = $(top_srcdir)/../../ylwrap
|
||||
@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
|
||||
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
|
||||
LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
|
||||
SOURCES = $(libicalss_bongo_la_SOURCES) \
|
||||
$(libicalss_bongo_cxx_la_SOURCES)
|
||||
DIST_SOURCES = $(am__libicalss_bongo_la_SOURCES_DIST) \
|
||||
$(am__libicalss_bongo_cxx_la_SOURCES_DIST)
|
||||
am__libicalssinclude_HEADERS_DIST = icalss.h icalcalendar.h \
|
||||
icalclassify.h icalcluster.h icaldirset.h icaldirsetimpl.h \
|
||||
icalfileset.h icalfilesetimpl.h icalgauge.h icalgaugeimpl.h \
|
||||
icalmessage.h icalset.h icalspanlist.h icalssyacc.h \
|
||||
icalbdbset.h icalbdbsetimpl.h icalspanlist_cxx.h
|
||||
libicalssincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
||||
HEADERS = $(libicalssinclude_HEADERS)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = lex.ss
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AM_YFLAGS = -d -v -p ss
|
||||
AM_LFLAGS = -Pss
|
||||
@WITH_BDB4_FALSE@BDB_INCLUDE =
|
||||
@WITH_BDB4_TRUE@BDB_INCLUDE = -I@BDB_DIR_INCLUDE@ -DWITH_BDB4
|
||||
@WITH_BDB4_FALSE@BDB_SOURCEFILES =
|
||||
@WITH_BDB4_TRUE@BDB_SOURCEFILES = icalbdbset.c icalbdbset.h icalbdbsetimpl.h
|
||||
@WITH_BDB4_FALSE@BDB_HEADERFILES =
|
||||
@WITH_BDB4_TRUE@BDB_HEADERFILES = $(srcdir)/icalbdbset.h
|
||||
@WITH_BDB4_TRUE@libicalssinclude_BDBHEADERS = icalbdbset.h icalbdbsetimpl.h
|
||||
@WITH_BDB4_TRUE@BDB_LIBFILES = @BDB_DIR_LIB@/@BDB_LIB@
|
||||
@WITH_CXX_BINDINGS_FALSE@cxx_lib =
|
||||
@WITH_CXX_BINDINGS_TRUE@cxx_lib = libicalss-bongo_cxx.la
|
||||
@WITH_CXX_BINDINGS_FALSE@cxx_headers =
|
||||
@WITH_CXX_BINDINGS_TRUE@cxx_headers = icalspanlist_cxx.h
|
||||
lib_LTLIBRARIES = libicalss-bongo.la $(cxx_lib)
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/src/libical \
|
||||
-I$(top_builddir)/src/libical \
|
||||
$(BDB_INCLUDE)
|
||||
|
||||
libicalss_bongo_la_LDFLAGS = -version-info 0:0:0
|
||||
libicalss_bongo_la_LIBADD = $(BDB_LIBFILES)
|
||||
@DEV_FALSE@libicalss_bongo_la_DEVSOURCES = icalsslexer.c icalssyacc.c
|
||||
@DEV_TRUE@libicalss_bongo_la_DEVSOURCES = icalsslexer.l icalssyacc.y
|
||||
libicalss_bongo_la_SOURCES = \
|
||||
icalcalendar.c \
|
||||
icalcalendar.h \
|
||||
icalclassify.c \
|
||||
icalclassify.h \
|
||||
icalcluster.c \
|
||||
icalcluster.h \
|
||||
icalclusterimpl.h \
|
||||
icalgauge.c \
|
||||
icalgauge.h \
|
||||
icalgaugeimpl.h \
|
||||
icaldirset.c \
|
||||
icaldirset.h \
|
||||
icaldirsetimpl.h \
|
||||
icalfileset.c \
|
||||
icalfileset.h \
|
||||
icalfilesetimpl.h \
|
||||
icalset.c \
|
||||
icalset.h \
|
||||
icalssyacc.h \
|
||||
icalspanlist.c \
|
||||
icalspanlist.h \
|
||||
icalmessage.c \
|
||||
icalmessage.h \
|
||||
$(BDB_SOURCEFILES) \
|
||||
$(libicalss_bongo_la_DEVSOURCES)
|
||||
|
||||
libicalssincludedir = $(includedir)/bongo/libical
|
||||
COMBINEDHEADERS = \
|
||||
$(srcdir)/icalgauge.h \
|
||||
$(srcdir)/icalset.h \
|
||||
$(srcdir)/icalcluster.h \
|
||||
$(srcdir)/icalfileset.h \
|
||||
$(srcdir)/icaldirset.h \
|
||||
$(BDB_HEADERFILES) \
|
||||
$(srcdir)/icalcalendar.h \
|
||||
$(srcdir)/icalclassify.h \
|
||||
$(srcdir)/icalspanlist.h \
|
||||
$(srcdir)/icalmessage.h
|
||||
|
||||
@WITH_CXX_BINDINGS_TRUE@libicalss_bongo_cxx_la_SOURCES = \
|
||||
@WITH_CXX_BINDINGS_TRUE@ $(libicalss_bongo_la_SOURCES) \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalspanlist_cxx.h \
|
||||
@WITH_CXX_BINDINGS_TRUE@ icalspanlist_cxx.cpp
|
||||
|
||||
libicalssinclude_HEADERS = icalss.h icalcalendar.h icalclassify.h icalcluster.h icaldirset.h icaldirsetimpl.h icalfileset.h icalfilesetimpl.h icalgauge.h icalgaugeimpl.h icalmessage.h icalset.h icalspanlist.h icalssyacc.h $(libicalssinclude_BDBHEADERS) $(cxx_headers)
|
||||
CONFIG_CLEAN_FILES = y.output
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .cpp .l .lo .o .obj .y
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libicalss/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu src/libicalss/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-libLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
||||
done
|
||||
|
||||
clean-libLTLIBRARIES:
|
||||
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
||||
test "$$dir" != "$$p" || dir=.; \
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
icalssyacc.h: icalssyacc.c
|
||||
@if test ! -f $@; then \
|
||||
rm -f icalssyacc.c; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) icalssyacc.c; \
|
||||
else :; fi
|
||||
libicalss-bongo.la: $(libicalss_bongo_la_OBJECTS) $(libicalss_bongo_la_DEPENDENCIES)
|
||||
$(libicalss_bongo_la_LINK) -rpath $(libdir) $(libicalss_bongo_la_OBJECTS) $(libicalss_bongo_la_LIBADD) $(LIBS)
|
||||
libicalss-bongo_cxx.la: $(libicalss_bongo_cxx_la_OBJECTS) $(libicalss_bongo_cxx_la_DEPENDENCIES)
|
||||
$(CXXLINK) $(am_libicalss_bongo_cxx_la_rpath) $(libicalss_bongo_cxx_la_OBJECTS) $(libicalss_bongo_cxx_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalbdbset.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalcalendar.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalclassify.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalcluster.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icaldirset.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalfileset.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalgauge.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalmessage.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalset.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalspanlist.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalspanlist_cxx.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalsslexer.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalssyacc.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
.cpp.o:
|
||||
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
||||
|
||||
.cpp.obj:
|
||||
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
|
||||
.cpp.lo:
|
||||
@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
|
||||
|
||||
.l.c:
|
||||
$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
|
||||
|
||||
.y.c:
|
||||
$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-libicalssincludeHEADERS: $(libicalssinclude_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libicalssincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libicalssincludedir)"
|
||||
@list='$(libicalssinclude_HEADERS)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(libicalssincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libicalssincludedir)/$$f'"; \
|
||||
$(libicalssincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libicalssincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-libicalssincludeHEADERS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(libicalssinclude_HEADERS)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(libicalssincludedir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(libicalssincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
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; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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 $(LTLIBRARIES) $(HEADERS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libicalssincludedir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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."
|
||||
-rm -f icalsslexer.c
|
||||
-rm -f icalssyacc.c
|
||||
-rm -f icalssyacc.h
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-libicalssincludeHEADERS
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am: install-libLTLIBRARIES
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-libLTLIBRARIES \
|
||||
uninstall-libicalssincludeHEADERS
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libLTLIBRARIES clean-libtool ctags distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am \
|
||||
install-libLTLIBRARIES install-libicalssincludeHEADERS \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
||||
uninstall-am uninstall-libLTLIBRARIES \
|
||||
uninstall-libicalssincludeHEADERS
|
||||
|
||||
|
||||
# just to get it built
|
||||
$(srcdir)/icalgauge.c: icalssyacc.h
|
||||
$(srcdir)/icalsslexer.c: icalssyacc.h
|
||||
# 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:
|
||||
@@ -0,0 +1,575 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = src/libicalvcal
|
||||
DIST_COMMON = $(libicalvcal_bongoinclude_HEADERS) \
|
||||
$(srcdir)/Makefile.am $(srcdir)/Makefile.in vcc.c
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(libdir)" \
|
||||
"$(DESTDIR)$(libicalvcal_bongoincludedir)"
|
||||
libLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
libicalvcal_bongo_la_LIBADD =
|
||||
am__libicalvcal_bongo_la_SOURCES_DIST = icalvcal.h icalvcal.c port.h \
|
||||
vcc.h vobject.h vobject.c vcaltmp.h vcaltmp.c vcc.c vcc.y
|
||||
@DEV_FALSE@am__objects_1 = vcc.lo
|
||||
@DEV_TRUE@am__objects_1 = vcc.lo
|
||||
am_libicalvcal_bongo_la_OBJECTS = icalvcal.lo vobject.lo vcaltmp.lo \
|
||||
$(am__objects_1)
|
||||
libicalvcal_bongo_la_OBJECTS = $(am_libicalvcal_bongo_la_OBJECTS)
|
||||
libicalvcal_bongo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(libicalvcal_bongo_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/../../depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
|
||||
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
|
||||
LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
|
||||
YLWRAP = $(top_srcdir)/../../ylwrap
|
||||
SOURCES = $(libicalvcal_bongo_la_SOURCES)
|
||||
DIST_SOURCES = $(am__libicalvcal_bongo_la_SOURCES_DIST)
|
||||
libicalvcal_bongoincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
||||
HEADERS = $(libicalvcal_bongoinclude_HEADERS)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
lib_LTLIBRARIES = libicalvcal-bongo.la
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/src/libical \
|
||||
-I$(top_builddir)/src/libical
|
||||
|
||||
libicalvcal_bongo_la_LDFLAGS = -version-info 0:0:0
|
||||
@DEV_FALSE@libicalvcal_bongo_la_DEVSOURCES = vcc.c
|
||||
@DEV_TRUE@libicalvcal_bongo_la_DEVSOURCES = vcc.y
|
||||
libicalvcal_bongo_la_SOURCES = \
|
||||
icalvcal.h \
|
||||
icalvcal.c \
|
||||
port.h \
|
||||
vcc.h \
|
||||
vobject.h \
|
||||
vobject.c \
|
||||
vcaltmp.h \
|
||||
vcaltmp.c \
|
||||
$(libicalvcal_bongo_la_DEVSOURCES)
|
||||
|
||||
libicalvcal_bongoincludedir = $(includedir)/bongo/libical
|
||||
libicalvcal_bongoinclude_HEADERS = \
|
||||
icalvcal.h \
|
||||
port.h \
|
||||
vcc.h \
|
||||
vobject.h \
|
||||
vcaltmp.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
README.TXT \
|
||||
vcaltest.c \
|
||||
vctest.c
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj .y
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libicalvcal/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu src/libicalvcal/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-libLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
||||
done
|
||||
|
||||
clean-libLTLIBRARIES:
|
||||
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
||||
test "$$dir" != "$$p" || dir=.; \
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
libicalvcal-bongo.la: $(libicalvcal_bongo_la_OBJECTS) $(libicalvcal_bongo_la_DEPENDENCIES)
|
||||
$(libicalvcal_bongo_la_LINK) -rpath $(libdir) $(libicalvcal_bongo_la_OBJECTS) $(libicalvcal_bongo_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icalvcal.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcaltmp.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcc.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vobject.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
.y.c:
|
||||
$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-libicalvcal_bongoincludeHEADERS: $(libicalvcal_bongoinclude_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libicalvcal_bongoincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libicalvcal_bongoincludedir)"
|
||||
@list='$(libicalvcal_bongoinclude_HEADERS)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(libicalvcal_bongoincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libicalvcal_bongoincludedir)/$$f'"; \
|
||||
$(libicalvcal_bongoincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libicalvcal_bongoincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-libicalvcal_bongoincludeHEADERS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(libicalvcal_bongoinclude_HEADERS)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(libicalvcal_bongoincludedir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(libicalvcal_bongoincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
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; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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 $(LTLIBRARIES) $(HEADERS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libicalvcal_bongoincludedir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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."
|
||||
-rm -f vcc.c
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-libicalvcal_bongoincludeHEADERS
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am: install-libLTLIBRARIES
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-libLTLIBRARIES \
|
||||
uninstall-libicalvcal_bongoincludeHEADERS
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libLTLIBRARIES clean-libtool ctags distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am \
|
||||
install-libLTLIBRARIES install-libicalvcal_bongoincludeHEADERS \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
||||
uninstall-am uninstall-libLTLIBRARIES \
|
||||
uninstall-libicalvcal_bongoincludeHEADERS
|
||||
|
||||
# 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:
|
||||
@@ -0,0 +1,383 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = test-data
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
EXTRA_DIST = \
|
||||
0 \
|
||||
1 \
|
||||
1.1 \
|
||||
2 \
|
||||
2445.ics \
|
||||
2446.ics \
|
||||
3 \
|
||||
4 \
|
||||
5 \
|
||||
6 \
|
||||
7 \
|
||||
smallcluster.ics \
|
||||
recur.txt \
|
||||
user-cal.vcf \
|
||||
complex-mime.txt \
|
||||
simple-mime.txt \
|
||||
stresstest.ics \
|
||||
classify.ics \
|
||||
incoming.ics \
|
||||
process-incoming.ics \
|
||||
calendar.ics \
|
||||
restriction.ics \
|
||||
overlaps.ics \
|
||||
spanlist.ics
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test-data/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu test-data/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-html install-html-am \
|
||||
install-info install-info-am install-man install-pdf \
|
||||
install-pdf-am install-ps install-ps-am install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
|
||||
|
||||
# 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:
|
||||
@@ -0,0 +1,436 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
subdir = zoneinfo
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(zoneinfodatadir)"
|
||||
zoneinfodataDATA_INSTALL = $(INSTALL_DATA)
|
||||
DATA = $(zoneinfodata_DATA)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BDB_DIR = @BDB_DIR@
|
||||
BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
|
||||
BDB_DIR_LIB = @BDB_DIR_LIB@
|
||||
BDB_LIB = @BDB_LIB@
|
||||
BDB_VERSION = @BDB_VERSION@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JAR = @JAR@
|
||||
JAVA = @JAVA@
|
||||
JAVAC = @JAVAC@
|
||||
JAVAH = @JAVAH@
|
||||
JAVA_PLATFORM = @JAVA_PLATFORM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
NMEDIT = @NMEDIT@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL = @PERL@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PY_CFLAGS = @PY_CFLAGS@
|
||||
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
|
||||
PY_LIBS = @PY_LIBS@
|
||||
PY_LIB_LOC = @PY_LIB_LOC@
|
||||
RANLIB = @RANLIB@
|
||||
RRCAP_CFLAGS = @RRCAP_CFLAGS@
|
||||
RRCAP_LIBS = @RRCAP_LIBS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
privdatadir = @privdatadir@
|
||||
privincludedir = @privincludedir@
|
||||
privlibdir = @privlibdir@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
python_val = @python_val@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
zoneinfodatadir = $(datadir)/bongo/zoneinfo
|
||||
zoneinfodata_DATA = zones.tab
|
||||
DIRS = \
|
||||
Africa \
|
||||
America \
|
||||
America/Indiana \
|
||||
America/Kentucky \
|
||||
America/North_Dakota \
|
||||
Antarctica \
|
||||
Arctic \
|
||||
Asia \
|
||||
Atlantic \
|
||||
Australia \
|
||||
Europe \
|
||||
Indian \
|
||||
Pacific
|
||||
|
||||
EXTRA_DIST = $(zoneinfodata_DATA)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu zoneinfo/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu zoneinfo/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-zoneinfodataDATA: $(zoneinfodata_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(zoneinfodatadir)" || $(MKDIR_P) "$(DESTDIR)$(zoneinfodatadir)"
|
||||
@list='$(zoneinfodata_DATA)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(zoneinfodataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(zoneinfodatadir)/$$f'"; \
|
||||
$(zoneinfodataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(zoneinfodatadir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-zoneinfodataDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(zoneinfodata_DATA)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(zoneinfodatadir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(zoneinfodatadir)/$$f"; \
|
||||
done
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
||||
dist-hook
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(DATA)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(zoneinfodatadir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-data-local install-zoneinfodataDATA
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-local uninstall-zoneinfodataDATA
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
dist-hook distclean distclean-generic distclean-libtool \
|
||||
distdir dvi dvi-am html html-am info info-am install \
|
||||
install-am install-data install-data-am install-data-local \
|
||||
install-dvi install-dvi-am install-exec install-exec-am \
|
||||
install-html install-html-am install-info install-info-am \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip install-zoneinfodataDATA \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||
uninstall-local uninstall-zoneinfodataDATA
|
||||
|
||||
|
||||
install-data-local:
|
||||
@$(NORMAL_INSTALL)
|
||||
for dir in $(DIRS); do \
|
||||
$(mkinstalldirs) $(DESTDIR)$(zoneinfodatadir)/$$dir; \
|
||||
for tzfile in $(srcdir)/$$dir/*.ics; do \
|
||||
$(INSTALL_DATA) $$tzfile $(DESTDIR)$(zoneinfodatadir)/$$dir; \
|
||||
done \
|
||||
done
|
||||
|
||||
uninstall-local:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
for dir in $(DIRS); do \
|
||||
for tzpath in $(srcdir)/$$dir/*.ics; do \
|
||||
tzfile=`basename $$tzpath`; \
|
||||
rm -f $(DESTDIR)$(zoneinfodatadir)/$$dir/$$tzfile; \
|
||||
done \
|
||||
done
|
||||
|
||||
dist-hook:
|
||||
for dir in $(DIRS); do \
|
||||
mkdir $(distdir)/$$dir; \
|
||||
for tzfile in $(srcdir)/$$dir/*.ics; do \
|
||||
cp -p $$tzfile $(distdir)/$$dir; \
|
||||
done \
|
||||
done
|
||||
# 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:
|
||||
@@ -0,0 +1,629 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = import/log4c
|
||||
DIST_COMMON = $(bongoinclude_HEADERS) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in COPYING
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/macros/ax_prefix_config_h.m4 \
|
||||
$(top_srcdir)/m4/gcc_stack_protect.m4 \
|
||||
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gmime.m4 \
|
||||
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
|
||||
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
||||
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libcurl.m4 \
|
||||
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
|
||||
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/sqlite3.m4 \
|
||||
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||
html-recursive info-recursive install-data-recursive \
|
||||
install-dvi-recursive install-exec-recursive \
|
||||
install-html-recursive install-info-recursive \
|
||||
install-pdf-recursive install-ps-recursive install-recursive \
|
||||
installcheck-recursive installdirs-recursive pdf-recursive \
|
||||
ps-recursive uninstall-recursive
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(bongoincludedir)"
|
||||
bongoincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
||||
HEADERS = $(bongoinclude_HEADERS)
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ALL_CFLAGS = @ALL_CFLAGS@
|
||||
ALL_LIBS = @ALL_LIBS@
|
||||
AMTAR = @AMTAR@
|
||||
APACHE_MOD_DIR = @APACHE_MOD_DIR@
|
||||
APXS = @APXS@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BINDIR = @BINDIR@
|
||||
BONGO_USER = @BONGO_USER@
|
||||
CC = @CC@
|
||||
CCAS = @CCAS@
|
||||
CCASDEPMODE = @CCASDEPMODE@
|
||||
CCASFLAGS = @CCASFLAGS@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CFLAGS_save = @CFLAGS_save@
|
||||
CHECK_CFLAGS = @CHECK_CFLAGS@
|
||||
CHECK_LIBS = @CHECK_LIBS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIR = @DATADIR@
|
||||
DEFAULT_SLAPD_PATH = @DEFAULT_SLAPD_PATH@
|
||||
DEFAULT_SLAPD_SCHEMA_DIR = @DEFAULT_SLAPD_SCHEMA_DIR@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DL_LIBS = @DL_LIBS@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GMIME_CFLAGS = @GMIME_CFLAGS@
|
||||
GMIME_LIBS = @GMIME_LIBS@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
|
||||
GNUTLS_LIBS = @GNUTLS_LIBS@
|
||||
GREP = @GREP@
|
||||
IMPORT_SUBDIRS = @IMPORT_SUBDIRS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
|
||||
KSTAT_LIBS = @KSTAT_LIBS@
|
||||
LDAP_LIBS = @LDAP_LIBS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBCURL = @LIBCURL@
|
||||
LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
|
||||
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
||||
LIBCURL_LIBS = @LIBCURL_LIBS@
|
||||
LIBDIR = @LIBDIR@
|
||||
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
|
||||
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
|
||||
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
|
||||
LIBICAL_CFLAGS = @LIBICAL_CFLAGS@
|
||||
LIBICAL_LIBS = @LIBICAL_LIBS@
|
||||
LIBICONV = @LIBICONV@
|
||||
LIBINTL = @LIBINTL@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LOCALSTATEDIR = @LOCALSTATEDIR@
|
||||
LTLIBICONV = @LTLIBICONV@
|
||||
LTLIBINTL = @LTLIBINTL@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
NMEDIT = @NMEDIT@
|
||||
NO_POINTER_SIGN_WARNINGS = @NO_POINTER_SIGN_WARNINGS@
|
||||
OBJEXT = @OBJEXT@
|
||||
ODBC_LIBS = @ODBC_LIBS@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKGLIBEXECDIR = @PKGLIBEXECDIR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PYEXECDIR = @PYEXECDIR@
|
||||
PYTHON = @PYTHON@
|
||||
PYTHONDIR = @PYTHONDIR@
|
||||
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
|
||||
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
||||
PYTHON_LIBS = @PYTHON_LIBS@
|
||||
PYTHON_PLATFORM = @PYTHON_PLATFORM@
|
||||
PYTHON_PREFIX = @PYTHON_PREFIX@
|
||||
PYTHON_VERSION = @PYTHON_VERSION@
|
||||
RANLIB = @RANLIB@
|
||||
RESOLV_LIBS = @RESOLV_LIBS@
|
||||
SBINDIR = @SBINDIR@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHARED_POSTFIX = @SHARED_POSTFIX@
|
||||
SHELL = @SHELL@
|
||||
SQLITE_CFLAGS = @SQLITE_CFLAGS@
|
||||
SQLITE_LIBS = @SQLITE_LIBS@
|
||||
STRIP = @STRIP@
|
||||
SYSCONFDIR = @SYSCONFDIR@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XPL_DEFAULT_BIN_DIR = @XPL_DEFAULT_BIN_DIR@
|
||||
XPL_DEFAULT_CACHE_DIR = @XPL_DEFAULT_CACHE_DIR@
|
||||
XPL_DEFAULT_CERT_PATH = @XPL_DEFAULT_CERT_PATH@
|
||||
XPL_DEFAULT_CONF_DIR = @XPL_DEFAULT_CONF_DIR@
|
||||
XPL_DEFAULT_COOKIE_DIR = @XPL_DEFAULT_COOKIE_DIR@
|
||||
XPL_DEFAULT_DATA_DIR = @XPL_DEFAULT_DATA_DIR@
|
||||
XPL_DEFAULT_DBF_DIR = @XPL_DEFAULT_DBF_DIR@
|
||||
XPL_DEFAULT_DHPARAMS_PATH = @XPL_DEFAULT_DHPARAMS_PATH@
|
||||
XPL_DEFAULT_KEY_PATH = @XPL_DEFAULT_KEY_PATH@
|
||||
XPL_DEFAULT_LIB_DIR = @XPL_DEFAULT_LIB_DIR@
|
||||
XPL_DEFAULT_MAIL_DIR = @XPL_DEFAULT_MAIL_DIR@
|
||||
XPL_DEFAULT_NLS_DIR = @XPL_DEFAULT_NLS_DIR@
|
||||
XPL_DEFAULT_RANDSEED_PATH = @XPL_DEFAULT_RANDSEED_PATH@
|
||||
XPL_DEFAULT_RSAPARAMS_PATH = @XPL_DEFAULT_RSAPARAMS_PATH@
|
||||
XPL_DEFAULT_SCMS_DIR = @XPL_DEFAULT_SCMS_DIR@
|
||||
XPL_DEFAULT_SPOOL_DIR = @XPL_DEFAULT_SPOOL_DIR@
|
||||
XPL_DEFAULT_STATE_DIR = @XPL_DEFAULT_STATE_DIR@
|
||||
XPL_DEFAULT_STORE_SYSTEM_DIR = @XPL_DEFAULT_STORE_SYSTEM_DIR@
|
||||
XPL_DEFAULT_WORK_DIR = @XPL_DEFAULT_WORK_DIR@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
_libcurl_config = @_libcurl_config@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htl10n_jsfiles = @htl10n_jsfiles@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
pkgpyexecdir = @pkgpyexecdir@
|
||||
pkgpythondir = @pkgpythondir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
pyexecdir = @pyexecdir@
|
||||
pythondir = @pythondir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
subdirs = @subdirs@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = sd log4c
|
||||
bongoincludedir = $(includedir)/bongo
|
||||
bongoinclude_HEADERS = \
|
||||
log4c.h
|
||||
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu import/log4c/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu import/log4c/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-bongoincludeHEADERS: $(bongoinclude_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(bongoincludedir)" || $(MKDIR_P) "$(DESTDIR)$(bongoincludedir)"
|
||||
@list='$(bongoinclude_HEADERS)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(bongoincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(bongoincludedir)/$$f'"; \
|
||||
$(bongoincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(bongoincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-bongoincludeHEADERS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(bongoinclude_HEADERS)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(bongoincludedir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(bongoincludedir)/$$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):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
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) \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||
fi; test -z "$$fail"
|
||||
|
||||
$(RECURSIVE_CLEAN_TARGETS):
|
||||
@failcom='exit 1'; \
|
||||
for f in x $$MAKEFLAGS; do \
|
||||
case $$f in \
|
||||
*=* | --[!k]*);; \
|
||||
*k*) failcom='fail=yes';; \
|
||||
esac; \
|
||||
done; \
|
||||
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) \
|
||||
|| eval $$failcom; \
|
||||
done && test -z "$$fail"
|
||||
tags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
||||
done
|
||||
ctags-recursive:
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
||||
done
|
||||
|
||||
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; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
||||
include_option=--etags-include; \
|
||||
empty_fix=.; \
|
||||
else \
|
||||
include_option=--include; \
|
||||
empty_fix=; \
|
||||
fi; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test ! -f $$subdir/TAGS || \
|
||||
tags="$$tags $$include_option=$$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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||
if test "$$subdir" = .; then :; else \
|
||||
test -d "$(distdir)/$$subdir" \
|
||||
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
||||
|| exit 1; \
|
||||
distdir=`$(am__cd) $(distdir) && pwd`; \
|
||||
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
||||
(cd $$subdir && \
|
||||
$(MAKE) $(AM_MAKEFLAGS) \
|
||||
top_distdir="$$top_distdir" \
|
||||
distdir="$$distdir/$$subdir" \
|
||||
am__remove_distdir=: \
|
||||
am__skip_length_check=: \
|
||||
distdir) \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
all-am: Makefile $(HEADERS)
|
||||
installdirs: installdirs-recursive
|
||||
installdirs-am:
|
||||
for dir in "$(DESTDIR)$(bongoincludedir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-recursive
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-tags
|
||||
|
||||
dvi: dvi-recursive
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-recursive
|
||||
|
||||
info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-bongoincludeHEADERS
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-recursive
|
||||
|
||||
install-info: install-info-recursive
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-recursive
|
||||
|
||||
install-ps: install-ps-recursive
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-recursive
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-recursive
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-recursive
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-recursive
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-bongoincludeHEADERS
|
||||
|
||||
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
||||
install-strip
|
||||
|
||||
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
||||
all all-am check check-am clean clean-generic clean-libtool \
|
||||
ctags ctags-recursive distclean distclean-generic \
|
||||
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
||||
html-am info info-am install install-am \
|
||||
install-bongoincludeHEADERS install-data install-data-am \
|
||||
install-dvi install-dvi-am install-exec install-exec-am \
|
||||
install-html install-html-am install-info install-info-am \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs installdirs-am maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
|
||||
uninstall uninstall-am uninstall-bongoincludeHEADERS
|
||||
|
||||
# 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:
|
||||
@@ -0,0 +1,666 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = import/log4c/log4c
|
||||
DIST_COMMON = $(bongolog4cinclude_HEADERS) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/macros/ax_prefix_config_h.m4 \
|
||||
$(top_srcdir)/m4/gcc_stack_protect.m4 \
|
||||
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gmime.m4 \
|
||||
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
|
||||
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
||||
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libcurl.m4 \
|
||||
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
|
||||
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/sqlite3.m4 \
|
||||
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(libdir)" \
|
||||
"$(DESTDIR)$(bongolog4cincludedir)"
|
||||
libLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||||
libbongolog4c_la_DEPENDENCIES = ../sd/libbongolog4c_sd.la
|
||||
am_libbongolog4c_la_OBJECTS = rc.lo init.lo appender_type_stream.lo \
|
||||
appender_type_stream2.lo appender_type_syslog.lo \
|
||||
appender_type_mmap.lo appender_type_audit.lo \
|
||||
layout_type_basic.lo layout_type_dated.lo version.lo \
|
||||
logging_event.lo priority.lo appender.lo layout.lo category.lo \
|
||||
log4c.lo
|
||||
libbongolog4c_la_OBJECTS = $(am_libbongolog4c_la_OBJECTS)
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
SOURCES = $(libbongolog4c_la_SOURCES)
|
||||
DIST_SOURCES = $(libbongolog4c_la_SOURCES)
|
||||
bongolog4cincludeHEADERS_INSTALL = $(INSTALL_HEADER)
|
||||
HEADERS = $(bongolog4cinclude_HEADERS)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ALL_CFLAGS = @ALL_CFLAGS@
|
||||
ALL_LIBS = @ALL_LIBS@
|
||||
AMTAR = @AMTAR@
|
||||
APACHE_MOD_DIR = @APACHE_MOD_DIR@
|
||||
APXS = @APXS@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BINDIR = @BINDIR@
|
||||
BONGO_USER = @BONGO_USER@
|
||||
CC = @CC@
|
||||
CCAS = @CCAS@
|
||||
CCASDEPMODE = @CCASDEPMODE@
|
||||
CCASFLAGS = @CCASFLAGS@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CFLAGS_save = @CFLAGS_save@
|
||||
CHECK_CFLAGS = @CHECK_CFLAGS@
|
||||
CHECK_LIBS = @CHECK_LIBS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIR = @DATADIR@
|
||||
DEFAULT_SLAPD_PATH = @DEFAULT_SLAPD_PATH@
|
||||
DEFAULT_SLAPD_SCHEMA_DIR = @DEFAULT_SLAPD_SCHEMA_DIR@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DL_LIBS = @DL_LIBS@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GMIME_CFLAGS = @GMIME_CFLAGS@
|
||||
GMIME_LIBS = @GMIME_LIBS@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
|
||||
GNUTLS_LIBS = @GNUTLS_LIBS@
|
||||
GREP = @GREP@
|
||||
IMPORT_SUBDIRS = @IMPORT_SUBDIRS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
|
||||
KSTAT_LIBS = @KSTAT_LIBS@
|
||||
LDAP_LIBS = @LDAP_LIBS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBCURL = @LIBCURL@
|
||||
LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
|
||||
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
||||
LIBCURL_LIBS = @LIBCURL_LIBS@
|
||||
LIBDIR = @LIBDIR@
|
||||
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
|
||||
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
|
||||
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
|
||||
LIBICAL_CFLAGS = @LIBICAL_CFLAGS@
|
||||
LIBICAL_LIBS = @LIBICAL_LIBS@
|
||||
LIBICONV = @LIBICONV@
|
||||
LIBINTL = @LIBINTL@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = \
|
||||
$(LIBLOGEVENT)
|
||||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LOCALSTATEDIR = @LOCALSTATEDIR@
|
||||
LTLIBICONV = @LTLIBICONV@
|
||||
LTLIBINTL = @LTLIBINTL@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
NMEDIT = @NMEDIT@
|
||||
NO_POINTER_SIGN_WARNINGS = @NO_POINTER_SIGN_WARNINGS@
|
||||
OBJEXT = @OBJEXT@
|
||||
ODBC_LIBS = @ODBC_LIBS@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKGLIBEXECDIR = @PKGLIBEXECDIR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PYEXECDIR = @PYEXECDIR@
|
||||
PYTHON = @PYTHON@
|
||||
PYTHONDIR = @PYTHONDIR@
|
||||
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
|
||||
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
||||
PYTHON_LIBS = @PYTHON_LIBS@
|
||||
PYTHON_PLATFORM = @PYTHON_PLATFORM@
|
||||
PYTHON_PREFIX = @PYTHON_PREFIX@
|
||||
PYTHON_VERSION = @PYTHON_VERSION@
|
||||
RANLIB = @RANLIB@
|
||||
RESOLV_LIBS = @RESOLV_LIBS@
|
||||
SBINDIR = @SBINDIR@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHARED_POSTFIX = @SHARED_POSTFIX@
|
||||
SHELL = @SHELL@
|
||||
SQLITE_CFLAGS = @SQLITE_CFLAGS@
|
||||
SQLITE_LIBS = @SQLITE_LIBS@
|
||||
STRIP = @STRIP@
|
||||
SYSCONFDIR = @SYSCONFDIR@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XPL_DEFAULT_BIN_DIR = @XPL_DEFAULT_BIN_DIR@
|
||||
XPL_DEFAULT_CACHE_DIR = @XPL_DEFAULT_CACHE_DIR@
|
||||
XPL_DEFAULT_CERT_PATH = @XPL_DEFAULT_CERT_PATH@
|
||||
XPL_DEFAULT_CONF_DIR = @XPL_DEFAULT_CONF_DIR@
|
||||
XPL_DEFAULT_COOKIE_DIR = @XPL_DEFAULT_COOKIE_DIR@
|
||||
XPL_DEFAULT_DATA_DIR = @XPL_DEFAULT_DATA_DIR@
|
||||
XPL_DEFAULT_DBF_DIR = @XPL_DEFAULT_DBF_DIR@
|
||||
XPL_DEFAULT_DHPARAMS_PATH = @XPL_DEFAULT_DHPARAMS_PATH@
|
||||
XPL_DEFAULT_KEY_PATH = @XPL_DEFAULT_KEY_PATH@
|
||||
XPL_DEFAULT_LIB_DIR = @XPL_DEFAULT_LIB_DIR@
|
||||
XPL_DEFAULT_MAIL_DIR = @XPL_DEFAULT_MAIL_DIR@
|
||||
XPL_DEFAULT_NLS_DIR = @XPL_DEFAULT_NLS_DIR@
|
||||
XPL_DEFAULT_RANDSEED_PATH = @XPL_DEFAULT_RANDSEED_PATH@
|
||||
XPL_DEFAULT_RSAPARAMS_PATH = @XPL_DEFAULT_RSAPARAMS_PATH@
|
||||
XPL_DEFAULT_SCMS_DIR = @XPL_DEFAULT_SCMS_DIR@
|
||||
XPL_DEFAULT_SPOOL_DIR = @XPL_DEFAULT_SPOOL_DIR@
|
||||
XPL_DEFAULT_STATE_DIR = @XPL_DEFAULT_STATE_DIR@
|
||||
XPL_DEFAULT_STORE_SYSTEM_DIR = @XPL_DEFAULT_STORE_SYSTEM_DIR@
|
||||
XPL_DEFAULT_WORK_DIR = @XPL_DEFAULT_WORK_DIR@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
_libcurl_config = @_libcurl_config@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htl10n_jsfiles = @htl10n_jsfiles@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
pkgpyexecdir = @pkgpyexecdir@
|
||||
pkgpythondir = @pkgpythondir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
pyexecdir = @pyexecdir@
|
||||
pythondir = @pythondir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
subdirs = @subdirs@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
INCLUDES = \
|
||||
-I$(srcdir)/../ \
|
||||
-DLOG4C_RCPATH="\"$(sysconfdir)/bongo\""
|
||||
|
||||
lib_LTLIBRARIES = libbongolog4c.la
|
||||
libbongolog4c_la_SOURCES = \
|
||||
rc.c \
|
||||
init.c \
|
||||
appender_type_stream.c \
|
||||
appender_type_stream2.c \
|
||||
appender_type_syslog.c \
|
||||
appender_type_mmap.c \
|
||||
appender_type_audit.c \
|
||||
layout_type_basic.c \
|
||||
layout_type_dated.c \
|
||||
version.c \
|
||||
logging_event.c \
|
||||
priority.c \
|
||||
appender.c \
|
||||
layout.c \
|
||||
category.c \
|
||||
log4c.c
|
||||
|
||||
libbongolog4c_la_LIBADD = \
|
||||
../sd/libbongolog4c_sd.la
|
||||
|
||||
bongolog4cincludedir = $(includedir)/bongo/log4c
|
||||
bongolog4cinclude_HEADERS = \
|
||||
rc.h \
|
||||
init.h \
|
||||
defs.h \
|
||||
version.h \
|
||||
location_info.h \
|
||||
logging_event.h \
|
||||
priority.h \
|
||||
layout_type_basic.h \
|
||||
layout_type_dated.h \
|
||||
layout.h \
|
||||
appender_type_stream.h \
|
||||
appender_type_stream2.h \
|
||||
appender_type_syslog.h \
|
||||
appender_type_mmap.h \
|
||||
appender_type_audit.h \
|
||||
appender.h \
|
||||
category.h \
|
||||
buffer.h
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu import/log4c/log4c/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu import/log4c/log4c/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-libLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
p=$(am__strip_dir) \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
||||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
||||
done
|
||||
|
||||
clean-libLTLIBRARIES:
|
||||
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
||||
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
||||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
||||
test "$$dir" != "$$p" || dir=.; \
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
libbongolog4c.la: $(libbongolog4c_la_OBJECTS) $(libbongolog4c_la_DEPENDENCIES)
|
||||
$(LINK) -rpath $(libdir) $(libbongolog4c_la_OBJECTS) $(libbongolog4c_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appender.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appender_type_audit.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appender_type_mmap.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appender_type_stream.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appender_type_stream2.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appender_type_syslog.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/category.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout_type_basic.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layout_type_dated.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log4c.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging_event.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/priority.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rc.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
install-bongolog4cincludeHEADERS: $(bongolog4cinclude_HEADERS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(bongolog4cincludedir)" || $(MKDIR_P) "$(DESTDIR)$(bongolog4cincludedir)"
|
||||
@list='$(bongolog4cinclude_HEADERS)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(bongolog4cincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(bongolog4cincludedir)/$$f'"; \
|
||||
$(bongolog4cincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(bongolog4cincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-bongolog4cincludeHEADERS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(bongolog4cinclude_HEADERS)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(bongolog4cincludedir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(bongolog4cincludedir)/$$f"; \
|
||||
done
|
||||
|
||||
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; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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 $(LTLIBRARIES) $(HEADERS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bongolog4cincludedir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libLTLIBRARIES clean-libtool \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-bongolog4cincludeHEADERS
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am: install-libLTLIBRARIES
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-bongolog4cincludeHEADERS \
|
||||
uninstall-libLTLIBRARIES
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libLTLIBRARIES clean-libtool ctags distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-bongolog4cincludeHEADERS \
|
||||
install-data install-data-am install-dvi install-dvi-am \
|
||||
install-exec install-exec-am install-html install-html-am \
|
||||
install-info install-info-am install-libLTLIBRARIES \
|
||||
install-man install-pdf install-pdf-am install-ps \
|
||||
install-ps-am install-strip installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
|
||||
uninstall-am uninstall-bongolog4cincludeHEADERS \
|
||||
uninstall-libLTLIBRARIES
|
||||
|
||||
# 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:
|
||||
@@ -0,0 +1,595 @@
|
||||
# Makefile.in generated by automake 1.10.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008 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@
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = import/log4c/sd
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/macros/ax_prefix_config_h.m4 \
|
||||
$(top_srcdir)/m4/gcc_stack_protect.m4 \
|
||||
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gmime.m4 \
|
||||
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
|
||||
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
|
||||
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libcurl.m4 \
|
||||
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
|
||||
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/sqlite3.m4 \
|
||||
$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||||
libbongolog4c_sd_la_LIBADD =
|
||||
am_libbongolog4c_sd_la_OBJECTS = stack.lo list.lo malloc.lo \
|
||||
domnode-xml.lo domnode-xml-parser.lo domnode-xml-scanner.lo \
|
||||
domnode.lo factory.lo hash.lo sprintf.lo test.lo
|
||||
libbongolog4c_sd_la_OBJECTS = $(am_libbongolog4c_sd_la_OBJECTS)
|
||||
libbongolog4c_sd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(libbongolog4c_sd_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
SOURCES = $(libbongolog4c_sd_la_SOURCES) \
|
||||
$(EXTRA_libbongolog4c_sd_la_SOURCES)
|
||||
DIST_SOURCES = $(libbongolog4c_sd_la_SOURCES) \
|
||||
$(EXTRA_libbongolog4c_sd_la_SOURCES)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ALL_CFLAGS = @ALL_CFLAGS@
|
||||
ALL_LIBS = @ALL_LIBS@
|
||||
AMTAR = @AMTAR@
|
||||
APACHE_MOD_DIR = @APACHE_MOD_DIR@
|
||||
APXS = @APXS@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BINDIR = @BINDIR@
|
||||
BONGO_USER = @BONGO_USER@
|
||||
CC = @CC@
|
||||
CCAS = @CCAS@
|
||||
CCASDEPMODE = @CCASDEPMODE@
|
||||
CCASFLAGS = @CCASFLAGS@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CFLAGS_save = @CFLAGS_save@
|
||||
CHECK_CFLAGS = @CHECK_CFLAGS@
|
||||
CHECK_LIBS = @CHECK_LIBS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIR = @DATADIR@
|
||||
DEFAULT_SLAPD_PATH = @DEFAULT_SLAPD_PATH@
|
||||
DEFAULT_SLAPD_SCHEMA_DIR = @DEFAULT_SLAPD_SCHEMA_DIR@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DL_LIBS = @DL_LIBS@
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DSYMUTIL = @DSYMUTIL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||
GMIME_CFLAGS = @GMIME_CFLAGS@
|
||||
GMIME_LIBS = @GMIME_LIBS@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
|
||||
GNUTLS_LIBS = @GNUTLS_LIBS@
|
||||
GREP = @GREP@
|
||||
IMPORT_SUBDIRS = @IMPORT_SUBDIRS@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
|
||||
KSTAT_LIBS = @KSTAT_LIBS@
|
||||
LDAP_LIBS = @LDAP_LIBS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LEX = @LEX@
|
||||
LEXLIB = @LEXLIB@
|
||||
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
||||
LIBCURL = @LIBCURL@
|
||||
LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
|
||||
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
|
||||
LIBCURL_LIBS = @LIBCURL_LIBS@
|
||||
LIBDIR = @LIBDIR@
|
||||
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
|
||||
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
|
||||
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
|
||||
LIBICAL_CFLAGS = @LIBICAL_CFLAGS@
|
||||
LIBICAL_LIBS = @LIBICAL_LIBS@
|
||||
LIBICONV = @LIBICONV@
|
||||
LIBINTL = @LIBINTL@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LOCALSTATEDIR = @LOCALSTATEDIR@
|
||||
LTLIBICONV = @LTLIBICONV@
|
||||
LTLIBINTL = @LTLIBINTL@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
MSGMERGE = @MSGMERGE@
|
||||
NMEDIT = @NMEDIT@
|
||||
NO_POINTER_SIGN_WARNINGS = @NO_POINTER_SIGN_WARNINGS@
|
||||
OBJEXT = @OBJEXT@
|
||||
ODBC_LIBS = @ODBC_LIBS@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PKGLIBEXECDIR = @PKGLIBEXECDIR@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
POFILES = @POFILES@
|
||||
POSUB = @POSUB@
|
||||
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
||||
PTHREAD_LIBS = @PTHREAD_LIBS@
|
||||
PYEXECDIR = @PYEXECDIR@
|
||||
PYTHON = @PYTHON@
|
||||
PYTHONDIR = @PYTHONDIR@
|
||||
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
|
||||
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
||||
PYTHON_LIBS = @PYTHON_LIBS@
|
||||
PYTHON_PLATFORM = @PYTHON_PLATFORM@
|
||||
PYTHON_PREFIX = @PYTHON_PREFIX@
|
||||
PYTHON_VERSION = @PYTHON_VERSION@
|
||||
RANLIB = @RANLIB@
|
||||
RESOLV_LIBS = @RESOLV_LIBS@
|
||||
SBINDIR = @SBINDIR@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHARED_POSTFIX = @SHARED_POSTFIX@
|
||||
SHELL = @SHELL@
|
||||
SQLITE_CFLAGS = @SQLITE_CFLAGS@
|
||||
SQLITE_LIBS = @SQLITE_LIBS@
|
||||
STRIP = @STRIP@
|
||||
SYSCONFDIR = @SYSCONFDIR@
|
||||
USE_NLS = @USE_NLS@
|
||||
VERSION = @VERSION@
|
||||
XGETTEXT = @XGETTEXT@
|
||||
XPL_DEFAULT_BIN_DIR = @XPL_DEFAULT_BIN_DIR@
|
||||
XPL_DEFAULT_CACHE_DIR = @XPL_DEFAULT_CACHE_DIR@
|
||||
XPL_DEFAULT_CERT_PATH = @XPL_DEFAULT_CERT_PATH@
|
||||
XPL_DEFAULT_CONF_DIR = @XPL_DEFAULT_CONF_DIR@
|
||||
XPL_DEFAULT_COOKIE_DIR = @XPL_DEFAULT_COOKIE_DIR@
|
||||
XPL_DEFAULT_DATA_DIR = @XPL_DEFAULT_DATA_DIR@
|
||||
XPL_DEFAULT_DBF_DIR = @XPL_DEFAULT_DBF_DIR@
|
||||
XPL_DEFAULT_DHPARAMS_PATH = @XPL_DEFAULT_DHPARAMS_PATH@
|
||||
XPL_DEFAULT_KEY_PATH = @XPL_DEFAULT_KEY_PATH@
|
||||
XPL_DEFAULT_LIB_DIR = @XPL_DEFAULT_LIB_DIR@
|
||||
XPL_DEFAULT_MAIL_DIR = @XPL_DEFAULT_MAIL_DIR@
|
||||
XPL_DEFAULT_NLS_DIR = @XPL_DEFAULT_NLS_DIR@
|
||||
XPL_DEFAULT_RANDSEED_PATH = @XPL_DEFAULT_RANDSEED_PATH@
|
||||
XPL_DEFAULT_RSAPARAMS_PATH = @XPL_DEFAULT_RSAPARAMS_PATH@
|
||||
XPL_DEFAULT_SCMS_DIR = @XPL_DEFAULT_SCMS_DIR@
|
||||
XPL_DEFAULT_SPOOL_DIR = @XPL_DEFAULT_SPOOL_DIR@
|
||||
XPL_DEFAULT_STATE_DIR = @XPL_DEFAULT_STATE_DIR@
|
||||
XPL_DEFAULT_STORE_SYSTEM_DIR = @XPL_DEFAULT_STORE_SYSTEM_DIR@
|
||||
XPL_DEFAULT_WORK_DIR = @XPL_DEFAULT_WORK_DIR@
|
||||
YACC = @YACC@
|
||||
YFLAGS = @YFLAGS@
|
||||
_libcurl_config = @_libcurl_config@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htl10n_jsfiles = @htl10n_jsfiles@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
pkgpyexecdir = @pkgpyexecdir@
|
||||
pkgpythondir = @pkgpythondir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
pyexecdir = @pyexecdir@
|
||||
pythondir = @pythondir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
subdirs = @subdirs@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
INCLUDES = \
|
||||
-I$(srcdir)/../
|
||||
|
||||
noinst_LTLIBRARIES = libbongolog4c_sd.la
|
||||
libbongolog4c_sd_la_SOURCES = \
|
||||
error.h \
|
||||
defs.h \
|
||||
stack.h \
|
||||
stack.c \
|
||||
list.h \
|
||||
list.c \
|
||||
malloc.h \
|
||||
malloc.c \
|
||||
domnode.h \
|
||||
domnode-xml.h \
|
||||
domnode-xml.c \
|
||||
domnode-xml-parser.h \
|
||||
domnode-xml-parser.c \
|
||||
domnode-xml-scanner.h \
|
||||
domnode-xml-scanner.c \
|
||||
domnode.c \
|
||||
factory.h \
|
||||
factory.c \
|
||||
hash.h \
|
||||
hash.c \
|
||||
sd_xplatform.h \
|
||||
sprintf.h \
|
||||
sprintf.c \
|
||||
test.h \
|
||||
test.c
|
||||
|
||||
libbongolog4c_sd_la_LDFLAGS =
|
||||
EXTRA_libbongolog4c_sd_la_SOURCES = \
|
||||
sprintf.osf.c
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu import/log4c/sd/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu import/log4c/sd/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
clean-noinstLTLIBRARIES:
|
||||
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
||||
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
||||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
||||
test "$$dir" != "$$p" || dir=.; \
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
libbongolog4c_sd.la: $(libbongolog4c_sd_la_OBJECTS) $(libbongolog4c_sd_la_DEPENDENCIES)
|
||||
$(libbongolog4c_sd_la_LINK) $(libbongolog4c_sd_la_OBJECTS) $(libbongolog4c_sd_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domnode-xml-parser.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domnode-xml-scanner.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domnode-xml.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domnode.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/factory.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprintf.osf.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
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; nonemtpy = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
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; nonempty = 1; } \
|
||||
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_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 tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
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 $(LTLIBRARIES)
|
||||
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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(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 clean-libtool clean-noinstLTLIBRARIES \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am:
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libtool clean-noinstLTLIBRARIES ctags distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
||||
pdf pdf-am ps ps-am tags uninstall uninstall-am
|
||||
|
||||
# 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:
|
||||
@@ -0,0 +1,57 @@
|
||||
2006-03-18 Damon Chaplin <damon@gnome.org>
|
||||
|
||||
* Released Vzic 1.3
|
||||
|
||||
2006-03-18 Damon Chaplin <damon@gnome.org>
|
||||
|
||||
* vzic-output.c (expand_tzname): added special case for America/Nome.
|
||||
(output_rrule): made hacks a bit more general, to handle Asia/Gaza
|
||||
which now has a day=4 rule. At some point we should check what newer
|
||||
versions of Outlook can handle so we can be more accurate.
|
||||
|
||||
* vzic-dump.c (dump_time_zone_names): try looking for timezone info
|
||||
using original and linked name.
|
||||
|
||||
* README, *.c: fixed spelling 'compatable' -> 'compatible'.
|
||||
|
||||
* vzic.c: patch from Jonathan Guthrie to support a --olson-dir option.
|
||||
|
||||
2003-10-25 Damon Chaplin <damon@gnome.org>
|
||||
|
||||
* Released Vzic 1.2
|
||||
|
||||
2003-10-25 Damon Chaplin <damon@gnome.org>
|
||||
|
||||
* vzic-output.c:
|
||||
* Makefile: moved the PRODUCT_ID and TZID_PREFIX settings to the
|
||||
Makefile and changed the default so people don't accidentally use
|
||||
the same IDs as Evolution.
|
||||
|
||||
* vzic-parse.c (parse_time): substitute 23:59:59 when we read a time
|
||||
of 24:00:00. This is a bit of a kludge to avoid problems, since
|
||||
24:00:00 is not a valid iCalendar time. Since 24:00:00 is only used
|
||||
for a few timezones in the 1930s it doesn't matter too much.
|
||||
|
||||
To write a correct fix we'd need to review all the code that deals
|
||||
with times to see if it would be affected, e.g. a time of 24:00 on
|
||||
one day should be considered equal to 0:00 the next day.
|
||||
|
||||
We'd also need to adjust the output times to use 0:00 the next day
|
||||
rather than 24:00. If we need to output recurrence rules that would
|
||||
be a problem, since 'last saturday at 24:00' can't be easily
|
||||
converted to another rule that uses 0:00 instead.
|
||||
|
||||
2003-10-22 Damon Chaplin <damon@gnome.org>
|
||||
|
||||
* Released Vzic 1.1
|
||||
|
||||
2003-10-22 Damon Chaplin <damon@gnome.org>
|
||||
|
||||
* vzic-parse.c (parse_time): allow a time of 24:00, as used in
|
||||
the America/Montreal and America/Toronto rules in the 1930s!
|
||||
I'm not 100% sure the rest of the code will handle this OK, but
|
||||
it only affects the 'pure' output.
|
||||
|
||||
2003-09-01 Damon Chaplin <damon@gnome.org>
|
||||
|
||||
* Released Vzic 1.0
|
||||
@@ -0,0 +1,78 @@
|
||||
#
|
||||
# You will need to set this to the directory that the Olson timezone data
|
||||
# files are in.
|
||||
#
|
||||
OLSON_DIR = /home/damon/src/olson/tzdata2006b
|
||||
|
||||
|
||||
# This is used to create unique IDs for each VTIMEZONE component.
|
||||
# The prefix is put before each timezone city name. It should start and end
|
||||
# with a '/'. The first part, i.e. 'myorganization.org' below, should be
|
||||
# a unique vendor ID, e.g. use a hostname. The part after that can be
|
||||
# anything you want. We use a date and version number for libical. The %D
|
||||
# gets expanded to today's date. There is also a vzic-merge.pl which can be
|
||||
# used to merge changes into a master set of VTIMEZONEs. If a VTIMEZONE has
|
||||
# changed, it bumps the version number on the end of this prefix. */
|
||||
TZID_PREFIX = /bongo/
|
||||
|
||||
# This is what libical-evolution uses.
|
||||
#TZID_PREFIX = /softwarestudio.org/Olson_%D_1/
|
||||
|
||||
# Set any -I include directories to find the libical header files, and the
|
||||
# libical library to link with. You only need these if you want to run the
|
||||
# tests. You may need to change the '#include <ical.h>' line at the top of
|
||||
# test-vzic.c as well.
|
||||
LIBICAL_CFLAGS = -I../libical/src/ -I../../include
|
||||
LIBICAL_LDADD = -l../libical/src/libical/libical-bongo.la
|
||||
|
||||
|
||||
#
|
||||
# You shouldn't need to change the rest of the file.
|
||||
#
|
||||
|
||||
GLIB_CFLAGS = `pkg-config --cflags glib-2.0`
|
||||
GLIB_LDADD = `pkg-config --libs glib-2.0`
|
||||
|
||||
CFLAGS = -g -DOLSON_DIR=\"$(OLSON_DIR)\" -DTZID_PREFIX='"$(TZID_PREFIX)"' $(GLIB_CFLAGS) $(LIBICAL_CFLAGS)
|
||||
|
||||
OBJECTS = vzic.o vzic-parse.o vzic-dump.o vzic-output.o
|
||||
|
||||
all: vzic
|
||||
|
||||
vzic: $(OBJECTS)
|
||||
$(CC) $(OBJECTS) $(GLIB_LDADD) -o vzic
|
||||
|
||||
test-vzic: test-vzic.o
|
||||
$(CC) test-vzic.o $(LIBICAL_LDADD) -o test-vzic
|
||||
|
||||
# Dependencies.
|
||||
$(OBJECTS): vzic.h
|
||||
vzic.o vzic-parse.o: vzic-parse.h
|
||||
vzic.o vzic-dump.o: vzic-dump.h
|
||||
vzic.o vzic-output.o: vzic-output.h
|
||||
|
||||
test-parse: vzic
|
||||
./vzic-dump.pl $(OLSON_DIR)
|
||||
./vzic --dump --pure
|
||||
@echo
|
||||
@echo "#"
|
||||
@echo "# If either of these diff commands outputs anything there may be a problem."
|
||||
@echo "#"
|
||||
diff -ru zoneinfo/ZonesPerl zoneinfo/ZonesVzic
|
||||
diff -ru zoneinfo/RulesPerl zoneinfo/RulesVzic
|
||||
|
||||
test-changes: vzic test-vzic
|
||||
./test-vzic --dump-changes
|
||||
./vzic --dump-changes --pure
|
||||
@echo
|
||||
@echo "#"
|
||||
@echo "# If this diff command outputs anything there may be a problem."
|
||||
@echo "#"
|
||||
diff -ru zoneinfo/ChangesVzic test-output
|
||||
|
||||
clean:
|
||||
-rm -rf vzic $(OBJECTS) *~ ChangesVzic RulesVzic ZonesVzic RulesPerl ZonesPerl test-vzic test-vzic.o
|
||||
|
||||
.PHONY: clean perl-dump test-parse
|
||||
|
||||
|
||||
@@ -0,0 +1,202 @@
|
||||
|
||||
|
||||
VZIC README
|
||||
===========
|
||||
|
||||
This is 'vzic', a program to convert the Olson timezone database files into
|
||||
VTIMEZONE files compatible with the iCalendar specification (RFC2445).
|
||||
|
||||
(The name is based on the 'zic' program which converts the Olson files into
|
||||
time zone information files used by several Unix C libraries, including
|
||||
glibc. See zic(8) and tzfile(5).)
|
||||
|
||||
|
||||
|
||||
REQUIREMENTS
|
||||
============
|
||||
|
||||
You need the Olson timezone database files, which can be found at:
|
||||
|
||||
ftp://elsie.nci.nih.gov/pub/
|
||||
|
||||
(Old versions can be found at ftp://munnari.oz.au/pub/oldtz/)
|
||||
|
||||
|
||||
Vzic also uses the GLib library (for hash tables, dynamic arrays, and date
|
||||
calculations). You need version 2.0 or higher. You can get this from:
|
||||
|
||||
http://www.gtk.org
|
||||
|
||||
|
||||
|
||||
BUILDING
|
||||
========
|
||||
|
||||
Edit the Makefile to set the OLSON_DIR, PRODUCT_ID and TZID_PREFIX variables.
|
||||
|
||||
Then run 'make'.
|
||||
|
||||
|
||||
|
||||
RUNNING
|
||||
=======
|
||||
|
||||
Run 'vzic'.
|
||||
|
||||
The output is placed in the zoneinfo subdirectory by default,
|
||||
but you can use the --output-dir options to set another toplevel output
|
||||
directory.
|
||||
|
||||
By default it outputs VTIMEZONEs that try to be compatible with Outlook
|
||||
(2000, at least). Outlook can't handle certain iCalendar constructs in
|
||||
VTIMEZONEs, such as RRULEs using BYMONTHDAY, so it has to adjust the RRULEs
|
||||
slightly to get Outlook to parse them. Unfortunately this means they are
|
||||
slightly wrong. If given the --pure option, vzic outputs the exact data,
|
||||
without worrying about compatability.
|
||||
|
||||
NOTE: We don't convert all the Olson files. We skip 'backward', 'etcetera',
|
||||
'leapseconds', 'pacificnew', 'solar87', 'solar88' and 'solar89', 'factory'
|
||||
and 'systemv', since these don't really provide any useful timezones.
|
||||
See vzic.c.
|
||||
|
||||
|
||||
|
||||
MERGING CHANGES INTO A MASTER SET OF VTIMEZONES
|
||||
===============================================
|
||||
|
||||
The Olson timezone files are updated fairly often, so we need to build new
|
||||
sets of VTIMEZONE files. Though we have to be careful to ensure that the TZID
|
||||
of updated timezones is also updated, since it must remain unique.
|
||||
|
||||
We use a version number on the end of the TZID prefix (see the TZIDPrefix
|
||||
variable in vzic-output.c) to ensure this uniqueness.
|
||||
|
||||
But we don't want to update the version numbers of VTIMEZONEs which have not
|
||||
changed. So we use the vzic-merge.pl Perl script. This merges in the new set
|
||||
of VTIMEZONEs with a 'master' set. It compares each new VTIMEZONE file with
|
||||
the one in the master set (ignoring changes to the TZID). If the new
|
||||
VTIMEZONE file is different, it copies it to the master set and sets the
|
||||
version number to the old VTIMEZONE's version number + 1.
|
||||
|
||||
To use vzic-merge.pl you must change the $MASTER_ZONEINFO_DIR and
|
||||
$NEW_ZONEINFO_DIR variables at the top of the file to point to your 2 sets of
|
||||
VTIMEZONEs. You then just run the script. (I recommend you keep a backup of
|
||||
the old master VTIMEZONE files, and use diff to compare the new master set
|
||||
with the old one, in case anything goes wrong.)
|
||||
|
||||
You must merge in changes to the zones.tab file by hand.
|
||||
|
||||
Note that some timezones are renamed or removed occasionally, so applications
|
||||
should be able to cope with this.
|
||||
|
||||
|
||||
|
||||
COMPATABILITY NOTES
|
||||
===================
|
||||
|
||||
It seems that Microsoft Outlook is very picky about the iCalendar files it
|
||||
will accept. (I've been testing with Outlook 2000. I hope the other versions
|
||||
are no worse.) Here's a few problems we've had with the VTIMEZONEs:
|
||||
|
||||
o Outlook doesn't like any years before 1600. We were using '1st Jan 0001'
|
||||
in all VTIMEZONEs to specify the first UTC offset known for the timezone.
|
||||
(The Olson data does not give a start date for this.)
|
||||
|
||||
Now we just skip this first component for most timezones. The UTC offset
|
||||
can still be found from the TZOFFSETFROM property of the first component.
|
||||
|
||||
Though some timezones only specify one UTC offset that applies forever,
|
||||
so in these cases we output '1st Jan 1970' (Indian/Cocos,
|
||||
Pacific/Johnston).
|
||||
|
||||
o Outlook doesn't like the BYMONTHDAY specifier in RRULEs.
|
||||
|
||||
We have changed most of the VTIMEZONEs to use things like 'BYDAY=2SU'
|
||||
rather than 'BYMONTHDAY=8,9,10,11,12,13,14;BYDAY=SU', though some of
|
||||
them were impossible to convert correctly so they are not always correct.
|
||||
|
||||
o Outlook doesn't like TZOFFSETFROM/TZOFFSETTO properties which include a
|
||||
seconds component, e.g. 'TZOFFSETFROM:+110628'.
|
||||
Quite a lot of the Olson timezones include seconds in their UTC offsets,
|
||||
though no timezones currently have a UTC offset that uses the seconds
|
||||
value.
|
||||
|
||||
We've rounded all UTC offsets to the nearest minute. Since all timezone
|
||||
offsets currently used have '00' as the seconds offset, this doesn't lose
|
||||
us much.
|
||||
|
||||
o Outlook doesn't like lines being split in certain places, even though
|
||||
the iCalendar spec says they can be split anywhere.
|
||||
|
||||
o Outlook can only handle one RDATE or a pair of RRULEs. So we had to remove
|
||||
all historical data.
|
||||
|
||||
|
||||
TESTING
|
||||
=======
|
||||
|
||||
Do a 'make test-vic', then run ./test-vic.
|
||||
|
||||
The test-vzic program compares our libical code and VTIMEZONE data against
|
||||
the Unix functions like mktime(). It steps over a period of time (1970-2037)
|
||||
converting from UTC to a given timezone and back again every 15 minutes.
|
||||
Any differences are output into the test-output directory.
|
||||
|
||||
The output matches for all of the timezones, except in a few places where the
|
||||
result can't be determined. So I think we can be fairly confident that the
|
||||
VTIMEZONEs are correct.
|
||||
|
||||
Note that you must use the same Olson data in libical that the OS is using
|
||||
for mktime() etc. For example, I am using RedHat 9 which uses tzdata2002d,
|
||||
so I converted this to VTIMEZONE files and installed it into the libical
|
||||
timezone data directory before testing. (You need to use '--pure' when
|
||||
creating the VTIMEZONE files as well.)
|
||||
|
||||
|
||||
Testing the Parsing Code
|
||||
------------------------
|
||||
|
||||
Run 'make test-parse'.
|
||||
|
||||
This runs 'vzic --dump' and 'perl-dump' and compares the output. The diff
|
||||
commands should not produce any output.
|
||||
|
||||
'vzic --dump' dumps all the parsed data out in the original Olson format,
|
||||
but without comments. The files are written into the ZonesVzic and RulesVzic
|
||||
subdirectories of the zoneinfo directory.
|
||||
|
||||
'make perl-dump' runs the vzic-dump.pl perl script which outputs the files
|
||||
in the same format as 'vzic --dump' in the ZonesPerl and RulesPerl
|
||||
subdirectories. The perl script doesn't actually parse the fields; it only
|
||||
strips comments and massages the fields so we have the same output format.
|
||||
|
||||
Currently they both produce exactly the same output so we know the parsing
|
||||
code is OK.
|
||||
|
||||
|
||||
Testing the VTIMEZONE Files
|
||||
---------------------------
|
||||
|
||||
Run 'make test-changes'.
|
||||
|
||||
This runs 'vzic --dump-changes' and 'test-vzic --dump-changes' and compares
|
||||
the output. The diff command should not produce any output.
|
||||
|
||||
Both commands output timezone changes for each zone up to a specific year
|
||||
(2030) into files for each timezone. It outputs the timezone changes in a
|
||||
list in this format:
|
||||
|
||||
Timezone Name Date and Time of Change in UTC New Offset from UTC
|
||||
|
||||
America/Dawson 26 Oct 1986 2:00:00 -0800
|
||||
|
||||
Unfortunately there are some differences here, but they all happen before
|
||||
1970 so it doesn't matter too much. It looks like the libical code has
|
||||
problems determining things like 'last Sunday of the month' before 1970.
|
||||
This is because it uses mktime() etc. which can't really handle dates
|
||||
before 1970.
|
||||
|
||||
|
||||
|
||||
Damon Chaplin <damon@gnome.org>, 25 Oct 2003.
|
||||
|
||||
@@ -0,0 +1,422 @@
|
||||
/*
|
||||
* Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
* files compatible with the iCalendar specification (RFC2445).
|
||||
*
|
||||
* Copyright (C) 2000-2001 Ximian, Inc.
|
||||
* Copyright (C) 2003 Damon Chaplin.
|
||||
*
|
||||
* Author: Damon Chaplin <damon@gnome.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/*
|
||||
* test-vzic.c - test vzic + libical against mktime() and friends.
|
||||
*
|
||||
* Note that when we output VCALENDAR data compatible with Outlook the
|
||||
* results aren't all correct.
|
||||
*
|
||||
* We have to modify some RRULEs which makes these timezones incorrect:
|
||||
*
|
||||
* Africa/Cairo
|
||||
* America/Godthab
|
||||
* America/Santiago
|
||||
* Antarctica/Palmer
|
||||
* Asia/Baghdad
|
||||
* Asia/Damascus
|
||||
* Asia/Jerusalem
|
||||
*
|
||||
* Also, we can only output one RDATE or a pair of RRULEs which may make some
|
||||
* other timezones incorrect sometimes (e.g. if they change).
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <ical.h>
|
||||
/*#include <evolution/ical.h>*/
|
||||
|
||||
#define CHANGES_MAX_YEAR 2030
|
||||
|
||||
/* These are the years between which we test against the Unix timezone
|
||||
functions, inclusive. When using 'vzic --pure' you can test the full
|
||||
range from 1970 to 2037 and it should match against mktime() etc.
|
||||
(assuming you are using the same Olson timezone data for both).
|
||||
|
||||
But when using VTIMEZONE's that are compatible with Outlook, it is only
|
||||
worth testing times in the future. There will be lots of differences in
|
||||
the past, since we can't include any historical changes in the files. */
|
||||
#if 1
|
||||
#define DUMP_START_YEAR 2003
|
||||
#define DUMP_END_YEAR 2037
|
||||
#else
|
||||
#define DUMP_START_YEAR 1970
|
||||
#define DUMP_END_YEAR 2037
|
||||
#endif
|
||||
|
||||
/* The maximum size of any complete pathname. */
|
||||
#define PATHNAME_BUFFER_SIZE 1024
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE (0)
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE (!FALSE)
|
||||
#endif
|
||||
|
||||
int VzicDumpChanges = FALSE;
|
||||
|
||||
/* We output beneath the current directory for now. */
|
||||
char *directory = "test-output";
|
||||
|
||||
static void usage (void);
|
||||
static int parse_zone_name (char *name,
|
||||
char **directory,
|
||||
char **subdirectory,
|
||||
char **filename);
|
||||
static void ensure_directory_exists (char *directory);
|
||||
static void dump_local_times (icaltimezone *zone,
|
||||
FILE *fp);
|
||||
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
icalarray *zones;
|
||||
icaltimezone *zone;
|
||||
char *zone_directory, *zone_subdirectory, *zone_filename, *location;
|
||||
char output_directory[PATHNAME_BUFFER_SIZE];
|
||||
char filename[PATHNAME_BUFFER_SIZE];
|
||||
FILE *fp;
|
||||
int i;
|
||||
int skipping = TRUE;
|
||||
|
||||
/*
|
||||
* Command-Line Option Parsing.
|
||||
*/
|
||||
for (i = 1; i < argc; i++) {
|
||||
/* --dump-changes: Dumps a list of times when each timezone changed,
|
||||
and the new local time offset from UTC. */
|
||||
if (!strcmp (argv[i], "--dump-changes"))
|
||||
VzicDumpChanges = TRUE;
|
||||
|
||||
else
|
||||
usage ();
|
||||
}
|
||||
|
||||
|
||||
zones = icaltimezone_get_builtin_timezones ();
|
||||
|
||||
ensure_directory_exists (directory);
|
||||
|
||||
for (i = 0; i < zones->num_elements; i++) {
|
||||
zone = icalarray_element_at (zones, i);
|
||||
|
||||
location = icaltimezone_get_location (zone);
|
||||
|
||||
#if 0
|
||||
/* Use this to start at a certain zone. */
|
||||
if (skipping && strcmp (location, "America/Boise"))
|
||||
continue;
|
||||
#endif
|
||||
|
||||
skipping = FALSE;
|
||||
|
||||
/* Use this to only output data for certain timezones. */
|
||||
#if 0
|
||||
if (strcmp (location, "America/Cancun")
|
||||
&& strcmp (location, "Asia/Baku")
|
||||
&& strcmp (location, "Asia/Nicosia")
|
||||
&& strcmp (location, "Asia/Novosibirsk")
|
||||
&& strcmp (location, "Asia/Samarkand")
|
||||
&& strcmp (location, "Asia/Tashkent")
|
||||
&& strcmp (location, "Asia/Tbilisi")
|
||||
&& strcmp (location, "Asia/Yerevan")
|
||||
&& strcmp (location, "Australia/Broken_Hill")
|
||||
&& strcmp (location, "Europe/Simferopol")
|
||||
&& strcmp (location, "Europe/Tallinn")
|
||||
&& strcmp (location, "Europe/Zaporozhye")
|
||||
)
|
||||
continue;
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
printf ("%s\n", location);
|
||||
#endif
|
||||
|
||||
parse_zone_name (location, &zone_directory, &zone_subdirectory,
|
||||
&zone_filename);
|
||||
|
||||
sprintf (output_directory, "%s/%s", directory, zone_directory);
|
||||
ensure_directory_exists (output_directory);
|
||||
sprintf (filename, "%s/%s", output_directory, zone_filename);
|
||||
|
||||
if (zone_subdirectory) {
|
||||
sprintf (output_directory, "%s/%s/%s", directory, zone_directory,
|
||||
zone_subdirectory);
|
||||
ensure_directory_exists (output_directory);
|
||||
sprintf (filename, "%s/%s", output_directory, zone_filename);
|
||||
}
|
||||
|
||||
fp = fopen (filename, "w");
|
||||
if (!fp) {
|
||||
fprintf (stderr, "Couldn't create file: %s\n", filename);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
/* We can run 2 different tests - output all changes for each zone, or
|
||||
test against mktime()/localtime(). Should have a command-line option
|
||||
or something. */
|
||||
if (VzicDumpChanges)
|
||||
icaltimezone_dump_changes (zone, CHANGES_MAX_YEAR, fp);
|
||||
else
|
||||
dump_local_times (zone, fp);
|
||||
|
||||
if (ferror (fp)) {
|
||||
fprintf (stderr, "Error writing file: %s\n", filename);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
fclose (fp);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
usage (void)
|
||||
{
|
||||
fprintf (stderr, "Usage: test-vzic [--dump-changes]\n");
|
||||
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
||||
/* This checks that the Zone name only uses the characters in [-+_/a-zA-Z0-9],
|
||||
and outputs a warning if it isn't. */
|
||||
static int
|
||||
parse_zone_name (char *name,
|
||||
char **directory,
|
||||
char **subdirectory,
|
||||
char **filename)
|
||||
{
|
||||
static int invalid_zone_num = 1;
|
||||
|
||||
char *p, ch, *first_slash_pos = NULL, *second_slash_pos = NULL;
|
||||
int invalid = FALSE;
|
||||
|
||||
for (p = name; (ch = *p) != 0; p++) {
|
||||
if ((ch < 'a' || ch > 'z') && (ch < 'A' || ch > 'Z')
|
||||
&& (ch < '0' || ch > '9') && ch != '/' && ch != '_'
|
||||
&& ch != '-' && ch != '+') {
|
||||
fprintf (stderr, "Warning: Unusual Zone name: %s\n", name);
|
||||
invalid = TRUE;
|
||||
break;
|
||||
}
|
||||
|
||||
if (ch == '/') {
|
||||
if (!first_slash_pos) {
|
||||
first_slash_pos = p;
|
||||
} else if (!second_slash_pos) {
|
||||
second_slash_pos = p;
|
||||
} else {
|
||||
fprintf (stderr, "Warning: More than 2 '/' characters in Zone name: %s\n", name);
|
||||
invalid = TRUE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!first_slash_pos) {
|
||||
fprintf (stderr, "No '/' character in Zone name: %s. Skipping.\n", name);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (invalid) {
|
||||
fprintf (stderr, "Invalid zone name: %s\n", name);
|
||||
exit (0);
|
||||
} else {
|
||||
*first_slash_pos = '\0';
|
||||
*directory = icalmemory_strdup (name);
|
||||
*first_slash_pos = '/';
|
||||
|
||||
if (second_slash_pos) {
|
||||
*second_slash_pos = '\0';
|
||||
*subdirectory = icalmemory_strdup (first_slash_pos + 1);
|
||||
*second_slash_pos = '/';
|
||||
|
||||
*filename = icalmemory_strdup (second_slash_pos + 1);
|
||||
} else {
|
||||
*subdirectory = NULL;
|
||||
*filename = icalmemory_strdup (first_slash_pos + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
ensure_directory_exists (char *directory)
|
||||
{
|
||||
struct stat filestat;
|
||||
|
||||
if (stat (directory, &filestat) != 0) {
|
||||
/* If the directory doesn't exist, try to create it. */
|
||||
if (errno == ENOENT) {
|
||||
if (mkdir (directory, 0777) != 0) {
|
||||
fprintf (stderr, "Can't create directory: %s\n", directory);
|
||||
exit (1);
|
||||
}
|
||||
} else {
|
||||
fprintf (stderr, "Error calling stat() on directory: %s\n", directory);
|
||||
exit (1);
|
||||
}
|
||||
} else if (!S_ISDIR (filestat.st_mode)) {
|
||||
fprintf (stderr, "Can't create directory, already exists: %s\n",
|
||||
directory);
|
||||
exit (1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
dump_local_times (icaltimezone *zone, FILE *fp)
|
||||
{
|
||||
static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
|
||||
icaltimezone *utc_timezone;
|
||||
struct icaltimetype tt, tt_copy;
|
||||
struct tm tm, local_tm;
|
||||
time_t t;
|
||||
char tzstring[256], *location;
|
||||
int last_year_output = 0;
|
||||
int total_error = 0, total_error2 = 0;
|
||||
|
||||
utc_timezone = icaltimezone_get_utc_timezone ();
|
||||
|
||||
/* This is our UTC time that we will use to iterate over the period. */
|
||||
tt.year = DUMP_START_YEAR;
|
||||
tt.month = 1;
|
||||
tt.day = 1;
|
||||
tt.hour = 0;
|
||||
tt.minute = 0;
|
||||
tt.second = 0;
|
||||
tt.is_utc = 0;
|
||||
tt.is_date = 0;
|
||||
tt.zone = "";
|
||||
|
||||
tm.tm_year = tt.year - 1900;
|
||||
tm.tm_mon = tt.month - 1;
|
||||
tm.tm_mday = tt.day;
|
||||
tm.tm_hour = tt.hour;
|
||||
tm.tm_min = tt.minute;
|
||||
tm.tm_sec = tt.second;
|
||||
tm.tm_isdst = -1;
|
||||
|
||||
/* Convert it to a time_t by saying it is in UTC. */
|
||||
putenv ("TZ=UTC");
|
||||
t = mktime (&tm);
|
||||
|
||||
location = icaltimezone_get_location (zone);
|
||||
sprintf (tzstring, "TZ=%s", location);
|
||||
|
||||
/*printf ("Zone: %s\n", location);*/
|
||||
putenv (tzstring);
|
||||
|
||||
/* Loop around converting the UTC time to local time, outputting it, and
|
||||
then adding on 15 minutes to the UTC time. */
|
||||
while (tt.year <= DUMP_END_YEAR) {
|
||||
if (tt.year > last_year_output) {
|
||||
last_year_output = tt.year;
|
||||
#if 0
|
||||
printf (" %i\n", last_year_output);
|
||||
fprintf (fp, " %i\n", last_year_output);
|
||||
#endif
|
||||
}
|
||||
|
||||
#if 1
|
||||
/* First use the Unix functions. */
|
||||
/* Now convert it to a local time in the given timezone. */
|
||||
local_tm = *localtime (&t);
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
/* Now use libical. */
|
||||
tt_copy = tt;
|
||||
icaltimezone_convert_time (&tt_copy, utc_timezone, zone);
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
if (local_tm.tm_year + 1900 != tt_copy.year
|
||||
|| local_tm.tm_mon + 1 != tt_copy.month
|
||||
|| local_tm.tm_mday != tt_copy.day
|
||||
|| local_tm.tm_hour != tt_copy.hour
|
||||
|| local_tm.tm_min != tt_copy.minute
|
||||
|| local_tm.tm_sec != tt_copy.second) {
|
||||
|
||||
/* The error format is:
|
||||
|
||||
ERROR: Original-UTC-Time Local-Time-From-mktime Local-Time-From-Libical
|
||||
|
||||
*/
|
||||
|
||||
total_error++;
|
||||
|
||||
fprintf (fp, "ERROR:%2i %s %04i %2i:%02i:%02i UTC",
|
||||
tt.day, months[tt.month - 1], tt.year,
|
||||
tt.hour, tt.minute, tt.second);
|
||||
fprintf (fp, " ->%2i %s %04i %2i:%02i:%02i",
|
||||
local_tm.tm_mday, months[local_tm.tm_mon],
|
||||
local_tm.tm_year + 1900,
|
||||
local_tm.tm_hour, local_tm.tm_min, local_tm.tm_sec);
|
||||
fprintf (fp, " Us:%2i %s %04i %2i:%02i:%02i\n",
|
||||
tt_copy.day, months[tt_copy.month - 1], tt_copy.year,
|
||||
tt_copy.hour, tt_copy.minute, tt_copy.second);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Now convert it back, and check we get the original time. */
|
||||
icaltimezone_convert_time (&tt_copy, zone, utc_timezone);
|
||||
if (tt.year != tt_copy.year
|
||||
|| tt.month != tt_copy.month
|
||||
|| tt.day != tt_copy.day
|
||||
|| tt.hour != tt_copy.hour
|
||||
|| tt.minute != tt_copy.minute
|
||||
|| tt.second != tt_copy.second) {
|
||||
|
||||
total_error2++;
|
||||
|
||||
fprintf (fp, "ERROR 2: %2i %s %04i %2i:%02i:%02i UTC",
|
||||
tt.day, months[tt.month - 1], tt.year,
|
||||
tt.hour, tt.minute, tt.second);
|
||||
fprintf (fp, " Us:%2i %s %04i %2i:%02i:%02i UTC\n",
|
||||
tt_copy.day, months[tt_copy.month - 1], tt_copy.year,
|
||||
tt_copy.hour, tt_copy.minute, tt_copy.second);
|
||||
}
|
||||
|
||||
|
||||
/* Increment the time. */
|
||||
icaltime_adjust (&tt, 0, 0, 15, 0);
|
||||
|
||||
/* We assume leap seconds are not included in time_t values, which should
|
||||
be true on POSIX systems. */
|
||||
t += 15 * 60;
|
||||
}
|
||||
|
||||
printf ("Zone: %40s Errors: %i (%i)\n", icaltimezone_get_location (zone),
|
||||
total_error, total_error2);
|
||||
}
|
||||
@@ -0,0 +1,409 @@
|
||||
/*
|
||||
* Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
* files compatible with the iCalendar specification (RFC2445).
|
||||
*
|
||||
* Copyright (C) 2000-2001 Ximian, Inc.
|
||||
* Copyright (C) 2003 Damon Chaplin.
|
||||
*
|
||||
* Author: Damon Chaplin <damon@gnome.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/*
|
||||
* These functions are for dumping all the parsed Zones and Rules to
|
||||
* files, to be compared with the output of vzic-dump.pl to check our parsing
|
||||
* code is OK. Some of the functions are also used for producing debugging
|
||||
* output.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "vzic.h"
|
||||
#include "vzic-dump.h"
|
||||
|
||||
|
||||
static void dump_add_rule (char *name,
|
||||
GArray *rule_array,
|
||||
GPtrArray *name_array);
|
||||
static int dump_compare_strings (const void *arg1,
|
||||
const void *arg2);
|
||||
|
||||
|
||||
void
|
||||
dump_zone_data (GArray *zone_data,
|
||||
char *filename)
|
||||
{
|
||||
static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
|
||||
FILE *fp;
|
||||
ZoneData *zone;
|
||||
ZoneLineData *zone_line;
|
||||
int i, j;
|
||||
gboolean output_month, output_day, output_time;
|
||||
|
||||
fp = fopen (filename, "w");
|
||||
if (!fp) {
|
||||
fprintf (stderr, "Couldn't create file: %s\n", filename);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
for (i = 0; i < zone_data->len; i++) {
|
||||
zone = &g_array_index (zone_data, ZoneData, i);
|
||||
|
||||
fprintf (fp, "Zone\t%s\t", zone->zone_name);
|
||||
|
||||
for (j = 0; j < zone->zone_line_data->len; j++) {
|
||||
zone_line = &g_array_index (zone->zone_line_data, ZoneLineData, j);
|
||||
|
||||
if (j != 0)
|
||||
fprintf (fp, "\t\t\t");
|
||||
|
||||
fprintf (fp, "%s\t", dump_time (zone_line->stdoff_seconds, TIME_WALL,
|
||||
FALSE));
|
||||
|
||||
if (zone_line->rules)
|
||||
fprintf (fp, "%s\t", zone_line->rules);
|
||||
else if (zone_line->save_seconds != 0)
|
||||
fprintf (fp, "%s\t", dump_time (zone_line->save_seconds, TIME_WALL,
|
||||
FALSE));
|
||||
else
|
||||
fprintf (fp, "-\t");
|
||||
|
||||
fprintf (fp, "%s\t", zone_line->format ? zone_line->format : "-");
|
||||
|
||||
if (zone_line->until_set) {
|
||||
fprintf (fp, "%s\t", dump_year (zone_line->until_year));
|
||||
|
||||
output_month = output_day = output_time = FALSE;
|
||||
|
||||
if (zone_line->until_time_code != TIME_WALL
|
||||
|| zone_line->until_time_seconds != 0)
|
||||
output_month = output_day = output_time = TRUE;
|
||||
else if (zone_line->until_day_code != DAY_SIMPLE
|
||||
|| zone_line->until_day_number != 1)
|
||||
output_month = output_day = TRUE;
|
||||
else if (zone_line->until_month != 0)
|
||||
output_month = TRUE;
|
||||
|
||||
if (output_month)
|
||||
fprintf (fp, "%s", months[zone_line->until_month]);
|
||||
|
||||
fprintf (fp, "\t");
|
||||
|
||||
if (output_day)
|
||||
fprintf (fp, "%s", dump_day_coded (zone_line->until_day_code,
|
||||
zone_line->until_day_number,
|
||||
zone_line->until_day_weekday));
|
||||
|
||||
fprintf (fp, "\t");
|
||||
|
||||
if (output_time)
|
||||
fprintf (fp, "%s", dump_time (zone_line->until_time_seconds,
|
||||
zone_line->until_time_code, FALSE));
|
||||
|
||||
} else {
|
||||
fprintf (fp, "\t\t\t");
|
||||
}
|
||||
|
||||
fprintf (fp, "\n");
|
||||
}
|
||||
}
|
||||
|
||||
fclose (fp);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
dump_rule_data (GHashTable *rule_data,
|
||||
char *filename)
|
||||
{
|
||||
FILE *fp;
|
||||
GPtrArray *name_array;
|
||||
GArray *rule_array;
|
||||
int i;
|
||||
char *name;
|
||||
|
||||
fp = fopen (filename, "w");
|
||||
if (!fp) {
|
||||
fprintf (stderr, "Couldn't create file: %s\n", filename);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
/* We need to sort the rules by their names, so they are in the same order
|
||||
as the Perl output. So we place all the names in a temporary GPtrArray,
|
||||
sort it, then output them. */
|
||||
name_array = g_ptr_array_new ();
|
||||
g_hash_table_foreach (rule_data, (GHFunc) dump_add_rule, name_array);
|
||||
qsort (name_array->pdata, name_array->len, sizeof (char*),
|
||||
dump_compare_strings);
|
||||
|
||||
for (i = 0; i < name_array->len; i++) {
|
||||
name = g_ptr_array_index (name_array, i);
|
||||
rule_array = g_hash_table_lookup (rule_data, name);
|
||||
if (!rule_array) {
|
||||
fprintf (stderr, "Couldn't access rules: %s\n", name);
|
||||
exit (1);
|
||||
}
|
||||
dump_rule_array (name, rule_array, fp);
|
||||
}
|
||||
|
||||
g_ptr_array_free (name_array, TRUE);
|
||||
|
||||
fclose (fp);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
dump_add_rule (char *name,
|
||||
GArray *rule_array,
|
||||
GPtrArray *name_array)
|
||||
{
|
||||
g_ptr_array_add (name_array, name);
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
dump_compare_strings (const void *arg1,
|
||||
const void *arg2)
|
||||
{
|
||||
char **a, **b;
|
||||
|
||||
a = (char**) arg1;
|
||||
b = (char**) arg2;
|
||||
|
||||
return strcmp (*a, *b);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
dump_rule_array (char *name,
|
||||
GArray *rule_array,
|
||||
FILE *fp)
|
||||
{
|
||||
static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
|
||||
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
|
||||
|
||||
RuleData *rule;
|
||||
int i;
|
||||
|
||||
#if 0
|
||||
fprintf (fp, "\n# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S");
|
||||
#endif
|
||||
|
||||
for (i = 0; i < rule_array->len; i++) {
|
||||
rule = &g_array_index (rule_array, RuleData, i);
|
||||
|
||||
fprintf (fp, "Rule\t%s\t%s\t", name, dump_year (rule->from_year));
|
||||
|
||||
if (rule->to_year == rule->from_year)
|
||||
fprintf (fp, "only\t");
|
||||
else
|
||||
fprintf (fp, "%s\t", dump_year (rule->to_year));
|
||||
|
||||
fprintf (fp, "%s\t", rule->type ? rule->type : "-");
|
||||
|
||||
fprintf (fp, "%s\t", months[rule->in_month]);
|
||||
|
||||
fprintf (fp, "%s\t",
|
||||
dump_day_coded (rule->on_day_code, rule->on_day_number,
|
||||
rule->on_day_weekday));
|
||||
|
||||
fprintf (fp, "%s\t", dump_time (rule->at_time_seconds, rule->at_time_code,
|
||||
FALSE));
|
||||
|
||||
fprintf (fp, "%s\t", dump_time (rule->save_seconds, TIME_WALL, TRUE));
|
||||
|
||||
fprintf (fp, "%s", rule->letter_s ? rule->letter_s : "-");
|
||||
|
||||
fprintf (fp, "\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
char*
|
||||
dump_time (int seconds,
|
||||
TimeCode time_code,
|
||||
gboolean use_zero)
|
||||
{
|
||||
static char buffer[256], *sign;
|
||||
int hours, minutes;
|
||||
char *code;
|
||||
|
||||
if (time_code == TIME_STANDARD)
|
||||
code = "s";
|
||||
else if (time_code == TIME_UNIVERSAL)
|
||||
code = "u";
|
||||
else
|
||||
code = "";
|
||||
|
||||
if (seconds < 0) {
|
||||
seconds = -seconds;
|
||||
sign = "-";
|
||||
} else {
|
||||
sign = "";
|
||||
}
|
||||
|
||||
hours = seconds / 3600;
|
||||
minutes = (seconds % 3600) / 60;
|
||||
seconds = seconds % 60;
|
||||
|
||||
if (use_zero && hours == 0 && minutes == 0 && seconds == 0)
|
||||
return "0";
|
||||
else if (seconds == 0)
|
||||
sprintf (buffer, "%s%i:%02i%s", sign, hours, minutes, code);
|
||||
else
|
||||
sprintf (buffer, "%s%i:%02i:%02i%s", sign, hours, minutes, seconds, code);
|
||||
|
||||
return buffer;
|
||||
}
|
||||
|
||||
|
||||
char*
|
||||
dump_day_coded (DayCode day_code,
|
||||
int day_number,
|
||||
int day_weekday)
|
||||
{
|
||||
static char buffer[256];
|
||||
static char *weekdays[] = { "Sun", "Mon", "Tue", "Wed",
|
||||
"Thu", "Fri", "Sat" };
|
||||
|
||||
switch (day_code) {
|
||||
case DAY_SIMPLE:
|
||||
sprintf (buffer, "%i", day_number);
|
||||
break;
|
||||
case DAY_WEEKDAY_ON_OR_AFTER:
|
||||
sprintf (buffer, "%s>=%i", weekdays[day_weekday], day_number);
|
||||
break;
|
||||
case DAY_WEEKDAY_ON_OR_BEFORE:
|
||||
sprintf (buffer, "%s<=%i", weekdays[day_weekday], day_number);
|
||||
break;
|
||||
case DAY_LAST_WEEKDAY:
|
||||
sprintf (buffer, "last%s", weekdays[day_weekday]);
|
||||
break;
|
||||
default:
|
||||
fprintf (stderr, "Invalid day code: %i\n", day_code);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
return buffer;
|
||||
}
|
||||
|
||||
|
||||
char*
|
||||
dump_year (int year)
|
||||
{
|
||||
static char buffer[256];
|
||||
|
||||
if (year == YEAR_MINIMUM)
|
||||
return "min";
|
||||
if (year == YEAR_MAXIMUM)
|
||||
return "max";
|
||||
|
||||
sprintf (buffer, "%i", year);
|
||||
return buffer;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
dump_time_zone_names (GList *names,
|
||||
char *output_dir,
|
||||
GHashTable *zones_hash)
|
||||
{
|
||||
char filename[PATHNAME_BUFFER_SIZE], *zone_name, *zone_name_in_hash = NULL;
|
||||
char strings_filename[PATHNAME_BUFFER_SIZE];
|
||||
FILE *fp, *strings_fp = NULL;
|
||||
GList *elem;
|
||||
ZoneDescription *zone_desc;
|
||||
|
||||
sprintf (filename, "%s/zones.tab", output_dir);
|
||||
sprintf (strings_filename, "%s/zones.h", output_dir);
|
||||
|
||||
fp = fopen (filename, "w");
|
||||
if (!fp) {
|
||||
fprintf (stderr, "Couldn't create file: %s\n", filename);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
if (VzicDumpZoneTranslatableStrings) {
|
||||
strings_fp = fopen (strings_filename, "w");
|
||||
if (!strings_fp) {
|
||||
fprintf (stderr, "Couldn't create file: %s\n", strings_filename);
|
||||
exit (1);
|
||||
}
|
||||
}
|
||||
|
||||
names = g_list_sort (names, (GCompareFunc) strcmp);
|
||||
|
||||
elem = names;
|
||||
while (elem) {
|
||||
zone_name = (char*) elem->data;
|
||||
|
||||
zone_desc = g_hash_table_lookup (zones_hash, zone_name);
|
||||
|
||||
/* SPECIAL CASES: These timezones are links from other zones and are
|
||||
almost exactly the same - they are basically there so users can find
|
||||
them a bit easier. But they don't have entries in the zone.tab file,
|
||||
so we use the entry from the timezone linked from. */
|
||||
if (!zone_desc) {
|
||||
if (!strcmp (zone_name, "America/Indiana/Indianapolis"))
|
||||
zone_name_in_hash = "America/Indianapolis";
|
||||
else if (!strcmp (zone_name, "America/Kentucky/Louisville"))
|
||||
zone_name_in_hash = "America/Louisville";
|
||||
else if (!strcmp (zone_name, "Asia/Istanbul"))
|
||||
zone_name_in_hash = "Europe/Istanbul";
|
||||
else if (!strcmp (zone_name, "Europe/Nicosia"))
|
||||
zone_name_in_hash = "Asia/Nicosia";
|
||||
|
||||
if (zone_name_in_hash)
|
||||
zone_desc = g_hash_table_lookup (zones_hash, zone_name_in_hash);
|
||||
}
|
||||
|
||||
if (zone_desc) {
|
||||
fprintf (fp, "%+04i%02i%02i %+04i%02i%02i %s\n",
|
||||
zone_desc->latitude[0], zone_desc->latitude[1],
|
||||
zone_desc->latitude[2],
|
||||
zone_desc->longitude[0], zone_desc->longitude[1],
|
||||
zone_desc->longitude[2],
|
||||
zone_name);
|
||||
} else {
|
||||
g_print ("Zone description not found for: %s\n", zone_name);
|
||||
fprintf (fp, "%s\n", zone_name);
|
||||
}
|
||||
|
||||
|
||||
if (VzicDumpZoneTranslatableStrings) {
|
||||
#if 0
|
||||
char zone_name_buffer[1024], *src, *dest;
|
||||
|
||||
for (src = zone_name, dest = zone_name_buffer; *src; src++, dest++)
|
||||
*dest = (*src == '_') ? ' ' : *src;
|
||||
*dest = '\0';
|
||||
#endif
|
||||
|
||||
fprintf (strings_fp, "N_(\"%s\");\n", zone_name);
|
||||
}
|
||||
|
||||
elem = elem->next;
|
||||
}
|
||||
|
||||
fclose (fp);
|
||||
|
||||
if (VzicDumpZoneTranslatableStrings)
|
||||
fclose (strings_fp);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
/*
|
||||
* Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
* files compatible with the iCalendar specification (RFC2445).
|
||||
*
|
||||
* Copyright (C) 2000-2001 Ximian, Inc.
|
||||
* Copyright (C) 2003 Damon Chaplin.
|
||||
*
|
||||
* Author: Damon Chaplin <damon@gnome.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/*
|
||||
* These functions are for dumping all the parsed Zones and Rules to
|
||||
* files, to be compared with the output of vzic-dump.pl to check our parsing
|
||||
* code is OK. Some of the functions are also used for producing debugging
|
||||
* output.
|
||||
*/
|
||||
|
||||
#ifndef _VZIC_DUMP_H_
|
||||
#define _VZIC_DUMP_H_
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
void dump_zone_data (GArray *zone_data,
|
||||
char *filename);
|
||||
void dump_rule_data (GHashTable *rule_data,
|
||||
char *filename);
|
||||
|
||||
void dump_rule_array (char *name,
|
||||
GArray *rule_array,
|
||||
FILE *fp);
|
||||
|
||||
char* dump_year (int year);
|
||||
char* dump_day_coded (DayCode day_code,
|
||||
int day_number,
|
||||
int day_weekday);
|
||||
char* dump_time (int seconds,
|
||||
TimeCode time_code,
|
||||
gboolean use_zero);
|
||||
|
||||
void dump_time_zone_names (GList *names,
|
||||
char *output_dir,
|
||||
GHashTable *zones_hash);
|
||||
|
||||
#endif /* _VZIC_DUMP_H_ */
|
||||
Executable
+222
@@ -0,0 +1,222 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
#
|
||||
# Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
# files compatible with the iCalendar specification (RFC2445).
|
||||
#
|
||||
# Copyright (C) 2000-2001 Ximian, Inc.
|
||||
# Copyright (C) 2003 Damon Chaplin.
|
||||
#
|
||||
# Author: Damon Chaplin <damon@gnome.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
#
|
||||
|
||||
#
|
||||
# This reads the Olson timezone files, strips any comments, and outputs them
|
||||
# in a very simple format with tab-separated fields. It is used to compare
|
||||
# with the output of dump_zone_data() and dump_rule_data() to double-check
|
||||
# that we have parsed the files correctly.
|
||||
#
|
||||
|
||||
my $zones_fh = "zonesfile";
|
||||
my $rules_fh = "rulesfile";
|
||||
|
||||
my %Rules;
|
||||
|
||||
if ($#ARGV != 0) {
|
||||
die "Usage: $0 <OlsonDirectory>";
|
||||
}
|
||||
|
||||
my $OLSON_DIR = $ARGV[0];
|
||||
|
||||
# We place output in subdirectories of the current directory.
|
||||
my $OUTPUT_DIR = "zoneinfo";
|
||||
|
||||
if (! -d "$OUTPUT_DIR") {
|
||||
mkdir ("$OUTPUT_DIR", 0777)
|
||||
|| die "Can't create directory: $OUTPUT_DIR";
|
||||
}
|
||||
if (! -d "$OUTPUT_DIR/ZonesPerl") {
|
||||
mkdir ("$OUTPUT_DIR/ZonesPerl", 0777)
|
||||
|| die "Can't create directory: $OUTPUT_DIR/ZonesPerl";
|
||||
}
|
||||
if (! -d "$OUTPUT_DIR/RulesPerl") {
|
||||
mkdir ("$OUTPUT_DIR/RulesPerl", 0777)
|
||||
|| die "Can't create directory: $OUTPUT_DIR/RulesPerl";
|
||||
}
|
||||
|
||||
|
||||
&ReadOlsonFile ("africa");
|
||||
&ReadOlsonFile ("antarctica");
|
||||
&ReadOlsonFile ("asia");
|
||||
&ReadOlsonFile ("australasia");
|
||||
&ReadOlsonFile ("europe");
|
||||
&ReadOlsonFile ("northamerica");
|
||||
&ReadOlsonFile ("southamerica");
|
||||
|
||||
# These are backwards-compatability and weird stuff.
|
||||
#&ReadOlsonFile ("backward");
|
||||
#&ReadOlsonFile ("etcetera");
|
||||
#&ReadOlsonFile ("leapseconds");
|
||||
#&ReadOlsonFile ("pacificnew");
|
||||
#&ReadOlsonFile ("solar87");
|
||||
#&ReadOlsonFile ("solar88");
|
||||
#&ReadOlsonFile ("solar89");
|
||||
|
||||
# We don't do this one since it is not useful and the use of '"' in the Zone
|
||||
# line messes up our split() command.
|
||||
#&ReadOlsonFile ("factory");
|
||||
|
||||
# We don't do this since the vzic program can't do it.
|
||||
#&ReadOlsonFile ("systemv");
|
||||
|
||||
|
||||
|
||||
|
||||
1;
|
||||
|
||||
|
||||
sub ReadOlsonFile {
|
||||
my ($file) = @_;
|
||||
|
||||
# print ("Reading olson file: $file\n");
|
||||
|
||||
open (OLSONFILE, "$OLSON_DIR/$file")
|
||||
|| die "Can't open file: $file";
|
||||
|
||||
open ($zones_fh, ">$OUTPUT_DIR/ZonesPerl/$file")
|
||||
|| die "Can't open file: $OUTPUT_DIR/ZonesPerl/$file";
|
||||
|
||||
open ($rules_fh, ">$OUTPUT_DIR/RulesPerl/$file")
|
||||
|| die "Can't open file: $OUTPUT_DIR/RulesPerl/$file";
|
||||
|
||||
%Rules = ();
|
||||
|
||||
my $zone_continues = 0;
|
||||
|
||||
while (<OLSONFILE>) {
|
||||
next if (m/^#/);
|
||||
|
||||
# '#' characters can appear in strings, but the Olson files don't use
|
||||
# that feature at present so we treat all '#' as comments for now.
|
||||
s/#.*//;
|
||||
|
||||
next if (m/^\s*$/);
|
||||
|
||||
if ($zone_continues) {
|
||||
$zone_continues = &ReadZoneContinuationLine;
|
||||
|
||||
} elsif (m/^Rule\s/) {
|
||||
&ReadRuleLine;
|
||||
|
||||
} elsif (m/^Zone\s/) {
|
||||
$zone_continues = &ReadZoneLine;
|
||||
|
||||
} elsif (m/^Link\s/) {
|
||||
# print "Link: $link_from, $link_to\n";
|
||||
|
||||
} elsif (m/^Leap\s/) {
|
||||
# print "Leap\n";
|
||||
|
||||
} else {
|
||||
die "Invalid line: $_";
|
||||
}
|
||||
}
|
||||
|
||||
# print ("Read olson file: $file\n");
|
||||
|
||||
foreach $key (sort (keys (%Rules))) {
|
||||
print $rules_fh "$Rules{$key}"
|
||||
}
|
||||
|
||||
close ($zones_fh);
|
||||
close ($rules_fh);
|
||||
close (OLSONFILE);
|
||||
}
|
||||
|
||||
|
||||
sub ReadZoneLine {
|
||||
my ($zone, $name, $gmtoff, $rules_save, $format,
|
||||
$until_year, $until_month, $until_day, $until_time, $remainder)
|
||||
= split ' ', $_, 10;
|
||||
|
||||
return &ReadZoneLineCommon ($zone, $name, $gmtoff, $rules_save, $format,
|
||||
$until_year, $until_month, $until_day,
|
||||
$until_time);
|
||||
}
|
||||
|
||||
|
||||
sub ReadZoneContinuationLine {
|
||||
my ($gmtoff, $rules_save, $format,
|
||||
$until_year, $until_month, $until_day, $until_time, $remainder)
|
||||
= split ' ', $_, 8;
|
||||
|
||||
return &ReadZoneLineCommon ("", "", $gmtoff, $rules_save, $format,
|
||||
$until_year, $until_month, $until_day,
|
||||
$until_time);
|
||||
}
|
||||
|
||||
|
||||
sub ReadZoneLineCommon {
|
||||
my ($zone, $name, $gmtoff, $rules_save, $format,
|
||||
$until_year, $until_month, $until_day, $until_time) = @_;
|
||||
|
||||
if (!defined ($until_year)) { $until_year = ""; }
|
||||
if (!defined ($until_month)) { $until_month = ""; }
|
||||
if (!defined ($until_day)) { $until_day = ""; }
|
||||
if (!defined ($until_time)) { $until_time = ""; }
|
||||
|
||||
# A few of the gmtoffsets have an unnecessary :00 seconds.
|
||||
$gmtoff =~ s/(\d+):(\d+):00/$1:$2/;
|
||||
|
||||
# Make sure the gmtoff does have minutes.
|
||||
$gmtoff =~ s/^(-?\d+)$/$1:00/;
|
||||
|
||||
# Fix a few other bits so they all use the same format.
|
||||
if ($gmtoff eq "0") { $gmtoff = "0:00"; }
|
||||
$until_time =~ s/^0(\d):/$1:/;
|
||||
if ($until_time eq "0:00") { $until_time = ""; }
|
||||
if ($until_day eq "1" && $until_time eq "") { $until_day = ""; }
|
||||
if ($until_month eq "Jan" && $until_day eq "" && $until_time eq "") {
|
||||
$until_month = "";
|
||||
}
|
||||
|
||||
# For Zone continuation lines we need to insert an extra TAB.
|
||||
if (!$zone) { $zone = "\t" };
|
||||
|
||||
print $zones_fh "$zone\t$name\t$gmtoff\t$rules_save\t$format\t$until_year\t$until_month\t$until_day\t$until_time\n";
|
||||
|
||||
if (defined ($until_year) && $until_year) {
|
||||
return 1;
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
sub ReadRuleLine {
|
||||
my ($rule, $name, $from, $to, $type, $in, $on, $at, $save, $letter_s,
|
||||
$remainder) = split;
|
||||
|
||||
$at =~ s/(\d+:\d+):00/$1/;
|
||||
$save =~ s/(\d+:\d+):00/$1/;
|
||||
if ($save eq "0:00") { $save = "0"; }
|
||||
|
||||
$Rules{$name} .= "$rule\t$name\t$from\t$to\t$type\t$in\t$on\t$at\t$save\t$letter_s\n";
|
||||
|
||||
# print $rules_fh "$rule\t$name\t$from\t$to\t$type\t$in\t$on\t$at\t$save\t$letter_s\n";
|
||||
}
|
||||
|
||||
Executable
+127
@@ -0,0 +1,127 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
#
|
||||
# Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
# files compatible with the iCalendar specification (RFC2445).
|
||||
#
|
||||
# Copyright (C) 2001 Ximian, Inc.
|
||||
# Copyright (C) 2003 Damon Chaplin.
|
||||
#
|
||||
# Author: Damon Chaplin <damon@gnome.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
#
|
||||
|
||||
#
|
||||
# This merges in a new set of VTIMEZONE files with the 'master' set. It only
|
||||
# updates the files in the master set if the VTIMEZONE component has really
|
||||
# been changes. Note that the TZID normally includes the date the VTIMEZONE
|
||||
# file was generated on, so we have to ignore this when comparing the files.
|
||||
#
|
||||
|
||||
# Set these to the toplevel directories of the 2 sets of VTIMEZONE files.
|
||||
#$MASTER_ZONEINFO_DIR = "/home/damon/cvs/libical/zoneinfo";
|
||||
$MASTER_ZONEINFO_DIR = "/usr/share/libical-evolution/zoneinfo";
|
||||
$NEW_ZONEINFO_DIR = "/home/damon/src/vzic-1.0/zoneinfo";
|
||||
|
||||
# Set this to 1 if you have version numbers in the TZID like libical.
|
||||
$LIBICAL_VERSIONING = 1;
|
||||
|
||||
# Set this to 0 for dry-runs, and 1 to actually update.
|
||||
$DO_UPDATES = 1;
|
||||
|
||||
# Save this so we can restore it later.
|
||||
$input_record_separator = $/;
|
||||
|
||||
chdir $NEW_ZONEINFO_DIR
|
||||
|| die "Can't cd to $NEW_ZONEINFO_DIR";
|
||||
|
||||
foreach $new_file (`find -name "*.ics"`) {
|
||||
# Get rid of './' at start and whitespace at end.
|
||||
$new_file =~ s/^\.\///;
|
||||
$new_file =~ s/\s+$//;
|
||||
|
||||
# print "File: $new_file\n";
|
||||
|
||||
open (NEWZONEFILE, "$new_file")
|
||||
|| die "Can't open file: $NEW_ZONEINFO_DIR/$new_file";
|
||||
undef $/;
|
||||
$new_contents = <NEWZONEFILE>;
|
||||
$/ = $input_record_separator;
|
||||
close (NEWZONEFILE);
|
||||
|
||||
$master_file = $MASTER_ZONEINFO_DIR . "/$new_file";
|
||||
|
||||
# print "Master File: $master_file\n";
|
||||
|
||||
$copy_to_master = 0;
|
||||
|
||||
# If the ics file exists in the master copy we have to compare them,
|
||||
# otherwise we can just copy the new file into the master directory.
|
||||
if (-e $master_file) {
|
||||
open (MASTERZONEFILE, "$master_file")
|
||||
|| die "Can't open file: $master_file";
|
||||
undef $/;
|
||||
$master_contents = <MASTERZONEFILE>;
|
||||
$/ = $input_record_separator;
|
||||
close (MASTERZONEFILE);
|
||||
|
||||
$new_contents_copy = $new_contents;
|
||||
|
||||
# Strip the TZID from both contents.
|
||||
$new_contents_copy =~ s/^TZID:\S+$//m;
|
||||
$new_tzid = $&;
|
||||
$master_contents =~ s/^TZID:\S+$//m;
|
||||
$master_tzid = $&;
|
||||
|
||||
# print "Matched: $master_tzid\n";
|
||||
|
||||
|
||||
if ($new_contents_copy ne $master_contents) {
|
||||
print "$new_file has changed. Updating...\n";
|
||||
$copy_to_master = 1;
|
||||
|
||||
if ($LIBICAL_VERSIONING) {
|
||||
# We bump the version number in the new file.
|
||||
$master_tzid =~ m%_(\d+)/%;
|
||||
$version_num = $1;
|
||||
# print "Version: $version_num\n";
|
||||
|
||||
$version_num++;
|
||||
$new_tzid =~ s%_(\d+)/%_$version_num/%;
|
||||
|
||||
# print "New TZID: $new_tzid\n";
|
||||
$new_contents =~ s/^TZID:\S+$/$new_tzid/m;
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
print "$new_file doesn't exist in master directory. Copying...\n";
|
||||
$copy_to_master = 1;
|
||||
}
|
||||
|
||||
if ($copy_to_master) {
|
||||
# print "Updating: $new_file\n";
|
||||
|
||||
if ($DO_UPDATES) {
|
||||
open (MASTERZONEFILE, ">$master_file")
|
||||
|| die "Can't create file: $master_file";
|
||||
print MASTERZONEFILE $new_contents;
|
||||
close (MASTERZONEFILE);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,38 @@
|
||||
/*
|
||||
* Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
* files compatible with the iCalendar specification (RFC2445).
|
||||
*
|
||||
* Copyright (C) 2000-2001 Ximian, Inc.
|
||||
* Copyright (C) 2003 Damon Chaplin.
|
||||
*
|
||||
* Author: Damon Chaplin <damon@gnome.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef _VZIC_OUTPUT_H_
|
||||
#define _VZIC_OUTPUT_H_
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
void output_vtimezone_files (char *directory,
|
||||
GArray *zone_data,
|
||||
GHashTable *rule_data,
|
||||
GHashTable *link_data,
|
||||
int max_until_year);
|
||||
|
||||
void ensure_directory_exists (char *directory);
|
||||
|
||||
#endif /* _VZIC_OUTPUT_H_ */
|
||||
@@ -0,0 +1,901 @@
|
||||
/*
|
||||
* Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
* files compatible with the iCalendar specification (RFC2445).
|
||||
*
|
||||
* Copyright (C) 2000-2001 Ximian, Inc.
|
||||
* Copyright (C) 2003 Damon Chaplin.
|
||||
*
|
||||
* Author: Damon Chaplin <damon@gnome.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "vzic.h"
|
||||
#include "vzic-parse.h"
|
||||
|
||||
/* This is the maximum line length we allow. */
|
||||
#define MAX_LINE_LEN 1024
|
||||
|
||||
/* The maximum number of fields on a line. */
|
||||
#define MAX_FIELDS 12
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
ZONE_ID = 0, /* The 'Zone' at the start of the line. */
|
||||
ZONE_NAME = 1,
|
||||
ZONE_GMTOFF = 2,
|
||||
ZONE_RULES_SAVE = 3,
|
||||
ZONE_FORMAT = 4,
|
||||
ZONE_UNTIL_YEAR = 5,
|
||||
ZONE_UNTIL_MONTH = 6,
|
||||
ZONE_UNTIL_DAY = 7,
|
||||
ZONE_UNTIL_TIME = 8
|
||||
} ZoneFieldNumber;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
RULE_ID = 0, /* The 'Rule' at the start of the line. */
|
||||
RULE_NAME = 1,
|
||||
RULE_FROM = 2,
|
||||
RULE_TO = 3,
|
||||
RULE_TYPE = 4,
|
||||
RULE_IN = 5,
|
||||
RULE_ON = 6,
|
||||
RULE_AT = 7,
|
||||
RULE_SAVE = 8,
|
||||
RULE_LETTER_S = 9
|
||||
} RuleFieldNumber;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
LINK_ID = 0, /* The 'Link' at the start of the line. */
|
||||
LINK_FROM = 1,
|
||||
LINK_TO = 2
|
||||
} LinkFieldNumber;
|
||||
|
||||
|
||||
/* This struct contains information used while parsing the files, and is
|
||||
passed to most parsing functions. */
|
||||
typedef struct _ParsingData ParsingData;
|
||||
struct _ParsingData
|
||||
{
|
||||
/* This is the line being parsed. buffer is a copy that we break into fields
|
||||
and sub-fields as it is parsed. */
|
||||
char line[MAX_LINE_LEN];
|
||||
char buffer[MAX_LINE_LEN];
|
||||
|
||||
/* These are pointers to the start of each field in buffer. */
|
||||
char *fields[MAX_FIELDS];
|
||||
int num_fields;
|
||||
|
||||
/* These are just for producing error messages. */
|
||||
char *filename;
|
||||
int line_number;
|
||||
|
||||
|
||||
/* This is an array of ZoneData structs, 1 for each timezone read. */
|
||||
GArray *zone_data;
|
||||
|
||||
/* This is a hash table of arrays of RuleData structs. As each Rule line is
|
||||
read in, a new RuleData struct is filled in and appended to the
|
||||
appropriate GArray in the hash table. */
|
||||
GHashTable *rule_data;
|
||||
|
||||
/* A hash containing data on the Link lines. The keys are the timezones
|
||||
where the link is from (i.e. the timezone we will be outputting anyway)
|
||||
and the data is a GList of timezones to link to (where we will copy the
|
||||
timezone data to). */
|
||||
GHashTable *link_data;
|
||||
|
||||
int max_until_year;
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* Parsing functions, used when reading the Olson timezone data file.
|
||||
*/
|
||||
static void parse_fields (ParsingData *data);
|
||||
static gboolean parse_zone_line (ParsingData *data);
|
||||
static gboolean parse_zone_continuation_line (ParsingData *data);
|
||||
static gboolean parse_zone_common (ParsingData *data,
|
||||
int offset);
|
||||
static void parse_rule_line (ParsingData *data);
|
||||
static void parse_link_line (ParsingData *data);
|
||||
|
||||
static int parse_year (ParsingData *data,
|
||||
char *field,
|
||||
gboolean accept_only,
|
||||
int only_value);
|
||||
static int parse_month (ParsingData *data,
|
||||
char *field);
|
||||
static DayCode parse_day (ParsingData *data,
|
||||
char *field,
|
||||
int *day,
|
||||
int *weekday);
|
||||
static int parse_weekday (ParsingData *data,
|
||||
char *field);
|
||||
static int parse_time (ParsingData *data,
|
||||
char *field,
|
||||
TimeCode *time_code);
|
||||
static int parse_number (ParsingData *data,
|
||||
char **num);
|
||||
static int parse_rules_save (ParsingData *data,
|
||||
char *field,
|
||||
char **rules);
|
||||
|
||||
static void parse_coord (char *coord,
|
||||
int len,
|
||||
int *result);
|
||||
|
||||
void
|
||||
parse_olson_file (char *filename,
|
||||
GArray **zone_data,
|
||||
GHashTable **rule_data,
|
||||
GHashTable **link_data,
|
||||
int *max_until_year)
|
||||
{
|
||||
ParsingData data;
|
||||
FILE *fp;
|
||||
int zone_continues = 0;
|
||||
|
||||
*zone_data = g_array_new (FALSE, FALSE, sizeof (ZoneData));
|
||||
*rule_data = g_hash_table_new (g_str_hash, g_str_equal);
|
||||
*link_data = g_hash_table_new (g_str_hash, g_str_equal);
|
||||
|
||||
fp = fopen (filename, "r");
|
||||
if (!fp) {
|
||||
fprintf (stderr, "Couldn't open file: %s\n", filename);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
data.filename = filename;
|
||||
data.zone_data = *zone_data;
|
||||
data.rule_data = *rule_data;
|
||||
data.link_data = *link_data;
|
||||
data.max_until_year = 0;
|
||||
|
||||
for (data.line_number = 0; ; data.line_number++) {
|
||||
if (fgets (data.line, sizeof (data.line), fp) != data.line)
|
||||
break;
|
||||
|
||||
strcpy (data.buffer, data.line);
|
||||
|
||||
parse_fields (&data);
|
||||
if (data.num_fields == 0)
|
||||
continue;
|
||||
|
||||
if (zone_continues) {
|
||||
zone_continues = parse_zone_continuation_line (&data);
|
||||
} else if (!strcmp (data.fields[0], "Zone")) {
|
||||
zone_continues = parse_zone_line (&data);
|
||||
} else if (!strcmp (data.fields[0], "Rule")) {
|
||||
parse_rule_line (&data);
|
||||
} else if (!strcmp (data.fields[0], "Link")) {
|
||||
parse_link_line (&data);
|
||||
} else if (!strcmp (data.fields[0], "Leap")) {
|
||||
/* We don't care about Leap lines. */
|
||||
} else {
|
||||
fprintf (stderr, "%s:%i: Invalid line.\n%s\n", filename,
|
||||
data.line_number, data.line);
|
||||
exit (1);
|
||||
}
|
||||
}
|
||||
|
||||
if (ferror (fp)) {
|
||||
fprintf (stderr, "Error reading file: %s\n", filename);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
if (zone_continues) {
|
||||
fprintf (stderr, "%s:%i: Zone continuation line expected.\n%s\n",
|
||||
filename, data.line_number, data.line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
fclose (fp);
|
||||
|
||||
#if 0
|
||||
printf ("Max UNTIL year: %i\n", data.max_until_year);
|
||||
#endif
|
||||
*max_until_year = data.max_until_year;
|
||||
}
|
||||
|
||||
|
||||
/* Converts the line into fields. */
|
||||
static void
|
||||
parse_fields (ParsingData *data)
|
||||
{
|
||||
int i;
|
||||
char *p, *s, ch;
|
||||
|
||||
/* Reset all fields to NULL. */
|
||||
for (i = 0; i < MAX_FIELDS; i++)
|
||||
data->fields[i] = 0;
|
||||
|
||||
data->num_fields = 0;
|
||||
p = data->buffer;
|
||||
|
||||
for (;;) {
|
||||
/* Skip whitespace. */
|
||||
while (isspace (*p))
|
||||
p++;
|
||||
|
||||
/* See if we have reached the end of the line or a comment. */
|
||||
if (*p == '\0' || *p == '#')
|
||||
break;
|
||||
|
||||
/* We must have another field, so save the start position. */
|
||||
data->fields[data->num_fields++] = p;
|
||||
|
||||
/* Now find the end of the field. If the field contains '"' characters
|
||||
they are removed and we have to move the rest of the chars back. */
|
||||
s = p;
|
||||
for (;;) {
|
||||
ch = *p;
|
||||
if (ch == '\0' || ch == '#') {
|
||||
/* Don't move p on since this is the end of the line. */
|
||||
*s = '\0';
|
||||
break;
|
||||
} else if (isspace (ch)) {
|
||||
*s = '\0';
|
||||
p++;
|
||||
break;
|
||||
} else if (ch == '"') {
|
||||
p++;
|
||||
for (;;) {
|
||||
ch = *p;
|
||||
if (ch == '\0') {
|
||||
fprintf (stderr,
|
||||
"%s:%i: Closing quote character ('\"') missing.\n%s\n",
|
||||
data->filename, data->line_number, data->line);
|
||||
exit (1);
|
||||
} else if (ch == '"') {
|
||||
p++;
|
||||
break;
|
||||
} else {
|
||||
*s++ = ch;
|
||||
}
|
||||
p++;
|
||||
}
|
||||
} else {
|
||||
*s++ = ch;
|
||||
}
|
||||
p++;
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
printf ("%i fields: ", data->num_fields);
|
||||
for (i = 0; i < data->num_fields; i++)
|
||||
printf ("'%s' ", data->fields[i]);
|
||||
printf ("\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
static gboolean
|
||||
parse_zone_line (ParsingData *data)
|
||||
{
|
||||
ZoneData zone;
|
||||
|
||||
/* All 5 fields up to FORMAT must be present. */
|
||||
if (data->num_fields < 5 || data->num_fields > 9) {
|
||||
fprintf (stderr, "%s:%i: Invalid Zone line - %i fields.\n%s\n",
|
||||
data->filename, data->line_number, data->num_fields,
|
||||
data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
zone.zone_name = g_strdup (data->fields[ZONE_NAME]);
|
||||
zone.zone_line_data = g_array_new (FALSE, FALSE, sizeof (ZoneLineData));
|
||||
|
||||
g_array_append_val (data->zone_data, zone);
|
||||
|
||||
return parse_zone_common (data, 0);
|
||||
}
|
||||
|
||||
|
||||
static gboolean
|
||||
parse_zone_continuation_line (ParsingData *data)
|
||||
{
|
||||
/* All 3 fields up to FORMAT must be present. */
|
||||
if (data->num_fields < 3 || data->num_fields > 7) {
|
||||
fprintf (stderr,
|
||||
"%s:%i: Invalid Zone continuation line - %i fields.\n%s\n",
|
||||
data->filename, data->line_number, data->num_fields,
|
||||
data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
return parse_zone_common (data, -2);
|
||||
}
|
||||
|
||||
|
||||
static gboolean
|
||||
parse_zone_common (ParsingData *data,
|
||||
int offset)
|
||||
{
|
||||
ZoneData *zone;
|
||||
ZoneLineData zone_line;
|
||||
TimeCode time_code;
|
||||
|
||||
zone_line.stdoff_seconds = parse_time (data,
|
||||
data->fields[ZONE_GMTOFF + offset],
|
||||
&time_code);
|
||||
zone_line.save_seconds = parse_rules_save (data,
|
||||
data->fields[ZONE_RULES_SAVE + offset],
|
||||
&zone_line.rules);
|
||||
|
||||
if (!VzicPureOutput) {
|
||||
/* We round the UTC offsets to the nearest minute, to be compatible with
|
||||
Outlook. This also works with -ve numbers, I think.
|
||||
-56 % 60 = -59. -61 % 60 = -1. */
|
||||
if (zone_line.stdoff_seconds >= 0)
|
||||
zone_line.stdoff_seconds += 30;
|
||||
else
|
||||
zone_line.stdoff_seconds -= 29;
|
||||
zone_line.stdoff_seconds -= zone_line.stdoff_seconds % 60;
|
||||
|
||||
if (zone_line.save_seconds >= 0)
|
||||
zone_line.save_seconds += 30;
|
||||
else
|
||||
zone_line.save_seconds -= 29;
|
||||
zone_line.save_seconds -= zone_line.save_seconds % 60;
|
||||
}
|
||||
|
||||
zone_line.format = g_strdup (data->fields[ZONE_FORMAT + offset]);
|
||||
|
||||
if (data->num_fields - offset >= 6) {
|
||||
zone_line.until_set = TRUE;
|
||||
zone_line.until_year = parse_year (data,
|
||||
data->fields[ZONE_UNTIL_YEAR + offset],
|
||||
FALSE, 0);
|
||||
zone_line.until_month = parse_month (data,
|
||||
data->fields[ZONE_UNTIL_MONTH + offset]);
|
||||
zone_line.until_day_code = parse_day (data,
|
||||
data->fields[ZONE_UNTIL_DAY + offset],
|
||||
&zone_line.until_day_number,
|
||||
&zone_line.until_day_weekday);
|
||||
zone_line.until_time_seconds = parse_time (data,
|
||||
data->fields[ZONE_UNTIL_TIME + offset],
|
||||
&zone_line.until_time_code);
|
||||
|
||||
/* We also want to know the maximum year used in any UNTIL value, so we
|
||||
know where to expand all the infinite Rule data to. */
|
||||
if (zone_line.until_year != YEAR_MAXIMUM
|
||||
&& zone_line.until_year != YEAR_MINIMUM)
|
||||
data->max_until_year = MAX (data->max_until_year, zone_line.until_year);
|
||||
|
||||
} else {
|
||||
zone_line.until_set = FALSE;
|
||||
}
|
||||
|
||||
/* Append it to the last Zone, since that is the one we are currently
|
||||
reading. */
|
||||
zone = &g_array_index (data->zone_data, ZoneData, data->zone_data->len - 1);
|
||||
g_array_append_val (zone->zone_line_data, zone_line);
|
||||
|
||||
return zone_line.until_set;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
parse_rule_line (ParsingData *data)
|
||||
{
|
||||
GArray *rule_array;
|
||||
RuleData rule;
|
||||
char *name;
|
||||
TimeCode time_code;
|
||||
|
||||
/* All 10 fields must be present. */
|
||||
if (data->num_fields != 10) {
|
||||
fprintf (stderr, "%s:%i: Invalid Rule line - %i fields.\n%s\n",
|
||||
data->filename, data->line_number, data->num_fields,
|
||||
data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
name = data->fields[RULE_NAME];
|
||||
|
||||
/* Create the GArray and add it to the hash table if it doesn't already
|
||||
exist. */
|
||||
rule_array = g_hash_table_lookup (data->rule_data, name);
|
||||
if (!rule_array) {
|
||||
rule_array = g_array_new (FALSE, FALSE, sizeof (RuleData));
|
||||
g_hash_table_insert (data->rule_data, g_strdup (name), rule_array);
|
||||
}
|
||||
|
||||
rule.from_year = parse_year (data, data->fields[RULE_FROM], FALSE, 0);
|
||||
if (rule.from_year == YEAR_MAXIMUM) {
|
||||
fprintf (stderr, "%s:%i: Invalid Rule FROM value: '%s'\n",
|
||||
data->filename, data->line_number, data->fields[RULE_FROM]);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
rule.to_year = parse_year (data, data->fields[RULE_TO], TRUE,
|
||||
rule.from_year);
|
||||
if (rule.to_year == YEAR_MINIMUM) {
|
||||
fprintf (stderr, "%s:%i: Invalid Rule TO value: %s\n",
|
||||
data->filename, data->line_number, data->fields[RULE_TO]);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
if (!strcmp (data->fields[RULE_TYPE], "-"))
|
||||
rule.type = NULL;
|
||||
else {
|
||||
printf ("Type: %s\n", data->fields[RULE_TYPE]);
|
||||
rule.type = g_strdup (data->fields[RULE_TYPE]);
|
||||
}
|
||||
|
||||
rule.in_month = parse_month (data, data->fields[RULE_IN]);
|
||||
rule.on_day_code = parse_day (data, data->fields[RULE_ON],
|
||||
&rule.on_day_number, &rule.on_day_weekday);
|
||||
rule.at_time_seconds = parse_time (data, data->fields[RULE_AT],
|
||||
&rule.at_time_code);
|
||||
rule.save_seconds = parse_time (data, data->fields[RULE_SAVE], &time_code);
|
||||
|
||||
if (!strcmp (data->fields[RULE_LETTER_S], "-")) {
|
||||
rule.letter_s = NULL;
|
||||
} else {
|
||||
rule.letter_s = g_strdup (data->fields[RULE_LETTER_S]);
|
||||
}
|
||||
|
||||
rule.is_shallow_copy = FALSE;
|
||||
|
||||
g_array_append_val (rule_array, rule);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
parse_link_line (ParsingData *data)
|
||||
{
|
||||
char *from, *to, *old_from;
|
||||
GList *zone_list;
|
||||
|
||||
/* We must have 3 fields for a Link. */
|
||||
if (data->num_fields != 3) {
|
||||
fprintf (stderr, "%s:%i: Invalid Rule line - %i fields.\n%s\n",
|
||||
data->filename, data->line_number, data->num_fields,
|
||||
data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
from = data->fields[LINK_FROM];
|
||||
to = data->fields[LINK_TO];
|
||||
|
||||
#if 0
|
||||
printf ("LINK FROM: %s\tTO: %s\n", from, to);
|
||||
#endif
|
||||
|
||||
if (g_hash_table_lookup_extended (data->link_data, from,
|
||||
(gpointer) &old_from,
|
||||
(gpointer) &zone_list)) {
|
||||
from = old_from;
|
||||
} else {
|
||||
from = g_strdup (from);
|
||||
zone_list = NULL;
|
||||
}
|
||||
|
||||
zone_list = g_list_prepend (zone_list, g_strdup (to));
|
||||
|
||||
g_hash_table_insert (data->link_data, from, zone_list);
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
parse_year (ParsingData *data,
|
||||
char *field,
|
||||
gboolean accept_only,
|
||||
int only_value)
|
||||
{
|
||||
int len, year = 0;
|
||||
char *p;
|
||||
|
||||
if (!field) {
|
||||
fprintf (stderr, "%s:%i: Missing year.\n%s\n", data->filename,
|
||||
data->line_number, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
len = strlen (field);
|
||||
if (accept_only && !strncmp (field, "only", len))
|
||||
return only_value;
|
||||
if (len >= 2) {
|
||||
if (!strncmp (field, "maximum", len))
|
||||
return YEAR_MAXIMUM;
|
||||
else if (!strncmp (field, "minimum", len))
|
||||
return YEAR_MINIMUM;
|
||||
}
|
||||
|
||||
for (p = field; *p; p++) {
|
||||
if (*p < '0' || *p > '9') {
|
||||
fprintf (stderr, "%s:%i: Invalid year: %s\n%s\n", data->filename,
|
||||
data->line_number, field, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
year = year * 10 + *p - '0';
|
||||
}
|
||||
|
||||
if (year < 1000 || year > 2037) {
|
||||
fprintf (stderr, "%s:%i: Strange year: %s\n%s\n", data->filename,
|
||||
data->line_number, field, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
return year;
|
||||
}
|
||||
|
||||
|
||||
/* Parses a month name, returning 0 (Jan) to 11 (Dec). */
|
||||
static int
|
||||
parse_month (ParsingData *data,
|
||||
char *field)
|
||||
{
|
||||
static char* months[] = { "january", "february", "march", "april", "may",
|
||||
"june", "july", "august", "september", "october",
|
||||
"november", "december" };
|
||||
char *p;
|
||||
int len, i;
|
||||
|
||||
/* If the field is missing, it must be the optional UNTIL month, so we return
|
||||
0 for January. */
|
||||
if (!field)
|
||||
return 0;
|
||||
|
||||
for (p = field, len = 0; *p; p++, len++) {
|
||||
*p = tolower (*p);
|
||||
}
|
||||
|
||||
for (i = 0; i < 12; i++) {
|
||||
if (!strncmp (field, months[i], len))
|
||||
return i;
|
||||
}
|
||||
|
||||
fprintf (stderr, "%s:%i: Invalid month: %s\n%s\n", data->filename,
|
||||
data->line_number, field, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
||||
/* Parses a day specifier, returning a code representing the type of match
|
||||
together with a day of the month and a weekday number (0=Sun). */
|
||||
static DayCode
|
||||
parse_day (ParsingData *data,
|
||||
char *field,
|
||||
int *day,
|
||||
int *weekday)
|
||||
{
|
||||
char *day_part, *p;
|
||||
DayCode day_code;
|
||||
|
||||
if (!field) {
|
||||
*day = 1;
|
||||
return DAY_SIMPLE;
|
||||
}
|
||||
|
||||
*day = *weekday = 0;
|
||||
|
||||
if (!strncmp (field, "last", 4)) {
|
||||
*weekday = parse_weekday (data, field + 4);
|
||||
/* We set the day to the end of the month to make sorting Rules easy. */
|
||||
*day = 31;
|
||||
return DAY_LAST_WEEKDAY;
|
||||
}
|
||||
|
||||
day_part = field;
|
||||
day_code = DAY_SIMPLE;
|
||||
|
||||
for (p = field; *p; p++) {
|
||||
if (*p == '<' || *p == '>') {
|
||||
if (*(p + 1) == '=') {
|
||||
day_code = (*p == '<') ? DAY_WEEKDAY_ON_OR_BEFORE
|
||||
: DAY_WEEKDAY_ON_OR_AFTER;
|
||||
*p = '\0';
|
||||
*weekday = parse_weekday (data, field);
|
||||
day_part = p + 2;
|
||||
break;
|
||||
}
|
||||
|
||||
fprintf (stderr, "%s:%i: Invalid day: %s\n%s\n", data->filename,
|
||||
data->line_number, field, data->line);
|
||||
exit (1);
|
||||
}
|
||||
}
|
||||
|
||||
for (p = day_part; *p; p++) {
|
||||
if (*p < '0' || *p > '9') {
|
||||
fprintf (stderr, "%s:%i: Invalid day: %s\n%s\n", data->filename,
|
||||
data->line_number, field, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
*day = *day * 10 + *p - '0';
|
||||
}
|
||||
|
||||
if (*day < 1 || *day > 31) {
|
||||
fprintf (stderr, "%s:%i: Invalid day: %s\n%s\n", data->filename,
|
||||
data->line_number, field, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
return day_code;
|
||||
}
|
||||
|
||||
|
||||
/* Parses a weekday name, returning 0 (Sun) to 6 (Sat). */
|
||||
static int
|
||||
parse_weekday (ParsingData *data,
|
||||
char *field)
|
||||
{
|
||||
static char* weekdays[] = { "sunday", "monday", "tuesday", "wednesday",
|
||||
"thursday", "friday", "saturday" };
|
||||
char *p;
|
||||
int len, i;
|
||||
|
||||
for (p = field, len = 0; *p; p++, len++) {
|
||||
*p = tolower (*p);
|
||||
}
|
||||
|
||||
for (i = 0; i < 7; i++) {
|
||||
if (!strncmp (field, weekdays[i], len))
|
||||
return i;
|
||||
}
|
||||
|
||||
fprintf (stderr, "%s:%i: Invalid weekday: %s\n%s\n", data->filename,
|
||||
data->line_number, field, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
||||
/* Parses a time (hour + minute + second) and returns the result in seconds,
|
||||
together with a time code specifying whether it is Wall clock time,
|
||||
local standard time, or universal time.
|
||||
The time can start with a '-' in which case it will be negative. */
|
||||
static int
|
||||
parse_time (ParsingData *data,
|
||||
char *field,
|
||||
TimeCode *time_code)
|
||||
{
|
||||
char *p;
|
||||
int hours = 0, minutes = 0, seconds = 0, result, negative = 0;
|
||||
|
||||
if (!field) {
|
||||
*time_code = TIME_WALL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
p = field;
|
||||
if (*p == '-') {
|
||||
p++;
|
||||
negative = 1;
|
||||
}
|
||||
|
||||
hours = parse_number (data, &p);
|
||||
|
||||
if (*p == ':') {
|
||||
p++;
|
||||
minutes = parse_number (data, &p);
|
||||
|
||||
if (*p == ':') {
|
||||
p++;
|
||||
seconds = parse_number (data, &p);
|
||||
}
|
||||
}
|
||||
|
||||
if (hours < 0 || hours > 24
|
||||
|| minutes < 0 || minutes > 59
|
||||
|| seconds < 0 || seconds > 59
|
||||
|| (hours == 24 && (minutes != 0 || seconds != 0))) {
|
||||
fprintf (stderr, "%s:%i: Invalid time: %s\n%s\n", data->filename,
|
||||
data->line_number, field, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
if (hours == 24) {
|
||||
hours = 23;
|
||||
minutes = 59;
|
||||
seconds = 59;
|
||||
}
|
||||
|
||||
#if 0
|
||||
printf ("Time: %s -> %i:%02i:%02i\n", field, hours, minutes, seconds);
|
||||
#endif
|
||||
|
||||
result = hours * 3600 + minutes * 60 + seconds;
|
||||
if (negative)
|
||||
result = -result;
|
||||
|
||||
if (*p == '\0') {
|
||||
*time_code = TIME_WALL;
|
||||
return result;
|
||||
}
|
||||
|
||||
if (*(p + 1) == '\0') {
|
||||
if (*p == 'w') {
|
||||
*time_code = TIME_WALL;
|
||||
return result;
|
||||
} else if (*p == 's') {
|
||||
*time_code = TIME_STANDARD;
|
||||
return result;
|
||||
} else if (*p == 'u' || *p == 'g' || *p == 'z') {
|
||||
*time_code = TIME_UNIVERSAL;
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
fprintf (stderr, "%s:%i: Invalid time: %s\n%s\n", data->filename,
|
||||
data->line_number, field, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
||||
/* Parses a simple number and returns the result. The pointer argument
|
||||
is moved to the first character after the number. */
|
||||
static int
|
||||
parse_number (ParsingData *data,
|
||||
char **num)
|
||||
{
|
||||
char *p;
|
||||
int result;
|
||||
|
||||
p = *num;
|
||||
|
||||
#if 0
|
||||
printf ("In parse_number p:%s\n", p);
|
||||
#endif
|
||||
|
||||
if (*p < '0' || *p > '9') {
|
||||
fprintf (stderr, "%s:%i: Invalid number: %s\n%s\n", data->filename,
|
||||
data->line_number, *num, data->line);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
result = *p++ - '0';
|
||||
|
||||
while (*p >= '0' && *p <= '9')
|
||||
result = result * 10 + *p++ - '0';
|
||||
|
||||
*num = p;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
parse_rules_save (ParsingData *data,
|
||||
char *field,
|
||||
char **rules)
|
||||
{
|
||||
TimeCode time_code;
|
||||
|
||||
*rules = NULL;
|
||||
|
||||
/* Check for just "-". */
|
||||
if (field[0] == '-' && field[1] == '\0')
|
||||
return 0;
|
||||
|
||||
/* Check for a time to add to local standard time. We don't care about a
|
||||
time code here, since it is just an offset. */
|
||||
if (*field == '-' || (*field >= '0' && *field <= '9'))
|
||||
return parse_time (data, field, &time_code);
|
||||
|
||||
/* It must be a rules name. */
|
||||
*rules = g_strdup (field);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
GHashTable*
|
||||
parse_zone_tab (char *filename)
|
||||
{
|
||||
GHashTable *zones_hash;
|
||||
ZoneDescription *zone_desc;
|
||||
FILE *fp;
|
||||
char buf[4096];
|
||||
gchar **fields, *zone_name, *latitude, *longitude, *p;
|
||||
|
||||
|
||||
fp = fopen (filename, "r");
|
||||
if (!fp) {
|
||||
fprintf (stderr, "Couldn't open file: %s\n", filename);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
zones_hash = g_hash_table_new (g_str_hash, g_str_equal);
|
||||
|
||||
while (fgets (buf, sizeof(buf), fp)) {
|
||||
if (*buf == '#') continue;
|
||||
|
||||
g_strchomp (buf);
|
||||
fields = g_strsplit (buf,"\t", 4);
|
||||
|
||||
if (strlen (fields[0]) != 2) {
|
||||
fprintf (stderr, "Invalid zone description line: %s\n", buf);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
zone_name = g_strdup (fields[2]);
|
||||
|
||||
zone_desc = g_new (ZoneDescription, 1);
|
||||
zone_desc->country_code[0] = fields[0][0];
|
||||
zone_desc->country_code[1] = fields[0][1];
|
||||
zone_desc->comment = (fields[3] && fields[3][0]) ? g_strdup (fields[3])
|
||||
: NULL;
|
||||
|
||||
/* Now parse the latitude and longitude. */
|
||||
latitude = fields[1];
|
||||
longitude = latitude + 1;
|
||||
while (*longitude != '+' && *longitude != '-')
|
||||
longitude++;
|
||||
|
||||
parse_coord (latitude, longitude - latitude, zone_desc->latitude);
|
||||
parse_coord (longitude, strlen (longitude), zone_desc->longitude);
|
||||
|
||||
g_hash_table_insert (zones_hash, zone_name, zone_desc);
|
||||
|
||||
#if 0
|
||||
g_print ("Found zone: %s %i %02i %02i,%i %02i %02i\n", zone_name,
|
||||
zone_desc->latitude[0], zone_desc->latitude[1],
|
||||
zone_desc->latitude[2],
|
||||
zone_desc->longitude[0], zone_desc->longitude[1],
|
||||
zone_desc->longitude[2]);
|
||||
#endif
|
||||
}
|
||||
|
||||
fclose (fp);
|
||||
|
||||
return zones_hash;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
parse_coord (char *coord,
|
||||
int len,
|
||||
int *result)
|
||||
{
|
||||
int degrees = 0, minutes = 0, seconds = 0;
|
||||
|
||||
if (len == 5)
|
||||
sscanf (coord + 1, "%2d%2d", °rees, &minutes);
|
||||
else if (len == 6)
|
||||
sscanf (coord + 1, "%3d%2d", °rees, &minutes);
|
||||
else if (len == 7)
|
||||
sscanf (coord + 1, "%2d%2d%2d", °rees, &minutes, &seconds);
|
||||
else if (len == 8)
|
||||
sscanf (coord + 1, "%3d%2d%2d", °rees, &minutes, &seconds);
|
||||
else {
|
||||
fprintf (stderr, "Invalid coordinate: %s\n", coord);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
if (coord[0] == '-')
|
||||
degrees = -degrees;
|
||||
|
||||
result[0] = degrees;
|
||||
result[1] = minutes;
|
||||
result[2] = seconds;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
/*
|
||||
* Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
* files compatible with the iCalendar specification (RFC2445).
|
||||
*
|
||||
* Copyright (C) 2000-2001 Ximian, Inc.
|
||||
* Copyright (C) 2003 Damon Chaplin.
|
||||
*
|
||||
* Author: Damon Chaplin <damon@gnome.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef _VZIC_PARSE_H_
|
||||
#define _VZIC_PARSE_H_
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
void parse_olson_file (char *filename,
|
||||
GArray **zone_data,
|
||||
GHashTable **rule_data,
|
||||
GHashTable **link_data,
|
||||
int *max_until_year);
|
||||
|
||||
GHashTable* parse_zone_tab (char *filename);
|
||||
|
||||
#endif /* _VZIC_PARSE_H_ */
|
||||
Executable
+164
@@ -0,0 +1,164 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
#
|
||||
# Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
# files compatible with the iCalendar specification (RFC2445).
|
||||
#
|
||||
# Copyright (C) 2001 Ximian, Inc.
|
||||
# Copyright (C) 2003 Damon Chaplin.
|
||||
#
|
||||
# Author: Damon Chaplin <damon@gnome.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
#
|
||||
|
||||
#
|
||||
# This outputs an iCalendar file containing one event in each timezone,
|
||||
# as well as all the VTIMEZONEs. We use it for testing compatability with
|
||||
# other iCalendar apps like Outlook, by trying to import it there.
|
||||
#
|
||||
# Currently we have 377 timezones (with tzdata2001d).
|
||||
#
|
||||
|
||||
# Set this to the toplevel directory of the VTIMEZONE files.
|
||||
$ZONEINFO_DIR = "/home/damon/src/zoneinfo";
|
||||
|
||||
$output_file = "calendar.ics";
|
||||
|
||||
|
||||
# Save this so we can restore it later.
|
||||
$input_record_separator = $/;
|
||||
|
||||
chdir $ZONEINFO_DIR
|
||||
|| die "Can't cd to $ZONEINFO_DIR";
|
||||
|
||||
# Create the output file, to contain all the VEVENTs & VTIMEZONEs.
|
||||
open (OUTPUTFILE, ">$output_file")
|
||||
|| die "Can't create file: $output_file";
|
||||
|
||||
# Output the standard header.
|
||||
print OUTPUTFILE <<EOF;
|
||||
BEGIN:VCALENDAR
|
||||
PRODID:-//Ximian//NONSGML Vzic Test//EN
|
||||
VERSION:2.0
|
||||
METHOD:PUBLISH
|
||||
EOF
|
||||
|
||||
$zone_num = 0;
|
||||
|
||||
# 365 days in a non-leap year.
|
||||
@days_in_month = ( 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 );
|
||||
|
||||
foreach $file (`find -name "*.ics"`) {
|
||||
# Get rid of './' at start and whitespace at end.
|
||||
$file =~ s/^\.\///;
|
||||
$file =~ s/\s+$//;
|
||||
|
||||
if ($file eq $output_file) {
|
||||
next;
|
||||
}
|
||||
|
||||
# print "File: $file\n";
|
||||
|
||||
# Get the VTIMEZONE data.
|
||||
open (ZONEFILE, "$file")
|
||||
|| die "Can't open file: $ZONEINFO_DIR/$file";
|
||||
undef $/;
|
||||
$vtimezone = <ZONEFILE>;
|
||||
$/ = $input_record_separator;
|
||||
close (ZONEFILE);
|
||||
|
||||
# Strip the stuff before and after the VTIMEZONE component
|
||||
$vtimezone =~ s/^.*BEGIN:VTIMEZONE/BEGIN:VTIMEZONE/s;
|
||||
$vtimezone =~ s/END:VTIMEZONE.*$/END:VTIMEZONE\n/s;
|
||||
|
||||
print OUTPUTFILE $vtimezone;
|
||||
|
||||
# Find the TZID.
|
||||
$vtimezone =~ m/TZID:(.*)/;
|
||||
$tzid = $1;
|
||||
# print "TZID: $tzid\n";
|
||||
|
||||
# Find the location.
|
||||
$file =~ m/(.*)\.ics/;
|
||||
$location = $1;
|
||||
# print "LOCATION: $location\n";
|
||||
|
||||
# Try to find the current UTC offset that Outlook will use.
|
||||
# If there is an RRULE, we look for the first 2 TZOFFSETTO properties,
|
||||
# else we just get the first one.
|
||||
if ($vtimezone =~ m/RRULE/) {
|
||||
$vtimezone =~ m/TZOFFSETTO:([+-]?\d+)/;
|
||||
$tzoffsetto = $1;
|
||||
$vtimezone =~ m/TZOFFSETFROM:([+-]?\d+)/;
|
||||
$tzoffsetfrom = $1;
|
||||
$tzoffset = "$tzoffsetfrom/$tzoffsetto";
|
||||
} else {
|
||||
$vtimezone =~ m/TZOFFSETTO:([+-]?\d+)/s;
|
||||
$tzoffset = $1;
|
||||
}
|
||||
# print "TZOFFSET: $tzoffset\n";
|
||||
|
||||
# We put each event on a separate day in 2001 and Jan 2002.
|
||||
$day_num = $zone_num;
|
||||
if ($day_num >= 365) {
|
||||
$year = 2002;
|
||||
$day_num -= 365;
|
||||
} else {
|
||||
$year = 2001;
|
||||
}
|
||||
$month = -1;
|
||||
for ($i = 0; $i < 12; $i++) {
|
||||
if ($day_num < $days_in_month[$i]) {
|
||||
$month = $i;
|
||||
last;
|
||||
}
|
||||
$day_num -= $days_in_month[$i]
|
||||
}
|
||||
if ($month == -1) {
|
||||
die "month = -1";
|
||||
}
|
||||
|
||||
$month++;
|
||||
$day_num++;
|
||||
$date = sprintf ("%i%02i%02i", $year, $month, $day_num);
|
||||
# print "Date: $date\n";
|
||||
|
||||
# Output a VEVENT using the timezone.
|
||||
print OUTPUTFILE <<EOF;
|
||||
BEGIN:VEVENT
|
||||
UID:vzic-test-${zone_num}
|
||||
DTSTAMP:20010101T000000Z
|
||||
DTSTART;TZID=${tzid}:${date}T120000
|
||||
DTEND;TZID=${tzid}:${date}T130000
|
||||
RRULE:FREQ=MONTHLY;BYMONTHDAY=${day_num}
|
||||
SUMMARY:($tzoffset) ${location} 12:00-13:00 UTC
|
||||
SEQUENCE:1
|
||||
END:VEVENT
|
||||
EOF
|
||||
|
||||
$zone_num++;
|
||||
|
||||
# Use this to stop after a certain number.
|
||||
# last if ($zone_num == 100);
|
||||
}
|
||||
|
||||
# Output the standard footer.
|
||||
print OUTPUTFILE <<EOF;
|
||||
END:VCALENDAR
|
||||
EOF
|
||||
|
||||
close (OUTPUTFILE);
|
||||
|
||||
@@ -0,0 +1,320 @@
|
||||
/*
|
||||
* Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
* files compatible with the iCalendar specification (RFC2445).
|
||||
*
|
||||
* Copyright (C) 2000-2001 Ximian, Inc.
|
||||
* Copyright (C) 2003 Damon Chaplin.
|
||||
*
|
||||
* Author: Damon Chaplin <damon@gnome.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "vzic.h"
|
||||
#include "vzic-parse.h"
|
||||
#include "vzic-dump.h"
|
||||
#include "vzic-output.h"
|
||||
|
||||
|
||||
/*
|
||||
* Global command-line options.
|
||||
*/
|
||||
|
||||
/* By default we output Outlook-compatible output. If --pure is used we
|
||||
output pure output, with no changes to be compatible with Outlook. */
|
||||
gboolean VzicPureOutput = FALSE;
|
||||
|
||||
gboolean VzicDumpOutput = FALSE;
|
||||
gboolean VzicDumpChanges = FALSE;
|
||||
gboolean VzicDumpZoneNamesAndCoords = TRUE;
|
||||
gboolean VzicDumpZoneTranslatableStrings= TRUE;
|
||||
gboolean VzicNoRRules = FALSE;
|
||||
gboolean VzicNoRDates = FALSE;
|
||||
char* VzicOutputDir = "zoneinfo";
|
||||
char* VzicUrlPrefix = NULL;
|
||||
char* VzicOlsonDir = OLSON_DIR;
|
||||
|
||||
GList* VzicTimeZoneNames = NULL;
|
||||
|
||||
static void convert_olson_file (char *olson_file);
|
||||
|
||||
static void usage (void);
|
||||
|
||||
static void free_zone_data (GArray *zone_data);
|
||||
static void free_rule_array (gpointer key,
|
||||
gpointer value,
|
||||
gpointer data);
|
||||
static void free_link_data (gpointer key,
|
||||
gpointer value,
|
||||
gpointer data);
|
||||
|
||||
|
||||
int
|
||||
main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
int i;
|
||||
char directory[PATHNAME_BUFFER_SIZE];
|
||||
char filename[PATHNAME_BUFFER_SIZE];
|
||||
GHashTable *zones_hash;
|
||||
|
||||
/*
|
||||
* Command-Line Option Parsing.
|
||||
*/
|
||||
for (i = 1; i < argc; i++) {
|
||||
/*
|
||||
* User Options.
|
||||
*/
|
||||
|
||||
/* --pure: Output the perfect VCALENDAR data, which Outlook won't parse
|
||||
as it has problems with certain iCalendar constructs. */
|
||||
if (!strcmp (argv[i], "--pure"))
|
||||
VzicPureOutput = TRUE;
|
||||
|
||||
/* --output-dir: specify where to output all the files beneath. The
|
||||
default is the current directory. */
|
||||
else if (argc > i + 1 && !strcmp (argv[i], "--output-dir"))
|
||||
VzicOutputDir = argv[++i];
|
||||
|
||||
/* --url-prefix: Used as the base for the TZURL property in each
|
||||
VTIMEZONE. The default is to not output TZURL properties. */
|
||||
else if (argc > i + 1 && !strcmp (argv[i], "--url-prefix")) {
|
||||
int length;
|
||||
VzicUrlPrefix = argv[++i];
|
||||
/* remove the trailing '/' if there is one */
|
||||
length = strlen (VzicUrlPrefix);
|
||||
if (VzicUrlPrefix[length - 1] == '/')
|
||||
VzicUrlPrefix[length - 1] = '\0';
|
||||
}
|
||||
|
||||
else if (argc > i + 1 && !strcmp (argv[i], "--olson-dir")) {
|
||||
VzicOlsonDir = argv[++i];
|
||||
}
|
||||
|
||||
/*
|
||||
* Debugging Options.
|
||||
*/
|
||||
|
||||
/* --dump: Dump the Rule and Zone data that we parsed from the Olson
|
||||
timezone files. This is used to test the parsing code. */
|
||||
else if (!strcmp (argv[i], "--dump"))
|
||||
VzicDumpOutput = TRUE;
|
||||
|
||||
/* --dump-changes: Dumps a list of times when each timezone changed,
|
||||
and the new local time offset from UTC. */
|
||||
else if (!strcmp (argv[i], "--dump-changes"))
|
||||
VzicDumpChanges = TRUE;
|
||||
|
||||
/* --no-rrules: Don't output RRULE properties in the VTIMEZONEs. Instead
|
||||
it will just output RDATEs for each year up to a certain year. */
|
||||
else if (!strcmp (argv[i], "--no-rrules"))
|
||||
VzicNoRRules = TRUE;
|
||||
|
||||
/* --no-rdates: Don't output multiple RDATEs in a single VTIMEZONE
|
||||
component. Instead they will be output separately. */
|
||||
else if (!strcmp (argv[i], "--no-rdates"))
|
||||
VzicNoRDates = TRUE;
|
||||
|
||||
else
|
||||
usage ();
|
||||
}
|
||||
|
||||
/*
|
||||
* Create any necessary directories.
|
||||
*/
|
||||
ensure_directory_exists (VzicOutputDir);
|
||||
|
||||
if (VzicDumpOutput) {
|
||||
/* Create the directories for the dump output, if they don't exist. */
|
||||
sprintf (directory, "%s/ZonesVzic", VzicOutputDir);
|
||||
ensure_directory_exists (directory);
|
||||
sprintf (directory, "%s/RulesVzic", VzicOutputDir);
|
||||
ensure_directory_exists (directory);
|
||||
}
|
||||
|
||||
if (VzicDumpChanges) {
|
||||
/* Create the directory for the changes output, if it doesn't exist. */
|
||||
sprintf (directory, "%s/ChangesVzic", VzicOutputDir);
|
||||
ensure_directory_exists (directory);
|
||||
}
|
||||
|
||||
/*
|
||||
* Convert the Olson timezone files.
|
||||
*/
|
||||
convert_olson_file ("africa");
|
||||
convert_olson_file ("antarctica");
|
||||
convert_olson_file ("asia");
|
||||
convert_olson_file ("australasia");
|
||||
convert_olson_file ("europe");
|
||||
convert_olson_file ("northamerica");
|
||||
convert_olson_file ("southamerica");
|
||||
|
||||
/* These are backwards-compatability and weird stuff. */
|
||||
#if 0
|
||||
convert_olson_file ("backward");
|
||||
convert_olson_file ("etcetera");
|
||||
convert_olson_file ("leapseconds");
|
||||
convert_olson_file ("pacificnew");
|
||||
convert_olson_file ("solar87");
|
||||
convert_olson_file ("solar88");
|
||||
convert_olson_file ("solar89");
|
||||
#endif
|
||||
|
||||
/* This doesn't really do anything and it messes up vzic-dump.pl so we
|
||||
don't bother. */
|
||||
#if 0
|
||||
convert_olson_file ("factory");
|
||||
#endif
|
||||
|
||||
/* This is old System V stuff, which we don't currently support since it
|
||||
uses 'min' as a Rule FROM value which messes up our algorithm, making
|
||||
it too slow and use too much memory. */
|
||||
#if 0
|
||||
convert_olson_file ("systemv");
|
||||
#endif
|
||||
|
||||
/* Output the timezone names and coordinates in a zone.tab file, and
|
||||
the translatable strings to feed to gettext. */
|
||||
if (VzicDumpZoneNamesAndCoords) {
|
||||
sprintf (filename, "%s/zone.tab", VzicOlsonDir);
|
||||
zones_hash = parse_zone_tab (filename);
|
||||
|
||||
dump_time_zone_names (VzicTimeZoneNames, VzicOutputDir, zones_hash);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
convert_olson_file (char *olson_file)
|
||||
{
|
||||
char input_filename[PATHNAME_BUFFER_SIZE];
|
||||
GArray *zone_data;
|
||||
GHashTable *rule_data, *link_data;
|
||||
char dump_filename[PATHNAME_BUFFER_SIZE];
|
||||
ZoneData *zone;
|
||||
int i, max_until_year;
|
||||
|
||||
sprintf (input_filename, "%s/%s", VzicOlsonDir, olson_file);
|
||||
|
||||
parse_olson_file (input_filename, &zone_data, &rule_data, &link_data,
|
||||
&max_until_year);
|
||||
|
||||
if (VzicDumpOutput) {
|
||||
sprintf (dump_filename, "%s/ZonesVzic/%s", VzicOutputDir, olson_file);
|
||||
dump_zone_data (zone_data, dump_filename);
|
||||
|
||||
sprintf (dump_filename, "%s/RulesVzic/%s", VzicOutputDir, olson_file);
|
||||
dump_rule_data (rule_data, dump_filename);
|
||||
}
|
||||
|
||||
output_vtimezone_files (VzicOutputDir, zone_data, rule_data, link_data,
|
||||
max_until_year);
|
||||
|
||||
free_zone_data (zone_data);
|
||||
g_hash_table_foreach (rule_data, free_rule_array, NULL);
|
||||
g_hash_table_destroy (rule_data);
|
||||
g_hash_table_foreach (link_data, free_link_data, NULL);
|
||||
g_hash_table_destroy (link_data);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
usage (void)
|
||||
{
|
||||
fprintf (stderr, "Usage: vzic [--dump] [--dump-changes] [--no-rrules] [--no-rdates] [--pure] [--output-dir <directory>] [--url-prefix <url>] [--olson-dir <directory>]\n");
|
||||
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Functions to free the data structures.
|
||||
*/
|
||||
|
||||
static void
|
||||
free_zone_data (GArray *zone_data)
|
||||
{
|
||||
ZoneData *zone;
|
||||
ZoneLineData *zone_line;
|
||||
int i, j;
|
||||
|
||||
for (i = 0; i < zone_data->len; i++) {
|
||||
zone = &g_array_index (zone_data, ZoneData, i);
|
||||
|
||||
g_free (zone->zone_name);
|
||||
|
||||
for (j = 0; j < zone->zone_line_data->len; j++) {
|
||||
zone_line = &g_array_index (zone->zone_line_data, ZoneLineData, j);
|
||||
|
||||
g_free (zone_line->rules);
|
||||
g_free (zone_line->format);
|
||||
}
|
||||
|
||||
g_array_free (zone->zone_line_data, TRUE);
|
||||
}
|
||||
|
||||
g_array_free (zone_data, TRUE);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
free_rule_array (gpointer key,
|
||||
gpointer value,
|
||||
gpointer data)
|
||||
{
|
||||
char *name = key;
|
||||
GArray *rule_array = value;
|
||||
RuleData *rule;
|
||||
int i;
|
||||
|
||||
for (i = 0; i < rule_array->len; i++) {
|
||||
rule = &g_array_index (rule_array, RuleData, i);
|
||||
|
||||
if (!rule->is_shallow_copy) {
|
||||
g_free (rule->type);
|
||||
g_free (rule->letter_s);
|
||||
}
|
||||
}
|
||||
|
||||
g_array_free (rule_array, TRUE);
|
||||
|
||||
g_free (name);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
free_link_data (gpointer key,
|
||||
gpointer value,
|
||||
gpointer data)
|
||||
{
|
||||
GList *link = data;
|
||||
|
||||
g_free (key);
|
||||
|
||||
while (link) {
|
||||
g_free (link->data);
|
||||
link = link->next;
|
||||
}
|
||||
|
||||
g_list_free (data);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,196 @@
|
||||
/*
|
||||
* Vzic - a program to convert Olson timezone database files into VZTIMEZONE
|
||||
* files compatible with the iCalendar specification (RFC2445).
|
||||
*
|
||||
* Copyright (C) 2000-2001 Ximian, Inc.
|
||||
* Copyright (C) 2003 Damon Chaplin.
|
||||
*
|
||||
* Author: Damon Chaplin <damon@gnome.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef _VZIC_H_
|
||||
#define _VZIC_H_
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
||||
/*
|
||||
* Global command-line options.
|
||||
*/
|
||||
|
||||
/* By default we output Outlook-compatible output. If --pure is used we output
|
||||
pure output, with no changes to be compatible with Outlook. */
|
||||
extern gboolean VzicPureOutput;
|
||||
|
||||
extern gboolean VzicDumpOutput;
|
||||
extern gboolean VzicDumpChanges;
|
||||
extern gboolean VzicDumpZoneNamesAndCoords;
|
||||
extern gboolean VzicDumpZoneTranslatableStrings;
|
||||
extern gboolean VzicNoRRules;
|
||||
extern gboolean VzicNoRDates;
|
||||
extern char* VzicUrlPrefix;
|
||||
|
||||
extern GList* VzicTimeZoneNames;
|
||||
|
||||
/* The minimum & maximum years we can use. */
|
||||
#define YEAR_MINIMUM G_MININT
|
||||
#define YEAR_MAXIMUM G_MAXINT
|
||||
|
||||
/* The maximum size of any complete pathname. */
|
||||
#define PATHNAME_BUFFER_SIZE 1024
|
||||
|
||||
/* Days can be expressed either as a simple month day number, 1-31, or a rule
|
||||
such as the last Sunday, or the first Monday on or after the 8th. */
|
||||
typedef enum
|
||||
{
|
||||
DAY_SIMPLE,
|
||||
DAY_WEEKDAY_ON_OR_AFTER,
|
||||
DAY_WEEKDAY_ON_OR_BEFORE,
|
||||
DAY_LAST_WEEKDAY
|
||||
} DayCode;
|
||||
|
||||
|
||||
/* Times can be given either as universal time (UTC), local standard time
|
||||
(without daylight-saving adjustments) or wall clock time (local standard
|
||||
time plus daylight-saving adjustments, i.e. what you would see on a clock
|
||||
on the wall!). */
|
||||
typedef enum
|
||||
{
|
||||
TIME_WALL,
|
||||
TIME_STANDARD,
|
||||
TIME_UNIVERSAL
|
||||
} TimeCode;
|
||||
|
||||
|
||||
/* This represents one timezone, e.g. "Africa/Algiers".
|
||||
It contains the timezone name, and an array of ZoneLineData structs which
|
||||
hold data from each Zone line, including the continuation lines. */
|
||||
typedef struct _ZoneData ZoneData;
|
||||
struct _ZoneData
|
||||
{
|
||||
char *zone_name;
|
||||
|
||||
/* An array of ZoneLineData, one for each Zone & Zone continuation line
|
||||
read in. */
|
||||
GArray *zone_line_data;
|
||||
};
|
||||
|
||||
|
||||
typedef struct _ZoneLineData ZoneLineData;
|
||||
struct _ZoneLineData
|
||||
{
|
||||
/* The amount of time to add to UTC to get local standard time for the
|
||||
current time range, in seconds. */
|
||||
int stdoff_seconds;
|
||||
|
||||
/* Either rules is set to the name of a set of rules, or rules is NULL and
|
||||
save is set to the time to add to local standard time to get wall time, in
|
||||
seconds. If save is 0 as well, then standard time always applies. */
|
||||
char *rules;
|
||||
int save_seconds;
|
||||
|
||||
/* The format to use for the abbreviated timezone name, e.g. WE%sT.
|
||||
The %s is replaced by variable part of the name. (See the letter_s field
|
||||
in the RuleData struct below). */
|
||||
char *format;
|
||||
|
||||
/* TRUE if an UNTIL time is given. */
|
||||
gboolean until_set;
|
||||
|
||||
/* The UNTIL year, e.g. 2000. */
|
||||
int until_year;
|
||||
|
||||
/* The UNTIL month 0 (Jan) to 11 (Dec). */
|
||||
int until_month;
|
||||
|
||||
/* The UNTIL day, either a simple month day number, 1-31, or a rule such as
|
||||
the last Sunday, or the first Monday on or after the 8th. */
|
||||
DayCode until_day_code;
|
||||
int until_day_number; /* 1 to 31. */
|
||||
int until_day_weekday; /* 0 (Sun) to 6 (Sat). */
|
||||
|
||||
/* The UNTIL time, in seconds from midnight. The code specifies whether the
|
||||
time is a wall clock time, local standard time, or universal time. */
|
||||
int until_time_seconds;
|
||||
TimeCode until_time_code;
|
||||
};
|
||||
|
||||
|
||||
typedef struct _RuleData RuleData;
|
||||
struct _RuleData
|
||||
{
|
||||
/* The first year that the rule applies to, e.g. 1996.
|
||||
Can also be YEAR_MINIMUM. */
|
||||
int from_year;
|
||||
|
||||
/* The last year that the rule applies to, e.g. 1996.
|
||||
Can also be YEAR_MAXIMUM. */
|
||||
int to_year;
|
||||
|
||||
/* A string used to only match certain years between from and to.
|
||||
The rule only applies to the years which match. If type is NULL the rule
|
||||
applies to all years betweeen from and to.
|
||||
zic uses an external program called yearistype to check the string.
|
||||
Currently it is not used in the Olson database. */
|
||||
char *type;
|
||||
|
||||
/* The month of the rule 0 (Jan) to 11 (Dec). */
|
||||
int in_month;
|
||||
|
||||
/* The day, either a simple month day number, 1-31, or a rule such as
|
||||
the last Sunday, or the first Monday on or after the 8th. */
|
||||
DayCode on_day_code;
|
||||
int on_day_number;
|
||||
int on_day_weekday; /* 0 (Sun) to 6 (Sat). */
|
||||
|
||||
/* The time, in seconds from midnight. The code specifies whether the
|
||||
time is a wall clock time, local standard time, or universal time. */
|
||||
int at_time_seconds;
|
||||
TimeCode at_time_code;
|
||||
|
||||
/* The amount of time to add to local standard time when the rule is in
|
||||
effect, in seconds. If this is not 0 then it must be a daylight-saving
|
||||
time. */
|
||||
int save_seconds;
|
||||
|
||||
/* The letter(s) to use as the variable part in the abbreviated timezone
|
||||
name. If this is NULL then no variable part is used. (See the format field
|
||||
in the ZoneLineData struct above.) */
|
||||
char *letter_s;
|
||||
|
||||
|
||||
/* This is set to TRUE if this element is a shallow copy of another one,
|
||||
in which case we don't free any of the fields. */
|
||||
gboolean is_shallow_copy;
|
||||
};
|
||||
|
||||
|
||||
typedef struct _ZoneDescription ZoneDescription;
|
||||
struct _ZoneDescription
|
||||
{
|
||||
/* 2-letter ISO 3166 country code. */
|
||||
char country_code[2];
|
||||
|
||||
/* latitude and longitude in degrees, minutes & seconds. The degrees value
|
||||
holds the sign of the entire latitude/longitude. */
|
||||
int latitude[3];
|
||||
int longitude[3];
|
||||
|
||||
char *comment;
|
||||
};
|
||||
|
||||
#endif /* _VZIC_H_ */
|
||||
Reference in New Issue
Block a user