[21107] | 1 | # Makefile.in generated by automake 1.8.3 from Makefile.am. |
---|
| 2 | # @configure_input@ |
---|
[19534] | 3 | |
---|
[21107] | 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
| 5 | # 2003, 2004 Free Software Foundation, Inc. |
---|
[19534] | 6 | # This Makefile.in is free software; the Free Software Foundation |
---|
| 7 | # gives unlimited permission to copy and/or distribute it, |
---|
| 8 | # with or without modifications, as long as this notice is preserved. |
---|
| 9 | |
---|
| 10 | # This program is distributed in the hope that it will be useful, |
---|
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
| 13 | # PARTICULAR PURPOSE. |
---|
| 14 | |
---|
[21107] | 15 | @SET_MAKE@ |
---|
[19534] | 16 | |
---|
| 17 | srcdir = @srcdir@ |
---|
| 18 | top_srcdir = @top_srcdir@ |
---|
| 19 | VPATH = @srcdir@ |
---|
| 20 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 21 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 22 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 23 | top_builddir = . |
---|
[21107] | 24 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
[19534] | 25 | INSTALL = @INSTALL@ |
---|
[21107] | 26 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 27 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 28 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 29 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 30 | transform = $(program_transform_name) |
---|
[19534] | 31 | NORMAL_INSTALL = : |
---|
| 32 | PRE_INSTALL = : |
---|
| 33 | POST_INSTALL = : |
---|
| 34 | NORMAL_UNINSTALL = : |
---|
| 35 | PRE_UNINSTALL = : |
---|
| 36 | POST_UNINSTALL = : |
---|
| 37 | host_triplet = @host@ |
---|
[21107] | 38 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
---|
| 39 | $(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
---|
| 40 | $(srcdir)/libsoup-2.2.pc.in $(top_srcdir)/configure AUTHORS \ |
---|
| 41 | COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \ |
---|
| 42 | depcomp install-sh ltmain.sh missing mkinstalldirs |
---|
| 43 | subdir = . |
---|
| 44 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 45 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
---|
| 46 | $(top_srcdir)/configure.in |
---|
| 47 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 48 | $(ACLOCAL_M4) |
---|
| 49 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
| 50 | configure.lineno configure.status.lineno |
---|
| 51 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
| 52 | CONFIG_HEADER = config.h |
---|
| 53 | CONFIG_CLEAN_FILES = libsoup-2.2.pc |
---|
| 54 | SOURCES = |
---|
| 55 | DIST_SOURCES = |
---|
| 56 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
| 57 | html-recursive info-recursive install-data-recursive \ |
---|
| 58 | install-exec-recursive install-info-recursive \ |
---|
| 59 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
| 60 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
| 61 | uninstall-recursive |
---|
| 62 | am__installdirs = "$(DESTDIR)$(pkgconfigdir)" |
---|
| 63 | pkgconfigDATA_INSTALL = $(INSTALL_DATA) |
---|
| 64 | DATA = $(pkgconfig_DATA) |
---|
| 65 | ETAGS = etags |
---|
| 66 | CTAGS = ctags |
---|
| 67 | DIST_SUBDIRS = $(SUBDIRS) |
---|
| 68 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 69 | distdir = $(PACKAGE)-$(VERSION) |
---|
| 70 | top_distdir = $(distdir) |
---|
| 71 | am__remove_distdir = \ |
---|
| 72 | { test ! -d $(distdir) \ |
---|
| 73 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
---|
| 74 | && rm -fr $(distdir); }; } |
---|
| 75 | DIST_ARCHIVES = $(distdir).tar.gz |
---|
| 76 | GZIP_ENV = --best |
---|
| 77 | distuninstallcheck_listfiles = find . -type f -print |
---|
| 78 | distcleancheck_listfiles = find . -type f -print |
---|
| 79 | ACLOCAL = @ACLOCAL@ |
---|
| 80 | ALLOCA = @ALLOCA@ |
---|
| 81 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
| 82 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
| 83 | AMTAR = @AMTAR@ |
---|
| 84 | AR = @AR@ |
---|
| 85 | AUTOCONF = @AUTOCONF@ |
---|
| 86 | AUTOHEADER = @AUTOHEADER@ |
---|
| 87 | AUTOMAKE = @AUTOMAKE@ |
---|
| 88 | AWK = @AWK@ |
---|
[19534] | 89 | CC = @CC@ |
---|
[21107] | 90 | CCDEPMODE = @CCDEPMODE@ |
---|
| 91 | CFLAGS = @CFLAGS@ |
---|
| 92 | CPP = @CPP@ |
---|
| 93 | CPPFLAGS = @CPPFLAGS@ |
---|
| 94 | CXX = @CXX@ |
---|
| 95 | CXXCPP = @CXXCPP@ |
---|
| 96 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 97 | CXXFLAGS = @CXXFLAGS@ |
---|
| 98 | CYGPATH_W = @CYGPATH_W@ |
---|
| 99 | DEFS = @DEFS@ |
---|
| 100 | DEPDIR = @DEPDIR@ |
---|
[19534] | 101 | ECHO = @ECHO@ |
---|
[21107] | 102 | ECHO_C = @ECHO_C@ |
---|
| 103 | ECHO_N = @ECHO_N@ |
---|
| 104 | ECHO_T = @ECHO_T@ |
---|
| 105 | EGREP = @EGREP@ |
---|
| 106 | ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@ |
---|
| 107 | ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@ |
---|
[19534] | 108 | EXEEXT = @EXEEXT@ |
---|
[21107] | 109 | F77 = @F77@ |
---|
| 110 | FFLAGS = @FFLAGS@ |
---|
[19534] | 111 | GLIB_CFLAGS = @GLIB_CFLAGS@ |
---|
[21107] | 112 | GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ |
---|
[19534] | 113 | GLIB_LIBS = @GLIB_LIBS@ |
---|
[21107] | 114 | GLIB_MKENUMS = @GLIB_MKENUMS@ |
---|
| 115 | GOBJECT_QUERY = @GOBJECT_QUERY@ |
---|
| 116 | GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@ |
---|
| 117 | GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@ |
---|
| 118 | GPG_ERROR_LIBS = @GPG_ERROR_LIBS@ |
---|
| 119 | GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@ |
---|
| 120 | GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@ |
---|
[19534] | 121 | HTML_DIR = @HTML_DIR@ |
---|
[21107] | 122 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 123 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 124 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 125 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 126 | LDFLAGS = @LDFLAGS@ |
---|
| 127 | LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ |
---|
| 128 | LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@ |
---|
| 129 | LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ |
---|
| 130 | LIBGNUTLS_LIBS_STATIC = @LIBGNUTLS_LIBS_STATIC@ |
---|
| 131 | LIBOBJS = @LIBOBJS@ |
---|
| 132 | LIBS = @LIBS@ |
---|
[19534] | 133 | LIBTOOL = @LIBTOOL@ |
---|
| 134 | LN_S = @LN_S@ |
---|
[21107] | 135 | LTLIBOBJS = @LTLIBOBJS@ |
---|
[19534] | 136 | MAINT = @MAINT@ |
---|
[21107] | 137 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
---|
| 138 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ |
---|
[19534] | 139 | MAKEINFO = @MAKEINFO@ |
---|
| 140 | OBJEXT = @OBJEXT@ |
---|
| 141 | PACKAGE = @PACKAGE@ |
---|
[21107] | 142 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 143 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 144 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 145 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 146 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 147 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
[19534] | 148 | PKG_CONFIG = @PKG_CONFIG@ |
---|
| 149 | RANLIB = @RANLIB@ |
---|
[21107] | 150 | SET_MAKE = @SET_MAKE@ |
---|
| 151 | SHELL = @SHELL@ |
---|
[19534] | 152 | SOUP_AGE = @SOUP_AGE@ |
---|
[21107] | 153 | SOUP_API_VERSION = @SOUP_API_VERSION@ |
---|
[19534] | 154 | SOUP_CURRENT = @SOUP_CURRENT@ |
---|
| 155 | SOUP_DEBUG_FLAGS = @SOUP_DEBUG_FLAGS@ |
---|
| 156 | SOUP_REVISION = @SOUP_REVISION@ |
---|
| 157 | STRIP = @STRIP@ |
---|
| 158 | VERSION = @VERSION@ |
---|
[21107] | 159 | XML_CFLAGS = @XML_CFLAGS@ |
---|
| 160 | XML_LIBS = @XML_LIBS@ |
---|
| 161 | ac_ct_AR = @ac_ct_AR@ |
---|
| 162 | ac_ct_CC = @ac_ct_CC@ |
---|
| 163 | ac_ct_CXX = @ac_ct_CXX@ |
---|
| 164 | ac_ct_F77 = @ac_ct_F77@ |
---|
| 165 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
| 166 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
| 167 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
| 168 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
| 169 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
| 170 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
| 171 | am__include = @am__include@ |
---|
| 172 | am__leading_dot = @am__leading_dot@ |
---|
| 173 | am__quote = @am__quote@ |
---|
| 174 | bindir = @bindir@ |
---|
| 175 | build = @build@ |
---|
| 176 | build_alias = @build_alias@ |
---|
| 177 | build_cpu = @build_cpu@ |
---|
| 178 | build_os = @build_os@ |
---|
| 179 | build_vendor = @build_vendor@ |
---|
| 180 | datadir = @datadir@ |
---|
| 181 | exec_prefix = @exec_prefix@ |
---|
| 182 | host = @host@ |
---|
| 183 | host_alias = @host_alias@ |
---|
| 184 | host_cpu = @host_cpu@ |
---|
| 185 | host_os = @host_os@ |
---|
| 186 | host_vendor = @host_vendor@ |
---|
| 187 | includedir = @includedir@ |
---|
| 188 | infodir = @infodir@ |
---|
| 189 | install_sh = @install_sh@ |
---|
| 190 | libdir = @libdir@ |
---|
| 191 | libexecdir = @libexecdir@ |
---|
| 192 | localstatedir = @localstatedir@ |
---|
| 193 | mandir = @mandir@ |
---|
| 194 | mkdir_p = @mkdir_p@ |
---|
| 195 | oldincludedir = @oldincludedir@ |
---|
| 196 | prefix = @prefix@ |
---|
| 197 | program_transform_name = @program_transform_name@ |
---|
| 198 | sbindir = @sbindir@ |
---|
| 199 | sharedstatedir = @sharedstatedir@ |
---|
| 200 | sysconfdir = @sysconfdir@ |
---|
| 201 | target_alias = @target_alias@ |
---|
| 202 | AUTOMAKE_OPTIONS = 1.6 |
---|
| 203 | SUBDIRS = libsoup tests docs |
---|
| 204 | EXTRA_DIST = libsoup-$(SOUP_API_VERSION).pc.in gtk-doc.make |
---|
| 205 | DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |
---|
[19534] | 206 | pkgconfigdir = $(libdir)/pkgconfig |
---|
[21107] | 207 | pkgconfig_DATA = libsoup-$(SOUP_API_VERSION).pc |
---|
| 208 | all: config.h |
---|
| 209 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
---|
[19534] | 210 | |
---|
| 211 | .SUFFIXES: |
---|
[21107] | 212 | am--refresh: |
---|
| 213 | @: |
---|
| 214 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 215 | @for dep in $?; do \ |
---|
| 216 | case '$(am__configure_deps)' in \ |
---|
| 217 | *$$dep*) \ |
---|
| 218 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ |
---|
| 219 | cd $(srcdir) && $(AUTOMAKE) --gnu \ |
---|
| 220 | && exit 0; \ |
---|
| 221 | exit 1;; \ |
---|
| 222 | esac; \ |
---|
| 223 | done; \ |
---|
| 224 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
---|
| 225 | cd $(top_srcdir) && \ |
---|
| 226 | $(AUTOMAKE) --gnu Makefile |
---|
| 227 | .PRECIOUS: Makefile |
---|
| 228 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 229 | @case '$?' in \ |
---|
| 230 | *config.status*) \ |
---|
| 231 | echo ' $(SHELL) ./config.status'; \ |
---|
| 232 | $(SHELL) ./config.status;; \ |
---|
| 233 | *) \ |
---|
| 234 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
---|
| 235 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
---|
| 236 | esac; |
---|
[19534] | 237 | |
---|
[21107] | 238 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 239 | $(SHELL) ./config.status --recheck |
---|
[19534] | 240 | |
---|
[21107] | 241 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
[19534] | 242 | cd $(srcdir) && $(AUTOCONF) |
---|
[21107] | 243 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
| 244 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
[19534] | 245 | |
---|
[21107] | 246 | config.h: stamp-h1 |
---|
[19534] | 247 | @if test ! -f $@; then \ |
---|
[21107] | 248 | rm -f stamp-h1; \ |
---|
| 249 | $(MAKE) stamp-h1; \ |
---|
[19534] | 250 | else :; fi |
---|
[21107] | 251 | |
---|
| 252 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
---|
| 253 | @rm -f stamp-h1 |
---|
| 254 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
---|
| 255 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
[19534] | 256 | cd $(top_srcdir) && $(AUTOHEADER) |
---|
[21107] | 257 | rm -f stamp-h1 |
---|
| 258 | touch $@ |
---|
[19534] | 259 | |
---|
[21107] | 260 | distclean-hdr: |
---|
| 261 | -rm -f config.h stamp-h1 |
---|
| 262 | libsoup-2.2.pc: $(top_builddir)/config.status $(srcdir)/libsoup-2.2.pc.in |
---|
| 263 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
[19534] | 264 | |
---|
[21107] | 265 | mostlyclean-libtool: |
---|
| 266 | -rm -f *.lo |
---|
[19534] | 267 | |
---|
[21107] | 268 | clean-libtool: |
---|
| 269 | -rm -rf .libs _libs |
---|
[19534] | 270 | |
---|
[21107] | 271 | distclean-libtool: |
---|
| 272 | -rm -f libtool |
---|
| 273 | uninstall-info-am: |
---|
[19534] | 274 | install-pkgconfigDATA: $(pkgconfig_DATA) |
---|
| 275 | @$(NORMAL_INSTALL) |
---|
[21107] | 276 | test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)" |
---|
[19534] | 277 | @list='$(pkgconfig_DATA)'; for p in $$list; do \ |
---|
[21107] | 278 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
| 279 | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
---|
| 280 | echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ |
---|
| 281 | $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ |
---|
[19534] | 282 | done |
---|
| 283 | |
---|
| 284 | uninstall-pkgconfigDATA: |
---|
| 285 | @$(NORMAL_UNINSTALL) |
---|
[21107] | 286 | @list='$(pkgconfig_DATA)'; for p in $$list; do \ |
---|
| 287 | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
---|
| 288 | echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ |
---|
| 289 | rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ |
---|
[19534] | 290 | done |
---|
| 291 | |
---|
| 292 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 293 | # into them and run `make' without going through this Makefile. |
---|
| 294 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 295 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 296 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 297 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
[21107] | 298 | $(RECURSIVE_TARGETS): |
---|
| 299 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
[19534] | 300 | dot_seen=no; \ |
---|
| 301 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 302 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 303 | echo "Making $$target in $$subdir"; \ |
---|
| 304 | if test "$$subdir" = "."; then \ |
---|
| 305 | dot_seen=yes; \ |
---|
| 306 | local_target="$$target-am"; \ |
---|
| 307 | else \ |
---|
| 308 | local_target="$$target"; \ |
---|
| 309 | fi; \ |
---|
| 310 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 311 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 312 | done; \ |
---|
| 313 | if test "$$dot_seen" = "no"; then \ |
---|
| 314 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 315 | fi; test -z "$$fail" |
---|
| 316 | |
---|
| 317 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 318 | maintainer-clean-recursive: |
---|
[21107] | 319 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
[19534] | 320 | dot_seen=no; \ |
---|
[21107] | 321 | case "$@" in \ |
---|
| 322 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 323 | *) list='$(SUBDIRS)' ;; \ |
---|
| 324 | esac; \ |
---|
| 325 | rev=''; for subdir in $$list; do \ |
---|
| 326 | if test "$$subdir" = "."; then :; else \ |
---|
| 327 | rev="$$subdir $$rev"; \ |
---|
| 328 | fi; \ |
---|
[19534] | 329 | done; \ |
---|
[21107] | 330 | rev="$$rev ."; \ |
---|
[19534] | 331 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 332 | for subdir in $$rev; do \ |
---|
| 333 | echo "Making $$target in $$subdir"; \ |
---|
| 334 | if test "$$subdir" = "."; then \ |
---|
| 335 | local_target="$$target-am"; \ |
---|
| 336 | else \ |
---|
| 337 | local_target="$$target"; \ |
---|
| 338 | fi; \ |
---|
| 339 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 340 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 341 | done && test -z "$$fail" |
---|
| 342 | tags-recursive: |
---|
| 343 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 344 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 345 | done |
---|
[21107] | 346 | ctags-recursive: |
---|
| 347 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 348 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 349 | done |
---|
[19534] | 350 | |
---|
[21107] | 351 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 352 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 353 | unique=`for i in $$list; do \ |
---|
| 354 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 355 | done | \ |
---|
| 356 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 357 | END { for (i in files) print i; }'`; \ |
---|
| 358 | mkid -fID $$unique |
---|
[19534] | 359 | tags: TAGS |
---|
| 360 | |
---|
[21107] | 361 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
---|
| 362 | $(TAGS_FILES) $(LISP) |
---|
[19534] | 363 | tags=; \ |
---|
| 364 | here=`pwd`; \ |
---|
[21107] | 365 | if (etags --etags-include --version) >/dev/null 2>&1; then \ |
---|
| 366 | include_option=--etags-include; \ |
---|
| 367 | else \ |
---|
| 368 | include_option=--include; \ |
---|
| 369 | fi; \ |
---|
[19534] | 370 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
[21107] | 371 | if test "$$subdir" = .; then :; else \ |
---|
| 372 | test -f $$subdir/TAGS && \ |
---|
| 373 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 374 | fi; \ |
---|
[19534] | 375 | done; \ |
---|
[21107] | 376 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
---|
| 377 | unique=`for i in $$list; do \ |
---|
| 378 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 379 | done | \ |
---|
| 380 | $(AWK) ' { files[$$0] = 1; } \ |
---|
[19534] | 381 | END { for (i in files) print i; }'`; \ |
---|
[21107] | 382 | test -z "$(ETAGS_ARGS)$$tags$$unique" \ |
---|
| 383 | || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 384 | $$tags $$unique |
---|
| 385 | ctags: CTAGS |
---|
| 386 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
---|
| 387 | $(TAGS_FILES) $(LISP) |
---|
| 388 | tags=; \ |
---|
| 389 | here=`pwd`; \ |
---|
| 390 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
---|
| 391 | unique=`for i in $$list; do \ |
---|
| 392 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 393 | done | \ |
---|
| 394 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 395 | END { for (i in files) print i; }'`; \ |
---|
| 396 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 397 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 398 | $$tags $$unique |
---|
[19534] | 399 | |
---|
[21107] | 400 | GTAGS: |
---|
| 401 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 402 | && cd $(top_srcdir) \ |
---|
| 403 | && gtags -i $(GTAGS_ARGS) $$here |
---|
[19534] | 404 | |
---|
| 405 | distclean-tags: |
---|
[21107] | 406 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
[19534] | 407 | |
---|
| 408 | distdir: $(DISTFILES) |
---|
[21107] | 409 | $(am__remove_distdir) |
---|
[19534] | 410 | mkdir $(distdir) |
---|
[21107] | 411 | $(mkdir_p) $(distdir)/. |
---|
| 412 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 413 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 414 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 415 | case $$file in \ |
---|
| 416 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 417 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 418 | esac; \ |
---|
| 419 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 420 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 421 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 422 | dir="/$$dir"; \ |
---|
| 423 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
| 424 | else \ |
---|
| 425 | dir=''; \ |
---|
| 426 | fi; \ |
---|
[19534] | 427 | if test -d $$d/$$file; then \ |
---|
[21107] | 428 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 429 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 430 | fi; \ |
---|
| 431 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
[19534] | 432 | else \ |
---|
| 433 | test -f $(distdir)/$$file \ |
---|
[21107] | 434 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 435 | || exit 1; \ |
---|
[19534] | 436 | fi; \ |
---|
| 437 | done |
---|
[21107] | 438 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
[19534] | 439 | if test "$$subdir" = .; then :; else \ |
---|
[21107] | 440 | test -d "$(distdir)/$$subdir" \ |
---|
| 441 | || mkdir "$(distdir)/$$subdir" \ |
---|
[19534] | 442 | || exit 1; \ |
---|
[21107] | 443 | (cd $$subdir && \ |
---|
| 444 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 445 | top_distdir="../$(top_distdir)" \ |
---|
| 446 | distdir="../$(distdir)/$$subdir" \ |
---|
| 447 | distdir) \ |
---|
[19534] | 448 | || exit 1; \ |
---|
| 449 | fi; \ |
---|
| 450 | done |
---|
[21107] | 451 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
---|
| 452 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
| 453 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
| 454 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
---|
| 455 | || chmod -R a+r $(distdir) |
---|
| 456 | dist-gzip: distdir |
---|
| 457 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 458 | $(am__remove_distdir) |
---|
| 459 | |
---|
| 460 | dist-bzip2: distdir |
---|
| 461 | $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 |
---|
| 462 | $(am__remove_distdir) |
---|
| 463 | |
---|
| 464 | dist-tarZ: distdir |
---|
| 465 | $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z |
---|
| 466 | $(am__remove_distdir) |
---|
| 467 | |
---|
| 468 | dist-shar: distdir |
---|
| 469 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
---|
| 470 | $(am__remove_distdir) |
---|
| 471 | |
---|
| 472 | dist-zip: distdir |
---|
| 473 | -rm -f $(distdir).zip |
---|
| 474 | zip -rq $(distdir).zip $(distdir) |
---|
| 475 | $(am__remove_distdir) |
---|
| 476 | |
---|
| 477 | dist dist-all: distdir |
---|
| 478 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 479 | $(am__remove_distdir) |
---|
| 480 | |
---|
| 481 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
| 482 | # it guarantees that the distribution is self-contained by making another |
---|
| 483 | # tarfile. |
---|
| 484 | distcheck: dist |
---|
| 485 | case '$(DIST_ARCHIVES)' in \ |
---|
| 486 | *.tar.gz*) \ |
---|
| 487 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ |
---|
| 488 | *.tar.bz2*) \ |
---|
| 489 | bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ |
---|
| 490 | *.tar.Z*) \ |
---|
| 491 | uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ |
---|
| 492 | *.shar.gz*) \ |
---|
| 493 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\ |
---|
| 494 | *.zip*) \ |
---|
| 495 | unzip $(distdir).zip ;;\ |
---|
| 496 | esac |
---|
| 497 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
---|
| 498 | mkdir $(distdir)/_build |
---|
| 499 | mkdir $(distdir)/_inst |
---|
| 500 | chmod a-w $(distdir) |
---|
| 501 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
---|
| 502 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
---|
| 503 | && cd $(distdir)/_build \ |
---|
| 504 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
---|
| 505 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
---|
| 506 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 507 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
| 508 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
| 509 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
| 510 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
| 511 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
| 512 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
---|
| 513 | distuninstallcheck \ |
---|
| 514 | && chmod -R a-w "$$dc_install_base" \ |
---|
| 515 | && ({ \ |
---|
| 516 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
---|
| 517 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
---|
| 518 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
---|
| 519 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
---|
| 520 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
---|
| 521 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
---|
| 522 | && rm -rf "$$dc_destdir" \ |
---|
| 523 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
| 524 | && rm -rf $(DIST_ARCHIVES) \ |
---|
| 525 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
---|
| 526 | $(am__remove_distdir) |
---|
| 527 | @(echo "$(distdir) archives ready for distribution: "; \ |
---|
| 528 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
---|
| 529 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
---|
| 530 | distuninstallcheck: |
---|
| 531 | @cd $(distuninstallcheck_dir) \ |
---|
| 532 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
---|
| 533 | || { echo "ERROR: files left after uninstall:" ; \ |
---|
| 534 | if test -n "$(DESTDIR)"; then \ |
---|
| 535 | echo " (check DESTDIR support)"; \ |
---|
| 536 | fi ; \ |
---|
| 537 | $(distuninstallcheck_listfiles) ; \ |
---|
| 538 | exit 1; } >&2 |
---|
| 539 | distcleancheck: distclean |
---|
| 540 | @if test '$(srcdir)' = . ; then \ |
---|
| 541 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
---|
| 542 | exit 1 ; \ |
---|
| 543 | fi |
---|
| 544 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
---|
| 545 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
---|
| 546 | $(distcleancheck_listfiles) ; \ |
---|
| 547 | exit 1; } >&2 |
---|
[19534] | 548 | check-am: all-am |
---|
| 549 | check: check-recursive |
---|
[21107] | 550 | all-am: Makefile $(DATA) config.h |
---|
| 551 | installdirs: installdirs-recursive |
---|
| 552 | installdirs-am: |
---|
| 553 | for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ |
---|
| 554 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
| 555 | done |
---|
| 556 | install: install-recursive |
---|
[19534] | 557 | install-exec: install-exec-recursive |
---|
| 558 | install-data: install-data-recursive |
---|
[21107] | 559 | uninstall: uninstall-recursive |
---|
[19534] | 560 | |
---|
| 561 | install-am: all-am |
---|
| 562 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
[21107] | 563 | |
---|
| 564 | installcheck: installcheck-recursive |
---|
[19534] | 565 | install-strip: |
---|
[21107] | 566 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 567 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 568 | `test -z '$(STRIP)' || \ |
---|
| 569 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
[19534] | 570 | mostlyclean-generic: |
---|
| 571 | |
---|
| 572 | clean-generic: |
---|
| 573 | |
---|
| 574 | distclean-generic: |
---|
[21107] | 575 | -rm -f $(CONFIG_CLEAN_FILES) |
---|
[19534] | 576 | |
---|
| 577 | maintainer-clean-generic: |
---|
[21107] | 578 | @echo "This command is intended for maintainers to use" |
---|
| 579 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 580 | clean: clean-recursive |
---|
[19534] | 581 | |
---|
[21107] | 582 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
[19534] | 583 | |
---|
[21107] | 584 | distclean: distclean-recursive |
---|
| 585 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 586 | -rm -f Makefile |
---|
| 587 | distclean-am: clean-am distclean-generic distclean-hdr \ |
---|
| 588 | distclean-libtool distclean-tags |
---|
[19534] | 589 | |
---|
[21107] | 590 | dvi: dvi-recursive |
---|
[19534] | 591 | |
---|
[21107] | 592 | dvi-am: |
---|
[19534] | 593 | |
---|
[21107] | 594 | html: html-recursive |
---|
[19534] | 595 | |
---|
[21107] | 596 | info: info-recursive |
---|
[19534] | 597 | |
---|
[21107] | 598 | info-am: |
---|
| 599 | |
---|
| 600 | install-data-am: install-pkgconfigDATA |
---|
| 601 | |
---|
| 602 | install-exec-am: |
---|
| 603 | |
---|
| 604 | install-info: install-info-recursive |
---|
| 605 | |
---|
| 606 | install-man: |
---|
| 607 | |
---|
| 608 | installcheck-am: |
---|
| 609 | |
---|
[19534] | 610 | maintainer-clean: maintainer-clean-recursive |
---|
[21107] | 611 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 612 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
| 613 | -rm -f Makefile |
---|
| 614 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
[19534] | 615 | |
---|
[21107] | 616 | mostlyclean: mostlyclean-recursive |
---|
[19534] | 617 | |
---|
[21107] | 618 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
[19534] | 619 | |
---|
[21107] | 620 | pdf: pdf-recursive |
---|
| 621 | |
---|
| 622 | pdf-am: |
---|
| 623 | |
---|
| 624 | ps: ps-recursive |
---|
| 625 | |
---|
| 626 | ps-am: |
---|
| 627 | |
---|
| 628 | uninstall-am: uninstall-info-am uninstall-pkgconfigDATA |
---|
| 629 | |
---|
| 630 | uninstall-info: uninstall-info-recursive |
---|
| 631 | |
---|
| 632 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ |
---|
| 633 | check-am clean clean-generic clean-libtool clean-recursive \ |
---|
| 634 | ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ |
---|
| 635 | dist-shar dist-tarZ dist-zip distcheck distclean \ |
---|
| 636 | distclean-generic distclean-hdr distclean-libtool \ |
---|
| 637 | distclean-recursive distclean-tags distcleancheck distdir \ |
---|
| 638 | distuninstallcheck dvi dvi-am html html-am info info-am \ |
---|
| 639 | install install-am install-data install-data-am install-exec \ |
---|
| 640 | install-exec-am install-info install-info-am install-man \ |
---|
| 641 | install-pkgconfigDATA install-strip installcheck \ |
---|
| 642 | installcheck-am installdirs installdirs-am maintainer-clean \ |
---|
| 643 | maintainer-clean-generic maintainer-clean-recursive \ |
---|
| 644 | mostlyclean mostlyclean-generic mostlyclean-libtool \ |
---|
| 645 | mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ |
---|
| 646 | uninstall uninstall-am uninstall-info-am \ |
---|
| 647 | uninstall-pkgconfigDATA |
---|
| 648 | |
---|
[19534] | 649 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 650 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 651 | .NOEXPORT: |
---|