|
|
1.1.1.2 ! root 1: # Makefile.in generated by automake 1.10 from Makefile.am. 1.1 root 2: # @configure_input@ 3: 1.1.1.2 ! root 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! 5: # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1.1 root 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: 15: @SET_MAKE@ 16: 1.1.1.2 ! root 17: 1.1 root 18: VPATH = @srcdir@ 19: pkgdatadir = $(datadir)/@PACKAGE@ 20: pkglibdir = $(libdir)/@PACKAGE@ 21: pkgincludedir = $(includedir)/@PACKAGE@ 22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23: install_sh_DATA = $(install_sh) -c -m 644 24: install_sh_PROGRAM = $(install_sh) -c 25: install_sh_SCRIPT = $(install_sh) -c 26: INSTALL_HEADER = $(INSTALL_DATA) 27: transform = $(program_transform_name) 28: NORMAL_INSTALL = : 29: PRE_INSTALL = : 30: POST_INSTALL = : 31: NORMAL_UNINSTALL = : 32: PRE_UNINSTALL = : 33: POST_UNINSTALL = : 1.1.1.2 ! root 34: build_triplet = @build@ 1.1 root 35: host_triplet = @host@ 1.1.1.2 ! root 36: subdir = . ! 37: DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \ ! 38: $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \ ! 39: $(srcdir)/Makefile.in $(srcdir)/config-h.in \ ! 40: $(top_srcdir)/configure COPYING.LIB config.guess config.sub \ ! 41: install-sh ltmain.sh missing mkinstalldirs ! 42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! 43: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ ! 44: $(top_srcdir)/configure.ac ! 45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ! 46: $(ACLOCAL_M4) ! 47: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ ! 48: configure.lineno config.status.lineno ! 49: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ! 50: CONFIG_HEADER = config.h ! 51: CONFIG_CLEAN_FILES = ! 52: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; ! 53: am__vpath_adj = case $$p in \ ! 54: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ ! 55: *) f=$$p;; \ ! 56: esac; ! 57: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; ! 58: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" ! 59: libLTLIBRARIES_INSTALL = $(INSTALL) ! 60: LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) ! 61: am__DEPENDENCIES_1 = ! 62: libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) ! 63: am_libltdl_la_OBJECTS = ltdl.lo ! 64: libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS) ! 65: libltdl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ ! 66: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ! 67: $(libltdl_la_LDFLAGS) $(LDFLAGS) -o $@ ! 68: @INSTALL_LTDL_TRUE@am_libltdl_la_rpath = -rpath $(libdir) ! 69: libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) ! 70: am_libltdlc_la_OBJECTS = ltdl.lo ! 71: libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS) ! 72: @CONVENIENCE_LTDL_TRUE@am_libltdlc_la_rpath = ! 73: DEFAULT_INCLUDES = -I.@am__isrc@ ! 74: depcomp = ! 75: am__depfiles_maybe = ! 76: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ ! 77: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! 78: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 79: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ! 80: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! 81: CCLD = $(CC) ! 82: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 83: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ ! 84: $(LDFLAGS) -o $@ ! 85: SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) ! 86: DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) ! 87: am__include_HEADERS_DIST = ltdl.h ! 88: includeHEADERS_INSTALL = $(INSTALL_HEADER) ! 89: am__noinst_HEADERS_DIST = ltdl.h ! 90: HEADERS = $(include_HEADERS) $(noinst_HEADERS) ! 91: ETAGS = etags ! 92: CTAGS = ctags ! 93: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ! 94: distdir = $(PACKAGE)-$(VERSION) ! 95: top_distdir = $(distdir) ! 96: am__remove_distdir = \ ! 97: { test ! -d $(distdir) \ ! 98: || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ ! 99: && rm -fr $(distdir); }; } ! 100: DIST_ARCHIVES = $(distdir).tar.gz ! 101: GZIP_ENV = --best ! 102: distuninstallcheck_listfiles = find . -type f -print ! 103: distcleancheck_listfiles = find . -type f -print 1.1 root 104: ACLOCAL = @ACLOCAL@ 105: AMTAR = @AMTAR@ 106: AR = @AR@ 107: AS = @AS@ 108: AUTOCONF = @AUTOCONF@ 109: AUTOHEADER = @AUTOHEADER@ 110: AUTOMAKE = @AUTOMAKE@ 111: AWK = @AWK@ 112: CC = @CC@ 113: CCDEPMODE = @CCDEPMODE@ 114: CFLAGS = @CFLAGS@ 115: CPP = @CPP@ 116: CPPFLAGS = @CPPFLAGS@ 117: CXX = @CXX@ 118: CXXCPP = @CXXCPP@ 119: CXXDEPMODE = @CXXDEPMODE@ 120: CXXFLAGS = @CXXFLAGS@ 121: CYGPATH_W = @CYGPATH_W@ 122: DEFS = @DEFS@ 123: DEPDIR = @DEPDIR@ 124: DLLTOOL = @DLLTOOL@ 125: ECHO = @ECHO@ 126: ECHO_C = @ECHO_C@ 127: ECHO_N = @ECHO_N@ 128: ECHO_T = @ECHO_T@ 129: EGREP = @EGREP@ 130: EXEEXT = @EXEEXT@ 131: F77 = @F77@ 132: FFLAGS = @FFLAGS@ 1.1.1.2 ! root 133: GREP = @GREP@ ! 134: INSTALL = @INSTALL@ 1.1 root 135: INSTALL_DATA = @INSTALL_DATA@ 136: INSTALL_PROGRAM = @INSTALL_PROGRAM@ 137: INSTALL_SCRIPT = @INSTALL_SCRIPT@ 138: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 139: LDFLAGS = @LDFLAGS@ 140: LIBADD_DL = @LIBADD_DL@ 141: LIBOBJS = @LIBOBJS@ 142: LIBS = @LIBS@ 143: LIBTOOL = @LIBTOOL@ 144: LIBTOOL_DEPS = @LIBTOOL_DEPS@ 145: LN_S = @LN_S@ 146: LTLIBOBJS = @LTLIBOBJS@ 147: MAKEINFO = @MAKEINFO@ 1.1.1.2 ! root 148: MKDIR_P = @MKDIR_P@ 1.1 root 149: OBJDUMP = @OBJDUMP@ 150: OBJEXT = @OBJEXT@ 151: PACKAGE = @PACKAGE@ 152: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 153: PACKAGE_NAME = @PACKAGE_NAME@ 154: PACKAGE_STRING = @PACKAGE_STRING@ 155: PACKAGE_TARNAME = @PACKAGE_TARNAME@ 156: PACKAGE_VERSION = @PACKAGE_VERSION@ 157: PATH_SEPARATOR = @PATH_SEPARATOR@ 158: RANLIB = @RANLIB@ 1.1.1.2 ! root 159: SED = @SED@ 1.1 root 160: SET_MAKE = @SET_MAKE@ 161: SHELL = @SHELL@ 162: STRIP = @STRIP@ 163: VERSION = @VERSION@ 1.1.1.2 ! root 164: abs_builddir = @abs_builddir@ ! 165: abs_srcdir = @abs_srcdir@ ! 166: abs_top_builddir = @abs_top_builddir@ ! 167: abs_top_srcdir = @abs_top_srcdir@ 1.1 root 168: ac_ct_CC = @ac_ct_CC@ 169: ac_ct_CXX = @ac_ct_CXX@ 170: ac_ct_F77 = @ac_ct_F77@ 171: am__include = @am__include@ 172: am__leading_dot = @am__leading_dot@ 173: am__quote = @am__quote@ 1.1.1.2 ! root 174: am__tar = @am__tar@ ! 175: am__untar = @am__untar@ 1.1 root 176: bindir = @bindir@ 177: build = @build@ 178: build_alias = @build_alias@ 179: build_cpu = @build_cpu@ 180: build_os = @build_os@ 181: build_vendor = @build_vendor@ 1.1.1.2 ! root 182: builddir = @builddir@ 1.1 root 183: datadir = @datadir@ 1.1.1.2 ! root 184: datarootdir = @datarootdir@ ! 185: docdir = @docdir@ ! 186: dvidir = @dvidir@ 1.1 root 187: exec_prefix = @exec_prefix@ 188: host = @host@ 189: host_alias = @host_alias@ 190: host_cpu = @host_cpu@ 191: host_os = @host_os@ 192: host_vendor = @host_vendor@ 1.1.1.2 ! root 193: htmldir = @htmldir@ 1.1 root 194: includedir = @includedir@ 195: infodir = @infodir@ 196: install_sh = @install_sh@ 197: libdir = @libdir@ 198: libexecdir = @libexecdir@ 1.1.1.2 ! root 199: localedir = @localedir@ 1.1 root 200: localstatedir = @localstatedir@ 201: mandir = @mandir@ 1.1.1.2 ! root 202: mkdir_p = @mkdir_p@ 1.1 root 203: oldincludedir = @oldincludedir@ 1.1.1.2 ! root 204: pdfdir = @pdfdir@ 1.1 root 205: prefix = @prefix@ 206: program_transform_name = @program_transform_name@ 1.1.1.2 ! root 207: psdir = @psdir@ 1.1 root 208: sbindir = @sbindir@ 209: sharedstatedir = @sharedstatedir@ 1.1.1.2 ! root 210: srcdir = @srcdir@ 1.1 root 211: sysconfdir = @sysconfdir@ 212: target_alias = @target_alias@ 1.1.1.2 ! root 213: top_builddir = @top_builddir@ ! 214: top_srcdir = @top_srcdir@ 1.1 root 215: AUTOMAKE_OPTIONS = no-dependencies foreign 216: @INSTALL_LTDL_TRUE@include_HEADERS = ltdl.h 217: @INSTALL_LTDL_TRUE@lib_LTLIBRARIES = libltdl.la 218: @INSTALL_LTDL_FALSE@noinst_HEADERS = ltdl.h 219: @CONVENIENCE_LTDL_TRUE@noinst_LTLIBRARIES = libltdlc.la 220: CLEANFILES = libltdl.la libltdlc.la 221: libltdl_la_SOURCES = ltdl.c 1.1.1.2 ! root 222: libltdl_la_LDFLAGS = -no-undefined -version-info 4:5:1 1.1 root 223: libltdl_la_LIBADD = $(LIBADD_DL) 224: libltdlc_la_SOURCES = ltdl.c 225: libltdlc_la_LIBADD = $(LIBADD_DL) 226: all: config.h 227: $(MAKE) $(AM_MAKEFLAGS) all-am 228: 229: .SUFFIXES: 230: .SUFFIXES: .c .lo .o .obj 1.1.1.2 ! root 231: am--refresh: ! 232: @: ! 233: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) ! 234: @for dep in $?; do \ ! 235: case '$(am__configure_deps)' in \ ! 236: *$$dep*) \ ! 237: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ ! 238: cd $(srcdir) && $(AUTOMAKE) --foreign \ ! 239: && exit 0; \ ! 240: exit 1;; \ ! 241: esac; \ ! 242: done; \ ! 243: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 1.1 root 244: cd $(top_srcdir) && \ 245: $(AUTOMAKE) --foreign Makefile 1.1.1.2 ! root 246: .PRECIOUS: Makefile ! 247: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ! 248: @case '$?' in \ ! 249: *config.status*) \ ! 250: echo ' $(SHELL) ./config.status'; \ ! 251: $(SHELL) ./config.status;; \ ! 252: *) \ ! 253: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ ! 254: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ ! 255: esac; 1.1 root 256: 1.1.1.2 ! root 257: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 1.1 root 258: $(SHELL) ./config.status --recheck 259: 1.1.1.2 ! root 260: $(top_srcdir)/configure: $(am__configure_deps) ! 261: cd $(srcdir) && $(AUTOCONF) ! 262: $(ACLOCAL_M4): $(am__aclocal_m4_deps) 1.1 root 263: cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 264: 265: config.h: stamp-h1 266: @if test ! -f $@; then \ 267: rm -f stamp-h1; \ 1.1.1.2 ! root 268: $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 1.1 root 269: else :; fi 270: 271: stamp-h1: $(srcdir)/config-h.in $(top_builddir)/config.status 272: @rm -f stamp-h1 273: cd $(top_builddir) && $(SHELL) ./config.status config.h 1.1.1.2 ! root 274: $(srcdir)/config-h.in: $(am__configure_deps) 1.1 root 275: cd $(top_srcdir) && $(AUTOHEADER) 1.1.1.2 ! root 276: rm -f stamp-h1 ! 277: touch $@ 1.1 root 278: 279: distclean-hdr: 280: -rm -f config.h stamp-h1 281: install-libLTLIBRARIES: $(lib_LTLIBRARIES) 282: @$(NORMAL_INSTALL) 1.1.1.2 ! root 283: test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 1.1 root 284: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 285: if test -f $$p; then \ 1.1.1.2 ! root 286: f=$(am__strip_dir) \ ! 287: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ ! 288: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 1.1 root 289: else :; fi; \ 290: done 291: 292: uninstall-libLTLIBRARIES: 293: @$(NORMAL_UNINSTALL) 294: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 1.1.1.2 ! root 295: p=$(am__strip_dir) \ ! 296: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ ! 297: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 1.1 root 298: done 299: 300: clean-libLTLIBRARIES: 301: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 302: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 303: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1.1.1.2 ! root 304: test "$$dir" != "$$p" || dir=.; \ 1.1 root 305: echo "rm -f \"$${dir}/so_locations\""; \ 306: rm -f "$${dir}/so_locations"; \ 307: done 308: 309: clean-noinstLTLIBRARIES: 310: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 311: @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 312: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1.1.1.2 ! root 313: test "$$dir" != "$$p" || dir=.; \ 1.1 root 314: echo "rm -f \"$${dir}/so_locations\""; \ 315: rm -f "$${dir}/so_locations"; \ 316: done 317: libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) 1.1.1.2 ! root 318: $(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS) 1.1 root 319: libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 1.1.1.2 ! root 320: $(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS) 1.1 root 321: 322: mostlyclean-compile: 1.1.1.2 ! root 323: -rm -f *.$(OBJEXT) 1.1 root 324: 325: distclean-compile: 326: -rm -f *.tab.c 327: 328: .c.o: 1.1.1.2 ! root 329: $(COMPILE) -c $< 1.1 root 330: 331: .c.obj: 1.1.1.2 ! root 332: $(COMPILE) -c `$(CYGPATH_W) '$<'` 1.1 root 333: 334: .c.lo: 1.1.1.2 ! root 335: $(LTCOMPILE) -c -o $@ $< 1.1 root 336: 337: mostlyclean-libtool: 338: -rm -f *.lo 339: 340: clean-libtool: 341: -rm -rf .libs _libs 342: 343: distclean-libtool: 344: -rm -f libtool 345: install-includeHEADERS: $(include_HEADERS) 346: @$(NORMAL_INSTALL) 1.1.1.2 ! root 347: test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" 1.1 root 348: @list='$(include_HEADERS)'; for p in $$list; do \ 349: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1.1.1.2 ! root 350: f=$(am__strip_dir) \ ! 351: echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ ! 352: $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ 1.1 root 353: done 354: 355: uninstall-includeHEADERS: 356: @$(NORMAL_UNINSTALL) 357: @list='$(include_HEADERS)'; for p in $$list; do \ 1.1.1.2 ! root 358: f=$(am__strip_dir) \ ! 359: echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ ! 360: rm -f "$(DESTDIR)$(includedir)/$$f"; \ 1.1 root 361: done 362: 363: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 364: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 365: unique=`for i in $$list; do \ 366: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 367: done | \ 368: $(AWK) ' { files[$$0] = 1; } \ 369: END { for (i in files) print i; }'`; \ 370: mkid -fID $$unique 1.1.1.2 ! root 371: tags: TAGS 1.1 root 372: 373: TAGS: $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \ 374: $(TAGS_FILES) $(LISP) 375: tags=; \ 376: here=`pwd`; \ 377: list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \ 378: unique=`for i in $$list; do \ 379: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 380: done | \ 381: $(AWK) ' { files[$$0] = 1; } \ 382: END { for (i in files) print i; }'`; \ 1.1.1.2 ! root 383: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ ! 384: test -n "$$unique" || unique=$$empty_fix; \ ! 385: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! 386: $$tags $$unique; \ ! 387: fi 1.1 root 388: ctags: CTAGS 389: CTAGS: $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \ 390: $(TAGS_FILES) $(LISP) 391: tags=; \ 392: here=`pwd`; \ 393: list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \ 394: unique=`for i in $$list; do \ 395: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 396: done | \ 397: $(AWK) ' { files[$$0] = 1; } \ 398: END { for (i in files) print i; }'`; \ 399: test -z "$(CTAGS_ARGS)$$tags$$unique" \ 400: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 401: $$tags $$unique 402: 403: GTAGS: 404: here=`$(am__cd) $(top_builddir) && pwd` \ 405: && cd $(top_srcdir) \ 406: && gtags -i $(GTAGS_ARGS) $$here 407: 408: distclean-tags: 409: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 410: 411: distdir: $(DISTFILES) 412: $(am__remove_distdir) 1.1.1.2 ! root 413: test -d $(distdir) || mkdir $(distdir) ! 414: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 415: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 416: list='$(DISTFILES)'; \ ! 417: dist_files=`for file in $$list; do echo $$file; done | \ ! 418: sed -e "s|^$$srcdirstrip/||;t" \ ! 419: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ ! 420: case $$dist_files in \ ! 421: */*) $(MKDIR_P) `echo "$$dist_files" | \ ! 422: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ ! 423: sort -u` ;; \ ! 424: esac; \ ! 425: for file in $$dist_files; do \ 1.1 root 426: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 427: if test -d $$d/$$file; then \ 1.1.1.2 ! root 428: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.1 root 429: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 430: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 431: fi; \ 432: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 433: else \ 434: test -f $(distdir)/$$file \ 435: || cp -p $$d/$$file $(distdir)/$$file \ 436: || exit 1; \ 437: fi; \ 438: done 439: -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 440: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 441: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 1.1.1.2 ! root 442: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 1.1 root 443: || chmod -R a+r $(distdir) 444: dist-gzip: distdir 1.1.1.2 ! root 445: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz ! 446: $(am__remove_distdir) ! 447: ! 448: dist-bzip2: distdir ! 449: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 ! 450: $(am__remove_distdir) ! 451: ! 452: dist-tarZ: distdir ! 453: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z ! 454: $(am__remove_distdir) ! 455: ! 456: dist-shar: distdir ! 457: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz ! 458: $(am__remove_distdir) ! 459: ! 460: dist-zip: distdir ! 461: -rm -f $(distdir).zip ! 462: zip -rq $(distdir).zip $(distdir) 1.1 root 463: $(am__remove_distdir) 464: 465: dist dist-all: distdir 1.1.1.2 ! root 466: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1.1 root 467: $(am__remove_distdir) 468: 469: # This target untars the dist file and tries a VPATH configuration. Then 470: # it guarantees that the distribution is self-contained by making another 471: # tarfile. 472: distcheck: dist 1.1.1.2 ! root 473: case '$(DIST_ARCHIVES)' in \ ! 474: *.tar.gz*) \ ! 475: GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ ! 476: *.tar.bz2*) \ ! 477: bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ ! 478: *.tar.Z*) \ ! 479: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ ! 480: *.shar.gz*) \ ! 481: GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ ! 482: *.zip*) \ ! 483: unzip $(distdir).zip ;;\ ! 484: esac 1.1 root 485: chmod -R a-w $(distdir); chmod a+w $(distdir) 486: mkdir $(distdir)/_build 487: mkdir $(distdir)/_inst 488: chmod a-w $(distdir) 489: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 490: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 491: && cd $(distdir)/_build \ 492: && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 493: $(DISTCHECK_CONFIGURE_FLAGS) \ 494: && $(MAKE) $(AM_MAKEFLAGS) \ 495: && $(MAKE) $(AM_MAKEFLAGS) dvi \ 496: && $(MAKE) $(AM_MAKEFLAGS) check \ 497: && $(MAKE) $(AM_MAKEFLAGS) install \ 498: && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 499: && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 500: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 501: distuninstallcheck \ 502: && chmod -R a-w "$$dc_install_base" \ 503: && ({ \ 1.1.1.2 ! root 504: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1.1 root 505: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 506: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 507: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 508: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 509: } || { rm -rf "$$dc_destdir"; exit 1; }) \ 510: && rm -rf "$$dc_destdir" \ 1.1.1.2 ! root 511: && $(MAKE) $(AM_MAKEFLAGS) dist \ ! 512: && rm -rf $(DIST_ARCHIVES) \ 1.1 root 513: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 514: $(am__remove_distdir) 1.1.1.2 ! root 515: @(echo "$(distdir) archives ready for distribution: "; \ ! 516: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ ! 517: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1.1 root 518: distuninstallcheck: 1.1.1.2 ! root 519: @cd $(distuninstallcheck_dir) \ 1.1 root 520: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 521: || { echo "ERROR: files left after uninstall:" ; \ 522: if test -n "$(DESTDIR)"; then \ 523: echo " (check DESTDIR support)"; \ 524: fi ; \ 525: $(distuninstallcheck_listfiles) ; \ 526: exit 1; } >&2 527: distcleancheck: distclean 1.1.1.2 ! root 528: @if test '$(srcdir)' = . ; then \ 1.1 root 529: echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 530: exit 1 ; \ 531: fi 1.1.1.2 ! root 532: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1.1 root 533: || { echo "ERROR: files left in build directory after distclean:" ; \ 534: $(distcleancheck_listfiles) ; \ 535: exit 1; } >&2 536: check-am: all-am 537: check: check-am 538: all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h 539: installdirs: 1.1.1.2 ! root 540: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ ! 541: test -z "$$dir" || $(MKDIR_P) "$$dir"; \ ! 542: done 1.1 root 543: install: install-am 544: install-exec: install-exec-am 545: install-data: install-data-am 546: uninstall: uninstall-am 547: 548: install-am: all-am 549: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 550: 551: installcheck: installcheck-am 552: install-strip: 553: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1.1.1.2 ! root 554: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1.1 root 555: `test -z '$(STRIP)' || \ 556: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 557: mostlyclean-generic: 558: 559: clean-generic: 560: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 561: 562: distclean-generic: 1.1.1.2 ! root 563: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1.1 root 564: 565: maintainer-clean-generic: 566: @echo "This command is intended for maintainers to use" 567: @echo "it deletes files that may require special tools to rebuild." 568: clean: clean-am 569: 570: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 571: clean-noinstLTLIBRARIES mostlyclean-am 572: 573: distclean: distclean-am 574: -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1.1.1.2 ! root 575: -rm -f Makefile ! 576: distclean-am: clean-am distclean-compile distclean-generic \ ! 577: distclean-hdr distclean-libtool distclean-tags 1.1 root 578: 579: dvi: dvi-am 580: 581: dvi-am: 582: 1.1.1.2 ! root 583: html: html-am ! 584: 1.1 root 585: info: info-am 586: 587: info-am: 588: 589: install-data-am: install-includeHEADERS 590: 1.1.1.2 ! root 591: install-dvi: install-dvi-am ! 592: 1.1 root 593: install-exec-am: install-libLTLIBRARIES 594: 1.1.1.2 ! root 595: install-html: install-html-am ! 596: 1.1 root 597: install-info: install-info-am 598: 599: install-man: 600: 1.1.1.2 ! root 601: install-pdf: install-pdf-am ! 602: ! 603: install-ps: install-ps-am ! 604: 1.1 root 605: installcheck-am: 606: 607: maintainer-clean: maintainer-clean-am 608: -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1.1.1.2 ! root 609: -rm -rf $(top_srcdir)/autom4te.cache ! 610: -rm -f Makefile 1.1 root 611: maintainer-clean-am: distclean-am maintainer-clean-generic 612: 613: mostlyclean: mostlyclean-am 614: 615: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 616: mostlyclean-libtool 617: 618: pdf: pdf-am 619: 620: pdf-am: 621: 622: ps: ps-am 623: 624: ps-am: 625: 1.1.1.2 ! root 626: uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES 1.1 root 627: 1.1.1.2 ! root 628: .MAKE: install-am install-strip ! 629: ! 630: .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ ! 631: clean-generic clean-libLTLIBRARIES clean-libtool \ ! 632: clean-noinstLTLIBRARIES ctags dist dist-all dist-bzip2 \ ! 633: dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ 1.1 root 634: distclean-compile distclean-generic distclean-hdr \ 635: distclean-libtool distclean-tags distcleancheck distdir \ 1.1.1.2 ! root 636: distuninstallcheck dvi dvi-am html html-am info info-am \ ! 637: install install-am install-data install-data-am install-dvi \ ! 638: install-dvi-am install-exec install-exec-am install-html \ ! 639: install-html-am install-includeHEADERS install-info \ ! 640: install-info-am install-libLTLIBRARIES install-man install-pdf \ ! 641: install-pdf-am install-ps install-ps-am install-strip \ ! 642: installcheck installcheck-am installdirs maintainer-clean \ 1.1 root 643: maintainer-clean-generic mostlyclean mostlyclean-compile \ 644: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 645: tags uninstall uninstall-am uninstall-includeHEADERS \ 1.1.1.2 ! root 646: uninstall-libLTLIBRARIES 1.1 root 647: 648: 649: ltdl.lo: ltdl.h config.h 650: 651: $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool 652: libtool: $(LIBTOOL_DEPS) 653: $(SHELL) ./config.status --recheck 654: # Tell versions [3.59,3.63) of GNU make to not export all variables. 655: # Otherwise a system limit (for SysV at least) may be exceeded. 656: .NOEXPORT:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.