adam@0: # Makefile.in generated by automake 1.11.1 from Makefile.am. adam@0: # @configure_input@ adam@0: adam@0: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, adam@0: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, adam@0: # Inc. adam@0: # This Makefile.in is free software; the Free Software Foundation adam@0: # gives unlimited permission to copy and/or distribute it, adam@0: # with or without modifications, as long as this notice is preserved. adam@0: adam@0: # This program is distributed in the hope that it will be useful, adam@0: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without adam@0: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A adam@0: # PARTICULAR PURPOSE. adam@0: adam@0: @SET_MAKE@ adam@0: VPATH = @srcdir@ adam@0: pkgdatadir = $(datadir)/@PACKAGE@ adam@0: pkgincludedir = $(includedir)/@PACKAGE@ adam@0: pkglibdir = $(libdir)/@PACKAGE@ adam@0: pkglibexecdir = $(libexecdir)/@PACKAGE@ adam@0: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd adam@0: install_sh_DATA = $(install_sh) -c -m 644 adam@0: install_sh_PROGRAM = $(install_sh) -c adam@0: install_sh_SCRIPT = $(install_sh) -c adam@0: INSTALL_HEADER = $(INSTALL_DATA) adam@0: transform = $(program_transform_name) adam@0: NORMAL_INSTALL = : adam@0: PRE_INSTALL = : adam@0: POST_INSTALL = : adam@0: NORMAL_UNINSTALL = : adam@0: PRE_UNINSTALL = : adam@0: POST_UNINSTALL = : adam@0: build_triplet = @build@ adam@0: host_triplet = @host@ adam@0: subdir = . adam@0: DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ adam@0: $(srcdir)/Makefile.in $(top_srcdir)/configure \ adam@0: $(top_srcdir)/src/ur/config.urp.in config.guess config.sub \ adam@0: depcomp install-sh ltmain.sh missing adam@0: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 adam@0: am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_openssl.m4 \ adam@0: $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libtool.m4 \ adam@0: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ adam@0: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ adam@1: $(top_srcdir)/m4/m4_ax_lib_expat.m4 $(top_srcdir)/configure.ac adam@0: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ adam@0: $(ACLOCAL_M4) adam@0: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ adam@0: configure.lineno config.status.lineno adam@0: mkinstalldirs = $(install_sh) -d adam@0: CONFIG_CLEAN_FILES = src/ur/config.urp adam@0: CONFIG_CLEAN_VPATH_FILES = adam@0: SOURCES = adam@0: DIST_SOURCES = adam@0: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ adam@0: html-recursive info-recursive install-data-recursive \ adam@0: install-dvi-recursive install-exec-recursive \ adam@0: install-html-recursive install-info-recursive \ adam@0: install-pdf-recursive install-ps-recursive install-recursive \ adam@0: installcheck-recursive installdirs-recursive pdf-recursive \ adam@0: ps-recursive uninstall-recursive adam@0: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ adam@0: distclean-recursive maintainer-clean-recursive adam@0: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ adam@0: $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ adam@0: distdir dist dist-all distcheck adam@0: ETAGS = etags adam@0: CTAGS = ctags adam@0: DIST_SUBDIRS = $(SUBDIRS) adam@0: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) adam@0: distdir = $(PACKAGE)-$(VERSION) adam@0: top_distdir = $(distdir) adam@0: am__remove_distdir = \ adam@0: { test ! -d "$(distdir)" \ adam@0: || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ adam@0: && rm -fr "$(distdir)"; }; } adam@0: am__relativize = \ adam@0: dir0=`pwd`; \ adam@0: sed_first='s,^\([^/]*\)/.*$$,\1,'; \ adam@0: sed_rest='s,^[^/]*/*,,'; \ adam@0: sed_last='s,^.*/\([^/]*\)$$,\1,'; \ adam@0: sed_butlast='s,/*[^/]*$$,,'; \ adam@0: while test -n "$$dir1"; do \ adam@0: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ adam@0: if test "$$first" != "."; then \ adam@0: if test "$$first" = ".."; then \ adam@0: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ adam@0: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ adam@0: else \ adam@0: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ adam@0: if test "$$first2" = "$$first"; then \ adam@0: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ adam@0: else \ adam@0: dir2="../$$dir2"; \ adam@0: fi; \ adam@0: dir0="$$dir0"/"$$first"; \ adam@0: fi; \ adam@0: fi; \ adam@0: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ adam@0: done; \ adam@0: reldir="$$dir2" adam@0: DIST_ARCHIVES = $(distdir).tar.gz adam@0: GZIP_ENV = --best adam@0: distuninstallcheck_listfiles = find . -type f -print adam@0: distcleancheck_listfiles = find . -type f -print adam@0: ACLOCAL = @ACLOCAL@ adam@0: AMTAR = @AMTAR@ adam@0: AR = @AR@ adam@0: AUTOCONF = @AUTOCONF@ adam@0: AUTOHEADER = @AUTOHEADER@ adam@0: AUTOMAKE = @AUTOMAKE@ adam@0: AWK = @AWK@ adam@0: CC = @CC@ adam@0: CCDEPMODE = @CCDEPMODE@ adam@0: CFLAGS = @CFLAGS@ adam@0: CPP = @CPP@ adam@0: CPPFLAGS = @CPPFLAGS@ adam@1: CXX = @CXX@ adam@1: CXXCPP = @CXXCPP@ adam@1: CXXDEPMODE = @CXXDEPMODE@ adam@1: CXXFLAGS = @CXXFLAGS@ adam@0: CYGPATH_W = @CYGPATH_W@ adam@0: DEFS = @DEFS@ adam@0: DEPDIR = @DEPDIR@ adam@0: DSYMUTIL = @DSYMUTIL@ adam@0: DUMPBIN = @DUMPBIN@ adam@0: ECHO_C = @ECHO_C@ adam@0: ECHO_N = @ECHO_N@ adam@0: ECHO_T = @ECHO_T@ adam@0: EGREP = @EGREP@ adam@0: EXEEXT = @EXEEXT@ adam@1: EXPAT_CFLAGS = @EXPAT_CFLAGS@ adam@1: EXPAT_LDFLAGS = @EXPAT_LDFLAGS@ adam@1: EXPAT_VERSION = @EXPAT_VERSION@ adam@0: FGREP = @FGREP@ adam@0: GREP = @GREP@ adam@0: INCLUDE := @INCLUDE@ adam@0: INSTALL = @INSTALL@ adam@0: INSTALL_DATA = @INSTALL_DATA@ adam@0: INSTALL_PROGRAM = @INSTALL_PROGRAM@ adam@0: INSTALL_SCRIPT = @INSTALL_SCRIPT@ adam@0: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ adam@0: LD = @LD@ adam@0: LDFLAGS = @LDFLAGS@ adam@0: LIB := @LIB@ adam@0: LIBCURL = @LIBCURL@ adam@0: LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ adam@0: LIBOBJS = @LIBOBJS@ adam@0: LIBS = @LIBS@ adam@0: LIBTOOL = @LIBTOOL@ adam@0: LIPO = @LIPO@ adam@0: LN_S = @LN_S@ adam@0: LTLIBOBJS = @LTLIBOBJS@ adam@0: MAKEINFO = @MAKEINFO@ adam@0: MKDIR_P = @MKDIR_P@ adam@0: NM = @NM@ adam@0: NMEDIT = @NMEDIT@ adam@0: OBJDUMP = @OBJDUMP@ adam@0: OBJEXT = @OBJEXT@ adam@0: OPENSSL_INCLUDES = @OPENSSL_INCLUDES@ adam@0: OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ adam@0: OPENSSL_LIBS = @OPENSSL_LIBS@ adam@0: OTOOL = @OTOOL@ adam@0: OTOOL64 = @OTOOL64@ adam@0: PACKAGE = @PACKAGE@ adam@0: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ adam@0: PACKAGE_NAME = @PACKAGE_NAME@ adam@0: PACKAGE_STRING = @PACKAGE_STRING@ adam@0: PACKAGE_TARNAME = @PACKAGE_TARNAME@ adam@0: PACKAGE_URL = @PACKAGE_URL@ adam@0: PACKAGE_VERSION = @PACKAGE_VERSION@ adam@0: PATH_SEPARATOR = @PATH_SEPARATOR@ adam@0: PKG_CONFIG = @PKG_CONFIG@ adam@0: RANLIB = @RANLIB@ adam@0: SED = @SED@ adam@0: SET_MAKE = @SET_MAKE@ adam@0: SHELL = @SHELL@ adam@0: STRIP = @STRIP@ adam@0: VERSION = @VERSION@ adam@0: _libcurl_config = @_libcurl_config@ adam@0: abs_builddir = @abs_builddir@ adam@0: abs_srcdir = @abs_srcdir@ adam@0: abs_top_builddir = @abs_top_builddir@ adam@0: abs_top_srcdir = @abs_top_srcdir@ adam@0: ac_ct_CC = @ac_ct_CC@ adam@1: ac_ct_CXX = @ac_ct_CXX@ adam@0: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ adam@0: am__include = @am__include@ adam@0: am__leading_dot = @am__leading_dot@ adam@0: am__quote = @am__quote@ adam@0: am__tar = @am__tar@ adam@0: am__untar = @am__untar@ adam@0: bindir = @bindir@ adam@0: build = @build@ adam@0: build_alias = @build_alias@ adam@0: build_cpu = @build_cpu@ adam@0: build_os = @build_os@ adam@0: build_vendor = @build_vendor@ adam@0: builddir = @builddir@ adam@0: datadir = @datadir@ adam@0: datarootdir = @datarootdir@ adam@0: docdir = @docdir@ adam@0: dvidir = @dvidir@ adam@0: exec_prefix = @exec_prefix@ adam@0: host = @host@ adam@0: host_alias = @host_alias@ adam@0: host_cpu = @host_cpu@ adam@0: host_os = @host_os@ adam@0: host_vendor = @host_vendor@ adam@0: htmldir = @htmldir@ adam@0: includedir = @includedir@ adam@0: infodir = @infodir@ adam@0: install_sh = @install_sh@ adam@0: libdir = @libdir@ adam@0: libexecdir = @libexecdir@ adam@0: localedir = @localedir@ adam@0: localstatedir = @localstatedir@ adam@0: lt_ECHO = @lt_ECHO@ adam@0: mandir = @mandir@ adam@0: mkdir_p = @mkdir_p@ adam@0: oldincludedir = @oldincludedir@ adam@0: pdfdir = @pdfdir@ adam@0: prefix = @prefix@ adam@0: program_transform_name = @program_transform_name@ adam@0: psdir = @psdir@ adam@0: sbindir = @sbindir@ adam@0: sharedstatedir = @sharedstatedir@ adam@0: srcdir = @srcdir@ adam@0: sysconfdir = @sysconfdir@ adam@0: target_alias = @target_alias@ adam@0: top_build_prefix = @top_build_prefix@ adam@0: top_builddir = @top_builddir@ adam@0: top_srcdir = @top_srcdir@ adam@0: ACLOCAL_AMFLAGS = -I m4 adam@0: LIB_UR := $(LIB)/ur/openid adam@0: SUBDIRS := src/c adam@0: all: all-recursive adam@0: adam@0: .SUFFIXES: adam@0: am--refresh: adam@0: @: adam@0: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) adam@0: @for dep in $?; do \ adam@0: case '$(am__configure_deps)' in \ adam@0: *$$dep*) \ adam@0: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ adam@0: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ adam@0: && exit 0; \ adam@0: exit 1;; \ adam@0: esac; \ adam@0: done; \ adam@0: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ adam@0: $(am__cd) $(top_srcdir) && \ adam@0: $(AUTOMAKE) --foreign Makefile adam@0: .PRECIOUS: Makefile adam@0: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status adam@0: @case '$?' in \ adam@0: *config.status*) \ adam@0: echo ' $(SHELL) ./config.status'; \ adam@0: $(SHELL) ./config.status;; \ adam@0: *) \ adam@0: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ adam@0: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ adam@0: esac; adam@0: adam@0: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) adam@0: $(SHELL) ./config.status --recheck adam@0: adam@0: $(top_srcdir)/configure: $(am__configure_deps) adam@0: $(am__cd) $(srcdir) && $(AUTOCONF) adam@0: $(ACLOCAL_M4): $(am__aclocal_m4_deps) adam@0: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) adam@0: $(am__aclocal_m4_deps): adam@0: src/ur/config.urp: $(top_builddir)/config.status $(top_srcdir)/src/ur/config.urp.in adam@0: cd $(top_builddir) && $(SHELL) ./config.status $@ adam@0: adam@0: mostlyclean-libtool: adam@0: -rm -f *.lo adam@0: adam@0: clean-libtool: adam@0: -rm -rf .libs _libs adam@0: adam@0: distclean-libtool: adam@0: -rm -f libtool config.lt adam@0: adam@0: # This directory's subdirectories are mostly independent; you can cd adam@0: # into them and run `make' without going through this Makefile. adam@0: # To change the values of `make' variables: instead of editing Makefiles, adam@0: # (1) if the variable is set in `config.status', edit `config.status' adam@0: # (which will cause the Makefiles to be regenerated when you run `make'); adam@0: # (2) otherwise, pass the desired values on the `make' command line. adam@0: $(RECURSIVE_TARGETS): adam@0: @fail= failcom='exit 1'; \ adam@0: for f in x $$MAKEFLAGS; do \ adam@0: case $$f in \ adam@0: *=* | --[!k]*);; \ adam@0: *k*) failcom='fail=yes';; \ adam@0: esac; \ adam@0: done; \ adam@0: dot_seen=no; \ adam@0: target=`echo $@ | sed s/-recursive//`; \ adam@0: list='$(SUBDIRS)'; for subdir in $$list; do \ adam@0: echo "Making $$target in $$subdir"; \ adam@0: if test "$$subdir" = "."; then \ adam@0: dot_seen=yes; \ adam@0: local_target="$$target-am"; \ adam@0: else \ adam@0: local_target="$$target"; \ adam@0: fi; \ adam@0: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ adam@0: || eval $$failcom; \ adam@0: done; \ adam@0: if test "$$dot_seen" = "no"; then \ adam@0: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ adam@0: fi; test -z "$$fail" adam@0: adam@0: $(RECURSIVE_CLEAN_TARGETS): adam@0: @fail= failcom='exit 1'; \ adam@0: for f in x $$MAKEFLAGS; do \ adam@0: case $$f in \ adam@0: *=* | --[!k]*);; \ adam@0: *k*) failcom='fail=yes';; \ adam@0: esac; \ adam@0: done; \ adam@0: dot_seen=no; \ adam@0: case "$@" in \ adam@0: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ adam@0: *) list='$(SUBDIRS)' ;; \ adam@0: esac; \ adam@0: rev=''; for subdir in $$list; do \ adam@0: if test "$$subdir" = "."; then :; else \ adam@0: rev="$$subdir $$rev"; \ adam@0: fi; \ adam@0: done; \ adam@0: rev="$$rev ."; \ adam@0: target=`echo $@ | sed s/-recursive//`; \ adam@0: for subdir in $$rev; do \ adam@0: echo "Making $$target in $$subdir"; \ adam@0: if test "$$subdir" = "."; then \ adam@0: local_target="$$target-am"; \ adam@0: else \ adam@0: local_target="$$target"; \ adam@0: fi; \ adam@0: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ adam@0: || eval $$failcom; \ adam@0: done && test -z "$$fail" adam@0: tags-recursive: adam@0: list='$(SUBDIRS)'; for subdir in $$list; do \ adam@0: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ adam@0: done adam@0: ctags-recursive: adam@0: list='$(SUBDIRS)'; for subdir in $$list; do \ adam@0: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ adam@0: done adam@0: adam@0: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) adam@0: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ adam@0: unique=`for i in $$list; do \ adam@0: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ adam@0: done | \ adam@0: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ adam@0: END { if (nonempty) { for (i in files) print i; }; }'`; \ adam@0: mkid -fID $$unique adam@0: tags: TAGS adam@0: adam@0: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ adam@0: $(TAGS_FILES) $(LISP) adam@0: set x; \ adam@0: here=`pwd`; \ adam@0: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ adam@0: include_option=--etags-include; \ adam@0: empty_fix=.; \ adam@0: else \ adam@0: include_option=--include; \ adam@0: empty_fix=; \ adam@0: fi; \ adam@0: list='$(SUBDIRS)'; for subdir in $$list; do \ adam@0: if test "$$subdir" = .; then :; else \ adam@0: test ! -f $$subdir/TAGS || \ adam@0: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ adam@0: fi; \ adam@0: done; \ adam@0: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ adam@0: unique=`for i in $$list; do \ adam@0: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ adam@0: done | \ adam@0: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ adam@0: END { if (nonempty) { for (i in files) print i; }; }'`; \ adam@0: shift; \ adam@0: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ adam@0: test -n "$$unique" || unique=$$empty_fix; \ adam@0: if test $$# -gt 0; then \ adam@0: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ adam@0: "$$@" $$unique; \ adam@0: else \ adam@0: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ adam@0: $$unique; \ adam@0: fi; \ adam@0: fi adam@0: ctags: CTAGS adam@0: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ adam@0: $(TAGS_FILES) $(LISP) adam@0: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ adam@0: unique=`for i in $$list; do \ adam@0: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ adam@0: done | \ adam@0: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ adam@0: END { if (nonempty) { for (i in files) print i; }; }'`; \ adam@0: test -z "$(CTAGS_ARGS)$$unique" \ adam@0: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ adam@0: $$unique adam@0: adam@0: GTAGS: adam@0: here=`$(am__cd) $(top_builddir) && pwd` \ adam@0: && $(am__cd) $(top_srcdir) \ adam@0: && gtags -i $(GTAGS_ARGS) "$$here" adam@0: adam@0: distclean-tags: adam@0: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags adam@0: adam@0: distdir: $(DISTFILES) adam@0: $(am__remove_distdir) adam@0: test -d "$(distdir)" || mkdir "$(distdir)" adam@0: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ adam@0: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ adam@0: list='$(DISTFILES)'; \ adam@0: dist_files=`for file in $$list; do echo $$file; done | \ adam@0: sed -e "s|^$$srcdirstrip/||;t" \ adam@0: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ adam@0: case $$dist_files in \ adam@0: */*) $(MKDIR_P) `echo "$$dist_files" | \ adam@0: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ adam@0: sort -u` ;; \ adam@0: esac; \ adam@0: for file in $$dist_files; do \ adam@0: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ adam@0: if test -d $$d/$$file; then \ adam@0: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ adam@0: if test -d "$(distdir)/$$file"; then \ adam@0: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ adam@0: fi; \ adam@0: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ adam@0: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ adam@0: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ adam@0: fi; \ adam@0: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ adam@0: else \ adam@0: test -f "$(distdir)/$$file" \ adam@0: || cp -p $$d/$$file "$(distdir)/$$file" \ adam@0: || exit 1; \ adam@0: fi; \ adam@0: done adam@0: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ adam@0: if test "$$subdir" = .; then :; else \ adam@0: test -d "$(distdir)/$$subdir" \ adam@0: || $(MKDIR_P) "$(distdir)/$$subdir" \ adam@0: || exit 1; \ adam@0: fi; \ adam@0: done adam@0: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ adam@0: if test "$$subdir" = .; then :; else \ adam@0: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ adam@0: $(am__relativize); \ adam@0: new_distdir=$$reldir; \ adam@0: dir1=$$subdir; dir2="$(top_distdir)"; \ adam@0: $(am__relativize); \ adam@0: new_top_distdir=$$reldir; \ adam@0: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ adam@0: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ adam@0: ($(am__cd) $$subdir && \ adam@0: $(MAKE) $(AM_MAKEFLAGS) \ adam@0: top_distdir="$$new_top_distdir" \ adam@0: distdir="$$new_distdir" \ adam@0: am__remove_distdir=: \ adam@0: am__skip_length_check=: \ adam@0: am__skip_mode_fix=: \ adam@0: distdir) \ adam@0: || exit 1; \ adam@0: fi; \ adam@0: done adam@0: -test -n "$(am__skip_mode_fix)" \ adam@0: || find "$(distdir)" -type d ! -perm -755 \ adam@0: -exec chmod u+rwx,go+rx {} \; -o \ adam@0: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ adam@0: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ adam@0: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ adam@0: || chmod -R a+r "$(distdir)" adam@0: dist-gzip: distdir adam@0: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz adam@0: $(am__remove_distdir) adam@0: adam@0: dist-bzip2: distdir adam@0: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 adam@0: $(am__remove_distdir) adam@0: adam@0: dist-lzma: distdir adam@0: tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma adam@0: $(am__remove_distdir) adam@0: adam@0: dist-xz: distdir adam@0: tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz adam@0: $(am__remove_distdir) adam@0: adam@0: dist-tarZ: distdir adam@0: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z adam@0: $(am__remove_distdir) adam@0: adam@0: dist-shar: distdir adam@0: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz adam@0: $(am__remove_distdir) adam@0: adam@0: dist-zip: distdir adam@0: -rm -f $(distdir).zip adam@0: zip -rq $(distdir).zip $(distdir) adam@0: $(am__remove_distdir) adam@0: adam@0: dist dist-all: distdir adam@0: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz adam@0: $(am__remove_distdir) adam@0: adam@0: # This target untars the dist file and tries a VPATH configuration. Then adam@0: # it guarantees that the distribution is self-contained by making another adam@0: # tarfile. adam@0: distcheck: dist adam@0: case '$(DIST_ARCHIVES)' in \ adam@0: *.tar.gz*) \ adam@0: GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ adam@0: *.tar.bz2*) \ adam@0: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ adam@0: *.tar.lzma*) \ adam@0: lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ adam@0: *.tar.xz*) \ adam@0: xz -dc $(distdir).tar.xz | $(am__untar) ;;\ adam@0: *.tar.Z*) \ adam@0: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ adam@0: *.shar.gz*) \ adam@0: GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ adam@0: *.zip*) \ adam@0: unzip $(distdir).zip ;;\ adam@0: esac adam@0: chmod -R a-w $(distdir); chmod a+w $(distdir) adam@0: mkdir $(distdir)/_build adam@0: mkdir $(distdir)/_inst adam@0: chmod a-w $(distdir) adam@0: test -d $(distdir)/_build || exit 0; \ adam@0: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ adam@0: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ adam@0: && am__cwd=`pwd` \ adam@0: && $(am__cd) $(distdir)/_build \ adam@0: && ../configure --srcdir=.. --prefix="$$dc_install_base" \ adam@0: $(DISTCHECK_CONFIGURE_FLAGS) \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) dvi \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) check \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) install \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) installcheck \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) uninstall \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ adam@0: distuninstallcheck \ adam@0: && chmod -R a-w "$$dc_install_base" \ adam@0: && ({ \ adam@0: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ adam@0: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ adam@0: } || { rm -rf "$$dc_destdir"; exit 1; }) \ adam@0: && rm -rf "$$dc_destdir" \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) dist \ adam@0: && rm -rf $(DIST_ARCHIVES) \ adam@0: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ adam@0: && cd "$$am__cwd" \ adam@0: || exit 1 adam@0: $(am__remove_distdir) adam@0: @(echo "$(distdir) archives ready for distribution: "; \ adam@0: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ adam@0: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' adam@0: distuninstallcheck: adam@0: @$(am__cd) '$(distuninstallcheck_dir)' \ adam@0: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ adam@0: || { echo "ERROR: files left after uninstall:" ; \ adam@0: if test -n "$(DESTDIR)"; then \ adam@0: echo " (check DESTDIR support)"; \ adam@0: fi ; \ adam@0: $(distuninstallcheck_listfiles) ; \ adam@0: exit 1; } >&2 adam@0: distcleancheck: distclean adam@0: @if test '$(srcdir)' = . ; then \ adam@0: echo "ERROR: distcleancheck can only run from a VPATH build" ; \ adam@0: exit 1 ; \ adam@0: fi adam@0: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ adam@0: || { echo "ERROR: files left in build directory after distclean:" ; \ adam@0: $(distcleancheck_listfiles) ; \ adam@0: exit 1; } >&2 adam@0: check-am: all-am adam@0: check: check-recursive adam@0: all-am: Makefile adam@0: installdirs: installdirs-recursive adam@0: installdirs-am: adam@0: install: install-recursive adam@0: install-exec: install-exec-recursive adam@0: install-data: install-data-recursive adam@0: uninstall: uninstall-recursive adam@0: adam@0: install-am: all-am adam@0: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am adam@0: adam@0: installcheck: installcheck-recursive adam@0: install-strip: adam@0: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ adam@0: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ adam@0: `test -z '$(STRIP)' || \ adam@0: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install adam@0: mostlyclean-generic: adam@0: adam@0: clean-generic: adam@0: adam@0: distclean-generic: adam@0: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) adam@0: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) adam@0: adam@0: maintainer-clean-generic: adam@0: @echo "This command is intended for maintainers to use" adam@0: @echo "it deletes files that may require special tools to rebuild." adam@0: clean: clean-recursive adam@0: adam@0: clean-am: clean-generic clean-libtool mostlyclean-am adam@0: adam@0: distclean: distclean-recursive adam@0: -rm -f $(am__CONFIG_DISTCLEAN_FILES) adam@0: -rm -f Makefile adam@0: distclean-am: clean-am distclean-generic distclean-libtool \ adam@0: distclean-tags adam@0: adam@0: dvi: dvi-recursive adam@0: adam@0: dvi-am: adam@0: adam@0: html: html-recursive adam@0: adam@0: html-am: adam@0: adam@0: info: info-recursive adam@0: adam@0: info-am: adam@0: adam@0: install-data-am: adam@0: adam@0: install-dvi: install-dvi-recursive adam@0: adam@0: install-dvi-am: adam@0: adam@0: install-exec-am: install-exec-local adam@0: adam@0: install-html: install-html-recursive adam@0: adam@0: install-html-am: adam@0: adam@0: install-info: install-info-recursive adam@0: adam@0: install-info-am: adam@0: adam@0: install-man: adam@0: adam@0: install-pdf: install-pdf-recursive adam@0: adam@0: install-pdf-am: adam@0: adam@0: install-ps: install-ps-recursive adam@0: adam@0: install-ps-am: adam@0: adam@0: installcheck-am: adam@0: adam@0: maintainer-clean: maintainer-clean-recursive adam@0: -rm -f $(am__CONFIG_DISTCLEAN_FILES) adam@0: -rm -rf $(top_srcdir)/autom4te.cache adam@0: -rm -f Makefile adam@0: maintainer-clean-am: distclean-am maintainer-clean-generic adam@0: adam@0: mostlyclean: mostlyclean-recursive adam@0: adam@0: mostlyclean-am: mostlyclean-generic mostlyclean-libtool adam@0: adam@0: pdf: pdf-recursive adam@0: adam@0: pdf-am: adam@0: adam@0: ps: ps-recursive adam@0: adam@0: ps-am: adam@0: adam@0: uninstall-am: adam@0: adam@0: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ adam@0: install-am install-strip tags-recursive adam@0: adam@0: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ adam@0: all all-am am--refresh check check-am clean clean-generic \ adam@0: clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ adam@0: dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ adam@0: distcheck distclean distclean-generic distclean-libtool \ adam@0: distclean-tags distcleancheck distdir distuninstallcheck dvi \ adam@0: dvi-am html html-am info info-am install install-am \ adam@0: install-data install-data-am install-dvi install-dvi-am \ adam@0: install-exec install-exec-am install-exec-local install-html \ adam@0: install-html-am install-info install-info-am install-man \ adam@0: install-pdf install-pdf-am install-ps install-ps-am \ adam@0: install-strip installcheck installcheck-am installdirs \ adam@0: installdirs-am maintainer-clean maintainer-clean-generic \ adam@0: mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ adam@0: ps ps-am tags tags-recursive uninstall uninstall-am adam@0: adam@0: adam@0: .PHONY: package reauto adam@0: adam@0: install-exec-local: adam@0: mkdir -p $(LIB_UR) adam@0: cp src/ur/*.urs $(LIB_UR)/ adam@0: cp src/ur/*.ur $(LIB_UR)/ adam@0: cp src/ur/*.urp $(LIB_UR)/ adam@0: mkdir -p $(INCLUDE) adam@0: cp include/*.h $(INCLUDE)/ adam@0: -ldconfig adam@0: adam@0: package: adam@0: hg archive -t tgz /tmp/urweb_openid .tgz adam@0: adam@0: reauto: adam@0: -autoreconf adam@0: libtoolize -cf adam@0: automake --add-missing --force-missing --copy adam@0: autoreconf adam@0: adam@0: # Tell versions [3.59,3.63) of GNU make to not export all variables. adam@0: # Otherwise a system limit (for SysV at least) may be exceeded. adam@0: .NOEXPORT: