
1: # Makefile.in generated by automake 1.9.6 from Makefile.am. 2: # @configure_input@ 3: 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5: # 2003, 2004, 2005 Free Software Foundation, Inc. 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: 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 = .. 24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25: INSTALL = @INSTALL@ 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) 31: NORMAL_INSTALL = : 32: PRE_INSTALL = : 33: POST_INSTALL = : 34: NORMAL_UNINSTALL = : 35: PRE_UNINSTALL = : 36: POST_UNINSTALL = : 37: build_triplet = @build@ 38: host_triplet = @host@ 39: subdir = src-main 40: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42: am__aclocal_m4_deps = $(top_srcdir)/configure.ac 43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 44: $(ACLOCAL_M4) 45: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 46: CONFIG_HEADER = $(top_builddir)/config.h 47: CONFIG_CLEAN_FILES = 48: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 49: am__vpath_adj = case $$p in \ 50: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 51: *) f=$$p;; \ 52: esac; 53: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 54: am__installdirs = "$(DESTDIR)$(libdir)" 55: libLTLIBRARIES_INSTALL = $(INSTALL) 56: LTLIBRARIES = $(lib_LTLIBRARIES) 57: libanthy_la_DEPENDENCIES = ../src-splitter/libsplit.la \ 58: ../src-ordering/libordering.la ../src-worddic/libanthydic.la 59: am_libanthy_la_OBJECTS = main.lo context.lo 60: libanthy_la_OBJECTS = $(am_libanthy_la_OBJECTS) 61: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 62: depcomp = $(SHELL) $(top_srcdir)/depcomp 63: am__depfiles_maybe = depfiles 64: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 65: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 66: LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 67: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 68: $(AM_CFLAGS) $(CFLAGS) 69: CCLD = $(CC) 70: LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 71: $(AM_LDFLAGS) $(LDFLAGS) -o $@ 72: SOURCES = $(libanthy_la_SOURCES) 73: DIST_SOURCES = $(libanthy_la_SOURCES) 74: ETAGS = etags 75: CTAGS = ctags 76: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 77: ACLOCAL = @ACLOCAL@ 78: AMDEP_FALSE = @AMDEP_FALSE@ 79: AMDEP_TRUE = @AMDEP_TRUE@ 80: AMTAR = @AMTAR@ 81: AR = @AR@ 82: AUTOCONF = @AUTOCONF@ 83: AUTOHEADER = @AUTOHEADER@ 84: AUTOMAKE = @AUTOMAKE@ 85: AWK = @AWK@ 86: CC = @CC@ 87: CCDEPMODE = @CCDEPMODE@ 88: CFLAGS = @CFLAGS@ 89: CPP = @CPP@ 90: CPPFLAGS = @CPPFLAGS@ 91: CXX = @CXX@ 92: CXXCPP = @CXXCPP@ 93: CXXDEPMODE = @CXXDEPMODE@ 94: CXXFLAGS = @CXXFLAGS@ 95: CYGPATH_W = @CYGPATH_W@ 96: DEFS = @DEFS@ 97: DEPDIR = @DEPDIR@ 98: ECHO = @ECHO@ 99: ECHO_C = @ECHO_C@ 100: ECHO_N = @ECHO_N@ 101: ECHO_T = @ECHO_T@ 102: EGREP = @EGREP@ 103: ELISP_FALSE = @ELISP_FALSE@ 104: ELISP_TRUE = @ELISP_TRUE@ 105: EMACS = @EMACS@ 106: EMACSLOADPATH = @EMACSLOADPATH@ 107: EXEEXT = @EXEEXT@ 108: F77 = @F77@ 109: FFLAGS = @FFLAGS@ 110: GREP = @GREP@ 111: INSTALL_DATA = @INSTALL_DATA@ 112: INSTALL_PROGRAM = @INSTALL_PROGRAM@ 113: INSTALL_SCRIPT = @INSTALL_SCRIPT@ 114: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 115: LDFLAGS = @LDFLAGS@ 116: LIBOBJS = @LIBOBJS@ 117: LIBS = @LIBS@ 118: LIBTOOL = @LIBTOOL@ 119: LN_S = @LN_S@ 120: LTLIBOBJS = @LTLIBOBJS@ 121: MAKEINFO = @MAKEINFO@ 122: OBJEXT = @OBJEXT@ 123: PACKAGE = @PACKAGE@ 124: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 125: PACKAGE_NAME = @PACKAGE_NAME@ 126: PACKAGE_STRING = @PACKAGE_STRING@ 127: PACKAGE_TARNAME = @PACKAGE_TARNAME@ 128: PACKAGE_VERSION = @PACKAGE_VERSION@ 129: PATH_SEPARATOR = @PATH_SEPARATOR@ 130: RANLIB = @RANLIB@ 131: SET_MAKE = @SET_MAKE@ 132: SHELL = @SHELL@ 133: STRIP = @STRIP@ 134: VERSION = @VERSION@ 135: ac_ct_CC = @ac_ct_CC@ 136: ac_ct_CXX = @ac_ct_CXX@ 137: ac_ct_F77 = @ac_ct_F77@ 138: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 139: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 140: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 141: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 142: am__include = @am__include@ 143: am__leading_dot = @am__leading_dot@ 144: am__quote = @am__quote@ 145: am__tar = @am__tar@ 146: am__untar = @am__untar@ 147: bindir = @bindir@ 148: build = @build@ 149: build_alias = @build_alias@ 150: build_cpu = @build_cpu@ 151: build_os = @build_os@ 152: build_vendor = @build_vendor@ 153: datadir = @datadir@ 154: datarootdir = @datarootdir@ 155: docdir = @docdir@ 156: dvidir = @dvidir@ 157: exec_prefix = @exec_prefix@ 158: host = @host@ 159: host_alias = @host_alias@ 160: host_cpu = @host_cpu@ 161: host_os = @host_os@ 162: host_vendor = @host_vendor@ 163: htmldir = @htmldir@ 164: includedir = @includedir@ 165: infodir = @infodir@ 166: install_sh = @install_sh@ 167: libdir = @libdir@ 168: libexecdir = @libexecdir@ 169: lispdir = @lispdir@ 170: localedir = @localedir@ 171: localstatedir = @localstatedir@ 172: mandir = @mandir@ 173: mkdir_p = @mkdir_p@ 174: oldincludedir = @oldincludedir@ 175: pdfdir = @pdfdir@ 176: prefix = @prefix@ 177: program_transform_name = @program_transform_name@ 178: psdir = @psdir@ 179: sbindir = @sbindir@ 180: sharedstatedir = @sharedstatedir@ 181: sysconfdir = @sysconfdir@ 182: target_alias = @target_alias@ 183: INCLUDES = -I$(top_srcdir)/ 184: lib_LTLIBRARIES = libanthy.la 185: libanthy_la_LIBADD = ../src-splitter/libsplit.la ../src-ordering/libordering.la -lm ../src-worddic/libanthydic.la 186: libanthy_la_LDFLAGS = -version-info 1:0:1 187: libanthy_la_SOURCES = \ 188: main.c context.c main.h 189: 190: all: all-am 191: 192: .SUFFIXES: 193: .SUFFIXES: .c .lo .o .obj 194: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 195: @for dep in $?; do \ 196: case '$(am__configure_deps)' in \ 197: *$$dep*) \ 198: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 199: && exit 0; \ 200: exit 1;; \ 201: esac; \ 202: done; \ 203: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src-main/Makefile'; \ 204: cd $(top_srcdir) && \ 205: $(AUTOMAKE) --gnu src-main/Makefile 206: .PRECIOUS: Makefile 207: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 208: @case '$?' in \ 209: *config.status*) \ 210: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 211: *) \ 212: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 213: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 214: esac; 215: 216: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 217: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 218: 219: $(top_srcdir)/configure: $(am__configure_deps) 220: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 221: $(ACLOCAL_M4): $(am__aclocal_m4_deps) 222: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 223: install-libLTLIBRARIES: $(lib_LTLIBRARIES) 224: @$(NORMAL_INSTALL) 225: test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" 226: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 227: if test -f $$p; then \ 228: f=$(am__strip_dir) \ 229: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 230: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 231: else :; fi; \ 232: done 233: 234: uninstall-libLTLIBRARIES: 235: @$(NORMAL_UNINSTALL) 236: @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 237: p=$(am__strip_dir) \ 238: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 239: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 240: done 241: 242: clean-libLTLIBRARIES: 243: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 244: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 245: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 246: test "$$dir" != "$$p" || dir=.; \ 247: echo "rm -f \"$${dir}/so_locations\""; \ 248: rm -f "$${dir}/so_locations"; \ 249: done 250: libanthy.la: $(libanthy_la_OBJECTS) $(libanthy_la_DEPENDENCIES) 251: $(LINK) -rpath $(libdir) $(libanthy_la_LDFLAGS) $(libanthy_la_OBJECTS) $(libanthy_la_LIBADD) $(LIBS) 252: 253: mostlyclean-compile: 254: -rm -f *.$(OBJEXT) 255: 256: distclean-compile: 257: -rm -f *.tab.c 258: 259: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/context.Plo@am__quote@ 260: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Plo@am__quote@ 261: 262: .c.o: 263: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 264: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 265: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 266: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 267: @am__fastdepCC_FALSE@ $(COMPILE) -c $< 268: 269: .c.obj: 270: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 271: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 272: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 273: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 274: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 275: 276: .c.lo: 277: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 278: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 279: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 280: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 281: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 282: 283: mostlyclean-libtool: 284: -rm -f *.lo 285: 286: clean-libtool: 287: -rm -rf .libs _libs 288: 289: distclean-libtool: 290: -rm -f libtool 291: uninstall-info-am: 292: 293: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 294: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 295: unique=`for i in $$list; do \ 296: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 297: done | \ 298: $(AWK) ' { files[$$0] = 1; } \ 299: END { for (i in files) print i; }'`; \ 300: mkid -fID $$unique 301: tags: TAGS 302: 303: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 304: $(TAGS_FILES) $(LISP) 305: tags=; \ 306: here=`pwd`; \ 307: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 308: unique=`for i in $$list; do \ 309: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 310: done | \ 311: $(AWK) ' { files[$$0] = 1; } \ 312: END { for (i in files) print i; }'`; \ 313: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 314: test -n "$$unique" || unique=$$empty_fix; \ 315: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 316: $$tags $$unique; \ 317: fi 318: ctags: CTAGS 319: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 320: $(TAGS_FILES) $(LISP) 321: tags=; \ 322: here=`pwd`; \ 323: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 324: unique=`for i in $$list; do \ 325: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 326: done | \ 327: $(AWK) ' { files[$$0] = 1; } \ 328: END { for (i in files) print i; }'`; \ 329: test -z "$(CTAGS_ARGS)$$tags$$unique" \ 330: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 331: $$tags $$unique 332: 333: GTAGS: 334: here=`$(am__cd) $(top_builddir) && pwd` \ 335: && cd $(top_srcdir) \ 336: && gtags -i $(GTAGS_ARGS) $$here 337: 338: distclean-tags: 339: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 340: 341: distdir: $(DISTFILES) 342: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 343: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 344: list='$(DISTFILES)'; for file in $$list; do \ 345: case $$file in \ 346: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 347: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 348: esac; \ 349: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 350: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 351: if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 352: dir="/$$dir"; \ 353: $(mkdir_p) "$(distdir)$$dir"; \ 354: else \ 355: dir=''; \ 356: fi; \ 357: if test -d $$d/$$file; then \ 358: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 359: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 360: fi; \ 361: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 362: else \ 363: test -f $(distdir)/$$file \ 364: || cp -p $$d/$$file $(distdir)/$$file \ 365: || exit 1; \ 366: fi; \ 367: done 368: check-am: all-am 369: check: check-am 370: all-am: Makefile $(LTLIBRARIES) 371: installdirs: 372: for dir in "$(DESTDIR)$(libdir)"; do \ 373: test -z "$$dir" || $(mkdir_p) "$$dir"; \ 374: done 375: install: install-am 376: install-exec: install-exec-am 377: install-data: install-data-am 378: uninstall: uninstall-am 379: 380: install-am: all-am 381: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 382: 383: installcheck: installcheck-am 384: install-strip: 385: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 386: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 387: `test -z '$(STRIP)' || \ 388: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 389: mostlyclean-generic: 390: 391: clean-generic: 392: 393: distclean-generic: 394: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 395: 396: maintainer-clean-generic: 397: @echo "This command is intended for maintainers to use" 398: @echo "it deletes files that may require special tools to rebuild." 399: clean: clean-am 400: 401: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 402: mostlyclean-am 403: 404: distclean: distclean-am 405: -rm -rf ./$(DEPDIR) 406: -rm -f Makefile 407: distclean-am: clean-am distclean-compile distclean-generic \ 408: distclean-libtool distclean-tags 409: 410: dvi: dvi-am 411: 412: dvi-am: 413: 414: html: html-am 415: 416: info: info-am 417: 418: info-am: 419: 420: install-data-am: 421: 422: install-exec-am: install-libLTLIBRARIES 423: 424: install-info: install-info-am 425: 426: install-man: 427: 428: installcheck-am: 429: 430: maintainer-clean: maintainer-clean-am 431: -rm -rf ./$(DEPDIR) 432: -rm -f Makefile 433: maintainer-clean-am: distclean-am maintainer-clean-generic 434: 435: mostlyclean: mostlyclean-am 436: 437: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 438: mostlyclean-libtool 439: 440: pdf: pdf-am 441: 442: pdf-am: 443: 444: ps: ps-am 445: 446: ps-am: 447: 448: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES 449: 450: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 451: clean-libLTLIBRARIES clean-libtool ctags distclean \ 452: distclean-compile distclean-generic distclean-libtool \ 453: distclean-tags distdir dvi dvi-am html html-am info info-am \ 454: install install-am install-data install-data-am install-exec \ 455: install-exec-am install-info install-info-am \ 456: install-libLTLIBRARIES install-man install-strip installcheck \ 457: installcheck-am installdirs maintainer-clean \ 458: maintainer-clean-generic mostlyclean mostlyclean-compile \ 459: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 460: tags uninstall uninstall-am uninstall-info-am \ 461: uninstall-libLTLIBRARIES 462: 463: # Tell versions [3.59,3.63) of GNU make to not export all variables. 464: # Otherwise a system limit (for SysV at least) may be exceeded. 465: .NOEXPORT: