1 1.1 christos # Makefile.in generated by automake 1.11.1 from Makefile.am. 2 1.1 christos # @configure_input@ 3 1.1 christos 4 1.1 christos # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 1.1 christos # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6 1.1 christos # Inc. 7 1.1 christos # This Makefile.in is free software; the Free Software Foundation 8 1.1 christos # gives unlimited permission to copy and/or distribute it, 9 1.1 christos # with or without modifications, as long as this notice is preserved. 10 1.1 christos 11 1.1 christos # This program is distributed in the hope that it will be useful, 12 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14 1.1 christos # PARTICULAR PURPOSE. 15 1.1 christos 16 1.1 christos @SET_MAKE@ 17 1.1 christos 18 1.1 christos # 19 1.1 christos # Makefile.am 20 1.1 christos # 21 1.1 christos # The Initial Developer of the Original Code is International 22 1.1 christos # Business Machines Corporation. Portions created by IBM 23 1.1 christos # Corporation are Copyright (C) 2005 International Business 24 1.1 christos # Machines Corporation. All Rights Reserved. 25 1.1 christos # 26 1.1 christos # This program is free software; you can redistribute it and/or modify 27 1.1 christos # it under the terms of the Common Public License as published by 28 1.1 christos # IBM Corporation; either version 1 of the License, or (at your option) 29 1.1 christos # any later version. 30 1.1 christos # 31 1.1 christos # This program is distributed in the hope that it will be useful, 32 1.1 christos # but WITHOUT ANY WARRANTY; without even the implied warranty of 33 1.1 christos # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 34 1.1 christos # Common Public License for more details. 35 1.1 christos # 36 1.1 christos # You should have received a copy of the Common Public License 37 1.1 christos # along with this program; if not, a copy can be viewed at 38 1.1 christos # http://www.opensource.org/licenses/cpl1.0.php. 39 1.1 christos # 40 1.1 christos VPATH = @srcdir@ 41 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@ 42 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@ 43 1.1 christos pkglibdir = $(libdir)/@PACKAGE@ 44 1.1 christos pkglibexecdir = $(libexecdir)/@PACKAGE@ 45 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 46 1.1 christos install_sh_DATA = $(install_sh) -c -m 644 47 1.1 christos install_sh_PROGRAM = $(install_sh) -c 48 1.1 christos install_sh_SCRIPT = $(install_sh) -c 49 1.1 christos INSTALL_HEADER = $(INSTALL_DATA) 50 1.1 christos transform = $(program_transform_name) 51 1.1 christos NORMAL_INSTALL = : 52 1.1 christos PRE_INSTALL = : 53 1.1 christos POST_INSTALL = : 54 1.1 christos NORMAL_UNINSTALL = : 55 1.1 christos PRE_UNINSTALL = : 56 1.1 christos POST_UNINSTALL = : 57 1.1 christos build_triplet = @build@ 58 1.1 christos host_triplet = @host@ 59 1.1 christos target_triplet = @target@ 60 1.1 christos subdir = . 61 1.1 christos DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 62 1.1 christos $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 63 1.1 christos $(top_srcdir)/configure $(top_srcdir)/dist/tpm-tools.spec.in \ 64 1.1 christos ABOUT-NLS config.guess config.rpath config.sub depcomp \ 65 1.1 christos install-sh ltmain.sh missing 66 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 67 1.1 christos am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 68 1.1 christos $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 69 1.1 christos $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 70 1.1 christos $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 71 1.1 christos $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 72 1.1 christos $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ 73 1.1 christos $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ 74 1.1.1.2 christos $(top_srcdir)/configure.ac 75 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 76 1.1 christos $(ACLOCAL_M4) 77 1.1 christos am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 78 1.1 christos configure.lineno config.status.lineno 79 1.1 christos mkinstalldirs = $(install_sh) -d 80 1.1 christos CONFIG_HEADER = config.h 81 1.1 christos CONFIG_CLEAN_FILES = dist/tpm-tools.spec 82 1.1 christos CONFIG_CLEAN_VPATH_FILES = 83 1.1 christos SOURCES = 84 1.1 christos DIST_SOURCES = 85 1.1 christos RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 86 1.1 christos html-recursive info-recursive install-data-recursive \ 87 1.1 christos install-dvi-recursive install-exec-recursive \ 88 1.1 christos install-html-recursive install-info-recursive \ 89 1.1 christos install-pdf-recursive install-ps-recursive install-recursive \ 90 1.1 christos installcheck-recursive installdirs-recursive pdf-recursive \ 91 1.1 christos ps-recursive uninstall-recursive 92 1.1 christos RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 93 1.1 christos distclean-recursive maintainer-clean-recursive 94 1.1 christos AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 95 1.1 christos $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 96 1.1 christos distdir dist dist-all distcheck 97 1.1 christos ETAGS = etags 98 1.1 christos CTAGS = ctags 99 1.1 christos DIST_SUBDIRS = $(SUBDIRS) 100 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 101 1.1 christos distdir = $(PACKAGE)-$(VERSION) 102 1.1 christos top_distdir = $(distdir) 103 1.1 christos am__remove_distdir = \ 104 1.1 christos { test ! -d "$(distdir)" \ 105 1.1 christos || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 106 1.1 christos && rm -fr "$(distdir)"; }; } 107 1.1 christos am__relativize = \ 108 1.1 christos dir0=`pwd`; \ 109 1.1 christos sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 110 1.1 christos sed_rest='s,^[^/]*/*,,'; \ 111 1.1 christos sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 112 1.1 christos sed_butlast='s,/*[^/]*$$,,'; \ 113 1.1 christos while test -n "$$dir1"; do \ 114 1.1 christos first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 115 1.1 christos if test "$$first" != "."; then \ 116 1.1 christos if test "$$first" = ".."; then \ 117 1.1 christos dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 118 1.1 christos dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 119 1.1 christos else \ 120 1.1 christos first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 121 1.1 christos if test "$$first2" = "$$first"; then \ 122 1.1 christos dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 123 1.1 christos else \ 124 1.1 christos dir2="../$$dir2"; \ 125 1.1 christos fi; \ 126 1.1 christos dir0="$$dir0"/"$$first"; \ 127 1.1 christos fi; \ 128 1.1 christos fi; \ 129 1.1 christos dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 130 1.1 christos done; \ 131 1.1 christos reldir="$$dir2" 132 1.1 christos DIST_ARCHIVES = $(distdir).tar.gz 133 1.1 christos GZIP_ENV = --best 134 1.1 christos distuninstallcheck_listfiles = find . -type f -print 135 1.1 christos distcleancheck_listfiles = find . -type f -print 136 1.1 christos ACLOCAL = @ACLOCAL@ 137 1.1 christos AMTAR = @AMTAR@ 138 1.1 christos AR = @AR@ 139 1.1 christos AUTOCONF = @AUTOCONF@ 140 1.1 christos AUTOHEADER = @AUTOHEADER@ 141 1.1 christos AUTOMAKE = @AUTOMAKE@ 142 1.1 christos AWK = @AWK@ 143 1.1 christos CC = @CC@ 144 1.1 christos CCDEPMODE = @CCDEPMODE@ 145 1.1 christos CFLAGS = @CFLAGS@ 146 1.1 christos COPY = @COPY@ 147 1.1 christos CPP = @CPP@ 148 1.1 christos CPPFLAGS = @CPPFLAGS@ 149 1.1 christos CYGPATH_W = @CYGPATH_W@ 150 1.1 christos DEFS = @DEFS@ 151 1.1 christos DEPDIR = @DEPDIR@ 152 1.1 christos DSYMUTIL = @DSYMUTIL@ 153 1.1 christos DUMPBIN = @DUMPBIN@ 154 1.1 christos ECHO = @ECHO@ 155 1.1 christos ECHO_C = @ECHO_C@ 156 1.1 christos ECHO_N = @ECHO_N@ 157 1.1 christos ECHO_T = @ECHO_T@ 158 1.1 christos EGREP = @EGREP@ 159 1.1 christos EXEEXT = @EXEEXT@ 160 1.1 christos FGREP = @FGREP@ 161 1.1 christos GMSGFMT = @GMSGFMT@ 162 1.1 christos GMSGFMT_015 = @GMSGFMT_015@ 163 1.1 christos GREP = @GREP@ 164 1.1 christos INSTALL = @INSTALL@ 165 1.1 christos INSTALL_DATA = @INSTALL_DATA@ 166 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@ 167 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@ 168 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 169 1.1 christos INTLLIBS = @INTLLIBS@ 170 1.1 christos INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 171 1.1 christos LD = @LD@ 172 1.1 christos LDFLAGS = @LDFLAGS@ 173 1.1 christos LIBICONV = @LIBICONV@ 174 1.1 christos LIBINTL = @LIBINTL@ 175 1.1 christos LIBOBJS = @LIBOBJS@ 176 1.1 christos LIBS = @LIBS@ 177 1.1 christos LIBTOOL = @LIBTOOL@ 178 1.1 christos LIPO = @LIPO@ 179 1.1 christos LN_S = @LN_S@ 180 1.1 christos LTLIBICONV = @LTLIBICONV@ 181 1.1 christos LTLIBINTL = @LTLIBINTL@ 182 1.1 christos LTLIBOBJS = @LTLIBOBJS@ 183 1.1 christos MAKEINFO = @MAKEINFO@ 184 1.1 christos MKDIR = @MKDIR@ 185 1.1 christos MKDIR_P = @MKDIR_P@ 186 1.1 christos MSGFMT = @MSGFMT@ 187 1.1 christos MSGFMT_015 = @MSGFMT_015@ 188 1.1 christos MSGMERGE = @MSGMERGE@ 189 1.1 christos NM = @NM@ 190 1.1 christos NMEDIT = @NMEDIT@ 191 1.1 christos OBJDUMP = @OBJDUMP@ 192 1.1 christos OBJEXT = @OBJEXT@ 193 1.1 christos OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@ 194 1.1 christos OTOOL = @OTOOL@ 195 1.1 christos OTOOL64 = @OTOOL64@ 196 1.1 christos PACKAGE = @PACKAGE@ 197 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 198 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@ 199 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@ 200 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@ 201 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@ 202 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@ 203 1.1 christos POSUB = @POSUB@ 204 1.1 christos RANLIB = @RANLIB@ 205 1.1 christos RM = @RM@ 206 1.1 christos SED = @SED@ 207 1.1 christos SET_MAKE = @SET_MAKE@ 208 1.1 christos SHELL = @SHELL@ 209 1.1 christos STRIP = @STRIP@ 210 1.1 christos USE_NLS = @USE_NLS@ 211 1.1 christos VERSION = @VERSION@ 212 1.1 christos XGETTEXT = @XGETTEXT@ 213 1.1 christos XGETTEXT_015 = @XGETTEXT_015@ 214 1.1 christos abs_builddir = @abs_builddir@ 215 1.1 christos abs_srcdir = @abs_srcdir@ 216 1.1 christos abs_top_builddir = @abs_top_builddir@ 217 1.1 christos abs_top_srcdir = @abs_top_srcdir@ 218 1.1 christos ac_ct_CC = @ac_ct_CC@ 219 1.1 christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 220 1.1 christos am__include = @am__include@ 221 1.1 christos am__leading_dot = @am__leading_dot@ 222 1.1 christos am__quote = @am__quote@ 223 1.1 christos am__tar = @am__tar@ 224 1.1 christos am__untar = @am__untar@ 225 1.1 christos bindir = @bindir@ 226 1.1 christos build = @build@ 227 1.1 christos build_alias = @build_alias@ 228 1.1 christos build_cpu = @build_cpu@ 229 1.1 christos build_os = @build_os@ 230 1.1 christos build_vendor = @build_vendor@ 231 1.1 christos builddir = @builddir@ 232 1.1 christos datadir = @datadir@ 233 1.1 christos datarootdir = @datarootdir@ 234 1.1 christos docdir = @docdir@ 235 1.1 christos dvidir = @dvidir@ 236 1.1 christos exec_prefix = @exec_prefix@ 237 1.1 christos host = @host@ 238 1.1 christos host_alias = @host_alias@ 239 1.1 christos host_cpu = @host_cpu@ 240 1.1 christos host_os = @host_os@ 241 1.1 christos host_vendor = @host_vendor@ 242 1.1 christos htmldir = @htmldir@ 243 1.1 christos includedir = @includedir@ 244 1.1 christos infodir = @infodir@ 245 1.1 christos install_sh = @install_sh@ 246 1.1 christos libdir = @libdir@ 247 1.1 christos libexecdir = @libexecdir@ 248 1.1 christos localedir = @localedir@ 249 1.1 christos localstatedir = @localstatedir@ 250 1.1.1.2 christos lt_ECHO = @lt_ECHO@ 251 1.1 christos mandir = @mandir@ 252 1.1 christos mkdir_p = @mkdir_p@ 253 1.1 christos oldincludedir = @oldincludedir@ 254 1.1 christos pdfdir = @pdfdir@ 255 1.1 christos prefix = @prefix@ 256 1.1 christos program_transform_name = @program_transform_name@ 257 1.1 christos psdir = @psdir@ 258 1.1 christos sbindir = @sbindir@ 259 1.1 christos sharedstatedir = @sharedstatedir@ 260 1.1 christos srcdir = @srcdir@ 261 1.1 christos sysconfdir = @sysconfdir@ 262 1.1 christos target = @target@ 263 1.1 christos target_alias = @target_alias@ 264 1.1 christos target_cpu = @target_cpu@ 265 1.1 christos target_os = @target_os@ 266 1.1 christos target_vendor = @target_vendor@ 267 1.1 christos top_build_prefix = @top_build_prefix@ 268 1.1 christos top_builddir = @top_builddir@ 269 1.1 christos top_srcdir = @top_srcdir@ 270 1.1 christos SUBDIRS = m4 \ 271 1.1 christos include \ 272 1.1 christos lib \ 273 1.1 christos src \ 274 1.1 christos po \ 275 1.1 christos man 276 1.1 christos 277 1.1 christos ACLOCAL_AMFLAGS = -I m4 278 1.1 christos EXTRA_DIST = LICENSE test/tpm_changeownerauth01.sh 279 1.1 christos all: config.h 280 1.1 christos $(MAKE) $(AM_MAKEFLAGS) all-recursive 281 1.1 christos 282 1.1 christos .SUFFIXES: 283 1.1 christos am--refresh: 284 1.1 christos @: 285 1.1 christos $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 286 1.1 christos @for dep in $?; do \ 287 1.1 christos case '$(am__configure_deps)' in \ 288 1.1 christos *$$dep*) \ 289 1.1 christos echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 290 1.1 christos $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 291 1.1 christos && exit 0; \ 292 1.1 christos exit 1;; \ 293 1.1 christos esac; \ 294 1.1 christos done; \ 295 1.1.1.2 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 296 1.1 christos $(am__cd) $(top_srcdir) && \ 297 1.1.1.2 christos $(AUTOMAKE) --foreign Makefile 298 1.1 christos .PRECIOUS: Makefile 299 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 300 1.1 christos @case '$?' in \ 301 1.1 christos *config.status*) \ 302 1.1 christos echo ' $(SHELL) ./config.status'; \ 303 1.1 christos $(SHELL) ./config.status;; \ 304 1.1 christos *) \ 305 1.1 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 306 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 307 1.1 christos esac; 308 1.1 christos 309 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 310 1.1 christos $(SHELL) ./config.status --recheck 311 1.1 christos 312 1.1 christos $(top_srcdir)/configure: $(am__configure_deps) 313 1.1 christos $(am__cd) $(srcdir) && $(AUTOCONF) 314 1.1 christos $(ACLOCAL_M4): $(am__aclocal_m4_deps) 315 1.1 christos $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 316 1.1 christos $(am__aclocal_m4_deps): 317 1.1 christos 318 1.1 christos config.h: stamp-h1 319 1.1 christos @if test ! -f $@; then \ 320 1.1 christos rm -f stamp-h1; \ 321 1.1 christos $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 322 1.1 christos else :; fi 323 1.1 christos 324 1.1 christos stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 325 1.1 christos @rm -f stamp-h1 326 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status config.h 327 1.1 christos $(srcdir)/config.h.in: $(am__configure_deps) 328 1.1 christos ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 329 1.1 christos rm -f stamp-h1 330 1.1 christos touch $@ 331 1.1 christos 332 1.1 christos distclean-hdr: 333 1.1 christos -rm -f config.h stamp-h1 334 1.1 christos dist/tpm-tools.spec: $(top_builddir)/config.status $(top_srcdir)/dist/tpm-tools.spec.in 335 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $@ 336 1.1 christos 337 1.1 christos mostlyclean-libtool: 338 1.1 christos -rm -f *.lo 339 1.1 christos 340 1.1 christos clean-libtool: 341 1.1 christos -rm -rf .libs _libs 342 1.1 christos 343 1.1 christos distclean-libtool: 344 1.1 christos -rm -f libtool config.lt 345 1.1 christos 346 1.1 christos # This directory's subdirectories are mostly independent; you can cd 347 1.1 christos # into them and run `make' without going through this Makefile. 348 1.1 christos # To change the values of `make' variables: instead of editing Makefiles, 349 1.1 christos # (1) if the variable is set in `config.status', edit `config.status' 350 1.1 christos # (which will cause the Makefiles to be regenerated when you run `make'); 351 1.1 christos # (2) otherwise, pass the desired values on the `make' command line. 352 1.1 christos $(RECURSIVE_TARGETS): 353 1.1 christos @fail= failcom='exit 1'; \ 354 1.1 christos for f in x $$MAKEFLAGS; do \ 355 1.1 christos case $$f in \ 356 1.1 christos *=* | --[!k]*);; \ 357 1.1 christos *k*) failcom='fail=yes';; \ 358 1.1 christos esac; \ 359 1.1 christos done; \ 360 1.1 christos dot_seen=no; \ 361 1.1 christos target=`echo $@ | sed s/-recursive//`; \ 362 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \ 363 1.1 christos echo "Making $$target in $$subdir"; \ 364 1.1 christos if test "$$subdir" = "."; then \ 365 1.1 christos dot_seen=yes; \ 366 1.1 christos local_target="$$target-am"; \ 367 1.1 christos else \ 368 1.1 christos local_target="$$target"; \ 369 1.1 christos fi; \ 370 1.1 christos ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 371 1.1 christos || eval $$failcom; \ 372 1.1 christos done; \ 373 1.1 christos if test "$$dot_seen" = "no"; then \ 374 1.1 christos $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 375 1.1 christos fi; test -z "$$fail" 376 1.1 christos 377 1.1 christos $(RECURSIVE_CLEAN_TARGETS): 378 1.1 christos @fail= failcom='exit 1'; \ 379 1.1 christos for f in x $$MAKEFLAGS; do \ 380 1.1 christos case $$f in \ 381 1.1 christos *=* | --[!k]*);; \ 382 1.1 christos *k*) failcom='fail=yes';; \ 383 1.1 christos esac; \ 384 1.1 christos done; \ 385 1.1 christos dot_seen=no; \ 386 1.1 christos case "$@" in \ 387 1.1 christos distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 388 1.1 christos *) list='$(SUBDIRS)' ;; \ 389 1.1 christos esac; \ 390 1.1 christos rev=''; for subdir in $$list; do \ 391 1.1 christos if test "$$subdir" = "."; then :; else \ 392 1.1 christos rev="$$subdir $$rev"; \ 393 1.1 christos fi; \ 394 1.1 christos done; \ 395 1.1 christos rev="$$rev ."; \ 396 1.1 christos target=`echo $@ | sed s/-recursive//`; \ 397 1.1 christos for subdir in $$rev; do \ 398 1.1 christos echo "Making $$target in $$subdir"; \ 399 1.1 christos if test "$$subdir" = "."; then \ 400 1.1 christos local_target="$$target-am"; \ 401 1.1 christos else \ 402 1.1 christos local_target="$$target"; \ 403 1.1 christos fi; \ 404 1.1 christos ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 405 1.1 christos || eval $$failcom; \ 406 1.1 christos done && test -z "$$fail" 407 1.1 christos tags-recursive: 408 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \ 409 1.1 christos test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 410 1.1 christos done 411 1.1 christos ctags-recursive: 412 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \ 413 1.1 christos test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 414 1.1 christos done 415 1.1 christos 416 1.1 christos ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 417 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 418 1.1 christos unique=`for i in $$list; do \ 419 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 420 1.1 christos done | \ 421 1.1 christos $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 422 1.1 christos END { if (nonempty) { for (i in files) print i; }; }'`; \ 423 1.1 christos mkid -fID $$unique 424 1.1 christos tags: TAGS 425 1.1 christos 426 1.1 christos TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 427 1.1 christos $(TAGS_FILES) $(LISP) 428 1.1 christos set x; \ 429 1.1 christos here=`pwd`; \ 430 1.1 christos if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 431 1.1 christos include_option=--etags-include; \ 432 1.1 christos empty_fix=.; \ 433 1.1 christos else \ 434 1.1 christos include_option=--include; \ 435 1.1 christos empty_fix=; \ 436 1.1 christos fi; \ 437 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \ 438 1.1 christos if test "$$subdir" = .; then :; else \ 439 1.1 christos test ! -f $$subdir/TAGS || \ 440 1.1 christos set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 441 1.1 christos fi; \ 442 1.1 christos done; \ 443 1.1 christos list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 444 1.1 christos unique=`for i in $$list; do \ 445 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 446 1.1 christos done | \ 447 1.1 christos $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 448 1.1 christos END { if (nonempty) { for (i in files) print i; }; }'`; \ 449 1.1 christos shift; \ 450 1.1 christos if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 451 1.1 christos test -n "$$unique" || unique=$$empty_fix; \ 452 1.1 christos if test $$# -gt 0; then \ 453 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 454 1.1 christos "$$@" $$unique; \ 455 1.1 christos else \ 456 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 457 1.1 christos $$unique; \ 458 1.1 christos fi; \ 459 1.1 christos fi 460 1.1 christos ctags: CTAGS 461 1.1 christos CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 462 1.1 christos $(TAGS_FILES) $(LISP) 463 1.1 christos list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 464 1.1 christos unique=`for i in $$list; do \ 465 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 466 1.1 christos done | \ 467 1.1 christos $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 468 1.1 christos END { if (nonempty) { for (i in files) print i; }; }'`; \ 469 1.1 christos test -z "$(CTAGS_ARGS)$$unique" \ 470 1.1 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 471 1.1 christos $$unique 472 1.1 christos 473 1.1 christos GTAGS: 474 1.1 christos here=`$(am__cd) $(top_builddir) && pwd` \ 475 1.1 christos && $(am__cd) $(top_srcdir) \ 476 1.1 christos && gtags -i $(GTAGS_ARGS) "$$here" 477 1.1 christos 478 1.1 christos distclean-tags: 479 1.1 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 480 1.1 christos 481 1.1 christos distdir: $(DISTFILES) 482 1.1 christos $(am__remove_distdir) 483 1.1 christos test -d "$(distdir)" || mkdir "$(distdir)" 484 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 485 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 486 1.1 christos list='$(DISTFILES)'; \ 487 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \ 488 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \ 489 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 490 1.1 christos case $$dist_files in \ 491 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \ 492 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 493 1.1 christos sort -u` ;; \ 494 1.1 christos esac; \ 495 1.1 christos for file in $$dist_files; do \ 496 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 497 1.1 christos if test -d $$d/$$file; then \ 498 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 499 1.1 christos if test -d "$(distdir)/$$file"; then \ 500 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 501 1.1 christos fi; \ 502 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 503 1.1 christos cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 504 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 505 1.1 christos fi; \ 506 1.1 christos cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 507 1.1 christos else \ 508 1.1 christos test -f "$(distdir)/$$file" \ 509 1.1 christos || cp -p $$d/$$file "$(distdir)/$$file" \ 510 1.1 christos || exit 1; \ 511 1.1 christos fi; \ 512 1.1 christos done 513 1.1 christos @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 514 1.1 christos if test "$$subdir" = .; then :; else \ 515 1.1 christos test -d "$(distdir)/$$subdir" \ 516 1.1 christos || $(MKDIR_P) "$(distdir)/$$subdir" \ 517 1.1 christos || exit 1; \ 518 1.1 christos fi; \ 519 1.1 christos done 520 1.1 christos @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 521 1.1 christos if test "$$subdir" = .; then :; else \ 522 1.1 christos dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 523 1.1 christos $(am__relativize); \ 524 1.1 christos new_distdir=$$reldir; \ 525 1.1 christos dir1=$$subdir; dir2="$(top_distdir)"; \ 526 1.1 christos $(am__relativize); \ 527 1.1 christos new_top_distdir=$$reldir; \ 528 1.1 christos echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 529 1.1 christos echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 530 1.1 christos ($(am__cd) $$subdir && \ 531 1.1 christos $(MAKE) $(AM_MAKEFLAGS) \ 532 1.1 christos top_distdir="$$new_top_distdir" \ 533 1.1 christos distdir="$$new_distdir" \ 534 1.1 christos am__remove_distdir=: \ 535 1.1 christos am__skip_length_check=: \ 536 1.1 christos am__skip_mode_fix=: \ 537 1.1 christos distdir) \ 538 1.1 christos || exit 1; \ 539 1.1 christos fi; \ 540 1.1 christos done 541 1.1 christos -test -n "$(am__skip_mode_fix)" \ 542 1.1 christos || find "$(distdir)" -type d ! -perm -755 \ 543 1.1 christos -exec chmod u+rwx,go+rx {} \; -o \ 544 1.1 christos ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 545 1.1 christos ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 546 1.1 christos ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 547 1.1 christos || chmod -R a+r "$(distdir)" 548 1.1 christos dist-gzip: distdir 549 1.1 christos tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 550 1.1 christos $(am__remove_distdir) 551 1.1 christos 552 1.1 christos dist-bzip2: distdir 553 1.1 christos tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 554 1.1 christos $(am__remove_distdir) 555 1.1 christos 556 1.1 christos dist-lzma: distdir 557 1.1 christos tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 558 1.1 christos $(am__remove_distdir) 559 1.1 christos 560 1.1 christos dist-xz: distdir 561 1.1 christos tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 562 1.1 christos $(am__remove_distdir) 563 1.1 christos 564 1.1 christos dist-tarZ: distdir 565 1.1 christos tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 566 1.1 christos $(am__remove_distdir) 567 1.1 christos 568 1.1 christos dist-shar: distdir 569 1.1 christos shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 570 1.1 christos $(am__remove_distdir) 571 1.1 christos 572 1.1 christos dist-zip: distdir 573 1.1 christos -rm -f $(distdir).zip 574 1.1 christos zip -rq $(distdir).zip $(distdir) 575 1.1 christos $(am__remove_distdir) 576 1.1 christos 577 1.1 christos dist dist-all: distdir 578 1.1 christos tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 579 1.1 christos $(am__remove_distdir) 580 1.1 christos 581 1.1 christos # This target untars the dist file and tries a VPATH configuration. Then 582 1.1 christos # it guarantees that the distribution is self-contained by making another 583 1.1 christos # tarfile. 584 1.1 christos distcheck: dist 585 1.1 christos case '$(DIST_ARCHIVES)' in \ 586 1.1 christos *.tar.gz*) \ 587 1.1 christos GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 588 1.1 christos *.tar.bz2*) \ 589 1.1 christos bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 590 1.1 christos *.tar.lzma*) \ 591 1.1 christos lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 592 1.1 christos *.tar.xz*) \ 593 1.1 christos xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 594 1.1 christos *.tar.Z*) \ 595 1.1 christos uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 596 1.1 christos *.shar.gz*) \ 597 1.1 christos GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 598 1.1 christos *.zip*) \ 599 1.1 christos unzip $(distdir).zip ;;\ 600 1.1 christos esac 601 1.1.1.2 christos chmod -R a-w $(distdir); chmod u+w $(distdir) 602 1.1 christos mkdir $(distdir)/_build 603 1.1 christos mkdir $(distdir)/_inst 604 1.1 christos chmod a-w $(distdir) 605 1.1 christos test -d $(distdir)/_build || exit 0; \ 606 1.1 christos dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 607 1.1 christos && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 608 1.1 christos && am__cwd=`pwd` \ 609 1.1 christos && $(am__cd) $(distdir)/_build \ 610 1.1 christos && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 611 1.1 christos $(DISTCHECK_CONFIGURE_FLAGS) \ 612 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) \ 613 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) dvi \ 614 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) check \ 615 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) install \ 616 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 617 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 618 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 619 1.1 christos distuninstallcheck \ 620 1.1 christos && chmod -R a-w "$$dc_install_base" \ 621 1.1 christos && ({ \ 622 1.1 christos (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 623 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 624 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 625 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 626 1.1 christos distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 627 1.1 christos } || { rm -rf "$$dc_destdir"; exit 1; }) \ 628 1.1 christos && rm -rf "$$dc_destdir" \ 629 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) dist \ 630 1.1 christos && rm -rf $(DIST_ARCHIVES) \ 631 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 632 1.1 christos && cd "$$am__cwd" \ 633 1.1 christos || exit 1 634 1.1 christos $(am__remove_distdir) 635 1.1 christos @(echo "$(distdir) archives ready for distribution: "; \ 636 1.1 christos list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 637 1.1 christos sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 638 1.1 christos distuninstallcheck: 639 1.1 christos @$(am__cd) '$(distuninstallcheck_dir)' \ 640 1.1 christos && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 641 1.1 christos || { echo "ERROR: files left after uninstall:" ; \ 642 1.1 christos if test -n "$(DESTDIR)"; then \ 643 1.1 christos echo " (check DESTDIR support)"; \ 644 1.1 christos fi ; \ 645 1.1 christos $(distuninstallcheck_listfiles) ; \ 646 1.1 christos exit 1; } >&2 647 1.1 christos distcleancheck: distclean 648 1.1 christos @if test '$(srcdir)' = . ; then \ 649 1.1 christos echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 650 1.1 christos exit 1 ; \ 651 1.1 christos fi 652 1.1 christos @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 653 1.1 christos || { echo "ERROR: files left in build directory after distclean:" ; \ 654 1.1 christos $(distcleancheck_listfiles) ; \ 655 1.1 christos exit 1; } >&2 656 1.1 christos check-am: all-am 657 1.1 christos check: check-recursive 658 1.1 christos all-am: Makefile config.h 659 1.1 christos installdirs: installdirs-recursive 660 1.1 christos installdirs-am: 661 1.1 christos install: install-recursive 662 1.1 christos install-exec: install-exec-recursive 663 1.1 christos install-data: install-data-recursive 664 1.1 christos uninstall: uninstall-recursive 665 1.1 christos 666 1.1 christos install-am: all-am 667 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 668 1.1 christos 669 1.1 christos installcheck: installcheck-recursive 670 1.1 christos install-strip: 671 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 672 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 673 1.1 christos `test -z '$(STRIP)' || \ 674 1.1 christos echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 675 1.1 christos mostlyclean-generic: 676 1.1 christos 677 1.1 christos clean-generic: 678 1.1 christos 679 1.1 christos distclean-generic: 680 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 681 1.1 christos -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 682 1.1 christos 683 1.1 christos maintainer-clean-generic: 684 1.1 christos @echo "This command is intended for maintainers to use" 685 1.1 christos @echo "it deletes files that may require special tools to rebuild." 686 1.1 christos clean: clean-recursive 687 1.1 christos 688 1.1 christos clean-am: clean-generic clean-libtool mostlyclean-am 689 1.1 christos 690 1.1 christos distclean: distclean-recursive 691 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES) 692 1.1 christos -rm -f Makefile 693 1.1 christos distclean-am: clean-am distclean-generic distclean-hdr \ 694 1.1 christos distclean-libtool distclean-tags 695 1.1 christos 696 1.1 christos dvi: dvi-recursive 697 1.1 christos 698 1.1 christos dvi-am: 699 1.1 christos 700 1.1 christos html: html-recursive 701 1.1 christos 702 1.1 christos html-am: 703 1.1 christos 704 1.1 christos info: info-recursive 705 1.1 christos 706 1.1 christos info-am: 707 1.1 christos 708 1.1 christos install-data-am: 709 1.1 christos 710 1.1 christos install-dvi: install-dvi-recursive 711 1.1 christos 712 1.1 christos install-dvi-am: 713 1.1 christos 714 1.1 christos install-exec-am: 715 1.1 christos 716 1.1 christos install-html: install-html-recursive 717 1.1 christos 718 1.1 christos install-html-am: 719 1.1 christos 720 1.1 christos install-info: install-info-recursive 721 1.1 christos 722 1.1 christos install-info-am: 723 1.1 christos 724 1.1 christos install-man: 725 1.1 christos 726 1.1 christos install-pdf: install-pdf-recursive 727 1.1 christos 728 1.1 christos install-pdf-am: 729 1.1 christos 730 1.1 christos install-ps: install-ps-recursive 731 1.1 christos 732 1.1 christos install-ps-am: 733 1.1 christos 734 1.1 christos installcheck-am: 735 1.1 christos 736 1.1 christos maintainer-clean: maintainer-clean-recursive 737 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES) 738 1.1 christos -rm -rf $(top_srcdir)/autom4te.cache 739 1.1 christos -rm -f Makefile 740 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic 741 1.1 christos 742 1.1 christos mostlyclean: mostlyclean-recursive 743 1.1 christos 744 1.1 christos mostlyclean-am: mostlyclean-generic mostlyclean-libtool 745 1.1 christos 746 1.1 christos pdf: pdf-recursive 747 1.1 christos 748 1.1 christos pdf-am: 749 1.1 christos 750 1.1 christos ps: ps-recursive 751 1.1 christos 752 1.1 christos ps-am: 753 1.1 christos 754 1.1 christos uninstall-am: 755 1.1 christos 756 1.1 christos .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 757 1.1 christos ctags-recursive install-am install-strip tags-recursive 758 1.1 christos 759 1.1 christos .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 760 1.1 christos all all-am am--refresh check check-am clean clean-generic \ 761 1.1 christos clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 762 1.1 christos dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ 763 1.1 christos distcheck distclean distclean-generic distclean-hdr \ 764 1.1 christos distclean-libtool distclean-tags distcleancheck distdir \ 765 1.1 christos distuninstallcheck dvi dvi-am html html-am info info-am \ 766 1.1 christos install install-am install-data install-data-am install-dvi \ 767 1.1 christos install-dvi-am install-exec install-exec-am install-html \ 768 1.1 christos install-html-am install-info install-info-am install-man \ 769 1.1 christos install-pdf install-pdf-am install-ps install-ps-am \ 770 1.1 christos install-strip installcheck installcheck-am installdirs \ 771 1.1 christos installdirs-am maintainer-clean maintainer-clean-generic \ 772 1.1 christos mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 773 1.1 christos ps ps-am tags tags-recursive uninstall uninstall-am 774 1.1 christos 775 1.1 christos 776 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables. 777 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded. 778 1.1 christos .NOEXPORT: 779