===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lincity-1.13.1/intl/Makefile.in-42-MKINSTALLDIRS = @MKINSTALLDIRS@
lincity-1.13.1/intl/Makefile.in:43:mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
lincity-1.13.1/intl/Makefile.in-44-
##############################################
lincity-1.13.1/intl/config.charset-116-host="$1"
lincity-1.13.1/intl/config.charset:117:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
lincity-1.13.1/intl/config.charset-118-echo "# This file contains a table of character encoding aliases,"
##############################################
lincity-1.13.1/intl/libgnuintl.h-128-extern char *gettext _INTL_PARAMS ((const char *__msgid))
lincity-1.13.1/intl/libgnuintl.h:129:       _INTL_ASM (libintl_gettext);
lincity-1.13.1/intl/libgnuintl.h-130-#endif
##############################################
lincity-1.13.1/intl/libgnuintl.h-145-				     const char *__msgid))
lincity-1.13.1/intl/libgnuintl.h:146:       _INTL_ASM (libintl_dgettext);
lincity-1.13.1/intl/libgnuintl.h-147-#endif
##############################################
lincity-1.13.1/intl/libgnuintl.h-165-				      int __category))
lincity-1.13.1/intl/libgnuintl.h:166:       _INTL_ASM (libintl_dcgettext);
lincity-1.13.1/intl/libgnuintl.h-167-#endif
##############################################
lincity-1.13.1/intl/libgnuintl.h-186-				     unsigned long int __n))
lincity-1.13.1/intl/libgnuintl.h:187:       _INTL_ASM (libintl_ngettext);
lincity-1.13.1/intl/libgnuintl.h-188-#endif
##############################################
lincity-1.13.1/intl/libgnuintl.h-207-				      unsigned long int __n))
lincity-1.13.1/intl/libgnuintl.h:208:       _INTL_ASM (libintl_dngettext);
lincity-1.13.1/intl/libgnuintl.h-209-#endif
##############################################
lincity-1.13.1/intl/libgnuintl.h-231-				       int __category))
lincity-1.13.1/intl/libgnuintl.h:232:       _INTL_ASM (libintl_dcngettext);
lincity-1.13.1/intl/libgnuintl.h-233-#endif
##############################################
lincity-1.13.1/intl/libgnuintl.h-249-extern char *textdomain _INTL_PARAMS ((const char *__domainname))
lincity-1.13.1/intl/libgnuintl.h:250:       _INTL_ASM (libintl_textdomain);
lincity-1.13.1/intl/libgnuintl.h-251-#endif
##############################################
lincity-1.13.1/intl/libgnuintl.h-268-					   const char *__dirname))
lincity-1.13.1/intl/libgnuintl.h:269:       _INTL_ASM (libintl_bindtextdomain);
lincity-1.13.1/intl/libgnuintl.h-270-#endif
##############################################
lincity-1.13.1/intl/libgnuintl.h-287-						    const char *__codeset))
lincity-1.13.1/intl/libgnuintl.h:288:       _INTL_ASM (libintl_bind_textdomain_codeset);
lincity-1.13.1/intl/libgnuintl.h-289-#endif
##############################################
lincity-1.13.1/po/Makefile.in.in-29-MKINSTALLDIRS = @MKINSTALLDIRS@
lincity-1.13.1/po/Makefile.in.in:30:mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
lincity-1.13.1/po/Makefile.in.in-31-
##############################################
lincity-1.13.1/po/Makefile.in.in-64-.po.gmo:
lincity-1.13.1/po/Makefile.in.in:65:	@lang=`echo $* | sed -e 's,.*/,,'`; \
lincity-1.13.1/po/Makefile.in.in-66-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
lincity-1.13.1/po/Makefile.in.in-107-$(POFILES): $(srcdir)/$(DOMAIN).pot
lincity-1.13.1/po/Makefile.in.in:108:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
lincity-1.13.1/po/Makefile.in.in-109-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
lincity-1.13.1/po/Makefile.in.in-130-	for cat in $$catalogs; do \
lincity-1.13.1/po/Makefile.in.in:131:	  cat=`basename $$cat`; \
lincity-1.13.1/po/Makefile.in.in:132:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lincity-1.13.1/po/Makefile.in.in-133-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lincity-1.13.1/po/Makefile.in.in-140-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lincity-1.13.1/po/Makefile.in.in:141:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lincity-1.13.1/po/Makefile.in.in-142-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lincity-1.13.1/po/Makefile.in.in-182-	for cat in $$catalogs; do \
lincity-1.13.1/po/Makefile.in.in:183:	  cat=`basename $$cat`; \
lincity-1.13.1/po/Makefile.in.in:184:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lincity-1.13.1/po/Makefile.in.in-185-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lincity-1.13.1/po/Makefile.in.in-189-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lincity-1.13.1/po/Makefile.in.in:190:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lincity-1.13.1/po/Makefile.in.in-191-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lincity-1.13.1/po/Makefile.in.in-228-	for cat in $$catalogs; do \
lincity-1.13.1/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
lincity-1.13.1/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lincity-1.13.1/po/Makefile.in.in-231-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
lincity-1.13.1/po/Makefile.in.in-279-.nop.po-update:
lincity-1.13.1/po/Makefile.in.in:280:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
lincity-1.13.1/po/Makefile.in.in-281-	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
lincity-1.13.1/po/Rules-quot-10-.insert-header.po-update-en:
lincity-1.13.1/po/Rules-quot:11:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
lincity-1.13.1/po/Rules-quot:12:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
lincity-1.13.1/po/Rules-quot-13-	tmpdir=`pwd`; \
lincity-1.13.1/po/Rules-quot-14-	echo "$$lang:"; \
lincity-1.13.1/po/Rules-quot:15:	ll=`echo $$lang | sed -e 's/@.*//'`; \
lincity-1.13.1/po/Rules-quot-16-	LC_ALL=C; export LC_ALL; \
lincity-1.13.1/po/Rules-quot-17-	cd $(srcdir); \
lincity-1.13.1/po/Rules-quot:18:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
lincity-1.13.1/po/Rules-quot-19-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
lincity-1.13.1/Makefile.in-421-	  if test -f $$p; then \
lincity-1.13.1/Makefile.in:422:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
lincity-1.13.1/Makefile.in-423-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
##############################################
lincity-1.13.1/Makefile.in-430-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
lincity-1.13.1/Makefile.in:431:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
lincity-1.13.1/Makefile.in-432-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
##############################################
lincity-1.13.1/Makefile.in-438-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
lincity-1.13.1/Makefile.in:439:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
lincity-1.13.1/Makefile.in-440-	  test "$$dir" = "$$p" && dir=.; \
##############################################
lincity-1.13.1/Makefile.in-452-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
lincity-1.13.1/Makefile.in:453:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
lincity-1.13.1/Makefile.in-454-	  if test -f $$p \
##############################################
lincity-1.13.1/Makefile.in-456-	  ; then \
lincity-1.13.1/Makefile.in:457:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.in-458-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
lincity-1.13.1/Makefile.in-465-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
lincity-1.13.1/Makefile.in:466:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.in-467-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
lincity-1.13.1/Makefile.in-472-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
lincity-1.13.1/Makefile.in:473:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
lincity-1.13.1/Makefile.in-474-	  echo " rm -f $$p $$f"; \
##############################################
lincity-1.13.1/Makefile.in-541-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
lincity-1.13.1/Makefile.in:542:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
lincity-1.13.1/Makefile.in-543-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
lincity-1.13.1/Makefile.in-548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:549:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
lincity-1.13.1/Makefile.in-550-
##############################################
lincity-1.13.1/Makefile.in-552-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
lincity-1.13.1/Makefile.in:553:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
lincity-1.13.1/Makefile.in-554-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
lincity-1.13.1/Makefile.in-559-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:560:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
lincity-1.13.1/Makefile.in-561-
##############################################
lincity-1.13.1/Makefile.in-563-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
lincity-1.13.1/Makefile.in:564:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
lincity-1.13.1/Makefile.in-565-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-570-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:571:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
lincity-1.13.1/Makefile.in-572-
##############################################
lincity-1.13.1/Makefile.in-574-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-ldsvgui.o -MD -MP -MF "$(DEPDIR)/lcsvga-ldsvgui.Tpo" \
lincity-1.13.1/Makefile.in:575:@am__fastdepCC_TRUE@	  -c -o lcsvga-ldsvgui.o `test -f 'ldsvgui.c' || echo '$(srcdir)/'`ldsvgui.c; \
lincity-1.13.1/Makefile.in-576-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-ldsvgui.Tpo" "$(DEPDIR)/lcsvga-ldsvgui.Po"; \
##############################################
lincity-1.13.1/Makefile.in-581-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:582:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-ldsvgui.o `test -f 'ldsvgui.c' || echo '$(srcdir)/'`ldsvgui.c
lincity-1.13.1/Makefile.in-583-
##############################################
lincity-1.13.1/Makefile.in-585-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-ldsvgui.obj -MD -MP -MF "$(DEPDIR)/lcsvga-ldsvgui.Tpo" \
lincity-1.13.1/Makefile.in:586:@am__fastdepCC_TRUE@	  -c -o lcsvga-ldsvgui.obj `if test -f 'ldsvgui.c'; then $(CYGPATH_W) 'ldsvgui.c'; else $(CYGPATH_W) '$(srcdir)/ldsvgui.c'; fi`; \
lincity-1.13.1/Makefile.in-587-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-ldsvgui.Tpo" "$(DEPDIR)/lcsvga-ldsvgui.Po"; \
##############################################
lincity-1.13.1/Makefile.in-592-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:593:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-ldsvgui.obj `if test -f 'ldsvgui.c'; then $(CYGPATH_W) 'ldsvgui.c'; else $(CYGPATH_W) '$(srcdir)/ldsvgui.c'; fi`
lincity-1.13.1/Makefile.in-594-
##############################################
lincity-1.13.1/Makefile.in-596-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-ldsvgui.lo -MD -MP -MF "$(DEPDIR)/lcsvga-ldsvgui.Tpo" \
lincity-1.13.1/Makefile.in:597:@am__fastdepCC_TRUE@	  -c -o lcsvga-ldsvgui.lo `test -f 'ldsvgui.c' || echo '$(srcdir)/'`ldsvgui.c; \
lincity-1.13.1/Makefile.in-598-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-ldsvgui.Tpo" "$(DEPDIR)/lcsvga-ldsvgui.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-603-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:604:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-ldsvgui.lo `test -f 'ldsvgui.c' || echo '$(srcdir)/'`ldsvgui.c
lincity-1.13.1/Makefile.in-605-
##############################################
lincity-1.13.1/Makefile.in-607-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-splash.o -MD -MP -MF "$(DEPDIR)/lcsvga-splash.Tpo" \
lincity-1.13.1/Makefile.in:608:@am__fastdepCC_TRUE@	  -c -o lcsvga-splash.o `test -f 'splash.c' || echo '$(srcdir)/'`splash.c; \
lincity-1.13.1/Makefile.in-609-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-splash.Tpo" "$(DEPDIR)/lcsvga-splash.Po"; \
##############################################
lincity-1.13.1/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:615:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-splash.o `test -f 'splash.c' || echo '$(srcdir)/'`splash.c
lincity-1.13.1/Makefile.in-616-
##############################################
lincity-1.13.1/Makefile.in-618-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-splash.obj -MD -MP -MF "$(DEPDIR)/lcsvga-splash.Tpo" \
lincity-1.13.1/Makefile.in:619:@am__fastdepCC_TRUE@	  -c -o lcsvga-splash.obj `if test -f 'splash.c'; then $(CYGPATH_W) 'splash.c'; else $(CYGPATH_W) '$(srcdir)/splash.c'; fi`; \
lincity-1.13.1/Makefile.in-620-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-splash.Tpo" "$(DEPDIR)/lcsvga-splash.Po"; \
##############################################
lincity-1.13.1/Makefile.in-625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:626:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-splash.obj `if test -f 'splash.c'; then $(CYGPATH_W) 'splash.c'; else $(CYGPATH_W) '$(srcdir)/splash.c'; fi`
lincity-1.13.1/Makefile.in-627-
##############################################
lincity-1.13.1/Makefile.in-629-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-splash.lo -MD -MP -MF "$(DEPDIR)/lcsvga-splash.Tpo" \
lincity-1.13.1/Makefile.in:630:@am__fastdepCC_TRUE@	  -c -o lcsvga-splash.lo `test -f 'splash.c' || echo '$(srcdir)/'`splash.c; \
lincity-1.13.1/Makefile.in-631-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-splash.Tpo" "$(DEPDIR)/lcsvga-splash.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-636-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:637:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-splash.lo `test -f 'splash.c' || echo '$(srcdir)/'`splash.c
lincity-1.13.1/Makefile.in-638-
##############################################
lincity-1.13.1/Makefile.in-640-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-lchelp.o -MD -MP -MF "$(DEPDIR)/lcsvga-lchelp.Tpo" \
lincity-1.13.1/Makefile.in:641:@am__fastdepCC_TRUE@	  -c -o lcsvga-lchelp.o `test -f 'lchelp.c' || echo '$(srcdir)/'`lchelp.c; \
lincity-1.13.1/Makefile.in-642-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-lchelp.Tpo" "$(DEPDIR)/lcsvga-lchelp.Po"; \
##############################################
lincity-1.13.1/Makefile.in-647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:648:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-lchelp.o `test -f 'lchelp.c' || echo '$(srcdir)/'`lchelp.c
lincity-1.13.1/Makefile.in-649-
##############################################
lincity-1.13.1/Makefile.in-651-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-lchelp.obj -MD -MP -MF "$(DEPDIR)/lcsvga-lchelp.Tpo" \
lincity-1.13.1/Makefile.in:652:@am__fastdepCC_TRUE@	  -c -o lcsvga-lchelp.obj `if test -f 'lchelp.c'; then $(CYGPATH_W) 'lchelp.c'; else $(CYGPATH_W) '$(srcdir)/lchelp.c'; fi`; \
lincity-1.13.1/Makefile.in-653-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-lchelp.Tpo" "$(DEPDIR)/lcsvga-lchelp.Po"; \
##############################################
lincity-1.13.1/Makefile.in-658-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:659:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-lchelp.obj `if test -f 'lchelp.c'; then $(CYGPATH_W) 'lchelp.c'; else $(CYGPATH_W) '$(srcdir)/lchelp.c'; fi`
lincity-1.13.1/Makefile.in-660-
##############################################
lincity-1.13.1/Makefile.in-662-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-lchelp.lo -MD -MP -MF "$(DEPDIR)/lcsvga-lchelp.Tpo" \
lincity-1.13.1/Makefile.in:663:@am__fastdepCC_TRUE@	  -c -o lcsvga-lchelp.lo `test -f 'lchelp.c' || echo '$(srcdir)/'`lchelp.c; \
lincity-1.13.1/Makefile.in-664-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-lchelp.Tpo" "$(DEPDIR)/lcsvga-lchelp.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:670:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-lchelp.lo `test -f 'lchelp.c' || echo '$(srcdir)/'`lchelp.c
lincity-1.13.1/Makefile.in-671-
##############################################
lincity-1.13.1/Makefile.in-673-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-main.o -MD -MP -MF "$(DEPDIR)/lcsvga-main.Tpo" \
lincity-1.13.1/Makefile.in:674:@am__fastdepCC_TRUE@	  -c -o lcsvga-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c; \
lincity-1.13.1/Makefile.in-675-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-main.Tpo" "$(DEPDIR)/lcsvga-main.Po"; \
##############################################
lincity-1.13.1/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:681:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
lincity-1.13.1/Makefile.in-682-
##############################################
lincity-1.13.1/Makefile.in-684-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-main.obj -MD -MP -MF "$(DEPDIR)/lcsvga-main.Tpo" \
lincity-1.13.1/Makefile.in:685:@am__fastdepCC_TRUE@	  -c -o lcsvga-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`; \
lincity-1.13.1/Makefile.in-686-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-main.Tpo" "$(DEPDIR)/lcsvga-main.Po"; \
##############################################
lincity-1.13.1/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:692:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
lincity-1.13.1/Makefile.in-693-
##############################################
lincity-1.13.1/Makefile.in-695-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-main.lo -MD -MP -MF "$(DEPDIR)/lcsvga-main.Tpo" \
lincity-1.13.1/Makefile.in:696:@am__fastdepCC_TRUE@	  -c -o lcsvga-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c; \
lincity-1.13.1/Makefile.in-697-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-main.Tpo" "$(DEPDIR)/lcsvga-main.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:703:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c
lincity-1.13.1/Makefile.in-704-
##############################################
lincity-1.13.1/Makefile.in-706-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-mouse.o -MD -MP -MF "$(DEPDIR)/lcsvga-mouse.Tpo" \
lincity-1.13.1/Makefile.in:707:@am__fastdepCC_TRUE@	  -c -o lcsvga-mouse.o `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c; \
lincity-1.13.1/Makefile.in-708-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-mouse.Tpo" "$(DEPDIR)/lcsvga-mouse.Po"; \
##############################################
lincity-1.13.1/Makefile.in-713-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:714:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-mouse.o `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c
lincity-1.13.1/Makefile.in-715-
##############################################
lincity-1.13.1/Makefile.in-717-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-mouse.obj -MD -MP -MF "$(DEPDIR)/lcsvga-mouse.Tpo" \
lincity-1.13.1/Makefile.in:718:@am__fastdepCC_TRUE@	  -c -o lcsvga-mouse.obj `if test -f 'mouse.c'; then $(CYGPATH_W) 'mouse.c'; else $(CYGPATH_W) '$(srcdir)/mouse.c'; fi`; \
lincity-1.13.1/Makefile.in-719-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-mouse.Tpo" "$(DEPDIR)/lcsvga-mouse.Po"; \
##############################################
lincity-1.13.1/Makefile.in-724-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:725:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-mouse.obj `if test -f 'mouse.c'; then $(CYGPATH_W) 'mouse.c'; else $(CYGPATH_W) '$(srcdir)/mouse.c'; fi`
lincity-1.13.1/Makefile.in-726-
##############################################
lincity-1.13.1/Makefile.in-728-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-mouse.lo -MD -MP -MF "$(DEPDIR)/lcsvga-mouse.Tpo" \
lincity-1.13.1/Makefile.in:729:@am__fastdepCC_TRUE@	  -c -o lcsvga-mouse.lo `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c; \
lincity-1.13.1/Makefile.in-730-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-mouse.Tpo" "$(DEPDIR)/lcsvga-mouse.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-735-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:736:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-mouse.lo `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c
lincity-1.13.1/Makefile.in-737-
##############################################
lincity-1.13.1/Makefile.in-739-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-mps.o -MD -MP -MF "$(DEPDIR)/lcsvga-mps.Tpo" \
lincity-1.13.1/Makefile.in:740:@am__fastdepCC_TRUE@	  -c -o lcsvga-mps.o `test -f 'mps.c' || echo '$(srcdir)/'`mps.c; \
lincity-1.13.1/Makefile.in-741-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-mps.Tpo" "$(DEPDIR)/lcsvga-mps.Po"; \
##############################################
lincity-1.13.1/Makefile.in-746-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:747:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-mps.o `test -f 'mps.c' || echo '$(srcdir)/'`mps.c
lincity-1.13.1/Makefile.in-748-
##############################################
lincity-1.13.1/Makefile.in-750-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-mps.obj -MD -MP -MF "$(DEPDIR)/lcsvga-mps.Tpo" \
lincity-1.13.1/Makefile.in:751:@am__fastdepCC_TRUE@	  -c -o lcsvga-mps.obj `if test -f 'mps.c'; then $(CYGPATH_W) 'mps.c'; else $(CYGPATH_W) '$(srcdir)/mps.c'; fi`; \
lincity-1.13.1/Makefile.in-752-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-mps.Tpo" "$(DEPDIR)/lcsvga-mps.Po"; \
##############################################
lincity-1.13.1/Makefile.in-757-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:758:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-mps.obj `if test -f 'mps.c'; then $(CYGPATH_W) 'mps.c'; else $(CYGPATH_W) '$(srcdir)/mps.c'; fi`
lincity-1.13.1/Makefile.in-759-
##############################################
lincity-1.13.1/Makefile.in-761-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-mps.lo -MD -MP -MF "$(DEPDIR)/lcsvga-mps.Tpo" \
lincity-1.13.1/Makefile.in:762:@am__fastdepCC_TRUE@	  -c -o lcsvga-mps.lo `test -f 'mps.c' || echo '$(srcdir)/'`mps.c; \
lincity-1.13.1/Makefile.in-763-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-mps.Tpo" "$(DEPDIR)/lcsvga-mps.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-768-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:769:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-mps.lo `test -f 'mps.c' || echo '$(srcdir)/'`mps.c
lincity-1.13.1/Makefile.in-770-
##############################################
lincity-1.13.1/Makefile.in-772-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-screen.o -MD -MP -MF "$(DEPDIR)/lcsvga-screen.Tpo" \
lincity-1.13.1/Makefile.in:773:@am__fastdepCC_TRUE@	  -c -o lcsvga-screen.o `test -f 'screen.c' || echo '$(srcdir)/'`screen.c; \
lincity-1.13.1/Makefile.in-774-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-screen.Tpo" "$(DEPDIR)/lcsvga-screen.Po"; \
##############################################
lincity-1.13.1/Makefile.in-779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:780:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-screen.o `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
lincity-1.13.1/Makefile.in-781-
##############################################
lincity-1.13.1/Makefile.in-783-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-screen.obj -MD -MP -MF "$(DEPDIR)/lcsvga-screen.Tpo" \
lincity-1.13.1/Makefile.in:784:@am__fastdepCC_TRUE@	  -c -o lcsvga-screen.obj `if test -f 'screen.c'; then $(CYGPATH_W) 'screen.c'; else $(CYGPATH_W) '$(srcdir)/screen.c'; fi`; \
lincity-1.13.1/Makefile.in-785-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-screen.Tpo" "$(DEPDIR)/lcsvga-screen.Po"; \
##############################################
lincity-1.13.1/Makefile.in-790-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:791:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-screen.obj `if test -f 'screen.c'; then $(CYGPATH_W) 'screen.c'; else $(CYGPATH_W) '$(srcdir)/screen.c'; fi`
lincity-1.13.1/Makefile.in-792-
##############################################
lincity-1.13.1/Makefile.in-794-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-screen.lo -MD -MP -MF "$(DEPDIR)/lcsvga-screen.Tpo" \
lincity-1.13.1/Makefile.in:795:@am__fastdepCC_TRUE@	  -c -o lcsvga-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c; \
lincity-1.13.1/Makefile.in-796-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-screen.Tpo" "$(DEPDIR)/lcsvga-screen.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-801-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:802:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
lincity-1.13.1/Makefile.in-803-
##############################################
lincity-1.13.1/Makefile.in-805-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-pixmap.o -MD -MP -MF "$(DEPDIR)/lcsvga-pixmap.Tpo" \
lincity-1.13.1/Makefile.in:806:@am__fastdepCC_TRUE@	  -c -o lcsvga-pixmap.o `test -f 'pixmap.c' || echo '$(srcdir)/'`pixmap.c; \
lincity-1.13.1/Makefile.in-807-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-pixmap.Tpo" "$(DEPDIR)/lcsvga-pixmap.Po"; \
##############################################
lincity-1.13.1/Makefile.in-812-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:813:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-pixmap.o `test -f 'pixmap.c' || echo '$(srcdir)/'`pixmap.c
lincity-1.13.1/Makefile.in-814-
##############################################
lincity-1.13.1/Makefile.in-816-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-pixmap.obj -MD -MP -MF "$(DEPDIR)/lcsvga-pixmap.Tpo" \
lincity-1.13.1/Makefile.in:817:@am__fastdepCC_TRUE@	  -c -o lcsvga-pixmap.obj `if test -f 'pixmap.c'; then $(CYGPATH_W) 'pixmap.c'; else $(CYGPATH_W) '$(srcdir)/pixmap.c'; fi`; \
lincity-1.13.1/Makefile.in-818-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-pixmap.Tpo" "$(DEPDIR)/lcsvga-pixmap.Po"; \
##############################################
lincity-1.13.1/Makefile.in-823-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:824:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-pixmap.obj `if test -f 'pixmap.c'; then $(CYGPATH_W) 'pixmap.c'; else $(CYGPATH_W) '$(srcdir)/pixmap.c'; fi`
lincity-1.13.1/Makefile.in-825-
##############################################
lincity-1.13.1/Makefile.in-827-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-pixmap.lo -MD -MP -MF "$(DEPDIR)/lcsvga-pixmap.Tpo" \
lincity-1.13.1/Makefile.in:828:@am__fastdepCC_TRUE@	  -c -o lcsvga-pixmap.lo `test -f 'pixmap.c' || echo '$(srcdir)/'`pixmap.c; \
lincity-1.13.1/Makefile.in-829-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-pixmap.Tpo" "$(DEPDIR)/lcsvga-pixmap.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-834-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:835:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-pixmap.lo `test -f 'pixmap.c' || echo '$(srcdir)/'`pixmap.c
lincity-1.13.1/Makefile.in-836-
##############################################
lincity-1.13.1/Makefile.in-838-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-cliglobs.o -MD -MP -MF "$(DEPDIR)/lcsvga-cliglobs.Tpo" \
lincity-1.13.1/Makefile.in:839:@am__fastdepCC_TRUE@	  -c -o lcsvga-cliglobs.o `test -f 'cliglobs.c' || echo '$(srcdir)/'`cliglobs.c; \
lincity-1.13.1/Makefile.in-840-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-cliglobs.Tpo" "$(DEPDIR)/lcsvga-cliglobs.Po"; \
##############################################
lincity-1.13.1/Makefile.in-845-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:846:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-cliglobs.o `test -f 'cliglobs.c' || echo '$(srcdir)/'`cliglobs.c
lincity-1.13.1/Makefile.in-847-
##############################################
lincity-1.13.1/Makefile.in-849-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-cliglobs.obj -MD -MP -MF "$(DEPDIR)/lcsvga-cliglobs.Tpo" \
lincity-1.13.1/Makefile.in:850:@am__fastdepCC_TRUE@	  -c -o lcsvga-cliglobs.obj `if test -f 'cliglobs.c'; then $(CYGPATH_W) 'cliglobs.c'; else $(CYGPATH_W) '$(srcdir)/cliglobs.c'; fi`; \
lincity-1.13.1/Makefile.in-851-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-cliglobs.Tpo" "$(DEPDIR)/lcsvga-cliglobs.Po"; \
##############################################
lincity-1.13.1/Makefile.in-856-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:857:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-cliglobs.obj `if test -f 'cliglobs.c'; then $(CYGPATH_W) 'cliglobs.c'; else $(CYGPATH_W) '$(srcdir)/cliglobs.c'; fi`
lincity-1.13.1/Makefile.in-858-
##############################################
lincity-1.13.1/Makefile.in-860-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-cliglobs.lo -MD -MP -MF "$(DEPDIR)/lcsvga-cliglobs.Tpo" \
lincity-1.13.1/Makefile.in:861:@am__fastdepCC_TRUE@	  -c -o lcsvga-cliglobs.lo `test -f 'cliglobs.c' || echo '$(srcdir)/'`cliglobs.c; \
lincity-1.13.1/Makefile.in-862-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-cliglobs.Tpo" "$(DEPDIR)/lcsvga-cliglobs.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-867-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:868:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-cliglobs.lo `test -f 'cliglobs.c' || echo '$(srcdir)/'`cliglobs.c
lincity-1.13.1/Makefile.in-869-
##############################################
lincity-1.13.1/Makefile.in-871-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-geometry.o -MD -MP -MF "$(DEPDIR)/lcsvga-geometry.Tpo" \
lincity-1.13.1/Makefile.in:872:@am__fastdepCC_TRUE@	  -c -o lcsvga-geometry.o `test -f 'geometry.c' || echo '$(srcdir)/'`geometry.c; \
lincity-1.13.1/Makefile.in-873-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-geometry.Tpo" "$(DEPDIR)/lcsvga-geometry.Po"; \
##############################################
lincity-1.13.1/Makefile.in-878-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:879:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-geometry.o `test -f 'geometry.c' || echo '$(srcdir)/'`geometry.c
lincity-1.13.1/Makefile.in-880-
##############################################
lincity-1.13.1/Makefile.in-882-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-geometry.obj -MD -MP -MF "$(DEPDIR)/lcsvga-geometry.Tpo" \
lincity-1.13.1/Makefile.in:883:@am__fastdepCC_TRUE@	  -c -o lcsvga-geometry.obj `if test -f 'geometry.c'; then $(CYGPATH_W) 'geometry.c'; else $(CYGPATH_W) '$(srcdir)/geometry.c'; fi`; \
lincity-1.13.1/Makefile.in-884-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-geometry.Tpo" "$(DEPDIR)/lcsvga-geometry.Po"; \
##############################################
lincity-1.13.1/Makefile.in-889-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:890:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-geometry.obj `if test -f 'geometry.c'; then $(CYGPATH_W) 'geometry.c'; else $(CYGPATH_W) '$(srcdir)/geometry.c'; fi`
lincity-1.13.1/Makefile.in-891-
##############################################
lincity-1.13.1/Makefile.in-893-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-geometry.lo -MD -MP -MF "$(DEPDIR)/lcsvga-geometry.Tpo" \
lincity-1.13.1/Makefile.in:894:@am__fastdepCC_TRUE@	  -c -o lcsvga-geometry.lo `test -f 'geometry.c' || echo '$(srcdir)/'`geometry.c; \
lincity-1.13.1/Makefile.in-895-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-geometry.Tpo" "$(DEPDIR)/lcsvga-geometry.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-900-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:901:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-geometry.lo `test -f 'geometry.c' || echo '$(srcdir)/'`geometry.c
lincity-1.13.1/Makefile.in-902-
##############################################
lincity-1.13.1/Makefile.in-904-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-pbar.o -MD -MP -MF "$(DEPDIR)/lcsvga-pbar.Tpo" \
lincity-1.13.1/Makefile.in:905:@am__fastdepCC_TRUE@	  -c -o lcsvga-pbar.o `test -f 'pbar.c' || echo '$(srcdir)/'`pbar.c; \
lincity-1.13.1/Makefile.in-906-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-pbar.Tpo" "$(DEPDIR)/lcsvga-pbar.Po"; \
##############################################
lincity-1.13.1/Makefile.in-911-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:912:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-pbar.o `test -f 'pbar.c' || echo '$(srcdir)/'`pbar.c
lincity-1.13.1/Makefile.in-913-
##############################################
lincity-1.13.1/Makefile.in-915-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-pbar.obj -MD -MP -MF "$(DEPDIR)/lcsvga-pbar.Tpo" \
lincity-1.13.1/Makefile.in:916:@am__fastdepCC_TRUE@	  -c -o lcsvga-pbar.obj `if test -f 'pbar.c'; then $(CYGPATH_W) 'pbar.c'; else $(CYGPATH_W) '$(srcdir)/pbar.c'; fi`; \
lincity-1.13.1/Makefile.in-917-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-pbar.Tpo" "$(DEPDIR)/lcsvga-pbar.Po"; \
##############################################
lincity-1.13.1/Makefile.in-922-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:923:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-pbar.obj `if test -f 'pbar.c'; then $(CYGPATH_W) 'pbar.c'; else $(CYGPATH_W) '$(srcdir)/pbar.c'; fi`
lincity-1.13.1/Makefile.in-924-
##############################################
lincity-1.13.1/Makefile.in-926-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-pbar.lo -MD -MP -MF "$(DEPDIR)/lcsvga-pbar.Tpo" \
lincity-1.13.1/Makefile.in:927:@am__fastdepCC_TRUE@	  -c -o lcsvga-pbar.lo `test -f 'pbar.c' || echo '$(srcdir)/'`pbar.c; \
lincity-1.13.1/Makefile.in-928-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-pbar.Tpo" "$(DEPDIR)/lcsvga-pbar.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-933-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:934:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-pbar.lo `test -f 'pbar.c' || echo '$(srcdir)/'`pbar.c
lincity-1.13.1/Makefile.in-935-
##############################################
lincity-1.13.1/Makefile.in-937-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-module_buttons.o -MD -MP -MF "$(DEPDIR)/lcsvga-module_buttons.Tpo" \
lincity-1.13.1/Makefile.in:938:@am__fastdepCC_TRUE@	  -c -o lcsvga-module_buttons.o `test -f 'module_buttons.c' || echo '$(srcdir)/'`module_buttons.c; \
lincity-1.13.1/Makefile.in-939-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-module_buttons.Tpo" "$(DEPDIR)/lcsvga-module_buttons.Po"; \
##############################################
lincity-1.13.1/Makefile.in-944-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:945:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-module_buttons.o `test -f 'module_buttons.c' || echo '$(srcdir)/'`module_buttons.c
lincity-1.13.1/Makefile.in-946-
##############################################
lincity-1.13.1/Makefile.in-948-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-module_buttons.obj -MD -MP -MF "$(DEPDIR)/lcsvga-module_buttons.Tpo" \
lincity-1.13.1/Makefile.in:949:@am__fastdepCC_TRUE@	  -c -o lcsvga-module_buttons.obj `if test -f 'module_buttons.c'; then $(CYGPATH_W) 'module_buttons.c'; else $(CYGPATH_W) '$(srcdir)/module_buttons.c'; fi`; \
lincity-1.13.1/Makefile.in-950-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-module_buttons.Tpo" "$(DEPDIR)/lcsvga-module_buttons.Po"; \
##############################################
lincity-1.13.1/Makefile.in-955-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:956:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-module_buttons.obj `if test -f 'module_buttons.c'; then $(CYGPATH_W) 'module_buttons.c'; else $(CYGPATH_W) '$(srcdir)/module_buttons.c'; fi`
lincity-1.13.1/Makefile.in-957-
##############################################
lincity-1.13.1/Makefile.in-959-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-module_buttons.lo -MD -MP -MF "$(DEPDIR)/lcsvga-module_buttons.Tpo" \
lincity-1.13.1/Makefile.in:960:@am__fastdepCC_TRUE@	  -c -o lcsvga-module_buttons.lo `test -f 'module_buttons.c' || echo '$(srcdir)/'`module_buttons.c; \
lincity-1.13.1/Makefile.in-961-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-module_buttons.Tpo" "$(DEPDIR)/lcsvga-module_buttons.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-966-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:967:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-module_buttons.lo `test -f 'module_buttons.c' || echo '$(srcdir)/'`module_buttons.c
lincity-1.13.1/Makefile.in-968-
##############################################
lincity-1.13.1/Makefile.in-970-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-dialbox.o -MD -MP -MF "$(DEPDIR)/lcsvga-dialbox.Tpo" \
lincity-1.13.1/Makefile.in:971:@am__fastdepCC_TRUE@	  -c -o lcsvga-dialbox.o `test -f 'dialbox.c' || echo '$(srcdir)/'`dialbox.c; \
lincity-1.13.1/Makefile.in-972-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-dialbox.Tpo" "$(DEPDIR)/lcsvga-dialbox.Po"; \
##############################################
lincity-1.13.1/Makefile.in-977-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:978:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-dialbox.o `test -f 'dialbox.c' || echo '$(srcdir)/'`dialbox.c
lincity-1.13.1/Makefile.in-979-
##############################################
lincity-1.13.1/Makefile.in-981-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-dialbox.obj -MD -MP -MF "$(DEPDIR)/lcsvga-dialbox.Tpo" \
lincity-1.13.1/Makefile.in:982:@am__fastdepCC_TRUE@	  -c -o lcsvga-dialbox.obj `if test -f 'dialbox.c'; then $(CYGPATH_W) 'dialbox.c'; else $(CYGPATH_W) '$(srcdir)/dialbox.c'; fi`; \
lincity-1.13.1/Makefile.in-983-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-dialbox.Tpo" "$(DEPDIR)/lcsvga-dialbox.Po"; \
##############################################
lincity-1.13.1/Makefile.in-988-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:989:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-dialbox.obj `if test -f 'dialbox.c'; then $(CYGPATH_W) 'dialbox.c'; else $(CYGPATH_W) '$(srcdir)/dialbox.c'; fi`
lincity-1.13.1/Makefile.in-990-
##############################################
lincity-1.13.1/Makefile.in-992-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-dialbox.lo -MD -MP -MF "$(DEPDIR)/lcsvga-dialbox.Tpo" \
lincity-1.13.1/Makefile.in:993:@am__fastdepCC_TRUE@	  -c -o lcsvga-dialbox.lo `test -f 'dialbox.c' || echo '$(srcdir)/'`dialbox.c; \
lincity-1.13.1/Makefile.in-994-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-dialbox.Tpo" "$(DEPDIR)/lcsvga-dialbox.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-999-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1000:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-dialbox.lo `test -f 'dialbox.c' || echo '$(srcdir)/'`dialbox.c
lincity-1.13.1/Makefile.in-1001-
##############################################
lincity-1.13.1/Makefile.in-1003-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-lcsvga.o -MD -MP -MF "$(DEPDIR)/lcsvga-lcsvga.Tpo" \
lincity-1.13.1/Makefile.in:1004:@am__fastdepCC_TRUE@	  -c -o lcsvga-lcsvga.o `test -f 'lcsvga.c' || echo '$(srcdir)/'`lcsvga.c; \
lincity-1.13.1/Makefile.in-1005-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-lcsvga.Tpo" "$(DEPDIR)/lcsvga-lcsvga.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1010-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1011:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-lcsvga.o `test -f 'lcsvga.c' || echo '$(srcdir)/'`lcsvga.c
lincity-1.13.1/Makefile.in-1012-
##############################################
lincity-1.13.1/Makefile.in-1014-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-lcsvga.obj -MD -MP -MF "$(DEPDIR)/lcsvga-lcsvga.Tpo" \
lincity-1.13.1/Makefile.in:1015:@am__fastdepCC_TRUE@	  -c -o lcsvga-lcsvga.obj `if test -f 'lcsvga.c'; then $(CYGPATH_W) 'lcsvga.c'; else $(CYGPATH_W) '$(srcdir)/lcsvga.c'; fi`; \
lincity-1.13.1/Makefile.in-1016-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-lcsvga.Tpo" "$(DEPDIR)/lcsvga-lcsvga.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1021-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1022:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-lcsvga.obj `if test -f 'lcsvga.c'; then $(CYGPATH_W) 'lcsvga.c'; else $(CYGPATH_W) '$(srcdir)/lcsvga.c'; fi`
lincity-1.13.1/Makefile.in-1023-
##############################################
lincity-1.13.1/Makefile.in-1025-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcsvga-lcsvga.lo -MD -MP -MF "$(DEPDIR)/lcsvga-lcsvga.Tpo" \
lincity-1.13.1/Makefile.in:1026:@am__fastdepCC_TRUE@	  -c -o lcsvga-lcsvga.lo `test -f 'lcsvga.c' || echo '$(srcdir)/'`lcsvga.c; \
lincity-1.13.1/Makefile.in-1027-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcsvga-lcsvga.Tpo" "$(DEPDIR)/lcsvga-lcsvga.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1032-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1033:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcsvga_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcsvga-lcsvga.lo `test -f 'lcsvga.c' || echo '$(srcdir)/'`lcsvga.c
lincity-1.13.1/Makefile.in-1034-
##############################################
lincity-1.13.1/Makefile.in-1036-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-ldsvgui.o -MD -MP -MF "$(DEPDIR)/lcx-ldsvgui.Tpo" \
lincity-1.13.1/Makefile.in:1037:@am__fastdepCC_TRUE@	  -c -o lcx-ldsvgui.o `test -f 'ldsvgui.c' || echo '$(srcdir)/'`ldsvgui.c; \
lincity-1.13.1/Makefile.in-1038-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-ldsvgui.Tpo" "$(DEPDIR)/lcx-ldsvgui.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1043-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1044:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-ldsvgui.o `test -f 'ldsvgui.c' || echo '$(srcdir)/'`ldsvgui.c
lincity-1.13.1/Makefile.in-1045-
##############################################
lincity-1.13.1/Makefile.in-1047-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-ldsvgui.obj -MD -MP -MF "$(DEPDIR)/lcx-ldsvgui.Tpo" \
lincity-1.13.1/Makefile.in:1048:@am__fastdepCC_TRUE@	  -c -o lcx-ldsvgui.obj `if test -f 'ldsvgui.c'; then $(CYGPATH_W) 'ldsvgui.c'; else $(CYGPATH_W) '$(srcdir)/ldsvgui.c'; fi`; \
lincity-1.13.1/Makefile.in-1049-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-ldsvgui.Tpo" "$(DEPDIR)/lcx-ldsvgui.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1054-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1055:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-ldsvgui.obj `if test -f 'ldsvgui.c'; then $(CYGPATH_W) 'ldsvgui.c'; else $(CYGPATH_W) '$(srcdir)/ldsvgui.c'; fi`
lincity-1.13.1/Makefile.in-1056-
##############################################
lincity-1.13.1/Makefile.in-1058-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-ldsvgui.lo -MD -MP -MF "$(DEPDIR)/lcx-ldsvgui.Tpo" \
lincity-1.13.1/Makefile.in:1059:@am__fastdepCC_TRUE@	  -c -o lcx-ldsvgui.lo `test -f 'ldsvgui.c' || echo '$(srcdir)/'`ldsvgui.c; \
lincity-1.13.1/Makefile.in-1060-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-ldsvgui.Tpo" "$(DEPDIR)/lcx-ldsvgui.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1065-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1066:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-ldsvgui.lo `test -f 'ldsvgui.c' || echo '$(srcdir)/'`ldsvgui.c
lincity-1.13.1/Makefile.in-1067-
##############################################
lincity-1.13.1/Makefile.in-1069-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-splash.o -MD -MP -MF "$(DEPDIR)/lcx-splash.Tpo" \
lincity-1.13.1/Makefile.in:1070:@am__fastdepCC_TRUE@	  -c -o lcx-splash.o `test -f 'splash.c' || echo '$(srcdir)/'`splash.c; \
lincity-1.13.1/Makefile.in-1071-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-splash.Tpo" "$(DEPDIR)/lcx-splash.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1076-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1077:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-splash.o `test -f 'splash.c' || echo '$(srcdir)/'`splash.c
lincity-1.13.1/Makefile.in-1078-
##############################################
lincity-1.13.1/Makefile.in-1080-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-splash.obj -MD -MP -MF "$(DEPDIR)/lcx-splash.Tpo" \
lincity-1.13.1/Makefile.in:1081:@am__fastdepCC_TRUE@	  -c -o lcx-splash.obj `if test -f 'splash.c'; then $(CYGPATH_W) 'splash.c'; else $(CYGPATH_W) '$(srcdir)/splash.c'; fi`; \
lincity-1.13.1/Makefile.in-1082-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-splash.Tpo" "$(DEPDIR)/lcx-splash.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1087-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1088:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-splash.obj `if test -f 'splash.c'; then $(CYGPATH_W) 'splash.c'; else $(CYGPATH_W) '$(srcdir)/splash.c'; fi`
lincity-1.13.1/Makefile.in-1089-
##############################################
lincity-1.13.1/Makefile.in-1091-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-splash.lo -MD -MP -MF "$(DEPDIR)/lcx-splash.Tpo" \
lincity-1.13.1/Makefile.in:1092:@am__fastdepCC_TRUE@	  -c -o lcx-splash.lo `test -f 'splash.c' || echo '$(srcdir)/'`splash.c; \
lincity-1.13.1/Makefile.in-1093-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-splash.Tpo" "$(DEPDIR)/lcx-splash.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1098-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1099:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-splash.lo `test -f 'splash.c' || echo '$(srcdir)/'`splash.c
lincity-1.13.1/Makefile.in-1100-
##############################################
lincity-1.13.1/Makefile.in-1102-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-lchelp.o -MD -MP -MF "$(DEPDIR)/lcx-lchelp.Tpo" \
lincity-1.13.1/Makefile.in:1103:@am__fastdepCC_TRUE@	  -c -o lcx-lchelp.o `test -f 'lchelp.c' || echo '$(srcdir)/'`lchelp.c; \
lincity-1.13.1/Makefile.in-1104-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-lchelp.Tpo" "$(DEPDIR)/lcx-lchelp.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1109-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1110:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-lchelp.o `test -f 'lchelp.c' || echo '$(srcdir)/'`lchelp.c
lincity-1.13.1/Makefile.in-1111-
##############################################
lincity-1.13.1/Makefile.in-1113-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-lchelp.obj -MD -MP -MF "$(DEPDIR)/lcx-lchelp.Tpo" \
lincity-1.13.1/Makefile.in:1114:@am__fastdepCC_TRUE@	  -c -o lcx-lchelp.obj `if test -f 'lchelp.c'; then $(CYGPATH_W) 'lchelp.c'; else $(CYGPATH_W) '$(srcdir)/lchelp.c'; fi`; \
lincity-1.13.1/Makefile.in-1115-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-lchelp.Tpo" "$(DEPDIR)/lcx-lchelp.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1120-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1121:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-lchelp.obj `if test -f 'lchelp.c'; then $(CYGPATH_W) 'lchelp.c'; else $(CYGPATH_W) '$(srcdir)/lchelp.c'; fi`
lincity-1.13.1/Makefile.in-1122-
##############################################
lincity-1.13.1/Makefile.in-1124-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-lchelp.lo -MD -MP -MF "$(DEPDIR)/lcx-lchelp.Tpo" \
lincity-1.13.1/Makefile.in:1125:@am__fastdepCC_TRUE@	  -c -o lcx-lchelp.lo `test -f 'lchelp.c' || echo '$(srcdir)/'`lchelp.c; \
lincity-1.13.1/Makefile.in-1126-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-lchelp.Tpo" "$(DEPDIR)/lcx-lchelp.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1131-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1132:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-lchelp.lo `test -f 'lchelp.c' || echo '$(srcdir)/'`lchelp.c
lincity-1.13.1/Makefile.in-1133-
##############################################
lincity-1.13.1/Makefile.in-1135-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-main.o -MD -MP -MF "$(DEPDIR)/lcx-main.Tpo" \
lincity-1.13.1/Makefile.in:1136:@am__fastdepCC_TRUE@	  -c -o lcx-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c; \
lincity-1.13.1/Makefile.in-1137-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-main.Tpo" "$(DEPDIR)/lcx-main.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1142-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1143:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
lincity-1.13.1/Makefile.in-1144-
##############################################
lincity-1.13.1/Makefile.in-1146-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-main.obj -MD -MP -MF "$(DEPDIR)/lcx-main.Tpo" \
lincity-1.13.1/Makefile.in:1147:@am__fastdepCC_TRUE@	  -c -o lcx-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`; \
lincity-1.13.1/Makefile.in-1148-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-main.Tpo" "$(DEPDIR)/lcx-main.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1153-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1154:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
lincity-1.13.1/Makefile.in-1155-
##############################################
lincity-1.13.1/Makefile.in-1157-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-main.lo -MD -MP -MF "$(DEPDIR)/lcx-main.Tpo" \
lincity-1.13.1/Makefile.in:1158:@am__fastdepCC_TRUE@	  -c -o lcx-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c; \
lincity-1.13.1/Makefile.in-1159-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-main.Tpo" "$(DEPDIR)/lcx-main.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1165:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c
lincity-1.13.1/Makefile.in-1166-
##############################################
lincity-1.13.1/Makefile.in-1168-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-mouse.o -MD -MP -MF "$(DEPDIR)/lcx-mouse.Tpo" \
lincity-1.13.1/Makefile.in:1169:@am__fastdepCC_TRUE@	  -c -o lcx-mouse.o `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c; \
lincity-1.13.1/Makefile.in-1170-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-mouse.Tpo" "$(DEPDIR)/lcx-mouse.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1175-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1176:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-mouse.o `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c
lincity-1.13.1/Makefile.in-1177-
##############################################
lincity-1.13.1/Makefile.in-1179-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-mouse.obj -MD -MP -MF "$(DEPDIR)/lcx-mouse.Tpo" \
lincity-1.13.1/Makefile.in:1180:@am__fastdepCC_TRUE@	  -c -o lcx-mouse.obj `if test -f 'mouse.c'; then $(CYGPATH_W) 'mouse.c'; else $(CYGPATH_W) '$(srcdir)/mouse.c'; fi`; \
lincity-1.13.1/Makefile.in-1181-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-mouse.Tpo" "$(DEPDIR)/lcx-mouse.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1186-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1187:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-mouse.obj `if test -f 'mouse.c'; then $(CYGPATH_W) 'mouse.c'; else $(CYGPATH_W) '$(srcdir)/mouse.c'; fi`
lincity-1.13.1/Makefile.in-1188-
##############################################
lincity-1.13.1/Makefile.in-1190-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-mouse.lo -MD -MP -MF "$(DEPDIR)/lcx-mouse.Tpo" \
lincity-1.13.1/Makefile.in:1191:@am__fastdepCC_TRUE@	  -c -o lcx-mouse.lo `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c; \
lincity-1.13.1/Makefile.in-1192-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-mouse.Tpo" "$(DEPDIR)/lcx-mouse.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1197-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1198:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-mouse.lo `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c
lincity-1.13.1/Makefile.in-1199-
##############################################
lincity-1.13.1/Makefile.in-1201-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-mps.o -MD -MP -MF "$(DEPDIR)/lcx-mps.Tpo" \
lincity-1.13.1/Makefile.in:1202:@am__fastdepCC_TRUE@	  -c -o lcx-mps.o `test -f 'mps.c' || echo '$(srcdir)/'`mps.c; \
lincity-1.13.1/Makefile.in-1203-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-mps.Tpo" "$(DEPDIR)/lcx-mps.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1208-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1209:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-mps.o `test -f 'mps.c' || echo '$(srcdir)/'`mps.c
lincity-1.13.1/Makefile.in-1210-
##############################################
lincity-1.13.1/Makefile.in-1212-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-mps.obj -MD -MP -MF "$(DEPDIR)/lcx-mps.Tpo" \
lincity-1.13.1/Makefile.in:1213:@am__fastdepCC_TRUE@	  -c -o lcx-mps.obj `if test -f 'mps.c'; then $(CYGPATH_W) 'mps.c'; else $(CYGPATH_W) '$(srcdir)/mps.c'; fi`; \
lincity-1.13.1/Makefile.in-1214-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-mps.Tpo" "$(DEPDIR)/lcx-mps.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1219-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1220:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-mps.obj `if test -f 'mps.c'; then $(CYGPATH_W) 'mps.c'; else $(CYGPATH_W) '$(srcdir)/mps.c'; fi`
lincity-1.13.1/Makefile.in-1221-
##############################################
lincity-1.13.1/Makefile.in-1223-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-mps.lo -MD -MP -MF "$(DEPDIR)/lcx-mps.Tpo" \
lincity-1.13.1/Makefile.in:1224:@am__fastdepCC_TRUE@	  -c -o lcx-mps.lo `test -f 'mps.c' || echo '$(srcdir)/'`mps.c; \
lincity-1.13.1/Makefile.in-1225-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-mps.Tpo" "$(DEPDIR)/lcx-mps.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1230-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1231:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-mps.lo `test -f 'mps.c' || echo '$(srcdir)/'`mps.c
lincity-1.13.1/Makefile.in-1232-
##############################################
lincity-1.13.1/Makefile.in-1234-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-screen.o -MD -MP -MF "$(DEPDIR)/lcx-screen.Tpo" \
lincity-1.13.1/Makefile.in:1235:@am__fastdepCC_TRUE@	  -c -o lcx-screen.o `test -f 'screen.c' || echo '$(srcdir)/'`screen.c; \
lincity-1.13.1/Makefile.in-1236-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-screen.Tpo" "$(DEPDIR)/lcx-screen.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1241-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1242:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-screen.o `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
lincity-1.13.1/Makefile.in-1243-
##############################################
lincity-1.13.1/Makefile.in-1245-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-screen.obj -MD -MP -MF "$(DEPDIR)/lcx-screen.Tpo" \
lincity-1.13.1/Makefile.in:1246:@am__fastdepCC_TRUE@	  -c -o lcx-screen.obj `if test -f 'screen.c'; then $(CYGPATH_W) 'screen.c'; else $(CYGPATH_W) '$(srcdir)/screen.c'; fi`; \
lincity-1.13.1/Makefile.in-1247-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-screen.Tpo" "$(DEPDIR)/lcx-screen.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1252-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1253:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-screen.obj `if test -f 'screen.c'; then $(CYGPATH_W) 'screen.c'; else $(CYGPATH_W) '$(srcdir)/screen.c'; fi`
lincity-1.13.1/Makefile.in-1254-
##############################################
lincity-1.13.1/Makefile.in-1256-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-screen.lo -MD -MP -MF "$(DEPDIR)/lcx-screen.Tpo" \
lincity-1.13.1/Makefile.in:1257:@am__fastdepCC_TRUE@	  -c -o lcx-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c; \
lincity-1.13.1/Makefile.in-1258-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-screen.Tpo" "$(DEPDIR)/lcx-screen.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1263-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1264:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-screen.lo `test -f 'screen.c' || echo '$(srcdir)/'`screen.c
lincity-1.13.1/Makefile.in-1265-
##############################################
lincity-1.13.1/Makefile.in-1267-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-pixmap.o -MD -MP -MF "$(DEPDIR)/lcx-pixmap.Tpo" \
lincity-1.13.1/Makefile.in:1268:@am__fastdepCC_TRUE@	  -c -o lcx-pixmap.o `test -f 'pixmap.c' || echo '$(srcdir)/'`pixmap.c; \
lincity-1.13.1/Makefile.in-1269-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-pixmap.Tpo" "$(DEPDIR)/lcx-pixmap.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1274-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1275:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-pixmap.o `test -f 'pixmap.c' || echo '$(srcdir)/'`pixmap.c
lincity-1.13.1/Makefile.in-1276-
##############################################
lincity-1.13.1/Makefile.in-1278-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-pixmap.obj -MD -MP -MF "$(DEPDIR)/lcx-pixmap.Tpo" \
lincity-1.13.1/Makefile.in:1279:@am__fastdepCC_TRUE@	  -c -o lcx-pixmap.obj `if test -f 'pixmap.c'; then $(CYGPATH_W) 'pixmap.c'; else $(CYGPATH_W) '$(srcdir)/pixmap.c'; fi`; \
lincity-1.13.1/Makefile.in-1280-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-pixmap.Tpo" "$(DEPDIR)/lcx-pixmap.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1285-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1286:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-pixmap.obj `if test -f 'pixmap.c'; then $(CYGPATH_W) 'pixmap.c'; else $(CYGPATH_W) '$(srcdir)/pixmap.c'; fi`
lincity-1.13.1/Makefile.in-1287-
##############################################
lincity-1.13.1/Makefile.in-1289-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-pixmap.lo -MD -MP -MF "$(DEPDIR)/lcx-pixmap.Tpo" \
lincity-1.13.1/Makefile.in:1290:@am__fastdepCC_TRUE@	  -c -o lcx-pixmap.lo `test -f 'pixmap.c' || echo '$(srcdir)/'`pixmap.c; \
lincity-1.13.1/Makefile.in-1291-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-pixmap.Tpo" "$(DEPDIR)/lcx-pixmap.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1296-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1297:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-pixmap.lo `test -f 'pixmap.c' || echo '$(srcdir)/'`pixmap.c
lincity-1.13.1/Makefile.in-1298-
##############################################
lincity-1.13.1/Makefile.in-1300-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-cliglobs.o -MD -MP -MF "$(DEPDIR)/lcx-cliglobs.Tpo" \
lincity-1.13.1/Makefile.in:1301:@am__fastdepCC_TRUE@	  -c -o lcx-cliglobs.o `test -f 'cliglobs.c' || echo '$(srcdir)/'`cliglobs.c; \
lincity-1.13.1/Makefile.in-1302-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-cliglobs.Tpo" "$(DEPDIR)/lcx-cliglobs.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1307-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1308:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-cliglobs.o `test -f 'cliglobs.c' || echo '$(srcdir)/'`cliglobs.c
lincity-1.13.1/Makefile.in-1309-
##############################################
lincity-1.13.1/Makefile.in-1311-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-cliglobs.obj -MD -MP -MF "$(DEPDIR)/lcx-cliglobs.Tpo" \
lincity-1.13.1/Makefile.in:1312:@am__fastdepCC_TRUE@	  -c -o lcx-cliglobs.obj `if test -f 'cliglobs.c'; then $(CYGPATH_W) 'cliglobs.c'; else $(CYGPATH_W) '$(srcdir)/cliglobs.c'; fi`; \
lincity-1.13.1/Makefile.in-1313-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-cliglobs.Tpo" "$(DEPDIR)/lcx-cliglobs.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1318-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1319:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-cliglobs.obj `if test -f 'cliglobs.c'; then $(CYGPATH_W) 'cliglobs.c'; else $(CYGPATH_W) '$(srcdir)/cliglobs.c'; fi`
lincity-1.13.1/Makefile.in-1320-
##############################################
lincity-1.13.1/Makefile.in-1322-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-cliglobs.lo -MD -MP -MF "$(DEPDIR)/lcx-cliglobs.Tpo" \
lincity-1.13.1/Makefile.in:1323:@am__fastdepCC_TRUE@	  -c -o lcx-cliglobs.lo `test -f 'cliglobs.c' || echo '$(srcdir)/'`cliglobs.c; \
lincity-1.13.1/Makefile.in-1324-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-cliglobs.Tpo" "$(DEPDIR)/lcx-cliglobs.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1329-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1330:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-cliglobs.lo `test -f 'cliglobs.c' || echo '$(srcdir)/'`cliglobs.c
lincity-1.13.1/Makefile.in-1331-
##############################################
lincity-1.13.1/Makefile.in-1333-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-geometry.o -MD -MP -MF "$(DEPDIR)/lcx-geometry.Tpo" \
lincity-1.13.1/Makefile.in:1334:@am__fastdepCC_TRUE@	  -c -o lcx-geometry.o `test -f 'geometry.c' || echo '$(srcdir)/'`geometry.c; \
lincity-1.13.1/Makefile.in-1335-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-geometry.Tpo" "$(DEPDIR)/lcx-geometry.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1340-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1341:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-geometry.o `test -f 'geometry.c' || echo '$(srcdir)/'`geometry.c
lincity-1.13.1/Makefile.in-1342-
##############################################
lincity-1.13.1/Makefile.in-1344-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-geometry.obj -MD -MP -MF "$(DEPDIR)/lcx-geometry.Tpo" \
lincity-1.13.1/Makefile.in:1345:@am__fastdepCC_TRUE@	  -c -o lcx-geometry.obj `if test -f 'geometry.c'; then $(CYGPATH_W) 'geometry.c'; else $(CYGPATH_W) '$(srcdir)/geometry.c'; fi`; \
lincity-1.13.1/Makefile.in-1346-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-geometry.Tpo" "$(DEPDIR)/lcx-geometry.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1351-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1352:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-geometry.obj `if test -f 'geometry.c'; then $(CYGPATH_W) 'geometry.c'; else $(CYGPATH_W) '$(srcdir)/geometry.c'; fi`
lincity-1.13.1/Makefile.in-1353-
##############################################
lincity-1.13.1/Makefile.in-1355-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-geometry.lo -MD -MP -MF "$(DEPDIR)/lcx-geometry.Tpo" \
lincity-1.13.1/Makefile.in:1356:@am__fastdepCC_TRUE@	  -c -o lcx-geometry.lo `test -f 'geometry.c' || echo '$(srcdir)/'`geometry.c; \
lincity-1.13.1/Makefile.in-1357-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-geometry.Tpo" "$(DEPDIR)/lcx-geometry.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1362-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1363:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-geometry.lo `test -f 'geometry.c' || echo '$(srcdir)/'`geometry.c
lincity-1.13.1/Makefile.in-1364-
##############################################
lincity-1.13.1/Makefile.in-1366-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-pbar.o -MD -MP -MF "$(DEPDIR)/lcx-pbar.Tpo" \
lincity-1.13.1/Makefile.in:1367:@am__fastdepCC_TRUE@	  -c -o lcx-pbar.o `test -f 'pbar.c' || echo '$(srcdir)/'`pbar.c; \
lincity-1.13.1/Makefile.in-1368-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-pbar.Tpo" "$(DEPDIR)/lcx-pbar.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1373-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1374:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-pbar.o `test -f 'pbar.c' || echo '$(srcdir)/'`pbar.c
lincity-1.13.1/Makefile.in-1375-
##############################################
lincity-1.13.1/Makefile.in-1377-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-pbar.obj -MD -MP -MF "$(DEPDIR)/lcx-pbar.Tpo" \
lincity-1.13.1/Makefile.in:1378:@am__fastdepCC_TRUE@	  -c -o lcx-pbar.obj `if test -f 'pbar.c'; then $(CYGPATH_W) 'pbar.c'; else $(CYGPATH_W) '$(srcdir)/pbar.c'; fi`; \
lincity-1.13.1/Makefile.in-1379-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-pbar.Tpo" "$(DEPDIR)/lcx-pbar.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1384-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1385:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-pbar.obj `if test -f 'pbar.c'; then $(CYGPATH_W) 'pbar.c'; else $(CYGPATH_W) '$(srcdir)/pbar.c'; fi`
lincity-1.13.1/Makefile.in-1386-
##############################################
lincity-1.13.1/Makefile.in-1388-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-pbar.lo -MD -MP -MF "$(DEPDIR)/lcx-pbar.Tpo" \
lincity-1.13.1/Makefile.in:1389:@am__fastdepCC_TRUE@	  -c -o lcx-pbar.lo `test -f 'pbar.c' || echo '$(srcdir)/'`pbar.c; \
lincity-1.13.1/Makefile.in-1390-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-pbar.Tpo" "$(DEPDIR)/lcx-pbar.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1395-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1396:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-pbar.lo `test -f 'pbar.c' || echo '$(srcdir)/'`pbar.c
lincity-1.13.1/Makefile.in-1397-
##############################################
lincity-1.13.1/Makefile.in-1399-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-module_buttons.o -MD -MP -MF "$(DEPDIR)/lcx-module_buttons.Tpo" \
lincity-1.13.1/Makefile.in:1400:@am__fastdepCC_TRUE@	  -c -o lcx-module_buttons.o `test -f 'module_buttons.c' || echo '$(srcdir)/'`module_buttons.c; \
lincity-1.13.1/Makefile.in-1401-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-module_buttons.Tpo" "$(DEPDIR)/lcx-module_buttons.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1406-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1407:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-module_buttons.o `test -f 'module_buttons.c' || echo '$(srcdir)/'`module_buttons.c
lincity-1.13.1/Makefile.in-1408-
##############################################
lincity-1.13.1/Makefile.in-1410-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-module_buttons.obj -MD -MP -MF "$(DEPDIR)/lcx-module_buttons.Tpo" \
lincity-1.13.1/Makefile.in:1411:@am__fastdepCC_TRUE@	  -c -o lcx-module_buttons.obj `if test -f 'module_buttons.c'; then $(CYGPATH_W) 'module_buttons.c'; else $(CYGPATH_W) '$(srcdir)/module_buttons.c'; fi`; \
lincity-1.13.1/Makefile.in-1412-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-module_buttons.Tpo" "$(DEPDIR)/lcx-module_buttons.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1417-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1418:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-module_buttons.obj `if test -f 'module_buttons.c'; then $(CYGPATH_W) 'module_buttons.c'; else $(CYGPATH_W) '$(srcdir)/module_buttons.c'; fi`
lincity-1.13.1/Makefile.in-1419-
##############################################
lincity-1.13.1/Makefile.in-1421-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-module_buttons.lo -MD -MP -MF "$(DEPDIR)/lcx-module_buttons.Tpo" \
lincity-1.13.1/Makefile.in:1422:@am__fastdepCC_TRUE@	  -c -o lcx-module_buttons.lo `test -f 'module_buttons.c' || echo '$(srcdir)/'`module_buttons.c; \
lincity-1.13.1/Makefile.in-1423-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-module_buttons.Tpo" "$(DEPDIR)/lcx-module_buttons.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1428-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1429:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-module_buttons.lo `test -f 'module_buttons.c' || echo '$(srcdir)/'`module_buttons.c
lincity-1.13.1/Makefile.in-1430-
##############################################
lincity-1.13.1/Makefile.in-1432-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-dialbox.o -MD -MP -MF "$(DEPDIR)/lcx-dialbox.Tpo" \
lincity-1.13.1/Makefile.in:1433:@am__fastdepCC_TRUE@	  -c -o lcx-dialbox.o `test -f 'dialbox.c' || echo '$(srcdir)/'`dialbox.c; \
lincity-1.13.1/Makefile.in-1434-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-dialbox.Tpo" "$(DEPDIR)/lcx-dialbox.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1439-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1440:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-dialbox.o `test -f 'dialbox.c' || echo '$(srcdir)/'`dialbox.c
lincity-1.13.1/Makefile.in-1441-
##############################################
lincity-1.13.1/Makefile.in-1443-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-dialbox.obj -MD -MP -MF "$(DEPDIR)/lcx-dialbox.Tpo" \
lincity-1.13.1/Makefile.in:1444:@am__fastdepCC_TRUE@	  -c -o lcx-dialbox.obj `if test -f 'dialbox.c'; then $(CYGPATH_W) 'dialbox.c'; else $(CYGPATH_W) '$(srcdir)/dialbox.c'; fi`; \
lincity-1.13.1/Makefile.in-1445-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-dialbox.Tpo" "$(DEPDIR)/lcx-dialbox.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1450-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1451:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-dialbox.obj `if test -f 'dialbox.c'; then $(CYGPATH_W) 'dialbox.c'; else $(CYGPATH_W) '$(srcdir)/dialbox.c'; fi`
lincity-1.13.1/Makefile.in-1452-
##############################################
lincity-1.13.1/Makefile.in-1454-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-dialbox.lo -MD -MP -MF "$(DEPDIR)/lcx-dialbox.Tpo" \
lincity-1.13.1/Makefile.in:1455:@am__fastdepCC_TRUE@	  -c -o lcx-dialbox.lo `test -f 'dialbox.c' || echo '$(srcdir)/'`dialbox.c; \
lincity-1.13.1/Makefile.in-1456-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-dialbox.Tpo" "$(DEPDIR)/lcx-dialbox.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1461-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1462:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-dialbox.lo `test -f 'dialbox.c' || echo '$(srcdir)/'`dialbox.c
lincity-1.13.1/Makefile.in-1463-
##############################################
lincity-1.13.1/Makefile.in-1465-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-lcx11.o -MD -MP -MF "$(DEPDIR)/lcx-lcx11.Tpo" \
lincity-1.13.1/Makefile.in:1466:@am__fastdepCC_TRUE@	  -c -o lcx-lcx11.o `test -f 'lcx11.c' || echo '$(srcdir)/'`lcx11.c; \
lincity-1.13.1/Makefile.in-1467-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-lcx11.Tpo" "$(DEPDIR)/lcx-lcx11.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1472-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1473:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-lcx11.o `test -f 'lcx11.c' || echo '$(srcdir)/'`lcx11.c
lincity-1.13.1/Makefile.in-1474-
##############################################
lincity-1.13.1/Makefile.in-1476-@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-lcx11.obj -MD -MP -MF "$(DEPDIR)/lcx-lcx11.Tpo" \
lincity-1.13.1/Makefile.in:1477:@am__fastdepCC_TRUE@	  -c -o lcx-lcx11.obj `if test -f 'lcx11.c'; then $(CYGPATH_W) 'lcx11.c'; else $(CYGPATH_W) '$(srcdir)/lcx11.c'; fi`; \
lincity-1.13.1/Makefile.in-1478-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-lcx11.Tpo" "$(DEPDIR)/lcx-lcx11.Po"; \
##############################################
lincity-1.13.1/Makefile.in-1483-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1484:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-lcx11.obj `if test -f 'lcx11.c'; then $(CYGPATH_W) 'lcx11.c'; else $(CYGPATH_W) '$(srcdir)/lcx11.c'; fi`
lincity-1.13.1/Makefile.in-1485-
##############################################
lincity-1.13.1/Makefile.in-1487-@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcx-lcx11.lo -MD -MP -MF "$(DEPDIR)/lcx-lcx11.Tpo" \
lincity-1.13.1/Makefile.in:1488:@am__fastdepCC_TRUE@	  -c -o lcx-lcx11.lo `test -f 'lcx11.c' || echo '$(srcdir)/'`lcx11.c; \
lincity-1.13.1/Makefile.in-1489-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/lcx-lcx11.Tpo" "$(DEPDIR)/lcx-lcx11.Plo"; \
##############################################
lincity-1.13.1/Makefile.in-1494-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/Makefile.in:1495:@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblcx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcx-lcx11.lo `test -f 'lcx11.c' || echo '$(srcdir)/'`lcx11.c
lincity-1.13.1/Makefile.in-1496-
##############################################
lincity-1.13.1/Makefile.in-1520-	  else file=$$i; fi; \
lincity-1.13.1/Makefile.in:1521:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
lincity-1.13.1/Makefile.in-1522-	  case "$$ext" in \
##############################################
lincity-1.13.1/Makefile.in-1525-	  esac; \
lincity-1.13.1/Makefile.in:1526:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
lincity-1.13.1/Makefile.in:1527:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
lincity-1.13.1/Makefile.in:1528:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
lincity-1.13.1/Makefile.in-1529-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man6dir)/$$inst"; \
##############################################
lincity-1.13.1/Makefile.in-1541-	for i in $$list; do \
lincity-1.13.1/Makefile.in:1542:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
lincity-1.13.1/Makefile.in-1543-	  case "$$ext" in \
##############################################
lincity-1.13.1/Makefile.in-1546-	  esac; \
lincity-1.13.1/Makefile.in:1547:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
lincity-1.13.1/Makefile.in:1548:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
lincity-1.13.1/Makefile.in:1549:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
lincity-1.13.1/Makefile.in-1550-	  echo " rm -f $(DESTDIR)$(man6dir)/$$inst"; \
##############################################
lincity-1.13.1/Makefile.in-1580-	dot_seen=no; \
lincity-1.13.1/Makefile.in:1581:	target=`echo $@ | sed s/-recursive//`; \
lincity-1.13.1/Makefile.in-1582-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
lincity-1.13.1/Makefile.in-1610-	rev="$$rev ."; \
lincity-1.13.1/Makefile.in:1611:	target=`echo $@ | sed s/-recursive//`; \
lincity-1.13.1/Makefile.in-1612-	for subdir in $$rev; do \
##############################################
lincity-1.13.1/Makefile.in-1688-GTAGS:
lincity-1.13.1/Makefile.in:1689:	here=`$(am__cd) $(top_builddir) && pwd` \
lincity-1.13.1/Makefile.in-1690-	  && cd $(top_srcdir) \
##############################################
lincity-1.13.1/Makefile.in-1712-	$(mkinstalldirs) $(distdir)/intl $(distdir)/po
lincity-1.13.1/Makefile.in:1713:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
lincity-1.13.1/Makefile.in:1714:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
lincity-1.13.1/Makefile.in-1715-	list='$(DISTFILES)'; for file in $$list; do \
lincity-1.13.1/Makefile.in-1716-	  case $$file in \
lincity-1.13.1/Makefile.in:1717:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
lincity-1.13.1/Makefile.in:1718:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
lincity-1.13.1/Makefile.in-1719-	  esac; \
lincity-1.13.1/Makefile.in-1720-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
lincity-1.13.1/Makefile.in:1721:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
lincity-1.13.1/Makefile.in-1722-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
lincity-1.13.1/Makefile.in-1777-	chmod a-w $(distdir)
lincity-1.13.1/Makefile.in:1778:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lincity-1.13.1/Makefile.in-1779-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lincity-1.13.1/Makefile.in-1808-	@cd $(distuninstallcheck_dir) \
lincity-1.13.1/Makefile.in:1809:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
lincity-1.13.1/Makefile.in-1810-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lincity-1.13.1/Makefile.in-1820-	fi
lincity-1.13.1/Makefile.in:1821:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lincity-1.13.1/Makefile.in-1822-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lincity-1.13.1/Makefile.in-1952-	  if test -f $$p; then \
lincity-1.13.1/Makefile.in:1953:	    echo "  $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
lincity-1.13.1/Makefile.in:1954:	     $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.in-1955-	  else :; fi; \
lincity-1.13.1/Makefile.in-1956-	done; \
lincity-1.13.1/Makefile.in:1957:        if test -f $(DESTDIR)$(bindir)/`echo lincity|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; then \
lincity-1.13.1/Makefile.in:1958:	  chown root $(DESTDIR)$(bindir)/`echo lincity|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.in:1959:	  chmod 4755 $(DESTDIR)$(bindir)/`echo lincity|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.in-1960-	fi
##############################################
lincity-1.13.1/Makefile.in-1963-	list='$(EXTRA_PROGRAMS)'; for p in $$list; do \
lincity-1.13.1/Makefile.in:1964:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.in-1965-	done
##############################################
lincity-1.13.1/Makefile.in-1985-	@list='$(LC_DISTDIRS)'; for p in $$list; do \
lincity-1.13.1/Makefile.in:1986:	  rm -rf `find $(distdir)/$$p -name CVS -print` ; \
lincity-1.13.1/Makefile.in:1987:	  rm -rf `find $(distdir)/$$p -name cvs -print` ; \
lincity-1.13.1/Makefile.in:1988:	  rm -rf `find $(distdir)/$$p -name ca -print` ; \
lincity-1.13.1/Makefile.in-1989-	done
##############################################
lincity-1.13.1/configure-45-do
lincity-1.13.1/configure:46:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
lincity-1.13.1/configure-47-    eval $as_var=C; export $as_var
##############################################
lincity-1.13.1/configure-103-  as_lineno_2=$LINENO
lincity-1.13.1/configure:104:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
lincity-1.13.1/configure-105-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
lincity-1.13.1/configure-142-  as_lineno_2=$LINENO
lincity-1.13.1/configure:143:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
lincity-1.13.1/configure-144-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
lincity-1.13.1/configure-252-  # Remove one level of quotation (which was required for Make).
lincity-1.13.1/configure:253:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
lincity-1.13.1/configure-254-  ;;
##############################################
lincity-1.13.1/configure-263-  :
lincity-1.13.1/configure:264:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
lincity-1.13.1/configure-265-  # Yippee, $echo works!
##############################################
lincity-1.13.1/configure-289-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
lincity-1.13.1/configure:290:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
lincity-1.13.1/configure:291:       echo_test_string="`eval $cmd`" &&
lincity-1.13.1/configure-292-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
lincity-1.13.1/configure-298-
lincity-1.13.1/configure:299:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
lincity-1.13.1/configure:300:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/configure-301-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/configure-313-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
lincity-1.13.1/configure:314:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
lincity-1.13.1/configure:315:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/configure-316-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/configure-325-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
lincity-1.13.1/configure:326:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/configure-327-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/configure-340-      echo='printf %s\n'
lincity-1.13.1/configure:341:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
lincity-1.13.1/configure:342:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/configure-343-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/configure-345-	:
lincity-1.13.1/configure:346:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
lincity-1.13.1/configure-347-	   test "X$echo_testing_string" = 'X\t' &&
lincity-1.13.1/configure:348:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/configure-349-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/configure-354-	echo="$CONFIG_SHELL $0 --fallback-echo"
lincity-1.13.1/configure:355:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
lincity-1.13.1/configure-356-	   test "X$echo_testing_string" = 'X\t' &&
lincity-1.13.1/configure:357:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/configure-358-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/configure-364-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
lincity-1.13.1/configure:365:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
lincity-1.13.1/configure-366-	  then
##############################################
lincity-1.13.1/configure-372-	if test "$prev" != 'sed 50q "$0"'; then
lincity-1.13.1/configure:373:	  echo_test_string=`eval $prev`
lincity-1.13.1/configure-374-	  export echo_test_string
##############################################
lincity-1.13.1/configure-518-
lincity-1.13.1/configure:519:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
lincity-1.13.1/configure-520-
##############################################
lincity-1.13.1/configure-551-  -disable-* | --disable-*)
lincity-1.13.1/configure:552:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lincity-1.13.1/configure-553-    # Reject names that are not valid shell variable names.
##############################################
lincity-1.13.1/configure-556-   { (exit 1); exit 1; }; }
lincity-1.13.1/configure:557:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
lincity-1.13.1/configure-558-    eval "enable_$ac_feature=no" ;;
##############################################
lincity-1.13.1/configure-560-  -enable-* | --enable-*)
lincity-1.13.1/configure:561:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lincity-1.13.1/configure-562-    # Reject names that are not valid shell variable names.
##############################################
lincity-1.13.1/configure-565-   { (exit 1); exit 1; }; }
lincity-1.13.1/configure:566:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
lincity-1.13.1/configure-567-    case $ac_option in
lincity-1.13.1/configure:568:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
lincity-1.13.1/configure-569-      *) ac_optarg=yes ;;
##############################################
lincity-1.13.1/configure-742-  -with-* | --with-*)
lincity-1.13.1/configure:743:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lincity-1.13.1/configure-744-    # Reject names that are not valid shell variable names.
##############################################
lincity-1.13.1/configure-747-   { (exit 1); exit 1; }; }
lincity-1.13.1/configure:748:    ac_package=`echo $ac_package| sed 's/-/_/g'`
lincity-1.13.1/configure-749-    case $ac_option in
lincity-1.13.1/configure:750:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
lincity-1.13.1/configure-751-      *) ac_optarg=yes ;;
##############################################
lincity-1.13.1/configure-755-  -without-* | --without-*)
lincity-1.13.1/configure:756:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lincity-1.13.1/configure-757-    # Reject names that are not valid shell variable names.
##############################################
lincity-1.13.1/configure-760-   { (exit 1); exit 1; }; }
lincity-1.13.1/configure:761:    ac_package=`echo $ac_package | sed 's/-/_/g'`
lincity-1.13.1/configure-762-    eval "with_$ac_package=no" ;;
##############################################
lincity-1.13.1/configure-787-  *=*)
lincity-1.13.1/configure:788:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lincity-1.13.1/configure-789-    # Reject names that are not valid shell variable names.
##############################################
lincity-1.13.1/configure-792-   { (exit 1); exit 1; }; }
lincity-1.13.1/configure:793:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
lincity-1.13.1/configure-794-    eval "$ac_envvar='$ac_optarg'"
##############################################
lincity-1.13.1/configure-808-if test -n "$ac_prev"; then
lincity-1.13.1/configure:809:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lincity-1.13.1/configure-810-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
lincity-1.13.1/configure-816-do
lincity-1.13.1/configure:817:  eval ac_val=$`echo $ac_var`
lincity-1.13.1/configure-818-  case $ac_val in
##############################################
lincity-1.13.1/configure-828-do
lincity-1.13.1/configure:829:  eval ac_val=$`echo $ac_var`
lincity-1.13.1/configure-830-  case $ac_val in
##############################################
lincity-1.13.1/configure-895-   { (exit 1); exit 1; }; }
lincity-1.13.1/configure:896:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
lincity-1.13.1/configure-897-ac_env_build_alias_set=${build_alias+set}
##############################################
lincity-1.13.1/configure-986-By default, \`make install' will install all the files in
lincity-1.13.1/configure:987:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lincity-1.13.1/configure:988:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lincity-1.13.1/configure-989-for instance \`--prefix=\$HOME'.
##############################################
lincity-1.13.1/configure-1092-if test "$ac_dir" != .; then
lincity-1.13.1/configure:1093:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
lincity-1.13.1/configure-1094-  # A "../" for each directory in $ac_dir_suffix.
lincity-1.13.1/configure:1095:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
lincity-1.13.1/configure-1096-else
##############################################
lincity-1.13.1/configure-1105-    else
lincity-1.13.1/configure:1106:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
lincity-1.13.1/configure-1107-    fi ;;
##############################################
lincity-1.13.1/configure-1261-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
lincity-1.13.1/configure:1262:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lincity-1.13.1/configure-1263-    esac
##############################################
lincity-1.13.1/configure-1333-    do
lincity-1.13.1/configure:1334:      eval ac_val=$`echo $ac_var`
lincity-1.13.1/configure-1335-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
lincity-1.13.1/configure-1347-      do
lincity-1.13.1/configure:1348:	eval ac_val=$`echo $ac_var`
lincity-1.13.1/configure-1349-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
lincity-1.13.1/configure-1454-    set,)
lincity-1.13.1/configure:1455:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lincity-1.13.1/configure:1456:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lincity-1.13.1/configure-1457-      ac_cache_corrupted=: ;;
##############################################
lincity-1.13.1/configure-1477-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
lincity-1.13.1/configure:1478:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lincity-1.13.1/configure-1479-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lincity-1.13.1/configure-1643-if (
lincity-1.13.1/configure:1644:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
lincity-1.13.1/configure-1645-   if test "$*" = "X"; then
lincity-1.13.1/configure-1646-      # -L didn't work.
lincity-1.13.1/configure:1647:      set X `ls -t $srcdir/configure conftest.file`
lincity-1.13.1/configure-1648-   fi
##############################################
lincity-1.13.1/configure-1687-_ACEOF
lincity-1.13.1/configure:1688:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
lincity-1.13.1/configure-1689-rm conftest.sed
##############################################
lincity-1.13.1/configure-1692-# expand $ac_aux_dir to an absolute path
lincity-1.13.1/configure:1693:am_aux_dir=`cd $ac_aux_dir && pwd`
lincity-1.13.1/configure-1694-
##############################################
lincity-1.13.1/configure-1746-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
lincity-1.13.1/configure:1747:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
lincity-1.13.1/configure-1748-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
lincity-1.13.1/configure-1755-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
lincity-1.13.1/configure:1756:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
lincity-1.13.1/configure-1757-if test -n "$ac_maketemp"; then
##############################################
lincity-1.13.1/configure-1763-fi
lincity-1.13.1/configure:1764:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
lincity-1.13.1/configure-1765-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
lincity-1.13.1/configure-1783- # test to see if srcdir already configured
lincity-1.13.1/configure:1784:if test "`cd $srcdir && pwd`" != "`pwd`" &&
lincity-1.13.1/configure-1785-   test -f $srcdir/config.status; then
##############################################
lincity-1.13.1/configure-1966-# case it prints its new name instead of `make'.
lincity-1.13.1/configure:1967:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
lincity-1.13.1/configure-1968-   am__include=include
##############################################
lincity-1.13.1/configure-1974-   echo '.include "confinc"' > confmf
lincity-1.13.1/configure:1975:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
lincity-1.13.1/configure-1976-      am__include=.include
##############################################
lincity-1.13.1/configure-2325-     "checking for C compiler version" >&5
lincity-1.13.1/configure:2326:ac_compiler=`set X $ac_compile; echo $2`
lincity-1.13.1/configure-2327-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
lincity-1.13.1/configure-2364-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
lincity-1.13.1/configure:2365:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lincity-1.13.1/configure-2366-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
lincity-1.13.1/configure-2392-    *.* )
lincity-1.13.1/configure:2393:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lincity-1.13.1/configure-2394-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
lincity-1.13.1/configure-2472-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
lincity-1.13.1/configure:2473:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lincity-1.13.1/configure-2474-	  export ac_cv_exeext
##############################################
lincity-1.13.1/configure-2522-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
lincity-1.13.1/configure:2523:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lincity-1.13.1/configure-2524-       break;;
##############################################
lincity-1.13.1/configure-2600-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
lincity-1.13.1/configure:2601:GCC=`test $ac_compiler_gnu = yes && echo yes`
lincity-1.13.1/configure-2602-ac_test_CFLAGS=${CFLAGS+set}
##############################################
lincity-1.13.1/configure-2959-  if test "$am_compiler_list" = ""; then
lincity-1.13.1/configure:2960:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lincity-1.13.1/configure-2961-  fi
##############################################
lincity-1.13.1/configure-3422-     "checking for C compiler version" >&5
lincity-1.13.1/configure:3423:ac_compiler=`set X $ac_compile; echo $2`
lincity-1.13.1/configure-3424-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
lincity-1.13.1/configure-3496-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
lincity-1.13.1/configure:3497:GCC=`test $ac_compiler_gnu = yes && echo yes`
lincity-1.13.1/configure-3498-ac_test_CFLAGS=${CFLAGS+set}
##############################################
lincity-1.13.1/configure-3855-  if test "$am_compiler_list" = ""; then
lincity-1.13.1/configure:3856:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lincity-1.13.1/configure-3857-  fi
##############################################
lincity-1.13.1/configure-4210-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
lincity-1.13.1/configure:4211:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
lincity-1.13.1/configure-4212-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
lincity-1.13.1/configure-4219-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
lincity-1.13.1/configure:4220:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
lincity-1.13.1/configure-4221-if test -n "$ac_maketemp"; then
##############################################
lincity-1.13.1/configure-4227-fi
lincity-1.13.1/configure:4228:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
lincity-1.13.1/configure-4229-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
lincity-1.13.1/configure-4322-test -z "$ac_cv_build_alias" &&
lincity-1.13.1/configure:4323:  ac_cv_build_alias=`$ac_config_guess`
lincity-1.13.1/configure-4324-test -z "$ac_cv_build_alias" &&
##############################################
lincity-1.13.1/configure-4327-   { (exit 1); exit 1; }; }
lincity-1.13.1/configure:4328:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
lincity-1.13.1/configure-4329-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
lincity-1.13.1/configure-4336-build=$ac_cv_build
lincity-1.13.1/configure:4337:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
lincity-1.13.1/configure:4338:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
lincity-1.13.1/configure:4339:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
lincity-1.13.1/configure-4340-
##############################################
lincity-1.13.1/configure-4349-  ac_cv_host_alias=$ac_cv_build_alias
lincity-1.13.1/configure:4350:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
lincity-1.13.1/configure-4351-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
lincity-1.13.1/configure-4358-host=$ac_cv_host
lincity-1.13.1/configure:4359:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
lincity-1.13.1/configure:4360:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
lincity-1.13.1/configure:4361:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
lincity-1.13.1/configure-4362-
##############################################
lincity-1.13.1/configure-4406-    test $lt_ac_count -gt 10 && break
lincity-1.13.1/configure:4407:    lt_ac_count=`expr $lt_ac_count + 1`
lincity-1.13.1/configure-4408-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
lincity-1.13.1/configure-4436-    # gcc leaves a trailing carriage return which upsets mingw
lincity-1.13.1/configure:4437:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lincity-1.13.1/configure-4438-  *)
lincity-1.13.1/configure:4439:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lincity-1.13.1/configure-4440-  esac
##############################################
lincity-1.13.1/configure-4445-      # Canonicalize the pathname of ld
lincity-1.13.1/configure:4446:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
lincity-1.13.1/configure-4447-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
lincity-1.13.1/configure:4448:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
lincity-1.13.1/configure-4449-      done
##############################################
lincity-1.13.1/configure-4480-      # Break only if it was the GNU/non-GNU ld that we prefer.
lincity-1.13.1/configure:4481:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lincity-1.13.1/configure-4482-      *GNU* | *'with BFD'*)
##############################################
lincity-1.13.1/configure-4513-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
lincity-1.13.1/configure:4514:case `$LD -v 2>&1 </dev/null` in
lincity-1.13.1/configure-4515-*GNU* | *'with BFD'*)
##############################################
lincity-1.13.1/configure-4562-      # Tru64's nm complains that /dev/null is an invalid object file
lincity-1.13.1/configure:4563:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
lincity-1.13.1/configure-4564-      */dev/null* | *'Invalid file or object type'*)
##############################################
lincity-1.13.1/configure-4568-      *)
lincity-1.13.1/configure:4569:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lincity-1.13.1/configure-4570-	*/dev/null*)
##############################################
lincity-1.13.1/configure-4725-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
lincity-1.13.1/configure:4726:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/configure-4727-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
##############################################
lincity-1.13.1/configure-4807-  (exit $ac_status); }; then
lincity-1.13.1/configure:4808:    case `/usr/bin/file conftest.$ac_objext` in
lincity-1.13.1/configure-4809-    *ELF-32*)
##############################################
lincity-1.13.1/configure-4827-   if test "$lt_cv_prog_gnu_ld" = yes; then
lincity-1.13.1/configure:4828:    case `/usr/bin/file conftest.$ac_objext` in
lincity-1.13.1/configure-4829-    *32-bit*)
##############################################
lincity-1.13.1/configure-4839-   else
lincity-1.13.1/configure:4840:    case `/usr/bin/file conftest.$ac_objext` in
lincity-1.13.1/configure-4841-    *32-bit*)
##############################################
lincity-1.13.1/configure-5159-do
lincity-1.13.1/configure:5160:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lincity-1.13.1/configure-5161-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
lincity-1.13.1/configure-5205-fi
lincity-1.13.1/configure:5206:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:5207:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure:5208:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lincity-1.13.1/configure-5209-  cat >>confdefs.h <<_ACEOF
lincity-1.13.1/configure:5210:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lincity-1.13.1/configure-5211-_ACEOF
##############################################
lincity-1.13.1/configure-5220-do
lincity-1.13.1/configure:5221:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lincity-1.13.1/configure-5222-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
lincity-1.13.1/configure-5227-fi
lincity-1.13.1/configure:5228:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:5229:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure-5230-else
##############################################
lincity-1.13.1/configure-5353-fi
lincity-1.13.1/configure:5354:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:5355:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure-5356-
lincity-1.13.1/configure-5357-fi
lincity-1.13.1/configure:5358:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lincity-1.13.1/configure-5359-  cat >>confdefs.h <<_ACEOF
lincity-1.13.1/configure:5360:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lincity-1.13.1/configure-5361-_ACEOF
##############################################
lincity-1.13.1/configure-5462-     "checking for C++ compiler version" >&5
lincity-1.13.1/configure:5463:ac_compiler=`set X $ac_compile; echo $2`
lincity-1.13.1/configure-5464-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
lincity-1.13.1/configure-5536-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
lincity-1.13.1/configure:5537:GXX=`test $ac_compiler_gnu = yes && echo yes`
lincity-1.13.1/configure-5538-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
lincity-1.13.1/configure-5745-  if test "$am_compiler_list" = ""; then
lincity-1.13.1/configure:5746:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lincity-1.13.1/configure-5747-  fi
##############################################
lincity-1.13.1/configure-6144-     "checking for Fortran 77 compiler version" >&5
lincity-1.13.1/configure:6145:ac_compiler=`set X $ac_compile; echo $2`
lincity-1.13.1/configure-6146-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
lincity-1.13.1/configure-6277-
lincity-1.13.1/configure:6278:G77=`test $ac_compiler_gnu = yes && echo yes`
lincity-1.13.1/configure-6279-ac_ext=c
##############################################
lincity-1.13.1/configure-6334-    # we can't tell.
lincity-1.13.1/configure:6335:    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
lincity-1.13.1/configure-6336-	       = "XX$teststring") >/dev/null 2>&1 &&
lincity-1.13.1/configure:6337:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
lincity-1.13.1/configure-6338-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
lincity-1.13.1/configure-6340-    do
lincity-1.13.1/configure:6341:      i=`expr $i + 1`
lincity-1.13.1/configure-6342-      teststring=$teststring$teststring
##############################################
lincity-1.13.1/configure-6347-    # It appears as though 1/2 is a usable value.
lincity-1.13.1/configure:6348:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lincity-1.13.1/configure-6349-    ;;
##############################################
lincity-1.13.1/configure-6427-# If we're using GNU nm, then use its standard symbol codes.
lincity-1.13.1/configure:6428:case `$NM -V 2>&1` in
lincity-1.13.1/configure-6429-*GNU* | *'with BFD'*)
##############################################
lincity-1.13.1/configure-6928-	"file_magic "*)
lincity-1.13.1/configure:6929:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
lincity-1.13.1/configure-6930-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
lincity-1.13.1/configure-6990-	"file_magic "*)
lincity-1.13.1/configure:6991:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
lincity-1.13.1/configure-6992-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
lincity-1.13.1/configure-7101-if test -n "$lt_prog_cc_shlib"; then
lincity-1.13.1/configure:7102:  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
lincity-1.13.1/configure:7103:echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
lincity-1.13.1/configure-7104-  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
lincity-1.13.1/configure-7509-  if test "$hard_links" = no; then
lincity-1.13.1/configure:7510:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
lincity-1.13.1/configure:7511:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
lincity-1.13.1/configure-7512-    need_locks=warn
##############################################
lincity-1.13.1/configure-7632-	# is EXPORTS), use it as is; otherwise, prepend...
lincity-1.13.1/configure:7633:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lincity-1.13.1/configure-7634-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
lincity-1.13.1/configure-7687-      supports_anon_versioning=no
lincity-1.13.1/configure:7688:      case `$LD -v 2>/dev/null` in
lincity-1.13.1/configure-7689-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
lincity-1.13.1/configure-7794-	# below for broken collect2 doesn't work under 4.3+
lincity-1.13.1/configure:7795:	  collect2name=`${CC} -print-prog-name=collect2`
lincity-1.13.1/configure-7796-	  if test -f "$collect2name" && \
##############################################
lincity-1.13.1/configure-7887-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
lincity-1.13.1/configure:7888:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
lincity-1.13.1/configure-7889-       else
##############################################
lincity-1.13.1/configure-7986-      # FIXME: Setting linknames here is a bad hack.
lincity-1.13.1/configure:7987:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
lincity-1.13.1/configure-7988-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
lincity-1.13.1/configure-7991-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
lincity-1.13.1/configure:7992:      fix_srcfile_path='`cygpath -w "$srcfile"`'
lincity-1.13.1/configure-7993-      enable_shared_with_static_runtimes=yes
##############################################
lincity-1.13.1/configure-8152-      if test "$GCC" = yes; then
lincity-1.13.1/configure:8153:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-8154-      else
lincity-1.13.1/configure:8155:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-8156-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
lincity-1.13.1/configure-8184-      hardcode_shlibpath_var=no
lincity-1.13.1/configure:8185:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/configure-8186-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lincity-1.13.1/configure-8213-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/configure:8214:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-8215-      else
lincity-1.13.1/configure-8216-	allow_undefined_flag=' -expect_unresolved \*'
lincity-1.13.1/configure:8217:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-8218-      fi
##############################################
lincity-1.13.1/configure-8225-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/configure:8226:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-8227-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
lincity-1.13.1/configure-8229-	allow_undefined_flag=' -expect_unresolved \*'
lincity-1.13.1/configure:8230:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure:8231:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
lincity-1.13.1/configure:8232:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
lincity-1.13.1/configure-8233-
##############################################
lincity-1.13.1/configure-8451-if test "$GCC" = yes; then
lincity-1.13.1/configure:8452:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/configure-8453-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
lincity-1.13.1/configure-8457-    # okay in the real world where ";" in dirpaths is itself problematic.
lincity-1.13.1/configure:8458:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/configure-8459-  else
lincity-1.13.1/configure:8460:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/configure-8461-  fi
##############################################
lincity-1.13.1/configure-8528-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
lincity-1.13.1/configure:8529:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
lincity-1.13.1/configure-8530-  ;;
##############################################
lincity-1.13.1/configure-8561-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lincity-1.13.1/configure:8562:    postinstall_cmds='base_file=`basename \${file}`~
lincity-1.13.1/configure:8563:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
lincity-1.13.1/configure:8564:      dldir=$destdir/`dirname \$dlpath`~
lincity-1.13.1/configure-8565-      test -d \$dldir || mkdir -p \$dldir~
lincity-1.13.1/configure-8566-      $install_prog $dir/$dlname \$dldir/$dlname'
lincity-1.13.1/configure:8567:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lincity-1.13.1/configure-8568-      dlpath=$dir/\$dldll~
##############################################
lincity-1.13.1/configure-8574-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lincity-1.13.1/configure:8575:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure-8576-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
lincity-1.13.1/configure-8579-      # MinGW DLLs use traditional 'lib' prefix
lincity-1.13.1/configure:8580:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure:8581:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/configure-8582-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
lincity-1.13.1/configure-8588-        # which wouldn't understand a cygwinified path. Ahh.
lincity-1.13.1/configure:8589:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/configure-8590-      else
lincity-1.13.1/configure:8591:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/configure-8592-      fi
##############################################
lincity-1.13.1/configure-8595-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lincity-1.13.1/configure:8596:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure-8597-      ;;
##############################################
lincity-1.13.1/configure-8601-  *)
lincity-1.13.1/configure:8602:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
lincity-1.13.1/configure-8603-    ;;
##############################################
lincity-1.13.1/configure-8621-  if test "$GCC" = yes; then
lincity-1.13.1/configure:8622:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
lincity-1.13.1/configure-8623-  else
##############################################
lincity-1.13.1/configure-8798-  if test -f /etc/ld.so.conf; then
lincity-1.13.1/configure:8799:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
lincity-1.13.1/configure-8800-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lincity-1.13.1/configure-8865-  shlibpath_var=LD_LIBRARY_PATH
lincity-1.13.1/configure:8866:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/configure-8867-    case $host_os in
##############################################
lincity-1.13.1/configure-9991-      # Double-quote double-evaled strings.
lincity-1.13.1/configure:9992:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
lincity-1.13.1/configure-9993-      ;;
lincity-1.13.1/configure-9994-    *)
lincity-1.13.1/configure:9995:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
lincity-1.13.1/configure-9996-      ;;
##############################################
lincity-1.13.1/configure-10001-  *'\$0 --fallback-echo"')
lincity-1.13.1/configure:10002:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
lincity-1.13.1/configure-10003-    ;;
##############################################
lincity-1.13.1/configure-10014-
lincity-1.13.1/configure:10015:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
lincity-1.13.1/configure-10016-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
lincity-1.13.1/configure-10384-  # libtool script then.
lincity-1.13.1/configure:10385:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
lincity-1.13.1/configure-10386-  if test -f "$ltmain_in"; then
##############################################
lincity-1.13.1/configure-10413-  if test -z "$LTCC"; then
lincity-1.13.1/configure:10414:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
lincity-1.13.1/configure-10415-    if test -z "$LTCC"; then
##############################################
lincity-1.13.1/configure-10418-    else
lincity-1.13.1/configure:10419:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
lincity-1.13.1/configure:10420:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
lincity-1.13.1/configure-10421-    fi
##############################################
lincity-1.13.1/configure-10425-  # Note that this assumes the entire list is on one line.
lincity-1.13.1/configure:10426:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
lincity-1.13.1/configure-10427-
##############################################
lincity-1.13.1/configure-10431-    # Check whether tagname contains only valid characters
lincity-1.13.1/configure:10432:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
lincity-1.13.1/configure-10433-    "") ;;
##############################################
lincity-1.13.1/configure-10531-compiler_CXX=$CC
lincity-1.13.1/configure:10532:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/configure-10533-
##############################################
lincity-1.13.1/configure-10560-    # gcc leaves a trailing carriage return which upsets mingw
lincity-1.13.1/configure:10561:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lincity-1.13.1/configure-10562-  *)
lincity-1.13.1/configure:10563:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lincity-1.13.1/configure-10564-  esac
##############################################
lincity-1.13.1/configure-10569-      # Canonicalize the pathname of ld
lincity-1.13.1/configure:10570:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
lincity-1.13.1/configure-10571-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
lincity-1.13.1/configure:10572:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
lincity-1.13.1/configure-10573-      done
##############################################
lincity-1.13.1/configure-10604-      # Break only if it was the GNU/non-GNU ld that we prefer.
lincity-1.13.1/configure:10605:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lincity-1.13.1/configure-10606-      *GNU* | *'with BFD'*)
##############################################
lincity-1.13.1/configure-10637-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
lincity-1.13.1/configure:10638:case `$LD -v 2>&1 </dev/null` in
lincity-1.13.1/configure-10639-*GNU* | *'with BFD'*)
##############################################
lincity-1.13.1/configure-10667-    # ancient GNU ld didn't support --whole-archive et. al.
lincity-1.13.1/configure:10668:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
lincity-1.13.1/configure-10669-	grep 'no-whole-archive' > /dev/null; then
##############################################
lincity-1.13.1/configure-10748-      # below for broken collect2 doesn't work under 4.3+
lincity-1.13.1/configure:10749:	collect2name=`${CC} -print-prog-name=collect2`
lincity-1.13.1/configure-10750-	if test -f "$collect2name" && \
##############################################
lincity-1.13.1/configure-10842-
lincity-1.13.1/configure:10843:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
lincity-1.13.1/configure-10844-     else
##############################################
lincity-1.13.1/configure-10937-      # is EXPORTS), use it as is; otherwise, prepend...
lincity-1.13.1/configure:10938:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lincity-1.13.1/configure-10939-	cp $export_symbols $output_objdir/$soname.def;
##############################################
lincity-1.13.1/configure-11055-      # dependencies.
lincity-1.13.1/configure:11056:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/configure-11057-      ;;
##############################################
lincity-1.13.1/configure-11127-	# dependencies.
lincity-1.13.1/configure:11128:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/configure-11129-	;;
##############################################
lincity-1.13.1/configure-11152-	# SGI C++
lincity-1.13.1/configure:11153:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
lincity-1.13.1/configure-11154-
##############################################
lincity-1.13.1/configure-11163-	  if test "$with_gnu_ld" = no; then
lincity-1.13.1/configure:11164:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
lincity-1.13.1/configure-11165-	  else
lincity-1.13.1/configure:11166:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
lincity-1.13.1/configure-11167-	  fi
##############################################
lincity-1.13.1/configure-11182-	# to its proper name (with version) after linking.
lincity-1.13.1/configure:11183:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lincity-1.13.1/configure:11184:	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
lincity-1.13.1/configure-11185-	# Commands to make compiler produce verbose output that lists
##############################################
lincity-1.13.1/configure-11192-	# dependencies.
lincity-1.13.1/configure:11193:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/configure-11194-
##############################################
lincity-1.13.1/configure-11228-	# dependencies.
lincity-1.13.1/configure:11229:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/configure-11230-	;;
##############################################
lincity-1.13.1/configure-11271-	# to its proper name (with version) after linking.
lincity-1.13.1/configure:11272:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lincity-1.13.1/configure-11273-
##############################################
lincity-1.13.1/configure-11288-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/configure:11289:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
lincity-1.13.1/configure-11290-
##############################################
lincity-1.13.1/configure-11301-	# dependencies.
lincity-1.13.1/configure:11302:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/configure-11303-	;;
##############################################
lincity-1.13.1/configure-11306-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/configure:11307:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
lincity-1.13.1/configure-11308-
##############################################
lincity-1.13.1/configure-11331-	# to its proper name (with version) after linking.
lincity-1.13.1/configure:11332:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lincity-1.13.1/configure-11333-
##############################################
lincity-1.13.1/configure-11347-	allow_undefined_flag_CXX=' -expect_unresolved \*'
lincity-1.13.1/configure:11348:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
lincity-1.13.1/configure:11349:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
lincity-1.13.1/configure-11350-	  echo "-hidden">> $lib.exp~
lincity-1.13.1/configure:11351:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry $objdir/so_locations -o $lib~
lincity-1.13.1/configure-11352-	  $rm $lib.exp'
##############################################
lincity-1.13.1/configure-11364-	# dependencies.
lincity-1.13.1/configure:11365:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/configure-11366-	;;
##############################################
lincity-1.13.1/configure-11369-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/configure:11370:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
lincity-1.13.1/configure-11371-
##############################################
lincity-1.13.1/configure-11452-	# dependencies.
lincity-1.13.1/configure:11453:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/configure-11454-
##############################################
lincity-1.13.1/configure-11556-  # eval without this substitution.
lincity-1.13.1/configure:11557:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
lincity-1.13.1/configure-11558-
lincity-1.13.1/configure:11559:  for p in `eval $output_verbose_link_cmd`; do
lincity-1.13.1/configure-11560-    case $p in
##############################################
lincity-1.13.1/configure-12020-  if test "$hard_links" = no; then
lincity-1.13.1/configure:12021:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
lincity-1.13.1/configure:12022:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
lincity-1.13.1/configure-12023-    need_locks=warn
##############################################
lincity-1.13.1/configure-12143-if test "$GCC" = yes; then
lincity-1.13.1/configure:12144:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/configure-12145-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
lincity-1.13.1/configure-12149-    # okay in the real world where ";" in dirpaths is itself problematic.
lincity-1.13.1/configure:12150:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/configure-12151-  else
lincity-1.13.1/configure:12152:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/configure-12153-  fi
##############################################
lincity-1.13.1/configure-12220-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
lincity-1.13.1/configure:12221:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
lincity-1.13.1/configure-12222-  ;;
##############################################
lincity-1.13.1/configure-12253-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lincity-1.13.1/configure:12254:    postinstall_cmds='base_file=`basename \${file}`~
lincity-1.13.1/configure:12255:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
lincity-1.13.1/configure:12256:      dldir=$destdir/`dirname \$dlpath`~
lincity-1.13.1/configure-12257-      test -d \$dldir || mkdir -p \$dldir~
lincity-1.13.1/configure-12258-      $install_prog $dir/$dlname \$dldir/$dlname'
lincity-1.13.1/configure:12259:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lincity-1.13.1/configure-12260-      dlpath=$dir/\$dldll~
##############################################
lincity-1.13.1/configure-12266-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lincity-1.13.1/configure:12267:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure-12268-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
lincity-1.13.1/configure-12271-      # MinGW DLLs use traditional 'lib' prefix
lincity-1.13.1/configure:12272:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure:12273:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/configure-12274-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
lincity-1.13.1/configure-12280-        # which wouldn't understand a cygwinified path. Ahh.
lincity-1.13.1/configure:12281:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/configure-12282-      else
lincity-1.13.1/configure:12283:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/configure-12284-      fi
##############################################
lincity-1.13.1/configure-12287-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lincity-1.13.1/configure:12288:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure-12289-      ;;
##############################################
lincity-1.13.1/configure-12293-  *)
lincity-1.13.1/configure:12294:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
lincity-1.13.1/configure-12295-    ;;
##############################################
lincity-1.13.1/configure-12313-  if test "$GCC" = yes; then
lincity-1.13.1/configure:12314:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
lincity-1.13.1/configure-12315-  else
##############################################
lincity-1.13.1/configure-12490-  if test -f /etc/ld.so.conf; then
lincity-1.13.1/configure:12491:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
lincity-1.13.1/configure-12492-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lincity-1.13.1/configure-12557-  shlibpath_var=LD_LIBRARY_PATH
lincity-1.13.1/configure:12558:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/configure-12559-    case $host_os in
##############################################
lincity-1.13.1/configure-13609-      # Double-quote double-evaled strings.
lincity-1.13.1/configure:13610:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
lincity-1.13.1/configure-13611-      ;;
lincity-1.13.1/configure-13612-    *)
lincity-1.13.1/configure:13613:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
lincity-1.13.1/configure-13614-      ;;
##############################################
lincity-1.13.1/configure-13619-  *'\$0 --fallback-echo"')
lincity-1.13.1/configure:13620:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
lincity-1.13.1/configure-13621-    ;;
##############################################
lincity-1.13.1/configure-13929-  # libtool script then.
lincity-1.13.1/configure:13930:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
lincity-1.13.1/configure-13931-  if test -f "$ltmain_in"; then
##############################################
lincity-1.13.1/configure-14013-compiler_F77=$CC
lincity-1.13.1/configure:14014:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/configure-14015-
##############################################
lincity-1.13.1/configure-14362-  if test "$hard_links" = no; then
lincity-1.13.1/configure:14363:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
lincity-1.13.1/configure:14364:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
lincity-1.13.1/configure-14365-    need_locks=warn
##############################################
lincity-1.13.1/configure-14485-	# is EXPORTS), use it as is; otherwise, prepend...
lincity-1.13.1/configure:14486:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lincity-1.13.1/configure-14487-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
lincity-1.13.1/configure-14540-      supports_anon_versioning=no
lincity-1.13.1/configure:14541:      case `$LD -v 2>/dev/null` in
lincity-1.13.1/configure-14542-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
lincity-1.13.1/configure-14647-	# below for broken collect2 doesn't work under 4.3+
lincity-1.13.1/configure:14648:	  collect2name=`${CC} -print-prog-name=collect2`
lincity-1.13.1/configure-14649-	  if test -f "$collect2name" && \
##############################################
lincity-1.13.1/configure-14730-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
lincity-1.13.1/configure:14731:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
lincity-1.13.1/configure-14732-       else
##############################################
lincity-1.13.1/configure-14819-      # FIXME: Setting linknames here is a bad hack.
lincity-1.13.1/configure:14820:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
lincity-1.13.1/configure-14821-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
lincity-1.13.1/configure-14824-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
lincity-1.13.1/configure:14825:      fix_srcfile_path='`cygpath -w "$srcfile"`'
lincity-1.13.1/configure-14826-      enable_shared_with_static_runtimes_F77=yes
##############################################
lincity-1.13.1/configure-14985-      if test "$GCC" = yes; then
lincity-1.13.1/configure:14986:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-14987-      else
lincity-1.13.1/configure:14988:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-14989-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
lincity-1.13.1/configure-15017-      hardcode_shlibpath_var_F77=no
lincity-1.13.1/configure:15018:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/configure-15019-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lincity-1.13.1/configure-15046-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/configure:15047:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-15048-      else
lincity-1.13.1/configure-15049-	allow_undefined_flag_F77=' -expect_unresolved \*'
lincity-1.13.1/configure:15050:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-15051-      fi
##############################################
lincity-1.13.1/configure-15058-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/configure:15059:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-15060-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
lincity-1.13.1/configure-15062-	allow_undefined_flag_F77=' -expect_unresolved \*'
lincity-1.13.1/configure:15063:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure:15064:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
lincity-1.13.1/configure:15065:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
lincity-1.13.1/configure-15066-
##############################################
lincity-1.13.1/configure-15284-if test "$GCC" = yes; then
lincity-1.13.1/configure:15285:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/configure-15286-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
lincity-1.13.1/configure-15290-    # okay in the real world where ";" in dirpaths is itself problematic.
lincity-1.13.1/configure:15291:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/configure-15292-  else
lincity-1.13.1/configure:15293:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/configure-15294-  fi
##############################################
lincity-1.13.1/configure-15361-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
lincity-1.13.1/configure:15362:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
lincity-1.13.1/configure-15363-  ;;
##############################################
lincity-1.13.1/configure-15394-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lincity-1.13.1/configure:15395:    postinstall_cmds='base_file=`basename \${file}`~
lincity-1.13.1/configure:15396:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
lincity-1.13.1/configure:15397:      dldir=$destdir/`dirname \$dlpath`~
lincity-1.13.1/configure-15398-      test -d \$dldir || mkdir -p \$dldir~
lincity-1.13.1/configure-15399-      $install_prog $dir/$dlname \$dldir/$dlname'
lincity-1.13.1/configure:15400:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lincity-1.13.1/configure-15401-      dlpath=$dir/\$dldll~
##############################################
lincity-1.13.1/configure-15407-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lincity-1.13.1/configure:15408:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure-15409-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
lincity-1.13.1/configure-15412-      # MinGW DLLs use traditional 'lib' prefix
lincity-1.13.1/configure:15413:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure:15414:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/configure-15415-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
lincity-1.13.1/configure-15421-        # which wouldn't understand a cygwinified path. Ahh.
lincity-1.13.1/configure:15422:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/configure-15423-      else
lincity-1.13.1/configure:15424:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/configure-15425-      fi
##############################################
lincity-1.13.1/configure-15428-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lincity-1.13.1/configure:15429:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure-15430-      ;;
##############################################
lincity-1.13.1/configure-15434-  *)
lincity-1.13.1/configure:15435:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
lincity-1.13.1/configure-15436-    ;;
##############################################
lincity-1.13.1/configure-15454-  if test "$GCC" = yes; then
lincity-1.13.1/configure:15455:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
lincity-1.13.1/configure-15456-  else
##############################################
lincity-1.13.1/configure-15631-  if test -f /etc/ld.so.conf; then
lincity-1.13.1/configure:15632:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
lincity-1.13.1/configure-15633-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lincity-1.13.1/configure-15698-  shlibpath_var=LD_LIBRARY_PATH
lincity-1.13.1/configure:15699:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/configure-15700-    case $host_os in
##############################################
lincity-1.13.1/configure-15952-      # Double-quote double-evaled strings.
lincity-1.13.1/configure:15953:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
lincity-1.13.1/configure-15954-      ;;
lincity-1.13.1/configure-15955-    *)
lincity-1.13.1/configure:15956:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
lincity-1.13.1/configure-15957-      ;;
##############################################
lincity-1.13.1/configure-15962-  *'\$0 --fallback-echo"')
lincity-1.13.1/configure:15963:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
lincity-1.13.1/configure-15964-    ;;
##############################################
lincity-1.13.1/configure-16272-  # libtool script then.
lincity-1.13.1/configure:16273:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
lincity-1.13.1/configure-16274-  if test -f "$ltmain_in"; then
##############################################
lincity-1.13.1/configure-16688-  if test "$hard_links" = no; then
lincity-1.13.1/configure:16689:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
lincity-1.13.1/configure:16690:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
lincity-1.13.1/configure-16691-    need_locks=warn
##############################################
lincity-1.13.1/configure-16811-	# is EXPORTS), use it as is; otherwise, prepend...
lincity-1.13.1/configure:16812:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lincity-1.13.1/configure-16813-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
lincity-1.13.1/configure-16866-      supports_anon_versioning=no
lincity-1.13.1/configure:16867:      case `$LD -v 2>/dev/null` in
lincity-1.13.1/configure-16868-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
lincity-1.13.1/configure-16973-	# below for broken collect2 doesn't work under 4.3+
lincity-1.13.1/configure:16974:	  collect2name=`${CC} -print-prog-name=collect2`
lincity-1.13.1/configure-16975-	  if test -f "$collect2name" && \
##############################################
lincity-1.13.1/configure-17066-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
lincity-1.13.1/configure:17067:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
lincity-1.13.1/configure-17068-       else
##############################################
lincity-1.13.1/configure-17165-      # FIXME: Setting linknames here is a bad hack.
lincity-1.13.1/configure:17166:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
lincity-1.13.1/configure-17167-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
lincity-1.13.1/configure-17170-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
lincity-1.13.1/configure:17171:      fix_srcfile_path='`cygpath -w "$srcfile"`'
lincity-1.13.1/configure-17172-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
lincity-1.13.1/configure-17331-      if test "$GCC" = yes; then
lincity-1.13.1/configure:17332:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-17333-      else
lincity-1.13.1/configure:17334:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-17335-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
lincity-1.13.1/configure-17363-      hardcode_shlibpath_var_GCJ=no
lincity-1.13.1/configure:17364:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/configure-17365-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lincity-1.13.1/configure-17392-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/configure:17393:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-17394-      else
lincity-1.13.1/configure-17395-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
lincity-1.13.1/configure:17396:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-17397-      fi
##############################################
lincity-1.13.1/configure-17404-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/configure:17405:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure-17406-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
lincity-1.13.1/configure-17408-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
lincity-1.13.1/configure:17409:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/configure:17410:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
lincity-1.13.1/configure:17411:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
lincity-1.13.1/configure-17412-
##############################################
lincity-1.13.1/configure-17630-if test "$GCC" = yes; then
lincity-1.13.1/configure:17631:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/configure-17632-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
lincity-1.13.1/configure-17636-    # okay in the real world where ";" in dirpaths is itself problematic.
lincity-1.13.1/configure:17637:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/configure-17638-  else
lincity-1.13.1/configure:17639:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/configure-17640-  fi
##############################################
lincity-1.13.1/configure-17707-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
lincity-1.13.1/configure:17708:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
lincity-1.13.1/configure-17709-  ;;
##############################################
lincity-1.13.1/configure-17740-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lincity-1.13.1/configure:17741:    postinstall_cmds='base_file=`basename \${file}`~
lincity-1.13.1/configure:17742:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
lincity-1.13.1/configure:17743:      dldir=$destdir/`dirname \$dlpath`~
lincity-1.13.1/configure-17744-      test -d \$dldir || mkdir -p \$dldir~
lincity-1.13.1/configure-17745-      $install_prog $dir/$dlname \$dldir/$dlname'
lincity-1.13.1/configure:17746:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lincity-1.13.1/configure-17747-      dlpath=$dir/\$dldll~
##############################################
lincity-1.13.1/configure-17753-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lincity-1.13.1/configure:17754:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure-17755-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
lincity-1.13.1/configure-17758-      # MinGW DLLs use traditional 'lib' prefix
lincity-1.13.1/configure:17759:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure:17760:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/configure-17761-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
lincity-1.13.1/configure-17767-        # which wouldn't understand a cygwinified path. Ahh.
lincity-1.13.1/configure:17768:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/configure-17769-      else
lincity-1.13.1/configure:17770:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/configure-17771-      fi
##############################################
lincity-1.13.1/configure-17774-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lincity-1.13.1/configure:17775:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/configure-17776-      ;;
##############################################
lincity-1.13.1/configure-17780-  *)
lincity-1.13.1/configure:17781:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
lincity-1.13.1/configure-17782-    ;;
##############################################
lincity-1.13.1/configure-17800-  if test "$GCC" = yes; then
lincity-1.13.1/configure:17801:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
lincity-1.13.1/configure-17802-  else
##############################################
lincity-1.13.1/configure-17977-  if test -f /etc/ld.so.conf; then
lincity-1.13.1/configure:17978:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
lincity-1.13.1/configure-17979-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lincity-1.13.1/configure-18044-  shlibpath_var=LD_LIBRARY_PATH
lincity-1.13.1/configure:18045:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/configure-18046-    case $host_os in
##############################################
lincity-1.13.1/configure-19096-      # Double-quote double-evaled strings.
lincity-1.13.1/configure:19097:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
lincity-1.13.1/configure-19098-      ;;
lincity-1.13.1/configure-19099-    *)
lincity-1.13.1/configure:19100:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
lincity-1.13.1/configure-19101-      ;;
##############################################
lincity-1.13.1/configure-19106-  *'\$0 --fallback-echo"')
lincity-1.13.1/configure:19107:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
lincity-1.13.1/configure-19108-    ;;
##############################################
lincity-1.13.1/configure-19416-  # libtool script then.
lincity-1.13.1/configure:19417:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
lincity-1.13.1/configure-19418-  if test -f "$ltmain_in"; then
##############################################
lincity-1.13.1/configure-19541-      # Double-quote double-evaled strings.
lincity-1.13.1/configure:19542:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
lincity-1.13.1/configure-19543-      ;;
lincity-1.13.1/configure-19544-    *)
lincity-1.13.1/configure:19545:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
lincity-1.13.1/configure-19546-      ;;
##############################################
lincity-1.13.1/configure-19551-  *'\$0 --fallback-echo"')
lincity-1.13.1/configure:19552:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
lincity-1.13.1/configure-19553-    ;;
##############################################
lincity-1.13.1/configure-19861-  # libtool script then.
lincity-1.13.1/configure:19862:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
lincity-1.13.1/configure-19863-  if test -f "$ltmain_in"; then
##############################################
lincity-1.13.1/configure-20034-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
lincity-1.13.1/configure:20035:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
lincity-1.13.1/configure-20036-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
lincity-1.13.1/configure-20190-LIBS=$ac_save_LIBS
lincity-1.13.1/configure:20191:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
lincity-1.13.1/configure-20192-do
##############################################
lincity-1.13.1/configure-21391-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
lincity-1.13.1/configure:21392:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
lincity-1.13.1/configure-21393-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
lincity-1.13.1/configure-21445-fi
lincity-1.13.1/configure:21446:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:21447:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure:21448:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lincity-1.13.1/configure-21449-  cat >>confdefs.h <<_ACEOF
lincity-1.13.1/configure:21450:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
lincity-1.13.1/configure-21451-_ACEOF
##############################################
lincity-1.13.1/configure-22102-
lincity-1.13.1/configure:22103:ac_lo=`expr $ac_mid + 1`
lincity-1.13.1/configure-22104-		    if test $ac_lo -le $ac_mid; then
##############################################
lincity-1.13.1/configure-22107-		    fi
lincity-1.13.1/configure:22108:		    ac_mid=`expr 2 '*' $ac_mid + 1`
lincity-1.13.1/configure-22109-fi
##############################################
lincity-1.13.1/configure-22198-
lincity-1.13.1/configure:22199:ac_hi=`expr '(' $ac_mid ')' - 1`
lincity-1.13.1/configure-22200-		       if test $ac_mid -le $ac_hi; then
##############################################
lincity-1.13.1/configure-22203-		       fi
lincity-1.13.1/configure:22204:		       ac_mid=`expr 2 '*' $ac_mid`
lincity-1.13.1/configure-22205-fi
##############################################
lincity-1.13.1/configure-22218-while test "x$ac_lo" != "x$ac_hi"; do
lincity-1.13.1/configure:22219:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lincity-1.13.1/configure-22220-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lincity-1.13.1/configure-22262-
lincity-1.13.1/configure:22263:ac_lo=`expr '(' $ac_mid ')' + 1`
lincity-1.13.1/configure-22264-fi
##############################################
lincity-1.13.1/configure-22508-
lincity-1.13.1/configure:22509:ac_lo=`expr $ac_mid + 1`
lincity-1.13.1/configure-22510-		    if test $ac_lo -le $ac_mid; then
##############################################
lincity-1.13.1/configure-22513-		    fi
lincity-1.13.1/configure:22514:		    ac_mid=`expr 2 '*' $ac_mid + 1`
lincity-1.13.1/configure-22515-fi
##############################################
lincity-1.13.1/configure-22604-
lincity-1.13.1/configure:22605:ac_hi=`expr '(' $ac_mid ')' - 1`
lincity-1.13.1/configure-22606-		       if test $ac_mid -le $ac_hi; then
##############################################
lincity-1.13.1/configure-22609-		       fi
lincity-1.13.1/configure:22610:		       ac_mid=`expr 2 '*' $ac_mid`
lincity-1.13.1/configure-22611-fi
##############################################
lincity-1.13.1/configure-22624-while test "x$ac_lo" != "x$ac_hi"; do
lincity-1.13.1/configure:22625:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lincity-1.13.1/configure-22626-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lincity-1.13.1/configure-22668-
lincity-1.13.1/configure:22669:ac_lo=`expr '(' $ac_mid ')' + 1`
lincity-1.13.1/configure-22670-fi
##############################################
lincity-1.13.1/configure-22914-
lincity-1.13.1/configure:22915:ac_lo=`expr $ac_mid + 1`
lincity-1.13.1/configure-22916-		    if test $ac_lo -le $ac_mid; then
##############################################
lincity-1.13.1/configure-22919-		    fi
lincity-1.13.1/configure:22920:		    ac_mid=`expr 2 '*' $ac_mid + 1`
lincity-1.13.1/configure-22921-fi
##############################################
lincity-1.13.1/configure-23010-
lincity-1.13.1/configure:23011:ac_hi=`expr '(' $ac_mid ')' - 1`
lincity-1.13.1/configure-23012-		       if test $ac_mid -le $ac_hi; then
##############################################
lincity-1.13.1/configure-23015-		       fi
lincity-1.13.1/configure:23016:		       ac_mid=`expr 2 '*' $ac_mid`
lincity-1.13.1/configure-23017-fi
##############################################
lincity-1.13.1/configure-23030-while test "x$ac_lo" != "x$ac_hi"; do
lincity-1.13.1/configure:23031:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lincity-1.13.1/configure-23032-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lincity-1.13.1/configure-23074-
lincity-1.13.1/configure:23075:ac_lo=`expr '(' $ac_mid ')' + 1`
lincity-1.13.1/configure-23076-fi
##############################################
lincity-1.13.1/configure-23320-
lincity-1.13.1/configure:23321:ac_lo=`expr $ac_mid + 1`
lincity-1.13.1/configure-23322-		    if test $ac_lo -le $ac_mid; then
##############################################
lincity-1.13.1/configure-23325-		    fi
lincity-1.13.1/configure:23326:		    ac_mid=`expr 2 '*' $ac_mid + 1`
lincity-1.13.1/configure-23327-fi
##############################################
lincity-1.13.1/configure-23416-
lincity-1.13.1/configure:23417:ac_hi=`expr '(' $ac_mid ')' - 1`
lincity-1.13.1/configure-23418-		       if test $ac_mid -le $ac_hi; then
##############################################
lincity-1.13.1/configure-23421-		       fi
lincity-1.13.1/configure:23422:		       ac_mid=`expr 2 '*' $ac_mid`
lincity-1.13.1/configure-23423-fi
##############################################
lincity-1.13.1/configure-23436-while test "x$ac_lo" != "x$ac_hi"; do
lincity-1.13.1/configure:23437:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
lincity-1.13.1/configure-23438-  cat >conftest.$ac_ext <<_ACEOF
##############################################
lincity-1.13.1/configure-23480-
lincity-1.13.1/configure:23481:ac_lo=`expr '(' $ac_mid ')' + 1`
lincity-1.13.1/configure-23482-fi
##############################################
lincity-1.13.1/configure-23661-do
lincity-1.13.1/configure:23662:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lincity-1.13.1/configure-23663-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
lincity-1.13.1/configure-23749-fi
lincity-1.13.1/configure:23750:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
lincity-1.13.1/configure:23751:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lincity-1.13.1/configure:23752:if test `eval echo '${'$as_ac_var'}'` = yes; then
lincity-1.13.1/configure-23753-  cat >>confdefs.h <<_ACEOF
lincity-1.13.1/configure:23754:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lincity-1.13.1/configure-23755-_ACEOF
##############################################
lincity-1.13.1/configure-23910-do
lincity-1.13.1/configure:23911:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lincity-1.13.1/configure-23912-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
lincity-1.13.1/configure-23917-fi
lincity-1.13.1/configure:23918:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:23919:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure-23920-else
##############################################
lincity-1.13.1/configure-24043-fi
lincity-1.13.1/configure:24044:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:24045:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure-24046-
lincity-1.13.1/configure-24047-fi
lincity-1.13.1/configure:24048:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lincity-1.13.1/configure-24049-  cat >>confdefs.h <<_ACEOF
lincity-1.13.1/configure:24050:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lincity-1.13.1/configure-24051-_ACEOF
##############################################
lincity-1.13.1/configure-24240-    else
lincity-1.13.1/configure:24241:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
lincity-1.13.1/configure-24242-      echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
##############################################
lincity-1.13.1/configure-24579-  for ac_func in _getb67 GETB67 getb67; do
lincity-1.13.1/configure:24580:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lincity-1.13.1/configure-24581-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
lincity-1.13.1/configure-24667-fi
lincity-1.13.1/configure:24668:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
lincity-1.13.1/configure:24669:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lincity-1.13.1/configure:24670:if test `eval echo '${'$as_ac_var'}'` = yes; then
lincity-1.13.1/configure-24671-
##############################################
lincity-1.13.1/configure-24752-do
lincity-1.13.1/configure:24753:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lincity-1.13.1/configure-24754-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
lincity-1.13.1/configure-24759-fi
lincity-1.13.1/configure:24760:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:24761:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure-24762-else
##############################################
lincity-1.13.1/configure-24885-fi
lincity-1.13.1/configure:24886:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:24887:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure-24888-
lincity-1.13.1/configure-24889-fi
lincity-1.13.1/configure:24890:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lincity-1.13.1/configure-24891-  cat >>confdefs.h <<_ACEOF
lincity-1.13.1/configure:24892:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lincity-1.13.1/configure-24893-_ACEOF
##############################################
lincity-1.13.1/configure-24901-do
lincity-1.13.1/configure:24902:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lincity-1.13.1/configure-24903-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
lincity-1.13.1/configure-24989-fi
lincity-1.13.1/configure:24990:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
lincity-1.13.1/configure:24991:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lincity-1.13.1/configure:24992:if test `eval echo '${'$as_ac_var'}'` = yes; then
lincity-1.13.1/configure-24993-  cat >>confdefs.h <<_ACEOF
lincity-1.13.1/configure:24994:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lincity-1.13.1/configure-24995-_ACEOF
##############################################
lincity-1.13.1/configure-25679-    # gcc leaves a trailing carriage return which upsets mingw
lincity-1.13.1/configure:25680:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lincity-1.13.1/configure-25681-  *)
lincity-1.13.1/configure:25682:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lincity-1.13.1/configure-25683-  esac
##############################################
lincity-1.13.1/configure-25688-      # Canonicalize the path of ld
lincity-1.13.1/configure:25689:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
lincity-1.13.1/configure-25690-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
lincity-1.13.1/configure:25691:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
lincity-1.13.1/configure-25692-      done
##############################################
lincity-1.13.1/configure-25863-        names_already_handled="$names_already_handled $name"
lincity-1.13.1/configure:25864:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
lincity-1.13.1/configure-25865-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
lincity-1.13.1/configure-25909-                -L*)
lincity-1.13.1/configure:25910:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
lincity-1.13.1/configure-25911-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
lincity-1.13.1/configure-26001-              */lib | */lib/)
lincity-1.13.1/configure:26002:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
lincity-1.13.1/configure-26003-                additional_includedir="$basedir/include"
##############################################
lincity-1.13.1/configure-26049-                  -L*)
lincity-1.13.1/configure:26050:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
lincity-1.13.1/configure-26051-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
lincity-1.13.1/configure-26106-                  -R*)
lincity-1.13.1/configure:26107:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
lincity-1.13.1/configure-26108-                    if test "$enable_rpath" != no; then
##############################################
lincity-1.13.1/configure-26131-                  -l*)
lincity-1.13.1/configure:26132:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
lincity-1.13.1/configure-26133-                    ;;
lincity-1.13.1/configure-26134-                  *.la)
lincity-1.13.1/configure:26135:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
lincity-1.13.1/configure-26136-                    ;;
##############################################
lincity-1.13.1/configure-26194-do
lincity-1.13.1/configure:26195:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
lincity-1.13.1/configure-26196-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
lincity-1.13.1/configure-26201-fi
lincity-1.13.1/configure:26202:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:26203:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure-26204-else
##############################################
lincity-1.13.1/configure-26327-fi
lincity-1.13.1/configure:26328:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
lincity-1.13.1/configure:26329:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
lincity-1.13.1/configure-26330-
lincity-1.13.1/configure-26331-fi
lincity-1.13.1/configure:26332:if test `eval echo '${'$as_ac_Header'}'` = yes; then
lincity-1.13.1/configure-26333-  cat >>confdefs.h <<_ACEOF
lincity-1.13.1/configure:26334:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
lincity-1.13.1/configure-26335-_ACEOF
##############################################
lincity-1.13.1/configure-26365-do
lincity-1.13.1/configure:26366:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
lincity-1.13.1/configure-26367-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
lincity-1.13.1/configure-26453-fi
lincity-1.13.1/configure:26454:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
lincity-1.13.1/configure:26455:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
lincity-1.13.1/configure:26456:if test `eval echo '${'$as_ac_var'}'` = yes; then
lincity-1.13.1/configure-26457-  cat >>confdefs.h <<_ACEOF
lincity-1.13.1/configure:26458:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
lincity-1.13.1/configure-26459-_ACEOF
##############################################
lincity-1.13.1/configure-26692-
lincity-1.13.1/configure:26693:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
lincity-1.13.1/configure-26694-    echo "$as_me:$LINENO: result: ${ac_t:-
##############################################
lincity-1.13.1/configure-26877-echo $ECHO_N "checking version of bison... $ECHO_C" >&6
lincity-1.13.1/configure:26878:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
lincity-1.13.1/configure-26879-    case $ac_prog_version in
##############################################
lincity-1.13.1/configure-27072-        names_already_handled="$names_already_handled $name"
lincity-1.13.1/configure:27073:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
lincity-1.13.1/configure-27074-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
lincity-1.13.1/configure-27118-                -L*)
lincity-1.13.1/configure:27119:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
lincity-1.13.1/configure-27120-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
lincity-1.13.1/configure-27210-              */lib | */lib/)
lincity-1.13.1/configure:27211:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
lincity-1.13.1/configure-27212-                additional_includedir="$basedir/include"
##############################################
lincity-1.13.1/configure-27258-                  -L*)
lincity-1.13.1/configure:27259:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
lincity-1.13.1/configure-27260-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
lincity-1.13.1/configure-27315-                  -R*)
lincity-1.13.1/configure:27316:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
lincity-1.13.1/configure-27317-                    if test "$enable_rpath" != no; then
##############################################
lincity-1.13.1/configure-27340-                  -l*)
lincity-1.13.1/configure:27341:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
lincity-1.13.1/configure-27342-                    ;;
lincity-1.13.1/configure-27343-                  *.la)
lincity-1.13.1/configure:27344:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
lincity-1.13.1/configure-27345-                    ;;
##############################################
lincity-1.13.1/configure-27534-        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
lincity-1.13.1/configure:27535:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
lincity-1.13.1/configure-27536-      fi
##############################################
lincity-1.13.1/configure-27834-do
lincity-1.13.1/configure:27835:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
lincity-1.13.1/configure-27836-    eval $as_var=C; export $as_var
##############################################
lincity-1.13.1/configure-27892-  as_lineno_2=$LINENO
lincity-1.13.1/configure:27893:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
lincity-1.13.1/configure-27894-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
lincity-1.13.1/configure-27932-  as_lineno_2=$LINENO
lincity-1.13.1/configure:27933:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
lincity-1.13.1/configure-27934-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
lincity-1.13.1/configure-28114-configured by $0, generated by GNU Autoconf 2.59,
lincity-1.13.1/configure:28115:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
lincity-1.13.1/configure-28116-
##############################################
lincity-1.13.1/configure-28131-  --*=*)
lincity-1.13.1/configure:28132:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
lincity-1.13.1/configure:28133:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
lincity-1.13.1/configure-28134-    ac_shift=:
##############################################
lincity-1.13.1/configure-28449-      fi
lincity-1.13.1/configure:28450:      ac_sed_frag=`expr $ac_sed_frag + 1`
lincity-1.13.1/configure-28451-      ac_beg=$ac_end
lincity-1.13.1/configure:28452:      ac_end=`expr $ac_end + $ac_max_sed_lines`
lincity-1.13.1/configure-28453-    fi
##############################################
lincity-1.13.1/configure-28466-	cat >$tmp/stdin
lincity-1.13.1/configure:28467:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lincity-1.13.1/configure:28468:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lincity-1.13.1/configure:28469:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lincity-1.13.1/configure:28470:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lincity-1.13.1/configure-28471-  * )   ac_file_in=$ac_file.in ;;
##############################################
lincity-1.13.1/configure-28514-if test "$ac_dir" != .; then
lincity-1.13.1/configure:28515:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
lincity-1.13.1/configure-28516-  # A "../" for each directory in $ac_dir_suffix.
lincity-1.13.1/configure:28517:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
lincity-1.13.1/configure-28518-else
##############################################
lincity-1.13.1/configure-28527-    else
lincity-1.13.1/configure:28528:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
lincity-1.13.1/configure-28529-    fi ;;
##############################################
lincity-1.13.1/configure-28680-	cat >$tmp/stdin
lincity-1.13.1/configure:28681:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lincity-1.13.1/configure:28682:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lincity-1.13.1/configure:28683:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
lincity-1.13.1/configure:28684:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
lincity-1.13.1/configure-28685-  * )   ac_file_in=$ac_file.in ;;
##############################################
lincity-1.13.1/configure-28883-    * )
lincity-1.13.1/configure:28884:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lincity-1.13.1/configure-28885-  esac
##############################################
lincity-1.13.1/configure-28906-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
lincity-1.13.1/configure:28907:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
lincity-1.13.1/configure:28908:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
lincity-1.13.1/configure-28909-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
lincity-1.13.1/configure-28948-if test "$ac_dir" != .; then
lincity-1.13.1/configure:28949:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
lincity-1.13.1/configure-28950-  # A "../" for each directory in $ac_dir_suffix.
lincity-1.13.1/configure:28951:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
lincity-1.13.1/configure-28952-else
##############################################
lincity-1.13.1/configure-28961-    else
lincity-1.13.1/configure:28962:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
lincity-1.13.1/configure-28963-    fi ;;
##############################################
lincity-1.13.1/configure-29016-  # Strip MF so we end up with the name of the file.
lincity-1.13.1/configure:29017:  mf=`echo "$mf" | sed -e 's/:.*$//'`
lincity-1.13.1/configure-29018-  # Check whether this is an Automake generated Makefile or not.
##############################################
lincity-1.13.1/configure-29042-  # running `make'.
lincity-1.13.1/configure:29043:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
lincity-1.13.1/configure-29044-  test -z "$DEPDIR" && continue
lincity-1.13.1/configure-29045-  # When using ansi2knr, U may be empty or an underscore; expand it
lincity-1.13.1/configure:29046:  U=`sed -n -e '/^U = / s///p' < "$mf"`
lincity-1.13.1/configure-29047-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
lincity-1.13.1/configure-29109-      case "$ac_file" in
lincity-1.13.1/configure:29110:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
lincity-1.13.1/configure-29111-      esac
##############################################
lincity-1.13.1/configure-29114-        # Adjust a relative srcdir.
lincity-1.13.1/configure:29115:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
lincity-1.13.1/configure:29116:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
lincity-1.13.1/configure:29117:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
lincity-1.13.1/configure-29118-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
lincity-1.13.1/configure-29121-        case "$ac_given_srcdir" in
lincity-1.13.1/configure:29122:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
lincity-1.13.1/configure-29123-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
lincity-1.13.1/configure-29137-            fi
lincity-1.13.1/configure:29138:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
lincity-1.13.1/configure-29139-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
lincity-1.13.1/Makefile.am-85-	  if test -f $$p; then \
lincity-1.13.1/Makefile.am:86:	    echo "  $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
lincity-1.13.1/Makefile.am:87:	     $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.am-88-	  else :; fi; \
lincity-1.13.1/Makefile.am-89-	done; \
lincity-1.13.1/Makefile.am:90:        if test -f $(DESTDIR)$(bindir)/`echo lincity|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; then \
lincity-1.13.1/Makefile.am:91:	  chown root $(DESTDIR)$(bindir)/`echo lincity|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.am:92:	  chmod 4755 $(DESTDIR)$(bindir)/`echo lincity|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.am-93-	fi
##############################################
lincity-1.13.1/Makefile.am-97-	list='$(EXTRA_PROGRAMS)'; for p in $$list; do \
lincity-1.13.1/Makefile.am:98:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
lincity-1.13.1/Makefile.am-99-	done
##############################################
lincity-1.13.1/Makefile.am-132-	@list='$(LC_DISTDIRS)'; for p in $$list; do \
lincity-1.13.1/Makefile.am:133:	  rm -rf `find $(distdir)/$$p -name CVS -print` ; \
lincity-1.13.1/Makefile.am:134:	  rm -rf `find $(distdir)/$$p -name cvs -print` ; \
lincity-1.13.1/Makefile.am:135:	  rm -rf `find $(distdir)/$$p -name ca -print` ; \
lincity-1.13.1/Makefile.am-136-	done
##############################################
lincity-1.13.1/aclocal.m4-76-# test to see if srcdir already configured
lincity-1.13.1/aclocal.m4:77:if test "`cd $srcdir && pwd`" != "`pwd`" &&
lincity-1.13.1/aclocal.m4-78-   test -f $srcdir/config.status; then
##############################################
lincity-1.13.1/aclocal.m4-150-    * )
lincity-1.13.1/aclocal.m4:151:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lincity-1.13.1/aclocal.m4-152-  esac
lincity-1.13.1/aclocal.m4-153-done
lincity-1.13.1/aclocal.m4:154:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
lincity-1.13.1/aclocal.m4-155-
##############################################
lincity-1.13.1/aclocal.m4-264-if (
lincity-1.13.1/aclocal.m4:265:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
lincity-1.13.1/aclocal.m4-266-   if test "$[*]" = "X"; then
lincity-1.13.1/aclocal.m4-267-      # -L didn't work.
lincity-1.13.1/aclocal.m4:268:      set X `ls -t $srcdir/configure conftest.file`
lincity-1.13.1/aclocal.m4-269-   fi
##############################################
lincity-1.13.1/aclocal.m4-359-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
lincity-1.13.1/aclocal.m4:360:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
lincity-1.13.1/aclocal.m4-361-#
##############################################
lincity-1.13.1/aclocal.m4-383-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lincity-1.13.1/aclocal.m4:384:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lincity-1.13.1/aclocal.m4-385-# and then we would define $MISSING as
##############################################
lincity-1.13.1/aclocal.m4-400-# expand $ac_aux_dir to an absolute path
lincity-1.13.1/aclocal.m4:401:am_aux_dir=`cd $ac_aux_dir && pwd`
lincity-1.13.1/aclocal.m4-402-])
##############################################
lincity-1.13.1/aclocal.m4-574-  if test "$am_compiler_list" = ""; then
lincity-1.13.1/aclocal.m4:575:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lincity-1.13.1/aclocal.m4-576-  fi
##############################################
lincity-1.13.1/aclocal.m4-687-  # Strip MF so we end up with the name of the file.
lincity-1.13.1/aclocal.m4:688:  mf=`echo "$mf" | sed -e 's/:.*$//'`
lincity-1.13.1/aclocal.m4-689-  # Check whether this is an Automake generated Makefile or not.
##############################################
lincity-1.13.1/aclocal.m4-695-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
lincity-1.13.1/aclocal.m4:696:    dirpart=`AS_DIRNAME("$mf")`
lincity-1.13.1/aclocal.m4-697-  else
##############################################
lincity-1.13.1/aclocal.m4-702-  # running `make'.
lincity-1.13.1/aclocal.m4:703:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
lincity-1.13.1/aclocal.m4-704-  test -z "$DEPDIR" && continue
lincity-1.13.1/aclocal.m4-705-  # When using ansi2knr, U may be empty or an underscore; expand it
lincity-1.13.1/aclocal.m4:706:  U=`sed -n -e '/^U = / s///p' < "$mf"`
lincity-1.13.1/aclocal.m4-707-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
lincity-1.13.1/aclocal.m4-723-    test -f "$dirpart/$file" && continue
lincity-1.13.1/aclocal.m4:724:    fdir=`AS_DIRNAME(["$file"])`
lincity-1.13.1/aclocal.m4-725-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
lincity-1.13.1/aclocal.m4-788-# case it prints its new name instead of `make'.
lincity-1.13.1/aclocal.m4:789:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
lincity-1.13.1/aclocal.m4-790-   am__include=include
##############################################
lincity-1.13.1/aclocal.m4-796-   echo '.include "confinc"' > confmf
lincity-1.13.1/aclocal.m4:797:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
lincity-1.13.1/aclocal.m4-798-      am__include=.include
##############################################
lincity-1.13.1/aclocal.m4-1147-  # Remove one level of quotation (which was required for Make).
lincity-1.13.1/aclocal.m4:1148:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
lincity-1.13.1/aclocal.m4-1149-  ;;
##############################################
lincity-1.13.1/aclocal.m4-1158-  :
lincity-1.13.1/aclocal.m4:1159:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
lincity-1.13.1/aclocal.m4-1160-  # Yippee, $echo works!
##############################################
lincity-1.13.1/aclocal.m4-1184-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
lincity-1.13.1/aclocal.m4:1185:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
lincity-1.13.1/aclocal.m4:1186:       echo_test_string="`eval $cmd`" &&
lincity-1.13.1/aclocal.m4-1187-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
lincity-1.13.1/aclocal.m4-1193-
lincity-1.13.1/aclocal.m4:1194:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
lincity-1.13.1/aclocal.m4:1195:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/aclocal.m4-1196-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/aclocal.m4-1208-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
lincity-1.13.1/aclocal.m4:1209:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
lincity-1.13.1/aclocal.m4:1210:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/aclocal.m4-1211-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/aclocal.m4-1220-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
lincity-1.13.1/aclocal.m4:1221:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/aclocal.m4-1222-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/aclocal.m4-1235-      echo='printf %s\n'
lincity-1.13.1/aclocal.m4:1236:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
lincity-1.13.1/aclocal.m4:1237:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/aclocal.m4-1238-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/aclocal.m4-1240-	:
lincity-1.13.1/aclocal.m4:1241:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
lincity-1.13.1/aclocal.m4-1242-	   test "X$echo_testing_string" = 'X\t' &&
lincity-1.13.1/aclocal.m4:1243:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/aclocal.m4-1244-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/aclocal.m4-1249-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
lincity-1.13.1/aclocal.m4:1250:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
lincity-1.13.1/aclocal.m4-1251-	   test "X$echo_testing_string" = 'X\t' &&
lincity-1.13.1/aclocal.m4:1252:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
lincity-1.13.1/aclocal.m4-1253-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
lincity-1.13.1/aclocal.m4-1259-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
lincity-1.13.1/aclocal.m4:1260:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
lincity-1.13.1/aclocal.m4-1261-	  then
##############################################
lincity-1.13.1/aclocal.m4-1267-	if test "$prev" != 'sed 50q "[$]0"'; then
lincity-1.13.1/aclocal.m4:1268:	  echo_test_string=`eval $prev`
lincity-1.13.1/aclocal.m4-1269-	  export echo_test_string
##############################################
lincity-1.13.1/aclocal.m4-1306-  if AC_TRY_EVAL(ac_compile); then
lincity-1.13.1/aclocal.m4:1307:    case `/usr/bin/file conftest.$ac_objext` in
lincity-1.13.1/aclocal.m4-1308-    *ELF-32*)
##############################################
lincity-1.13.1/aclocal.m4-1322-   if test "$lt_cv_prog_gnu_ld" = yes; then
lincity-1.13.1/aclocal.m4:1323:    case `/usr/bin/file conftest.$ac_objext` in
lincity-1.13.1/aclocal.m4-1324-    *32-bit*)
##############################################
lincity-1.13.1/aclocal.m4-1334-   else
lincity-1.13.1/aclocal.m4:1335:    case `/usr/bin/file conftest.$ac_objext` in
lincity-1.13.1/aclocal.m4-1336-    *32-bit*)
##############################################
lincity-1.13.1/aclocal.m4-1540-    # we can't tell.
lincity-1.13.1/aclocal.m4:1541:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
lincity-1.13.1/aclocal.m4-1542-	       = "XX$teststring") >/dev/null 2>&1 &&
lincity-1.13.1/aclocal.m4:1543:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
lincity-1.13.1/aclocal.m4-1544-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
lincity-1.13.1/aclocal.m4-1546-    do
lincity-1.13.1/aclocal.m4:1547:      i=`expr $i + 1`
lincity-1.13.1/aclocal.m4-1548-      teststring=$teststring$teststring
##############################################
lincity-1.13.1/aclocal.m4-1553-    # It appears as though 1/2 is a usable value.
lincity-1.13.1/aclocal.m4:1554:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lincity-1.13.1/aclocal.m4-1555-    ;;
##############################################
lincity-1.13.1/aclocal.m4-1841-  if test "$hard_links" = no; then
lincity-1.13.1/aclocal.m4:1842:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
lincity-1.13.1/aclocal.m4-1843-    need_locks=warn
##############################################
lincity-1.13.1/aclocal.m4-1956-if test "$GCC" = yes; then
lincity-1.13.1/aclocal.m4:1957:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/aclocal.m4-1958-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
lincity-1.13.1/aclocal.m4-1962-    # okay in the real world where ";" in dirpaths is itself problematic.
lincity-1.13.1/aclocal.m4:1963:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/aclocal.m4-1964-  else
lincity-1.13.1/aclocal.m4:1965:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/aclocal.m4-1966-  fi
##############################################
lincity-1.13.1/aclocal.m4-2033-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
lincity-1.13.1/aclocal.m4:2034:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
lincity-1.13.1/aclocal.m4-2035-  ;;
##############################################
lincity-1.13.1/aclocal.m4-2066-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lincity-1.13.1/aclocal.m4:2067:    postinstall_cmds='base_file=`basename \${file}`~
lincity-1.13.1/aclocal.m4:2068:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
lincity-1.13.1/aclocal.m4:2069:      dldir=$destdir/`dirname \$dlpath`~
lincity-1.13.1/aclocal.m4-2070-      test -d \$dldir || mkdir -p \$dldir~
lincity-1.13.1/aclocal.m4-2071-      $install_prog $dir/$dlname \$dldir/$dlname'
lincity-1.13.1/aclocal.m4:2072:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lincity-1.13.1/aclocal.m4-2073-      dlpath=$dir/\$dldll~
##############################################
lincity-1.13.1/aclocal.m4-2079-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lincity-1.13.1/aclocal.m4:2080:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/aclocal.m4-2081-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
lincity-1.13.1/aclocal.m4-2084-      # MinGW DLLs use traditional 'lib' prefix
lincity-1.13.1/aclocal.m4:2085:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/aclocal.m4:2086:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
lincity-1.13.1/aclocal.m4-2087-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
lincity-1.13.1/aclocal.m4-2093-        # which wouldn't understand a cygwinified path. Ahh.
lincity-1.13.1/aclocal.m4:2094:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lincity-1.13.1/aclocal.m4-2095-      else
lincity-1.13.1/aclocal.m4:2096:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
lincity-1.13.1/aclocal.m4-2097-      fi
##############################################
lincity-1.13.1/aclocal.m4-2100-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lincity-1.13.1/aclocal.m4:2101:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
lincity-1.13.1/aclocal.m4-2102-      ;;
##############################################
lincity-1.13.1/aclocal.m4-2106-  *)
lincity-1.13.1/aclocal.m4:2107:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
lincity-1.13.1/aclocal.m4-2108-    ;;
##############################################
lincity-1.13.1/aclocal.m4-2126-  if test "$GCC" = yes; then
lincity-1.13.1/aclocal.m4:2127:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
lincity-1.13.1/aclocal.m4-2128-  else
##############################################
lincity-1.13.1/aclocal.m4-2303-  if test -f /etc/ld.so.conf; then
lincity-1.13.1/aclocal.m4:2304:    lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
lincity-1.13.1/aclocal.m4-2305-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lincity-1.13.1/aclocal.m4-2370-  shlibpath_var=LD_LIBRARY_PATH
lincity-1.13.1/aclocal.m4:2371:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/aclocal.m4-2372-    case $host_os in
##############################################
lincity-1.13.1/aclocal.m4-2499-  if test -z "$LTCC"; then
lincity-1.13.1/aclocal.m4:2500:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
lincity-1.13.1/aclocal.m4-2501-    if test -z "$LTCC"; then
##############################################
lincity-1.13.1/aclocal.m4-2503-    else
lincity-1.13.1/aclocal.m4:2504:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
lincity-1.13.1/aclocal.m4-2505-    fi
##############################################
lincity-1.13.1/aclocal.m4-2509-  # Note that this assumes the entire list is on one line.
lincity-1.13.1/aclocal.m4:2510:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
lincity-1.13.1/aclocal.m4-2511-
##############################################
lincity-1.13.1/aclocal.m4-2515-    # Check whether tagname contains only valid characters
lincity-1.13.1/aclocal.m4:2516:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
lincity-1.13.1/aclocal.m4-2517-    "") ;;
##############################################
lincity-1.13.1/aclocal.m4-2768-	"file_magic "*)
lincity-1.13.1/aclocal.m4:2769:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
lincity-1.13.1/aclocal.m4-2770-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
lincity-1.13.1/aclocal.m4-2840-    # gcc leaves a trailing carriage return which upsets mingw
lincity-1.13.1/aclocal.m4:2841:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lincity-1.13.1/aclocal.m4-2842-  *)
lincity-1.13.1/aclocal.m4:2843:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lincity-1.13.1/aclocal.m4-2844-  esac
##############################################
lincity-1.13.1/aclocal.m4-2849-      # Canonicalize the pathname of ld
lincity-1.13.1/aclocal.m4:2850:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
lincity-1.13.1/aclocal.m4-2851-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
lincity-1.13.1/aclocal.m4:2852:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
lincity-1.13.1/aclocal.m4-2853-      done
##############################################
lincity-1.13.1/aclocal.m4-2880-      # Break only if it was the GNU/non-GNU ld that we prefer.
lincity-1.13.1/aclocal.m4:2881:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lincity-1.13.1/aclocal.m4-2882-      *GNU* | *'with BFD'*)
##############################################
lincity-1.13.1/aclocal.m4-2911-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
lincity-1.13.1/aclocal.m4:2912:case `$LD -v 2>&1 </dev/null` in
lincity-1.13.1/aclocal.m4-2913-*GNU* | *'with BFD'*)
##############################################
lincity-1.13.1/aclocal.m4-3067-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
lincity-1.13.1/aclocal.m4:3068:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/aclocal.m4-3069-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
lincity-1.13.1/aclocal.m4-3140-      # Tru64's nm complains that /dev/null is an invalid object file
lincity-1.13.1/aclocal.m4:3141:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
lincity-1.13.1/aclocal.m4-3142-      */dev/null* | *'Invalid file or object type'*)
##############################################
lincity-1.13.1/aclocal.m4-3146-      *)
lincity-1.13.1/aclocal.m4:3147:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lincity-1.13.1/aclocal.m4-3148-	*/dev/null*)
##############################################
lincity-1.13.1/aclocal.m4-3348-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
lincity-1.13.1/aclocal.m4:3349:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
lincity-1.13.1/aclocal.m4:3350:  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
lincity-1.13.1/aclocal.m4-3351-  else
##############################################
lincity-1.13.1/aclocal.m4-3526-_LT_AC_TAGVAR(compiler, $1)=$CC
lincity-1.13.1/aclocal.m4:3527:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/aclocal.m4-3528-
##############################################
lincity-1.13.1/aclocal.m4-3556-    # ancient GNU ld didn't support --whole-archive et. al.
lincity-1.13.1/aclocal.m4:3557:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
lincity-1.13.1/aclocal.m4-3558-	grep 'no-whole-archive' > /dev/null; then
##############################################
lincity-1.13.1/aclocal.m4-3636-      # below for broken collect2 doesn't work under 4.3+
lincity-1.13.1/aclocal.m4:3637:	collect2name=`${CC} -print-prog-name=collect2`
lincity-1.13.1/aclocal.m4-3638-	if test -f "$collect2name" && \
##############################################
lincity-1.13.1/aclocal.m4-3680-
lincity-1.13.1/aclocal.m4:3681:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
lincity-1.13.1/aclocal.m4-3682-     else
##############################################
lincity-1.13.1/aclocal.m4-3725-      # is EXPORTS), use it as is; otherwise, prepend...
lincity-1.13.1/aclocal.m4:3726:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lincity-1.13.1/aclocal.m4-3727-	cp $export_symbols $output_objdir/$soname.def;
##############################################
lincity-1.13.1/aclocal.m4-3843-      # dependencies.
lincity-1.13.1/aclocal.m4:3844:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/aclocal.m4-3845-      ;;
##############################################
lincity-1.13.1/aclocal.m4-3915-	# dependencies.
lincity-1.13.1/aclocal.m4:3916:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/aclocal.m4-3917-	;;
##############################################
lincity-1.13.1/aclocal.m4-3940-	# SGI C++
lincity-1.13.1/aclocal.m4:3941:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-3942-
##############################################
lincity-1.13.1/aclocal.m4-3951-	  if test "$with_gnu_ld" = no; then
lincity-1.13.1/aclocal.m4:3952:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-3953-	  else
lincity-1.13.1/aclocal.m4:3954:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
lincity-1.13.1/aclocal.m4-3955-	  fi
##############################################
lincity-1.13.1/aclocal.m4-3970-	# to its proper name (with version) after linking.
lincity-1.13.1/aclocal.m4:3971:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lincity-1.13.1/aclocal.m4:3972:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
lincity-1.13.1/aclocal.m4-3973-	# Commands to make compiler produce verbose output that lists
##############################################
lincity-1.13.1/aclocal.m4-3980-	# dependencies.
lincity-1.13.1/aclocal.m4:3981:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/aclocal.m4-3982-
##############################################
lincity-1.13.1/aclocal.m4-4016-	# dependencies.
lincity-1.13.1/aclocal.m4:4017:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/aclocal.m4-4018-	;;
##############################################
lincity-1.13.1/aclocal.m4-4059-	# to its proper name (with version) after linking.
lincity-1.13.1/aclocal.m4:4060:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lincity-1.13.1/aclocal.m4-4061-
##############################################
lincity-1.13.1/aclocal.m4-4076-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/aclocal.m4:4077:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-4078-
##############################################
lincity-1.13.1/aclocal.m4-4089-	# dependencies.
lincity-1.13.1/aclocal.m4:4090:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/aclocal.m4-4091-	;;
##############################################
lincity-1.13.1/aclocal.m4-4094-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/aclocal.m4:4095:	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-4096-
##############################################
lincity-1.13.1/aclocal.m4-4119-	# to its proper name (with version) after linking.
lincity-1.13.1/aclocal.m4:4120:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lincity-1.13.1/aclocal.m4-4121-
##############################################
lincity-1.13.1/aclocal.m4-4135-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lincity-1.13.1/aclocal.m4:4136:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4:4137:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
lincity-1.13.1/aclocal.m4-4138-	  echo "-hidden">> $lib.exp~
lincity-1.13.1/aclocal.m4:4139:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry $objdir/so_locations -o $lib~
lincity-1.13.1/aclocal.m4-4140-	  $rm $lib.exp'
##############################################
lincity-1.13.1/aclocal.m4-4152-	# dependencies.
lincity-1.13.1/aclocal.m4:4153:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/aclocal.m4-4154-	;;
##############################################
lincity-1.13.1/aclocal.m4-4157-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/aclocal.m4:4158:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-4159-
##############################################
lincity-1.13.1/aclocal.m4-4240-	# dependencies.
lincity-1.13.1/aclocal.m4:4241:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
lincity-1.13.1/aclocal.m4-4242-
##############################################
lincity-1.13.1/aclocal.m4-4397-  # eval without this substitution.
lincity-1.13.1/aclocal.m4:4398:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
lincity-1.13.1/aclocal.m4-4399-
lincity-1.13.1/aclocal.m4:4400:  for p in `eval $output_verbose_link_cmd`; do
lincity-1.13.1/aclocal.m4-4401-    case $p in
##############################################
lincity-1.13.1/aclocal.m4-4528-_LT_AC_TAGVAR(compiler, $1)=$CC
lincity-1.13.1/aclocal.m4:4529:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/aclocal.m4-4530-
##############################################
lincity-1.13.1/aclocal.m4-4747-      # Double-quote double-evaled strings.
lincity-1.13.1/aclocal.m4:4748:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
lincity-1.13.1/aclocal.m4-4749-      ;;
lincity-1.13.1/aclocal.m4-4750-    *)
lincity-1.13.1/aclocal.m4:4751:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
lincity-1.13.1/aclocal.m4-4752-      ;;
##############################################
lincity-1.13.1/aclocal.m4-4757-  *'\[$]0 --fallback-echo"')
lincity-1.13.1/aclocal.m4:4758:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
lincity-1.13.1/aclocal.m4-4759-    ;;
##############################################
lincity-1.13.1/aclocal.m4-4772-
lincity-1.13.1/aclocal.m4:4773:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
lincity-1.13.1/aclocal.m4-4774-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
lincity-1.13.1/aclocal.m4-5145-  # libtool script then.
lincity-1.13.1/aclocal.m4:5146:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
lincity-1.13.1/aclocal.m4-5147-  if test -f "$ltmain_in"; then
##############################################
lincity-1.13.1/aclocal.m4-5237-# If we're using GNU nm, then use its standard symbol codes.
lincity-1.13.1/aclocal.m4:5238:case `$NM -V 2>&1` in
lincity-1.13.1/aclocal.m4-5239-*GNU* | *'with BFD'*)
##############################################
lincity-1.13.1/aclocal.m4-5267-    nlist=conftest.nm
lincity-1.13.1/aclocal.m4:5268:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
lincity-1.13.1/aclocal.m4-5269-      # Try sorting and uniquifying the output.
##############################################
lincity-1.13.1/aclocal.m4-5961-	# is EXPORTS), use it as is; otherwise, prepend...
lincity-1.13.1/aclocal.m4:5962:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
lincity-1.13.1/aclocal.m4-5963-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
lincity-1.13.1/aclocal.m4-6016-      supports_anon_versioning=no
lincity-1.13.1/aclocal.m4:6017:      case `$LD -v 2>/dev/null` in
lincity-1.13.1/aclocal.m4-6018-        *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
lincity-1.13.1/aclocal.m4-6123-	# below for broken collect2 doesn't work under 4.3+
lincity-1.13.1/aclocal.m4:6124:	  collect2name=`${CC} -print-prog-name=collect2`
lincity-1.13.1/aclocal.m4-6125-	  if test -f "$collect2name" && \
##############################################
lincity-1.13.1/aclocal.m4-6166-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
lincity-1.13.1/aclocal.m4:6167:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
lincity-1.13.1/aclocal.m4-6168-       else
##############################################
lincity-1.13.1/aclocal.m4-6215-      # FIXME: Setting linknames here is a bad hack.
lincity-1.13.1/aclocal.m4:6216:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
lincity-1.13.1/aclocal.m4-6217-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
lincity-1.13.1/aclocal.m4-6220-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
lincity-1.13.1/aclocal.m4:6221:      fix_srcfile_path='`cygpath -w "$srcfile"`'
lincity-1.13.1/aclocal.m4-6222-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
lincity-1.13.1/aclocal.m4-6381-      if test "$GCC" = yes; then
lincity-1.13.1/aclocal.m4:6382:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-6383-      else
lincity-1.13.1/aclocal.m4:6384:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-6385-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
lincity-1.13.1/aclocal.m4-6413-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
lincity-1.13.1/aclocal.m4:6414:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lincity-1.13.1/aclocal.m4-6415-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lincity-1.13.1/aclocal.m4-6442-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/aclocal.m4:6443:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-6444-      else
lincity-1.13.1/aclocal.m4-6445-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lincity-1.13.1/aclocal.m4:6446:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-6447-      fi
##############################################
lincity-1.13.1/aclocal.m4-6454-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
lincity-1.13.1/aclocal.m4:6455:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4-6456-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
lincity-1.13.1/aclocal.m4-6458-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lincity-1.13.1/aclocal.m4:6459:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
lincity-1.13.1/aclocal.m4:6460:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
lincity-1.13.1/aclocal.m4:6461:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
lincity-1.13.1/aclocal.m4-6462-
##############################################
lincity-1.13.1/aclocal.m4-6635-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
lincity-1.13.1/aclocal.m4:6636:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
lincity-1.13.1/aclocal.m4-6637-        then
##############################################
lincity-1.13.1/aclocal.m4-6771-    test $lt_ac_count -gt 10 && break
lincity-1.13.1/aclocal.m4:6772:    lt_ac_count=`expr $lt_ac_count + 1`
lincity-1.13.1/aclocal.m4-6773-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
lincity-1.13.1/aclocal.m4-7025-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
lincity-1.13.1/aclocal.m4:7026:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
lincity-1.13.1/aclocal.m4-7027-      fi
##############################################
lincity-1.13.1/aclocal.m4-7153-    else
lincity-1.13.1/aclocal.m4:7154:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
lincity-1.13.1/aclocal.m4-7155-      AC_MSG_RESULT(
##############################################
lincity-1.13.1/aclocal.m4-7181-      case "$ac_file" in
lincity-1.13.1/aclocal.m4:7182:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
lincity-1.13.1/aclocal.m4-7183-      esac
##############################################
lincity-1.13.1/aclocal.m4-7186-        # Adjust a relative srcdir.
lincity-1.13.1/aclocal.m4:7187:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
lincity-1.13.1/aclocal.m4:7188:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
lincity-1.13.1/aclocal.m4:7189:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
lincity-1.13.1/aclocal.m4-7190-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
lincity-1.13.1/aclocal.m4-7193-        case "$ac_given_srcdir" in
lincity-1.13.1/aclocal.m4:7194:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
lincity-1.13.1/aclocal.m4-7195-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
lincity-1.13.1/aclocal.m4-7209-            fi
lincity-1.13.1/aclocal.m4:7210:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
lincity-1.13.1/aclocal.m4-7211-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
lincity-1.13.1/aclocal.m4-7336-changequote(<<,>>)dnl
lincity-1.13.1/aclocal.m4:7337:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
lincity-1.13.1/aclocal.m4-7338-    case $ac_prog_version in
##############################################
lincity-1.13.1/aclocal.m4-7699-        dnl or AC_LIB_HAVE_LINKFLAGS call.
lincity-1.13.1/aclocal.m4:7700:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
lincity-1.13.1/aclocal.m4-7701-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
lincity-1.13.1/aclocal.m4-7741-                -L*)
lincity-1.13.1/aclocal.m4:7742:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
lincity-1.13.1/aclocal.m4-7743-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
lincity-1.13.1/aclocal.m4-7858-              */lib | */lib/)
lincity-1.13.1/aclocal.m4:7859:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
lincity-1.13.1/aclocal.m4-7860-                additional_includedir="$basedir/include"
##############################################
lincity-1.13.1/aclocal.m4-7911-                  -L*)
lincity-1.13.1/aclocal.m4:7912:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
lincity-1.13.1/aclocal.m4-7913-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
lincity-1.13.1/aclocal.m4-7961-                  -R*)
lincity-1.13.1/aclocal.m4:7962:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
lincity-1.13.1/aclocal.m4-7963-                    if test "$enable_rpath" != no; then
##############################################
lincity-1.13.1/aclocal.m4-7991-                    dnl Handle this in the next round.
lincity-1.13.1/aclocal.m4:7992:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
lincity-1.13.1/aclocal.m4-7993-                    ;;
##############################################
lincity-1.13.1/aclocal.m4-7997-                    dnl option.
lincity-1.13.1/aclocal.m4:7998:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
lincity-1.13.1/aclocal.m4-7999-                    ;;
##############################################
lincity-1.13.1/aclocal.m4-8113-    # gcc leaves a trailing carriage return which upsets mingw
lincity-1.13.1/aclocal.m4:8114:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lincity-1.13.1/aclocal.m4-8115-  *)
lincity-1.13.1/aclocal.m4:8116:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lincity-1.13.1/aclocal.m4-8117-  esac
##############################################
lincity-1.13.1/aclocal.m4-8122-      # Canonicalize the path of ld
lincity-1.13.1/aclocal.m4:8123:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
lincity-1.13.1/aclocal.m4-8124-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
lincity-1.13.1/aclocal.m4:8125:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
lincity-1.13.1/aclocal.m4-8126-      done
##############################################
lincity-1.13.1/aclocal.m4-8269-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
lincity-1.13.1/aclocal.m4:8270:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
lincity-1.13.1/aclocal.m4-8271-    AC_MSG_RESULT([$]{ac_t:-
##############################################
lincity-1.13.1/compile-81-# Name of file we expect compiler to create.
lincity-1.13.1/compile:82:cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
lincity-1.13.1/compile-83-
##############################################
lincity-1.13.1/compile-87-# object file name, since that is what matters with a parallel build.
lincity-1.13.1/compile:88:lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d
lincity-1.13.1/compile-89-while true; do
##############################################
lincity-1.13.1/config.guess-37-
lincity-1.13.1/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
lincity-1.13.1/config.guess-39-
##############################################
lincity-1.13.1/config.guess-189-	    *)
lincity-1.13.1/config.guess:190:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
lincity-1.13.1/config.guess-191-		;;
##############################################
lincity-1.13.1/config.guess-238-	if test $UNAME_RELEASE = "V4.0"; then
lincity-1.13.1/config.guess:239:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lincity-1.13.1/config.guess-240-	fi
##############################################
lincity-1.13.1/config.guess-272-	if test "$?" = 0 ; then
lincity-1.13.1/config.guess:273:		case `$dummy` in
lincity-1.13.1/config.guess-274-			0-0)
##############################################
lincity-1.13.1/config.guess-300-	rm -f $dummy.s $dummy && rmdir $tmpdir
lincity-1.13.1/config.guess:301:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
lincity-1.13.1/config.guess-302-	exit 0 ;;
##############################################
lincity-1.13.1/config.guess-345-    sun4H:SunOS:5.*:*)
lincity-1.13.1/config.guess:346:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lincity-1.13.1/config.guess-347-	exit 0 ;;
lincity-1.13.1/config.guess-348-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lincity-1.13.1/config.guess:349:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lincity-1.13.1/config.guess-350-	exit 0 ;;
lincity-1.13.1/config.guess-351-    i86pc:SunOS:5.*:*)
lincity-1.13.1/config.guess:352:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lincity-1.13.1/config.guess-353-	exit 0 ;;
##############################################
lincity-1.13.1/config.guess-357-	# it's likely to be more like Solaris than SunOS4.
lincity-1.13.1/config.guess:358:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lincity-1.13.1/config.guess-359-	exit 0 ;;
##############################################
lincity-1.13.1/config.guess-366-	# Japanese Language versions have a version number like `4.1.3-JL'.
lincity-1.13.1/config.guess:367:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
lincity-1.13.1/config.guess-368-	exit 0 ;;
##############################################
lincity-1.13.1/config.guess-372-    sun*:*:4.2BSD:*)
lincity-1.13.1/config.guess:373:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lincity-1.13.1/config.guess-374-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
lincity-1.13.1/config.guess-451-	$CC_FOR_BUILD -o $dummy $dummy.c \
lincity-1.13.1/config.guess:452:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
lincity-1.13.1/config.guess-453-	  && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
##############################################
lincity-1.13.1/config.guess-507-    *:IRIX*:*:*)
lincity-1.13.1/config.guess:508:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
lincity-1.13.1/config.guess-509-	exit 0 ;;
##############################################
lincity-1.13.1/config.guess-547-    *:AIX:*:[45])
lincity-1.13.1/config.guess:548:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lincity-1.13.1/config.guess-549-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
lincity-1.13.1/config.guess-582-    9000/[34678]??:HP-UX:*:*)
lincity-1.13.1/config.guess:583:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lincity-1.13.1/config.guess-584-	case "${UNAME_MACHINE}" in
##############################################
lincity-1.13.1/config.guess-636-EOF
lincity-1.13.1/config.guess:637:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
lincity-1.13.1/config.guess-638-		    if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
lincity-1.13.1/config.guess-644-    ia64:HP-UX:*:*)
lincity-1.13.1/config.guess:645:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lincity-1.13.1/config.guess-646-	echo ia64-hp-hpux${HPUX_REV}
##############################################
lincity-1.13.1/config.guess-745-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lincity-1.13.1/config.guess:746:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
lincity-1.13.1/config.guess-747-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lincity-1.13.1/config.guess-768-EOF
lincity-1.13.1/config.guess:769:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
lincity-1.13.1/config.guess-770-	rm -f $dummy.c && rmdir $tmpdir
lincity-1.13.1/config.guess:771:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
lincity-1.13.1/config.guess-772-	exit 0 ;;
##############################################
lincity-1.13.1/config.guess-800-    prep*:SunOS:5.*:*)
lincity-1.13.1/config.guess:801:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lincity-1.13.1/config.guess-802-	exit 0 ;;
lincity-1.13.1/config.guess-803-    *:GNU:*:*)
lincity-1.13.1/config.guess:804:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
lincity-1.13.1/config.guess-805-	exit 0 ;;
##############################################
lincity-1.13.1/config.guess-833-EOF
lincity-1.13.1/config.guess:834:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
lincity-1.13.1/config.guess-835-	rm -f $dummy.c && rmdir $tmpdir
##############################################
lincity-1.13.1/config.guess-853-EOF
lincity-1.13.1/config.guess:854:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
lincity-1.13.1/config.guess-855-	rm -f $dummy.c && rmdir $tmpdir
##############################################
lincity-1.13.1/config.guess-949-EOF
lincity-1.13.1/config.guess:950:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
lincity-1.13.1/config.guess-951-	rm -f $dummy.c && rmdir $tmpdir
##############################################
lincity-1.13.1/config.guess-986-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
lincity-1.13.1/config.guess:987:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
lincity-1.13.1/config.guess-988-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lincity-1.13.1/config.sub-54-
lincity-1.13.1/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
lincity-1.13.1/config.sub-56-
##############################################
lincity-1.13.1/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
lincity-1.13.1/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
lincity-1.13.1/config.sub-120-case $maybe_os in
##############################################
lincity-1.13.1/config.sub-122-    os=-$maybe_os
lincity-1.13.1/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
lincity-1.13.1/config.sub-124-    ;;
lincity-1.13.1/config.sub-125-  *)
lincity-1.13.1/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
lincity-1.13.1/config.sub-127-    if [ $basic_machine != $1 ]
lincity-1.13.1/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
lincity-1.13.1/config.sub-129-    else os=; fi
##############################################
lincity-1.13.1/config.sub-173-		os=-sco3.2v5
lincity-1.13.1/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lincity-1.13.1/config.sub-175-		;;
##############################################
lincity-1.13.1/config.sub-177-		os=-sco3.2v4
lincity-1.13.1/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lincity-1.13.1/config.sub-179-		;;
lincity-1.13.1/config.sub-180-	-sco3.2.[4-9]*)
lincity-1.13.1/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
lincity-1.13.1/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lincity-1.13.1/config.sub-183-		;;
##############################################
lincity-1.13.1/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
lincity-1.13.1/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lincity-1.13.1/config.sub-187-		;;
##############################################
lincity-1.13.1/config.sub-189-		os=-sco3.2v2
lincity-1.13.1/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lincity-1.13.1/config.sub-191-		;;
lincity-1.13.1/config.sub-192-	-udk*)
lincity-1.13.1/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lincity-1.13.1/config.sub-194-		;;
##############################################
lincity-1.13.1/config.sub-196-		os=-isc2.2
lincity-1.13.1/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lincity-1.13.1/config.sub-198-		;;
##############################################
lincity-1.13.1/config.sub-202-	-isc*)
lincity-1.13.1/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lincity-1.13.1/config.sub-204-		;;
##############################################
lincity-1.13.1/config.sub-208-	-ptx*)
lincity-1.13.1/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
lincity-1.13.1/config.sub-210-		;;
lincity-1.13.1/config.sub-211-	-windowsnt*)
lincity-1.13.1/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
lincity-1.13.1/config.sub-213-		;;
##############################################
lincity-1.13.1/config.sub-284-	*-*-*)
lincity-1.13.1/config.sub:285:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
lincity-1.13.1/config.sub-286-		exit 1
##############################################
lincity-1.13.1/config.sub-569-	i*86v32)
lincity-1.13.1/config.sub:570:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lincity-1.13.1/config.sub-571-		os=-sysv32
##############################################
lincity-1.13.1/config.sub-573-	i*86v4*)
lincity-1.13.1/config.sub:574:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lincity-1.13.1/config.sub-575-		os=-sysv4
##############################################
lincity-1.13.1/config.sub-577-	i*86v)
lincity-1.13.1/config.sub:578:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lincity-1.13.1/config.sub-579-		os=-sysv
##############################################
lincity-1.13.1/config.sub-581-	i*86sol2)
lincity-1.13.1/config.sub:582:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lincity-1.13.1/config.sub-583-		os=-solaris2
##############################################
lincity-1.13.1/config.sub-629-	mips3*-*)
lincity-1.13.1/config.sub:630:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
lincity-1.13.1/config.sub-631-		;;
lincity-1.13.1/config.sub-632-	mips3*)
lincity-1.13.1/config.sub:633:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
lincity-1.13.1/config.sub-634-		;;
##############################################
lincity-1.13.1/config.sub-764-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
lincity-1.13.1/config.sub:765:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
lincity-1.13.1/config.sub-766-		;;
lincity-1.13.1/config.sub-767-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
lincity-1.13.1/config.sub:768:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
lincity-1.13.1/config.sub-769-		;;
lincity-1.13.1/config.sub-770-	pentiumii-* | pentium2-*)
lincity-1.13.1/config.sub:771:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
lincity-1.13.1/config.sub-772-		;;
##############################################
lincity-1.13.1/config.sub-779-		;;
lincity-1.13.1/config.sub:780:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
lincity-1.13.1/config.sub-781-		;;
##############################################
lincity-1.13.1/config.sub-785-	ppcle-* | powerpclittle-*)
lincity-1.13.1/config.sub:786:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
lincity-1.13.1/config.sub-787-		;;
##############################################
lincity-1.13.1/config.sub-789-		;;
lincity-1.13.1/config.sub:790:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
lincity-1.13.1/config.sub-791-		;;
##############################################
lincity-1.13.1/config.sub-795-	ppc64le-* | powerpc64little-*)
lincity-1.13.1/config.sub:796:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
lincity-1.13.1/config.sub-797-		;;
##############################################
lincity-1.13.1/config.sub-1053-	*)
lincity-1.13.1/config.sub:1054:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
lincity-1.13.1/config.sub-1055-		exit 1
##############################################
lincity-1.13.1/config.sub-1061-	*-digital*)
lincity-1.13.1/config.sub:1062:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
lincity-1.13.1/config.sub-1063-		;;
lincity-1.13.1/config.sub-1064-	*-commodore*)
lincity-1.13.1/config.sub:1065:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
lincity-1.13.1/config.sub-1066-		;;
##############################################
lincity-1.13.1/config.sub-1079-	-solaris1 | -solaris1.*)
lincity-1.13.1/config.sub:1080:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
lincity-1.13.1/config.sub-1081-		;;
##############################################
lincity-1.13.1/config.sub-1091-	-gnu/linux*)
lincity-1.13.1/config.sub:1092:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
lincity-1.13.1/config.sub-1093-		;;
##############################################
lincity-1.13.1/config.sub-1131-	-nto*)
lincity-1.13.1/config.sub:1132:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
lincity-1.13.1/config.sub-1133-		;;
##############################################
lincity-1.13.1/config.sub-1138-	-mac*)
lincity-1.13.1/config.sub:1139:		os=`echo $os | sed -e 's|mac|macos|'`
lincity-1.13.1/config.sub-1140-		;;
lincity-1.13.1/config.sub-1141-	-linux*)
lincity-1.13.1/config.sub:1142:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
lincity-1.13.1/config.sub-1143-		;;
lincity-1.13.1/config.sub-1144-	-sunos5*)
lincity-1.13.1/config.sub:1145:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
lincity-1.13.1/config.sub-1146-		;;
lincity-1.13.1/config.sub-1147-	-sunos6*)
lincity-1.13.1/config.sub:1148:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
lincity-1.13.1/config.sub-1149-		;;
##############################################
lincity-1.13.1/config.sub-1190-	-sinix5.*)
lincity-1.13.1/config.sub:1191:		os=`echo $os | sed -e 's|sinix|sysv|'`
lincity-1.13.1/config.sub-1192-		;;
##############################################
lincity-1.13.1/config.sub-1229-		# Get rid of the `-' at the beginning of $os.
lincity-1.13.1/config.sub:1230:		os=`echo $os | sed 's/[^-]*-//'`
lincity-1.13.1/config.sub:1231:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
lincity-1.13.1/config.sub-1232-		exit 1
##############################################
lincity-1.13.1/config.sub-1456-		esac
lincity-1.13.1/config.sub:1457:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
lincity-1.13.1/config.sub-1458-		;;
##############################################
lincity-1.13.1/depcomp-34-if test -z "$depfile"; then
lincity-1.13.1/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
lincity-1.13.1/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
lincity-1.13.1/depcomp-37-   if test "$dir" = "$object"; then
##############################################
lincity-1.13.1/depcomp-43-
lincity-1.13.1/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lincity-1.13.1/depcomp-45-
##############################################
lincity-1.13.1/depcomp-177-  # $object doesn't have directory information.
lincity-1.13.1/depcomp:178:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
lincity-1.13.1/depcomp-179-  tmpdepfile="$stripped.u"
##############################################
lincity-1.13.1/depcomp-196-    # Do two passes, one to just change these to
lincity-1.13.1/depcomp:197:    # `$object: dependent.h' and one to simply `dependent.h:'.
lincity-1.13.1/depcomp-198-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lincity-1.13.1/depcomp-214-   # Subdirectories are respected.
lincity-1.13.1/depcomp:215:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
lincity-1.13.1/depcomp-216-   test "x$dir" = "x$object" && dir=
lincity-1.13.1/depcomp:217:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
lincity-1.13.1/depcomp-218-
##############################################
lincity-1.13.1/depcomp-326-  done
lincity-1.13.1/depcomp:327:  obj_suffix="`echo $object | sed 's/^.*\././'`"
lincity-1.13.1/depcomp-328-  touch "$tmpdepfile"
##############################################
lincity-1.13.1/install-sh-85-
lincity-1.13.1/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
lincity-1.13.1/install-sh-87-	    shift
##############################################
lincity-1.13.1/install-sh-89-
lincity-1.13.1/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
lincity-1.13.1/install-sh-91-	    shift
##############################################
lincity-1.13.1/install-sh-151-	then
lincity-1.13.1/install-sh:152:		dst=$dst/`basename "$src"`
lincity-1.13.1/install-sh-153-	else
##############################################
lincity-1.13.1/install-sh-158-## this sed command emulates the dirname command
lincity-1.13.1/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
lincity-1.13.1/install-sh-160-
##############################################
lincity-1.13.1/install-sh-172-IFS='%'
lincity-1.13.1/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
lincity-1.13.1/install-sh-174-IFS=$oIFS
##############################################
lincity-1.13.1/install-sh-206-	then
lincity-1.13.1/install-sh:207:		dstfile=`basename "$dst"`
lincity-1.13.1/install-sh-208-	else
##############################################
lincity-1.13.1/install-sh-216-	then
lincity-1.13.1/install-sh:217:		dstfile=`basename "$dst"`
lincity-1.13.1/install-sh-218-	else
##############################################
lincity-1.13.1/ltmain.sh-36-# The name of this program:
lincity-1.13.1/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
lincity-1.13.1/ltmain.sh-38-modename="$progname"
##############################################
lincity-1.13.1/ltmain.sh-56-  :
lincity-1.13.1/ltmain.sh:57:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
lincity-1.13.1/ltmain.sh-58-  # Yippee, $echo works!
##############################################
lincity-1.13.1/ltmain.sh-142-  win32_libid_type="unknown"
lincity-1.13.1/ltmain.sh:143:  win32_fileres=`file -L $1 2>/dev/null`
lincity-1.13.1/ltmain.sh-144-  case $win32_fileres in
##############################################
lincity-1.13.1/ltmain.sh-194-      # but not from the CC environment variable when configure was run.
lincity-1.13.1/ltmain.sh:195:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
lincity-1.13.1/ltmain.sh-196-      # Blanks at the start of $base_compile will cause this to fail
##############################################
lincity-1.13.1/ltmain.sh-201-	    # Evaluate the configuration.
lincity-1.13.1/ltmain.sh:202:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
lincity-1.13.1/ltmain.sh-203-	    CC_quoted=
##############################################
lincity-1.13.1/ltmain.sh-213-	    case "$@ " in
lincity-1.13.1/ltmain.sh:214:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
lincity-1.13.1/ltmain.sh-215-	      # The compiler in the base compile command matches
##############################################
lincity-1.13.1/ltmain.sh-250-  case $arg in
lincity-1.13.1/ltmain.sh:251:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
lincity-1.13.1/ltmain.sh-252-  *) optarg= ;;
##############################################
lincity-1.13.1/ltmain.sh-281-	  # Evaluate the configuration.
lincity-1.13.1/ltmain.sh:282:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
lincity-1.13.1/ltmain.sh-283-	else
##############################################
lincity-1.13.1/ltmain.sh-508-	-Wc,*)
lincity-1.13.1/ltmain.sh:509:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
lincity-1.13.1/ltmain.sh-510-	  lastarg=
##############################################
lincity-1.13.1/ltmain.sh-525-	  IFS="$save_ifs"
lincity-1.13.1/ltmain.sh:526:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
lincity-1.13.1/ltmain.sh-527-
##############################################
lincity-1.13.1/ltmain.sh-544-      # Aesthetically quote the previous argument.
lincity-1.13.1/ltmain.sh:545:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-546-
##############################################
lincity-1.13.1/ltmain.sh-569-      # Get the name of the library object.
lincity-1.13.1/ltmain.sh:570:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-571-      ;;
##############################################
lincity-1.13.1/ltmain.sh-580-    *.ads) xform=ads ;;
lincity-1.13.1/ltmain.sh:581:    *.asm) xform=asm ;;
lincity-1.13.1/ltmain.sh-582-    *.c++) xform=c++ ;;
##############################################
lincity-1.13.1/ltmain.sh-592-
lincity-1.13.1/ltmain.sh:593:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
lincity-1.13.1/ltmain.sh-594-
lincity-1.13.1/ltmain.sh-595-    case $libobj in
lincity-1.13.1/ltmain.sh:596:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
lincity-1.13.1/ltmain.sh-597-    *)
##############################################
lincity-1.13.1/ltmain.sh-623-
lincity-1.13.1/ltmain.sh:624:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh:625:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-626-    if test "X$xdir" = "X$obj"; then
##############################################
lincity-1.13.1/ltmain.sh-662-    if test "$compiler_c_o" = no; then
lincity-1.13.1/ltmain.sh:663:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
lincity-1.13.1/ltmain.sh-664-      lockfile="$output_obj.lock"
##############################################
lincity-1.13.1/ltmain.sh-683-*** ERROR, $lockfile exists and contains:
lincity-1.13.1/ltmain.sh:684:`cat $lockfile 2>/dev/null`
lincity-1.13.1/ltmain.sh-685-
##############################################
lincity-1.13.1/ltmain.sh-752-      if test "$need_locks" = warn &&
lincity-1.13.1/ltmain.sh:753:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lincity-1.13.1/ltmain.sh-754-	$echo "\
lincity-1.13.1/ltmain.sh-755-*** ERROR, $lockfile contains:
lincity-1.13.1/ltmain.sh:756:`cat $lockfile 2>/dev/null`
lincity-1.13.1/ltmain.sh-757-
##############################################
lincity-1.13.1/ltmain.sh-824-      if test "$need_locks" = warn &&
lincity-1.13.1/ltmain.sh:825:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lincity-1.13.1/ltmain.sh-826-	$echo "\
lincity-1.13.1/ltmain.sh-827-*** ERROR, $lockfile contains:
lincity-1.13.1/ltmain.sh:828:`cat $lockfile 2>/dev/null`
lincity-1.13.1/ltmain.sh-829-
##############################################
lincity-1.13.1/ltmain.sh-986-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
lincity-1.13.1/ltmain.sh:987:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
lincity-1.13.1/ltmain.sh-988-	;;
##############################################
lincity-1.13.1/ltmain.sh-1075-	    moreargs=
lincity-1.13.1/ltmain.sh:1076:	    for fil in `cat $save_arg`
lincity-1.13.1/ltmain.sh-1077-	    do
##############################################
lincity-1.13.1/ltmain.sh-1102-		# Extract subdirectory from the argument.
lincity-1.13.1/ltmain.sh:1103:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-1104-		if test "X$xdir" = "X$arg"; then
##############################################
lincity-1.13.1/ltmain.sh-1156-		  # Extract subdirectory from the argument.
lincity-1.13.1/ltmain.sh:1157:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-1158-		  if test "X$xdir" = "X$arg"; then
##############################################
lincity-1.13.1/ltmain.sh-1163-
lincity-1.13.1/ltmain.sh:1164:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
lincity-1.13.1/ltmain.sh:1165:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
lincity-1.13.1/ltmain.sh-1166-		  libobjs="$libobjs $pic_object"
##############################################
lincity-1.13.1/ltmain.sh-1305-      -L*)
lincity-1.13.1/ltmain.sh:1306:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
lincity-1.13.1/ltmain.sh-1307-	# We need an absolute path.
##############################################
lincity-1.13.1/ltmain.sh-1310-	*)
lincity-1.13.1/ltmain.sh:1311:	  absdir=`cd "$dir" && pwd`
lincity-1.13.1/ltmain.sh-1312-	  if test -z "$absdir"; then
##############################################
lincity-1.13.1/ltmain.sh-1387-	# to be aesthetically quoted because they are evaled later.
lincity-1.13.1/ltmain.sh:1388:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-1389-	case $arg in
##############################################
lincity-1.13.1/ltmain.sh-1458-      -R*)
lincity-1.13.1/ltmain.sh:1459:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
lincity-1.13.1/ltmain.sh-1460-	# We need an absolute path.
##############################################
lincity-1.13.1/ltmain.sh-1499-      -Wc,*)
lincity-1.13.1/ltmain.sh:1500:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
lincity-1.13.1/ltmain.sh-1501-	arg=
##############################################
lincity-1.13.1/ltmain.sh-1513-	IFS="$save_ifs"
lincity-1.13.1/ltmain.sh:1514:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
lincity-1.13.1/ltmain.sh-1515-	;;
##############################################
lincity-1.13.1/ltmain.sh-1517-      -Wl,*)
lincity-1.13.1/ltmain.sh:1518:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
lincity-1.13.1/ltmain.sh-1519-	arg=
##############################################
lincity-1.13.1/ltmain.sh-1532-	IFS="$save_ifs"
lincity-1.13.1/ltmain.sh:1533:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
lincity-1.13.1/ltmain.sh-1534-	;;
##############################################
lincity-1.13.1/ltmain.sh-1554-	# to be aesthetically quoted because they are evaled later.
lincity-1.13.1/ltmain.sh:1555:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-1556-	case $arg in
##############################################
lincity-1.13.1/ltmain.sh-1591-	  # Extract subdirectory from the argument.
lincity-1.13.1/ltmain.sh:1592:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-1593-	  if test "X$xdir" = "X$arg"; then
##############################################
lincity-1.13.1/ltmain.sh-1645-	    # Extract subdirectory from the argument.
lincity-1.13.1/ltmain.sh:1646:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-1647-	    if test "X$xdir" = "X$arg"; then
##############################################
lincity-1.13.1/ltmain.sh-1652-
lincity-1.13.1/ltmain.sh:1653:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
lincity-1.13.1/ltmain.sh:1654:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
lincity-1.13.1/ltmain.sh-1655-	    libobjs="$libobjs $pic_object"
##############################################
lincity-1.13.1/ltmain.sh-1688-	# to be aesthetically quoted because they are evaled later.
lincity-1.13.1/ltmain.sh:1689:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-1690-	case $arg in
##############################################
lincity-1.13.1/ltmain.sh-1718-    # calculate the name of the file, without its directory
lincity-1.13.1/ltmain.sh:1719:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-1720-    libobjs_save="$libobjs"
##############################################
lincity-1.13.1/ltmain.sh-1723-      # get the directories listed in $shlibpath_var
lincity-1.13.1/ltmain.sh:1724:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
lincity-1.13.1/ltmain.sh-1725-    else
##############################################
lincity-1.13.1/ltmain.sh-1730-
lincity-1.13.1/ltmain.sh:1731:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-1732-    if test "X$output_objdir" = "X$output"; then
##############################################
lincity-1.13.1/ltmain.sh-1873-	  fi
lincity-1.13.1/ltmain.sh:1874:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
lincity-1.13.1/ltmain.sh-1875-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
lincity-1.13.1/ltmain.sh-1917-		    found=no
lincity-1.13.1/ltmain.sh:1918:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-1919-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
lincity-1.13.1/ltmain.sh-1942-	    newdependency_libs="$deplib $newdependency_libs"
lincity-1.13.1/ltmain.sh:1943:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
lincity-1.13.1/ltmain.sh-1944-	    ;;
##############################################
lincity-1.13.1/ltmain.sh-1955-	    fi
lincity-1.13.1/ltmain.sh:1956:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
lincity-1.13.1/ltmain.sh-1957-	    ;;
##############################################
lincity-1.13.1/ltmain.sh-1965-	  if test "$pass" = link; then
lincity-1.13.1/ltmain.sh:1966:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
lincity-1.13.1/ltmain.sh-1967-	    # Make sure the xrpath contains only unique directories.
##############################################
lincity-1.13.1/ltmain.sh-2044-
lincity-1.13.1/ltmain.sh:2045:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-2046-	test "X$ladir" = "X$lib" && ladir="."
##############################################
lincity-1.13.1/ltmain.sh-2134-	*)
lincity-1.13.1/ltmain.sh:2135:	  abs_ladir=`cd "$ladir" && pwd`
lincity-1.13.1/ltmain.sh-2136-	  if test -z "$abs_ladir"; then
##############################################
lincity-1.13.1/ltmain.sh-2142-	esac
lincity-1.13.1/ltmain.sh:2143:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-2144-
##############################################
lincity-1.13.1/ltmain.sh-2161-	fi # $installed = yes
lincity-1.13.1/ltmain.sh:2162:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
lincity-1.13.1/ltmain.sh-2163-
##############################################
lincity-1.13.1/ltmain.sh-2208-	    case $deplib in
lincity-1.13.1/ltmain.sh:2209:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
lincity-1.13.1/ltmain.sh-2210-	    esac
##############################################
lincity-1.13.1/ltmain.sh-2323-	    shift; shift
lincity-1.13.1/ltmain.sh:2324:	    libname=`eval \\$echo \"$libname_spec\"`
lincity-1.13.1/ltmain.sh-2325-	    # use dlname if we got it. it's perfectly good, no?
##############################################
lincity-1.13.1/ltmain.sh-2331-	      *cygwin* | mingw*)
lincity-1.13.1/ltmain.sh:2332:		major=`expr $current - $age`
lincity-1.13.1/ltmain.sh-2333-		versuffix="-$major"
##############################################
lincity-1.13.1/ltmain.sh-2342-	    soroot="$soname"
lincity-1.13.1/ltmain.sh:2343:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
lincity-1.13.1/ltmain.sh:2344:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
lincity-1.13.1/ltmain.sh-2345-
##############################################
lincity-1.13.1/ltmain.sh-2573-	      case $libdir in
lincity-1.13.1/ltmain.sh:2574:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
lincity-1.13.1/ltmain.sh-2575-		   case " $xrpath " in
##############################################
lincity-1.13.1/ltmain.sh-2605-	      *.la)
lincity-1.13.1/ltmain.sh:2606:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-2607-		test "X$dir" = "X$deplib" && dir="."
##############################################
lincity-1.13.1/ltmain.sh-2611-		*)
lincity-1.13.1/ltmain.sh:2612:		  absdir=`cd "$dir" && pwd`
lincity-1.13.1/ltmain.sh-2613-		  if test -z "$absdir"; then
##############################################
lincity-1.13.1/ltmain.sh-2621-		else
lincity-1.13.1/ltmain.sh:2622:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
lincity-1.13.1/ltmain.sh-2623-		  if test -z "$libdir"; then
##############################################
lincity-1.13.1/ltmain.sh-2636-		  # but need to link against shared
lincity-1.13.1/ltmain.sh:2637:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
lincity-1.13.1/ltmain.sh-2638-		  if test -n "$deplibrary_names" ; then
##############################################
lincity-1.13.1/ltmain.sh-2661-		  # Again, we only want to link against shared libraries
lincity-1.13.1/ltmain.sh:2662:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
lincity-1.13.1/ltmain.sh-2663-		  for tmp in $newlib_search_path ; do
##############################################
lincity-1.13.1/ltmain.sh-2828-      lib*)
lincity-1.13.1/ltmain.sh:2829:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
lincity-1.13.1/ltmain.sh-2830-	eval shared_ext=\"$shrext_cmds\"
##############################################
lincity-1.13.1/ltmain.sh-2834-	if test "$module" = no; then
lincity-1.13.1/ltmain.sh:2835:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
lincity-1.13.1/ltmain.sh-2836-	  $echo "$help" 1>&2
##############################################
lincity-1.13.1/ltmain.sh-2840-	  # Add the "lib" prefix for modules if required
lincity-1.13.1/ltmain.sh:2841:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
lincity-1.13.1/ltmain.sh-2842-	  eval shared_ext=\"$shrext_cmds\"
##############################################
lincity-1.13.1/ltmain.sh-2844-	else
lincity-1.13.1/ltmain.sh:2845:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
lincity-1.13.1/ltmain.sh-2846-	fi
##############################################
lincity-1.13.1/ltmain.sh-2921-	  darwin|linux|osf|windows)
lincity-1.13.1/ltmain.sh:2922:	    current=`expr $number_major + $number_minor`
lincity-1.13.1/ltmain.sh-2923-	    age="$number_minor"
##############################################
lincity-1.13.1/ltmain.sh-2931-	  irix|nonstopux)
lincity-1.13.1/ltmain.sh:2932:	    current=`expr $number_major + $number_minor - 1`
lincity-1.13.1/ltmain.sh-2933-	    age="$number_minor"
##############################################
lincity-1.13.1/ltmain.sh-2973-	if test "$age" -gt "$current"; then
lincity-1.13.1/ltmain.sh:2974:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
lincity-1.13.1/ltmain.sh-2975-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
lincity-1.13.1/ltmain.sh-2988-	  # verstring for coding it into the library header
lincity-1.13.1/ltmain.sh:2989:	  major=.`expr $current - $age`
lincity-1.13.1/ltmain.sh-2990-	  versuffix="$major.$age.$revision"
lincity-1.13.1/ltmain.sh-2991-	  # Darwin ld doesn't like 0 for these options...
lincity-1.13.1/ltmain.sh:2992:	  minor_current=`expr $current + 1`
lincity-1.13.1/ltmain.sh-2993-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
lincity-1.13.1/ltmain.sh-3006-	irix | nonstopux)
lincity-1.13.1/ltmain.sh:3007:	  major=`expr $current - $age + 1`
lincity-1.13.1/ltmain.sh-3008-
##############################################
lincity-1.13.1/ltmain.sh-3017-	  while test "$loop" -ne 0; do
lincity-1.13.1/ltmain.sh:3018:	    iface=`expr $revision - $loop`
lincity-1.13.1/ltmain.sh:3019:	    loop=`expr $loop - 1`
lincity-1.13.1/ltmain.sh-3020-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
lincity-1.13.1/ltmain.sh-3028-	linux)
lincity-1.13.1/ltmain.sh:3029:	  major=.`expr $current - $age`
lincity-1.13.1/ltmain.sh-3030-	  versuffix="$major.$age.$revision"
##############################################
lincity-1.13.1/ltmain.sh-3033-	osf)
lincity-1.13.1/ltmain.sh:3034:	  major=.`expr $current - $age`
lincity-1.13.1/ltmain.sh-3035-	  versuffix=".$current.$age.$revision"
##############################################
lincity-1.13.1/ltmain.sh-3040-	  while test "$loop" -ne 0; do
lincity-1.13.1/ltmain.sh:3041:	    iface=`expr $current - $loop`
lincity-1.13.1/ltmain.sh:3042:	    loop=`expr $loop - 1`
lincity-1.13.1/ltmain.sh-3043-	    verstring="$verstring:${iface}.0"
##############################################
lincity-1.13.1/ltmain.sh-3057-	  # extension on DOS 8.3 filesystems.
lincity-1.13.1/ltmain.sh:3058:	  major=`expr $current - $age`
lincity-1.13.1/ltmain.sh-3059-	  versuffix="-$major"
##############################################
lincity-1.13.1/ltmain.sh-3112-	removelist=
lincity-1.13.1/ltmain.sh:3113:	tempremovelist=`$echo "$output_objdir/*"`
lincity-1.13.1/ltmain.sh-3114-	for p in $tempremovelist; do
##############################################
lincity-1.13.1/ltmain.sh-3140-	# Transform .lo files to .o files.
lincity-1.13.1/ltmain.sh:3141:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
lincity-1.13.1/ltmain.sh-3142-      fi
##############################################
lincity-1.13.1/ltmain.sh-3145-      for path in $notinst_path; do
lincity-1.13.1/ltmain.sh:3146:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
lincity-1.13.1/ltmain.sh:3147:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
lincity-1.13.1/ltmain.sh:3148:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
lincity-1.13.1/ltmain.sh-3149-      done
##############################################
lincity-1.13.1/ltmain.sh-3248-	    for i in $deplibs; do
lincity-1.13.1/ltmain.sh:3249:	      name="`expr $i : '-l\(.*\)'`"
lincity-1.13.1/ltmain.sh-3250-	      # If $name is empty we are operating on a -L argument.
##############################################
lincity-1.13.1/ltmain.sh-3260-		if test -n "$i" ; then
lincity-1.13.1/ltmain.sh:3261:		  libname=`eval \\$echo \"$libname_spec\"`
lincity-1.13.1/ltmain.sh:3262:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
lincity-1.13.1/ltmain.sh-3263-		  set dummy $deplib_matches
lincity-1.13.1/ltmain.sh-3264-		  deplib_match=$2
lincity-1.13.1/ltmain.sh:3265:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
lincity-1.13.1/ltmain.sh-3266-		    newdeplibs="$newdeplibs $i"
##############################################
lincity-1.13.1/ltmain.sh-3285-	    for i in $deplibs; do
lincity-1.13.1/ltmain.sh:3286:	      name="`expr $i : '-l\(.*\)'`"
lincity-1.13.1/ltmain.sh-3287-	      # If $name is empty we are operating on a -L argument.
##############################################
lincity-1.13.1/ltmain.sh-3302-		  if test -n "$i" ; then
lincity-1.13.1/ltmain.sh:3303:		    libname=`eval \\$echo \"$libname_spec\"`
lincity-1.13.1/ltmain.sh:3304:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
lincity-1.13.1/ltmain.sh-3305-		    set dummy $deplib_matches
lincity-1.13.1/ltmain.sh-3306-		    deplib_match=$2
lincity-1.13.1/ltmain.sh:3307:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
lincity-1.13.1/ltmain.sh-3308-		      newdeplibs="$newdeplibs $i"
##############################################
lincity-1.13.1/ltmain.sh-3335-	  set dummy $deplibs_check_method
lincity-1.13.1/ltmain.sh:3336:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
lincity-1.13.1/ltmain.sh-3337-	  for a_deplib in $deplibs; do
lincity-1.13.1/ltmain.sh:3338:	    name="`expr $a_deplib : '-l\(.*\)'`"
lincity-1.13.1/ltmain.sh-3339-	    # If $name is empty we are operating on a -L argument.
##############################################
lincity-1.13.1/ltmain.sh-3349-	      if test -n "$a_deplib" ; then
lincity-1.13.1/ltmain.sh:3350:		libname=`eval \\$echo \"$libname_spec\"`
lincity-1.13.1/ltmain.sh-3351-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
lincity-1.13.1/ltmain.sh:3352:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
lincity-1.13.1/ltmain.sh-3353-		  for potent_lib in $potential_libs; do
##############################################
lincity-1.13.1/ltmain.sh-3365-		      while test -h "$potlib" 2>/dev/null; do
lincity-1.13.1/ltmain.sh:3366:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
lincity-1.13.1/ltmain.sh-3367-			case $potliblink in
lincity-1.13.1/ltmain.sh-3368-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
lincity-1.13.1/ltmain.sh:3369:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
lincity-1.13.1/ltmain.sh-3370-			esac
##############################################
lincity-1.13.1/ltmain.sh-3404-	  set dummy $deplibs_check_method
lincity-1.13.1/ltmain.sh:3405:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
lincity-1.13.1/ltmain.sh-3406-	  for a_deplib in $deplibs; do
lincity-1.13.1/ltmain.sh:3407:	    name="`expr $a_deplib : '-l\(.*\)'`"
lincity-1.13.1/ltmain.sh-3408-	    # If $name is empty we are operating on a -L argument.
##############################################
lincity-1.13.1/ltmain.sh-3418-	      if test -n "$a_deplib" ; then
lincity-1.13.1/ltmain.sh:3419:		libname=`eval \\$echo \"$libname_spec\"`
lincity-1.13.1/ltmain.sh-3420-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
lincity-1.13.1/ltmain.sh:3421:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
lincity-1.13.1/ltmain.sh-3422-		  for potent_lib in $potential_libs; do
##############################################
lincity-1.13.1/ltmain.sh-3461-	      # can't use Xsed below, because $i might contain '/'
lincity-1.13.1/ltmain.sh:3462:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
lincity-1.13.1/ltmain.sh-3463-	    done
##############################################
lincity-1.13.1/ltmain.sh-3486-	  # On Rhapsody replace the C library is the System framework
lincity-1.13.1/ltmain.sh:3487:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
lincity-1.13.1/ltmain.sh-3488-	  ;;
##############################################
lincity-1.13.1/ltmain.sh-3625-	# Use standard objects if they are pic
lincity-1.13.1/ltmain.sh:3626:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
lincity-1.13.1/ltmain.sh-3627-
##############################################
lincity-1.13.1/ltmain.sh-3638-	      eval cmd=\"$cmd\"
lincity-1.13.1/ltmain.sh:3639:	      if len=`expr "X$cmd" : ".*"` &&
lincity-1.13.1/ltmain.sh-3640-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
lincity-1.13.1/ltmain.sh-3696-	      esac
lincity-1.13.1/ltmain.sh:3697:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-3698-	      xdir="$gentop/$xlib"
##############################################
lincity-1.13.1/ltmain.sh-3727-		   do
lincity-1.13.1/ltmain.sh:3728:		     name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
lincity-1.13.1/ltmain.sh-3729-		   done
##############################################
lincity-1.13.1/ltmain.sh-3731-		   $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
lincity-1.13.1/ltmain.sh:3732:		   i=`expr $i + 1`
lincity-1.13.1/ltmain.sh-3733-		  done
##############################################
lincity-1.13.1/ltmain.sh-3736-
lincity-1.13.1/ltmain.sh:3737:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
lincity-1.13.1/ltmain.sh-3738-	    done
##############################################
lincity-1.13.1/ltmain.sh-3770-
lincity-1.13.1/ltmain.sh:3771:	if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
lincity-1.13.1/ltmain.sh-3772-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
lincity-1.13.1/ltmain.sh-3804-	    if test "X$objlist" = X ||
lincity-1.13.1/ltmain.sh:3805:	       { len=`expr "X$test_cmds" : ".*"` &&
lincity-1.13.1/ltmain.sh-3806-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
lincity-1.13.1/ltmain.sh-3819-	      last_robj=$output_objdir/$save_output-${k}.$objext
lincity-1.13.1/ltmain.sh:3820:	      k=`expr $k + 1`
lincity-1.13.1/ltmain.sh-3821-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
lincity-1.13.1/ltmain.sh-3845-	  do
lincity-1.13.1/ltmain.sh:3846:	    i=`expr $i + 1`
lincity-1.13.1/ltmain.sh-3847-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
lincity-1.13.1/ltmain.sh-3952-	libobj="$output"
lincity-1.13.1/ltmain.sh:3953:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
lincity-1.13.1/ltmain.sh-3954-	;;
##############################################
lincity-1.13.1/ltmain.sh-3994-	    esac
lincity-1.13.1/ltmain.sh:3995:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-3996-	    xdir="$gentop/$xlib"
##############################################
lincity-1.13.1/ltmain.sh-4025-		 do
lincity-1.13.1/ltmain.sh:4026:		   name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
lincity-1.13.1/ltmain.sh-4027-		 done
##############################################
lincity-1.13.1/ltmain.sh-4029-		 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
lincity-1.13.1/ltmain.sh:4030:		 i=`expr $i + 1`
lincity-1.13.1/ltmain.sh-4031-		done
##############################################
lincity-1.13.1/ltmain.sh-4034-
lincity-1.13.1/ltmain.sh:4035:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
lincity-1.13.1/ltmain.sh-4036-	  done
##############################################
lincity-1.13.1/ltmain.sh-4040-      # Create the old-style object.
lincity-1.13.1/ltmain.sh:4041:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
lincity-1.13.1/ltmain.sh-4042-
##############################################
lincity-1.13.1/ltmain.sh-4101-      case $host in
lincity-1.13.1/ltmain.sh:4102:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
lincity-1.13.1/ltmain.sh-4103-      esac
##############################################
lincity-1.13.1/ltmain.sh-4121-	# On Rhapsody replace the C library is the System framework
lincity-1.13.1/ltmain.sh:4122:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
lincity-1.13.1/ltmain.sh:4123:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
lincity-1.13.1/ltmain.sh-4124-	;;
##############################################
lincity-1.13.1/ltmain.sh-4233-	# Transform all the library objects into standard objects.
lincity-1.13.1/ltmain.sh:4234:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
lincity-1.13.1/ltmain.sh:4235:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
lincity-1.13.1/ltmain.sh-4236-      fi
##############################################
lincity-1.13.1/ltmain.sh-4279-	    # Add our own program objects to the symbol list.
lincity-1.13.1/ltmain.sh:4280:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
lincity-1.13.1/ltmain.sh-4281-	    for arg in $progfiles; do
##############################################
lincity-1.13.1/ltmain.sh-4309-	    $show "extracting global C symbols from \`$arg'"
lincity-1.13.1/ltmain.sh:4310:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-4311-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
lincity-1.13.1/ltmain.sh-4409-	  # Transform the symbol file into the correct name.
lincity-1.13.1/ltmain.sh:4410:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
lincity-1.13.1/ltmain.sh:4411:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
lincity-1.13.1/ltmain.sh-4412-	  ;;
##############################################
lincity-1.13.1/ltmain.sh-4423-	# Nullify the symbol file.
lincity-1.13.1/ltmain.sh:4424:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
lincity-1.13.1/ltmain.sh:4425:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
lincity-1.13.1/ltmain.sh-4426-      fi
##############################################
lincity-1.13.1/ltmain.sh-4429-	# Replace the output file specification.
lincity-1.13.1/ltmain.sh:4430:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
lincity-1.13.1/ltmain.sh-4431-	link_command="$compile_command$compile_rpath"
##############################################
lincity-1.13.1/ltmain.sh-4496-	# Replace the output file specification.
lincity-1.13.1/ltmain.sh:4497:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
lincity-1.13.1/ltmain.sh-4498-	# Delete the old output file.
##############################################
lincity-1.13.1/ltmain.sh-4516-	  if test "$fast_install" = yes; then
lincity-1.13.1/ltmain.sh:4517:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
lincity-1.13.1/ltmain.sh-4518-	  else
##############################################
lincity-1.13.1/ltmain.sh-4528-      # Replace the output file specification.
lincity-1.13.1/ltmain.sh:4529:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
lincity-1.13.1/ltmain.sh-4530-
##############################################
lincity-1.13.1/ltmain.sh-4548-	  else
lincity-1.13.1/ltmain.sh:4549:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-4550-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
lincity-1.13.1/ltmain.sh-4553-	relink_command="(cd `pwd`; $relink_command)"
lincity-1.13.1/ltmain.sh:4554:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-4555-      fi
##############################################
lincity-1.13.1/ltmain.sh-4562-	esac
lincity-1.13.1/ltmain.sh:4563:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-4564-      else
lincity-1.13.1/ltmain.sh:4565:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-4566-      fi
##############################################
lincity-1.13.1/ltmain.sh-4572-	case $output in
lincity-1.13.1/ltmain.sh:4573:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
lincity-1.13.1/ltmain.sh-4574-	esac
##############################################
lincity-1.13.1/ltmain.sh-4578-	    exeext=.exe
lincity-1.13.1/ltmain.sh:4579:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
lincity-1.13.1/ltmain.sh-4580-	  *) exeext= ;;
##############################################
lincity-1.13.1/ltmain.sh-4583-	  *cygwin* | *mingw* )
lincity-1.13.1/ltmain.sh:4584:	    cwrappersource=`$echo ${objdir}/lt-${output}.c`
lincity-1.13.1/ltmain.sh:4585:	    cwrapper=`$echo ${output}.exe`
lincity-1.13.1/ltmain.sh-4586-	    $rm $cwrappersource $cwrapper
##############################################
lincity-1.13.1/ltmain.sh-4833-      shift
lincity-1.13.1/ltmain.sh:4834:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
lincity-1.13.1/ltmain.sh-4835-      # Yippee, \$echo works!
##############################################
lincity-1.13.1/ltmain.sh-4845-  # Find the directory that this script lives in.
lincity-1.13.1/ltmain.sh:4846:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
lincity-1.13.1/ltmain.sh-4847-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
lincity-1.13.1/ltmain.sh-4849-  # Follow symbolic links until we get to the real thisdir.
lincity-1.13.1/ltmain.sh:4850:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
lincity-1.13.1/ltmain.sh-4851-  while test -n \"\$file\"; do
lincity-1.13.1/ltmain.sh:4852:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
lincity-1.13.1/ltmain.sh-4853-
##############################################
lincity-1.13.1/ltmain.sh-4861-
lincity-1.13.1/ltmain.sh:4862:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
lincity-1.13.1/ltmain.sh:4863:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
lincity-1.13.1/ltmain.sh-4864-  done
##############################################
lincity-1.13.1/ltmain.sh-4866-  # Try to get the absolute directory name.
lincity-1.13.1/ltmain.sh:4867:  absdir=\`cd \"\$thisdir\" && pwd\`
lincity-1.13.1/ltmain.sh-4868-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
lincity-1.13.1/ltmain.sh-4876-  if test ! -f \"\$progdir/\$program\" || \\
lincity-1.13.1/ltmain.sh:4877:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
lincity-1.13.1/ltmain.sh-4878-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
lincity-1.13.1/ltmain.sh-4891-    if test -n \"\$relink_command\"; then
lincity-1.13.1/ltmain.sh:4892:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
lincity-1.13.1/ltmain.sh-4893-      else
##############################################
lincity-1.13.1/ltmain.sh-4923-    # The second colon is a workaround for a bug in BeOS R4 sed
lincity-1.13.1/ltmain.sh:4924:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
lincity-1.13.1/ltmain.sh-4925-
##############################################
lincity-1.13.1/ltmain.sh-5010-	  esac
lincity-1.13.1/ltmain.sh:5011:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-5012-	  xdir="$gentop/$xlib"
##############################################
lincity-1.13.1/ltmain.sh-5041-	       do
lincity-1.13.1/ltmain.sh:5042:		 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
lincity-1.13.1/ltmain.sh-5043-	       done
##############################################
lincity-1.13.1/ltmain.sh-5045-	       $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
lincity-1.13.1/ltmain.sh:5046:	       i=`expr $i + 1`
lincity-1.13.1/ltmain.sh-5047-	      done
##############################################
lincity-1.13.1/ltmain.sh-5050-
lincity-1.13.1/ltmain.sh:5051:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
lincity-1.13.1/ltmain.sh-5052-	done
##############################################
lincity-1.13.1/ltmain.sh-5060-
lincity-1.13.1/ltmain.sh:5061:	if len=`expr "X$cmds" : ".*"` &&
lincity-1.13.1/ltmain.sh-5062-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
lincity-1.13.1/ltmain.sh-5095-	    eval test_cmds=\"$old_archive_cmds\"
lincity-1.13.1/ltmain.sh:5096:	    if len=`expr "X$test_cmds" : ".*"` &&
lincity-1.13.1/ltmain.sh-5097-	       test "$len" -le "$max_cmd_len"; then
##############################################
lincity-1.13.1/ltmain.sh-5147-	else
lincity-1.13.1/ltmain.sh:5148:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-5149-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
lincity-1.13.1/ltmain.sh-5153-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
lincity-1.13.1/ltmain.sh:5154:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-5155-      if test "$hardcode_automatic" = yes ; then
##############################################
lincity-1.13.1/ltmain.sh-5172-	      *.la)
lincity-1.13.1/ltmain.sh:5173:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh:5174:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
lincity-1.13.1/ltmain.sh-5175-		if test -z "$libdir"; then
##############################################
lincity-1.13.1/ltmain.sh-5186-	    for lib in $dlfiles; do
lincity-1.13.1/ltmain.sh:5187:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh:5188:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lincity-1.13.1/ltmain.sh-5189-	      if test -z "$libdir"; then
##############################################
lincity-1.13.1/ltmain.sh-5197-	    for lib in $dlprefiles; do
lincity-1.13.1/ltmain.sh:5198:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh:5199:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lincity-1.13.1/ltmain.sh-5200-	      if test -z "$libdir"; then
##############################################
lincity-1.13.1/ltmain.sh-5294-      # Aesthetically quote it.
lincity-1.13.1/ltmain.sh:5295:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-5296-      case $arg in
##############################################
lincity-1.13.1/ltmain.sh-5310-    # Aesthetically quote it.
lincity-1.13.1/ltmain.sh:5311:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-5312-    case $arg in
##############################################
lincity-1.13.1/ltmain.sh-5358-      # Aesthetically quote the argument.
lincity-1.13.1/ltmain.sh:5359:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-5360-      case $arg in
##############################################
lincity-1.13.1/ltmain.sh-5390-    # Strip any trailing slash from the destination.
lincity-1.13.1/ltmain.sh:5391:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
lincity-1.13.1/ltmain.sh-5392-
##############################################
lincity-1.13.1/ltmain.sh-5398-    else
lincity-1.13.1/ltmain.sh:5399:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-5400-      test "X$destdir" = "X$dest" && destdir=.
lincity-1.13.1/ltmain.sh:5401:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-5402-
##############################################
lincity-1.13.1/ltmain.sh-5474-
lincity-1.13.1/ltmain.sh:5475:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
lincity-1.13.1/ltmain.sh-5476-	test "X$dir" = "X$file/" && dir=
##############################################
lincity-1.13.1/ltmain.sh-5480-	  # Determine the prefix the user has applied to our future dir.
lincity-1.13.1/ltmain.sh:5481:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
lincity-1.13.1/ltmain.sh-5482-
##############################################
lincity-1.13.1/ltmain.sh-5495-	    # Stick the inst_prefix_dir data into the link command.
lincity-1.13.1/ltmain.sh:5496:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
lincity-1.13.1/ltmain.sh-5497-	  else
lincity-1.13.1/ltmain.sh:5498:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
lincity-1.13.1/ltmain.sh-5499-	  fi
##############################################
lincity-1.13.1/ltmain.sh-5552-	# Install the pseudo-library for information purposes.
lincity-1.13.1/ltmain.sh:5553:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-5554-	instname="$dir/$name"i
##############################################
lincity-1.13.1/ltmain.sh-5568-	else
lincity-1.13.1/ltmain.sh:5569:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-5570-	  destfile="$destdir/$destfile"
##############################################
lincity-1.13.1/ltmain.sh-5575-	*.lo)
lincity-1.13.1/ltmain.sh:5576:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
lincity-1.13.1/ltmain.sh-5577-	  ;;
##############################################
lincity-1.13.1/ltmain.sh-5597-	  # Deduce the name of the old-style object file.
lincity-1.13.1/ltmain.sh:5598:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
lincity-1.13.1/ltmain.sh-5599-
##############################################
lincity-1.13.1/ltmain.sh-5610-	else
lincity-1.13.1/ltmain.sh:5611:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-5612-	  destfile="$destdir/$destfile"
##############################################
lincity-1.13.1/ltmain.sh-5621-	    if test ! -f "$file"; then
lincity-1.13.1/ltmain.sh:5622:	      file=`$echo $file|${SED} 's,.exe$,,'`
lincity-1.13.1/ltmain.sh-5623-	      stripped_ext=".exe"
##############################################
lincity-1.13.1/ltmain.sh-5630-	*cygwin*|*mingw*)
lincity-1.13.1/ltmain.sh:5631:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
lincity-1.13.1/ltmain.sh-5632-	    ;;
##############################################
lincity-1.13.1/ltmain.sh-5670-	    fi
lincity-1.13.1/ltmain.sh:5671:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
lincity-1.13.1/ltmain.sh-5672-	    if test -n "$libdir" && test ! -f "$libfile"; then
lincity-1.13.1/ltmain.sh:5673:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
lincity-1.13.1/ltmain.sh-5674-	      finalize=no
##############################################
lincity-1.13.1/ltmain.sh-5706-	      fi
lincity-1.13.1/ltmain.sh:5707:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-5708-	      outputname="$tmpdir/$file"
lincity-1.13.1/ltmain.sh-5709-	      # Replace the output file specification.
lincity-1.13.1/ltmain.sh:5710:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
lincity-1.13.1/ltmain.sh-5711-
##############################################
lincity-1.13.1/ltmain.sh-5724-	    # Install the binary that we compiled earlier.
lincity-1.13.1/ltmain.sh:5725:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
lincity-1.13.1/ltmain.sh-5726-	  fi
##############################################
lincity-1.13.1/ltmain.sh-5740-	  *:*.exe)
lincity-1.13.1/ltmain.sh:5741:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
lincity-1.13.1/ltmain.sh-5742-	    ;;
##############################################
lincity-1.13.1/ltmain.sh-5753-    for file in $staticlibs; do
lincity-1.13.1/ltmain.sh:5754:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-5755-
##############################################
lincity-1.13.1/ltmain.sh-5910-	  # Warn if it was a shared library.
lincity-1.13.1/ltmain.sh:5911:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
lincity-1.13.1/ltmain.sh-5912-	  continue
##############################################
lincity-1.13.1/ltmain.sh-5914-
lincity-1.13.1/ltmain.sh:5915:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-5916-	test "X$dir" = "X$file" && dir=.
##############################################
lincity-1.13.1/ltmain.sh-5920-	else
lincity-1.13.1/ltmain.sh:5921:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
lincity-1.13.1/ltmain.sh-5922-	  exit $EXIT_FAILURE
##############################################
lincity-1.13.1/ltmain.sh-5927-	# Just add the directory containing the .lo file.
lincity-1.13.1/ltmain.sh:5928:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-5929-	test "X$dir" = "X$file" && dir=.
##############################################
lincity-1.13.1/ltmain.sh-5938-      # Get the absolute pathname.
lincity-1.13.1/ltmain.sh:5939:      absdir=`cd "$dir" && pwd`
lincity-1.13.1/ltmain.sh-5940-      test -n "$absdir" && dir="$absdir"
##############################################
lincity-1.13.1/ltmain.sh-5974-      # Quote arguments (to preserve shell metacharacters).
lincity-1.13.1/ltmain.sh:5975:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
lincity-1.13.1/ltmain.sh-5976-      args="$args \"$file\""
##############################################
lincity-1.13.1/ltmain.sh-6036-    for file in $files; do
lincity-1.13.1/ltmain.sh:6037:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
lincity-1.13.1/ltmain.sh-6038-      if test "X$dir" = "X$file"; then
##############################################
lincity-1.13.1/ltmain.sh-6043-      fi
lincity-1.13.1/ltmain.sh:6044:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
lincity-1.13.1/ltmain.sh-6045-      test "$mode" = uninstall && objdir="$dir"
##############################################
lincity-1.13.1/ltmain.sh-6144-	  *.exe)
lincity-1.13.1/ltmain.sh:6145:	    file=`$echo $file|${SED} 's,.exe$,,'`
lincity-1.13.1/ltmain.sh:6146:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
lincity-1.13.1/ltmain.sh-6147-	    # $file with .exe has already been added to rmfiles,
##############################################
lincity-1.13.1/ltmain.sh-6418-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
lincity-1.13.1/ltmain.sh:6419:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
lincity-1.13.1/ltmain.sh-6420-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
lincity-1.13.1/missing-128-         from any GNU archive site."
lincity-1.13.1/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
lincity-1.13.1/missing-130-    test -z "$files" && files="config.h"
##############################################
lincity-1.13.1/missing-167-         proper tools for further handling them.
lincity-1.13.1/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
lincity-1.13.1/missing-169-         archive site."
lincity-1.13.1/missing-170-
lincity-1.13.1/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
lincity-1.13.1/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
lincity-1.13.1/missing-173-    if test -f "$file"; then
##############################################
lincity-1.13.1/missing-196-	*.y)
lincity-1.13.1/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
lincity-1.13.1/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
lincity-1.13.1/missing-200-	    fi
lincity-1.13.1/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
lincity-1.13.1/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
lincity-1.13.1/missing-226-	*.l)
lincity-1.13.1/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
lincity-1.13.1/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
lincity-1.13.1/missing-250-
lincity-1.13.1/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
lincity-1.13.1/missing-252-    if test -z "$file"; then
lincity-1.13.1/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
lincity-1.13.1/missing-254-    fi
##############################################
lincity-1.13.1/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
lincity-1.13.1/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
lincity-1.13.1/missing-278-    if test -z "$file"; then
lincity-1.13.1/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
lincity-1.13.1/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
lincity-1.13.1/missing-281-    fi
##############################################
lincity-1.13.1/missing-304-	*o*)
lincity-1.13.1/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
lincity-1.13.1/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
lincity-1.13.1/missing-310-	*h*)
lincity-1.13.1/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
lincity-1.13.1/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
lincity-1.13.1/mkinstalldirs-12-do
lincity-1.13.1/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
lincity-1.13.1/mkinstalldirs-14-   shift
##############################################
lincity-1.13.1/old.Makefiles/Makefile-144-	chmod o+r $(LC_MANDIR)/lincity.$(LC_MANSUF)
lincity-1.13.1/old.Makefiles/Makefile:145:	chmod o+rx `dirname $(LC_BINDIR)`
lincity-1.13.1/old.Makefiles/Makefile:146:	chmod o+rx `dirname $(LC_MANDIR)`
lincity-1.13.1/old.Makefiles/Makefile-147-
##############################################
lincity-1.13.1/old.Makefiles/Makefile-259-
lincity-1.13.1/old.Makefiles/Makefile:260:transport-asm :
lincity-1.13.1/old.Makefiles/Makefile-261-	$(CC) -S transport.cxx $(CFLAGS)
##############################################
lincity-1.13.1/tools/csippm/csiicons.pl-10-    print $command;
lincity-1.13.1/tools/csippm/csiicons.pl:11:    `$command`;
lincity-1.13.1/tools/csippm/csiicons.pl-12-}
##############################################
lincity-1.13.1/tools/csippm/ppmicons.pl-12-
lincity-1.13.1/tools/csippm/ppmicons.pl:13:`ppmmake rgb:0/0/0 $width $height > $comp_fn`;
lincity-1.13.1/tools/csippm/ppmicons.pl-14-open PL, "<$txt_fn";
##############################################
lincity-1.13.1/tools/csippm/ppmicons.pl-31-    print "pasting $fn\n";
lincity-1.13.1/tools/csippm/ppmicons.pl:32:    print `pnmpaste -replace $fn $ci $ri $comp_fn > $tmp_fn`;
lincity-1.13.1/tools/csippm/ppmicons.pl:33:    `copy $tmp_fn $comp_fn`;
lincity-1.13.1/tools/csippm/ppmicons.pl-34-}
##############################################
lincity-1.13.1/tools/rename.pl-11-    print $file . "-->" . $newname . "\n";
lincity-1.13.1/tools/rename.pl:12:    `tr -d \\\\r < $file > $tmp_file`;
lincity-1.13.1/tools/rename.pl:13:    `mv $tmp_file $newname`;
lincity-1.13.1/tools/rename.pl-14-}
##############################################
lincity-1.13.1/tools/rename_unix.pl-65-for $pat (@upcase_patlist) {
lincity-1.13.1/tools/rename_unix.pl:66:    for $file (`ls -d $pat 2> /dev/null`) {
lincity-1.13.1/tools/rename_unix.pl-67-	chomp($file);
##############################################
lincity-1.13.1/tools/rename_unix.pl-82-	print "$cmd\n";
lincity-1.13.1/tools/rename_unix.pl:83:	print `$cmd\n`;
lincity-1.13.1/tools/rename_unix.pl-84-    }
##############################################
lincity-1.13.1/tools/rename_unix.pl-87-for $pat (@unixify_patlist) {
lincity-1.13.1/tools/rename_unix.pl:88:    for $file (`ls $pat`) {
lincity-1.13.1/tools/rename_unix.pl-89-	chomp($file);
##############################################
lincity-1.13.1/tools/rename_unix.pl-99-	print "$cmd\n";
lincity-1.13.1/tools/rename_unix.pl:100:	print `$cmd\n`;
lincity-1.13.1/tools/rename_unix.pl-101-    }
##############################################
lincity-1.13.1/tools/fontcvt/fontgrep.pl-17-    # Uncomment this one to search for public domain fonts
lincity-1.13.1/tools/fontcvt/fontgrep.pl:18:    $grepout=`fstobdf -s unix/:-1 -fn \"$font\" 2> /dev/null | head -n 100 | grep COMMENT | grep -i public`;
lincity-1.13.1/tools/fontcvt/fontgrep.pl-19-    # Uncomment this one to search for 8x8 fonts
lincity-1.13.1/tools/fontcvt/fontgrep.pl:20:    #  $grepout=`fstobdf -s unix/:-1 -fn \"$font\" 2> /dev/null | head -n 400 | grep 'FONTBOUNDINGBOX 8 8'`;
lincity-1.13.1/tools/fontcvt/fontgrep.pl-21-    if ($grepout) {
##############################################
lincity-1.13.1/tools/fontcvt/fontgrep.pl-23-	print "$grepout";
lincity-1.13.1/tools/fontcvt/fontgrep.pl:24:	`fstobdf -s unix/:-1 -fn \"$font\" > $font.bdf`;
lincity-1.13.1/tools/fontcvt/fontgrep.pl-25-    }
##############################################
lincity-1.13.1/m4/Makefile.in-199-distdir: $(DISTFILES)
lincity-1.13.1/m4/Makefile.in:200:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
lincity-1.13.1/m4/Makefile.in:201:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
lincity-1.13.1/m4/Makefile.in-202-	list='$(DISTFILES)'; for file in $$list; do \
lincity-1.13.1/m4/Makefile.in-203-	  case $$file in \
lincity-1.13.1/m4/Makefile.in:204:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
lincity-1.13.1/m4/Makefile.in:205:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
lincity-1.13.1/m4/Makefile.in-206-	  esac; \
lincity-1.13.1/m4/Makefile.in-207-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
lincity-1.13.1/m4/Makefile.in:208:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
lincity-1.13.1/m4/Makefile.in-209-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
lincity-1.13.1/m4/gettext.m4-242-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
lincity-1.13.1/m4/gettext.m4:243:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
lincity-1.13.1/m4/gettext.m4-244-      fi
##############################################
lincity-1.13.1/m4/gettext.m4-370-    else
lincity-1.13.1/m4/gettext.m4:371:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
lincity-1.13.1/m4/gettext.m4-372-      AC_MSG_RESULT(
##############################################
lincity-1.13.1/m4/gettext.m4-398-      case "$ac_file" in
lincity-1.13.1/m4/gettext.m4:399:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
lincity-1.13.1/m4/gettext.m4-400-      esac
##############################################
lincity-1.13.1/m4/gettext.m4-403-        # Adjust a relative srcdir.
lincity-1.13.1/m4/gettext.m4:404:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
lincity-1.13.1/m4/gettext.m4:405:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
lincity-1.13.1/m4/gettext.m4:406:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
lincity-1.13.1/m4/gettext.m4-407-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
lincity-1.13.1/m4/gettext.m4-410-        case "$ac_given_srcdir" in
lincity-1.13.1/m4/gettext.m4:411:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
lincity-1.13.1/m4/gettext.m4-412-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
lincity-1.13.1/m4/gettext.m4-426-            fi
lincity-1.13.1/m4/gettext.m4:427:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
lincity-1.13.1/m4/gettext.m4-428-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
lincity-1.13.1/m4/gettext.m4-553-changequote(<<,>>)dnl
lincity-1.13.1/m4/gettext.m4:554:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
lincity-1.13.1/m4/gettext.m4-555-    case $ac_prog_version in
##############################################
lincity-1.13.1/m4/iconv.m4-96-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
lincity-1.13.1/m4/iconv.m4:97:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
lincity-1.13.1/m4/iconv.m4-98-    AC_MSG_RESULT([$]{ac_t:-
##############################################
lincity-1.13.1/m4/lib-ld.m4-38-    # gcc leaves a trailing carriage return which upsets mingw
lincity-1.13.1/m4/lib-ld.m4:39:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lincity-1.13.1/m4/lib-ld.m4-40-  *)
lincity-1.13.1/m4/lib-ld.m4:41:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lincity-1.13.1/m4/lib-ld.m4-42-  esac
##############################################
lincity-1.13.1/m4/lib-ld.m4-47-      # Canonicalize the path of ld
lincity-1.13.1/m4/lib-ld.m4:48:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
lincity-1.13.1/m4/lib-ld.m4-49-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
lincity-1.13.1/m4/lib-ld.m4:50:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
lincity-1.13.1/m4/lib-ld.m4-51-      done
##############################################
lincity-1.13.1/m4/lib-link.m4-179-        dnl or AC_LIB_HAVE_LINKFLAGS call.
lincity-1.13.1/m4/lib-link.m4:180:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
lincity-1.13.1/m4/lib-link.m4-181-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
lincity-1.13.1/m4/lib-link.m4-221-                -L*)
lincity-1.13.1/m4/lib-link.m4:222:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
lincity-1.13.1/m4/lib-link.m4-223-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
lincity-1.13.1/m4/lib-link.m4-338-              */lib | */lib/)
lincity-1.13.1/m4/lib-link.m4:339:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
lincity-1.13.1/m4/lib-link.m4-340-                additional_includedir="$basedir/include"
##############################################
lincity-1.13.1/m4/lib-link.m4-391-                  -L*)
lincity-1.13.1/m4/lib-link.m4:392:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
lincity-1.13.1/m4/lib-link.m4-393-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
lincity-1.13.1/m4/lib-link.m4-441-                  -R*)
lincity-1.13.1/m4/lib-link.m4:442:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
lincity-1.13.1/m4/lib-link.m4-443-                    if test "$enable_rpath" != no; then
##############################################
lincity-1.13.1/m4/lib-link.m4-471-                    dnl Handle this in the next round.
lincity-1.13.1/m4/lib-link.m4:472:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
lincity-1.13.1/m4/lib-link.m4-473-                    ;;
##############################################
lincity-1.13.1/m4/lib-link.m4-477-                    dnl option.
lincity-1.13.1/m4/lib-link.m4:478:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
lincity-1.13.1/m4/lib-link.m4-479-                    ;;
##############################################
lincity-1.13.1/modules/Makefile.in-260-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
lincity-1.13.1/modules/Makefile.in:261:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
lincity-1.13.1/modules/Makefile.in-262-	  test "$$dir" = "$$p" && dir=.; \
##############################################
lincity-1.13.1/modules/Makefile.in-309-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
lincity-1.13.1/modules/Makefile.in:310:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
lincity-1.13.1/modules/Makefile.in-311-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
lincity-1.13.1/modules/Makefile.in-316-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/modules/Makefile.in:317:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
lincity-1.13.1/modules/Makefile.in-318-
##############################################
lincity-1.13.1/modules/Makefile.in-320-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
lincity-1.13.1/modules/Makefile.in:321:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
lincity-1.13.1/modules/Makefile.in-322-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
lincity-1.13.1/modules/Makefile.in-327-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/modules/Makefile.in:328:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
lincity-1.13.1/modules/Makefile.in-329-
##############################################
lincity-1.13.1/modules/Makefile.in-331-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
lincity-1.13.1/modules/Makefile.in:332:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
lincity-1.13.1/modules/Makefile.in-333-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
lincity-1.13.1/modules/Makefile.in-338-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lincity-1.13.1/modules/Makefile.in:339:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
lincity-1.13.1/modules/Makefile.in-340-
##############################################
lincity-1.13.1/modules/Makefile.in-397-GTAGS:
lincity-1.13.1/modules/Makefile.in:398:	here=`$(am__cd) $(top_builddir) && pwd` \
lincity-1.13.1/modules/Makefile.in-399-	  && cd $(top_srcdir) \
##############################################
lincity-1.13.1/modules/Makefile.in-409-distdir: $(DISTFILES)
lincity-1.13.1/modules/Makefile.in:410:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
lincity-1.13.1/modules/Makefile.in:411:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
lincity-1.13.1/modules/Makefile.in-412-	list='$(DISTFILES)'; for file in $$list; do \
lincity-1.13.1/modules/Makefile.in-413-	  case $$file in \
lincity-1.13.1/modules/Makefile.in:414:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
lincity-1.13.1/modules/Makefile.in:415:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
lincity-1.13.1/modules/Makefile.in-416-	  esac; \
lincity-1.13.1/modules/Makefile.in-417-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
lincity-1.13.1/modules/Makefile.in:418:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
lincity-1.13.1/modules/Makefile.in-419-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \