lac : 660b1abfa9d7228eef50a9c59e9752b629115527

     1: # Makefile.in generated by automake 1.15 from Makefile.am.
     2: # @configure_input@
     3: 
     4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     5: 
     6: # This Makefile.in is free software; the Free Software Foundation
     7: # gives unlimited permission to copy and/or distribute it,
     8: # with or without modifications, as long as this notice is preserved.
     9: 
    10: # This program is distributed in the hope that it will be useful,
    11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    13: # PARTICULAR PURPOSE.
    14: 
    15: @SET_MAKE@
    16: 
    17: 
    18: 
    19: VPATH = @srcdir@
    20: am__is_gnu_make = { \
    21:   if test -z '$(MAKELEVEL)'; then \
    22:     false; \
    23:   elif test -n '$(MAKE_HOST)'; then \
    24:     true; \
    25:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    26:     true; \
    27:   else \
    28:     false; \
    29:   fi; \
    30: }
    31: am__make_running_with_option = \
    32:   case $${target_option-} in \
    33:       ?) ;; \
    34:       *) echo "am__make_running_with_option: internal error: invalid" \
    35:               "target option '$${target_option-}' specified" >&2; \
    36:          exit 1;; \
    37:   esac; \
    38:   has_opt=no; \
    39:   sane_makeflags=$$MAKEFLAGS; \
    40:   if $(am__is_gnu_make); then \
    41:     sane_makeflags=$$MFLAGS; \
    42:   else \
    43:     case $$MAKEFLAGS in \
    44:       *\\[\ \	]*) \
    45:         bs=\\; \
    46:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    47:           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    48:     esac; \
    49:   fi; \
    50:   skip_next=no; \
    51:   strip_trailopt () \
    52:   { \
    53:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    54:   }; \
    55:   for flg in $$sane_makeflags; do \
    56:     test $$skip_next = yes && { skip_next=no; continue; }; \
    57:     case $$flg in \
    58:       *=*|--*) continue;; \
    59:         -*I) strip_trailopt 'I'; skip_next=yes;; \
    60:       -*I?*) strip_trailopt 'I';; \
    61:         -*O) strip_trailopt 'O'; skip_next=yes;; \
    62:       -*O?*) strip_trailopt 'O';; \
    63:         -*l) strip_trailopt 'l'; skip_next=yes;; \
    64:       -*l?*) strip_trailopt 'l';; \
    65:       -[dEDm]) skip_next=yes;; \
    66:       -[JT]) skip_next=yes;; \
    67:     esac; \
    68:     case $$flg in \
    69:       *$$target_option*) has_opt=yes; break;; \
    70:     esac; \
    71:   done; \
    72:   test $$has_opt = yes
    73: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    74: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    75: pkgdatadir = $(datadir)/@PACKAGE@
    76: pkgincludedir = $(includedir)/@PACKAGE@
    77: pkglibdir = $(libdir)/@PACKAGE@
    78: pkglibexecdir = $(libexecdir)/@PACKAGE@
    79: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    80: install_sh_DATA = $(install_sh) -c -m 644
    81: install_sh_PROGRAM = $(install_sh) -c
    82: install_sh_SCRIPT = $(install_sh) -c
    83: INSTALL_HEADER = $(INSTALL_DATA)
    84: transform = $(program_transform_name)
    85: NORMAL_INSTALL = :
    86: PRE_INSTALL = :
    87: POST_INSTALL = :
    88: NORMAL_UNINSTALL = :
    89: PRE_UNINSTALL = :
    90: POST_UNINSTALL = :
    91: build_triplet = @build@
    92: host_triplet = @host@
    93: subdir = src/lib
    94: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    95: am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_flex.m4 \
    96: 	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
    97: 	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libsigsegv.m4 \
    98: 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
    99: 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
   100: 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
   101: 	$(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/std-gnu11.m4 \
   102: 	$(top_srcdir)/configure.ac
   103: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   104: 	$(ACLOCAL_M4)
   105: DIST_COMMON = $(srcdir)/Makefile.am $(dist_lac_DATA) \
   106: 	$(include_HEADERS) $(am__DIST_COMMON)
   107: mkinstalldirs = $(install_sh) -d
   108: CONFIG_HEADER = $(top_builddir)/config.h
   109: CONFIG_CLEAN_FILES =
   110: CONFIG_CLEAN_VPATH_FILES =
   111: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   112: am__vpath_adj = case $$p in \
   113:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   114:     *) f=$$p;; \
   115:   esac;
   116: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   117: am__install_max = 40
   118: am__nobase_strip_setup = \
   119:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   120: am__nobase_strip = \
   121:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   122: am__nobase_list = $(am__nobase_strip_setup); \
   123:   for p in $$list; do echo "$$p $$p"; done | \
   124:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
   125:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
   126:     if (++n[$$2] == $(am__install_max)) \
   127:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
   128:     END { for (dir in files) print dir, files[dir] }'
   129: am__base_list = \
   130:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   131:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   132: am__uninstall_files_from_dir = { \
   133:   test -z "$$files" \
   134:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
   135:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
   136:          $(am__cd) "$$dir" && rm -f $$files; }; \
   137:   }
   138: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(lacdir)" \
   139: 	"$(DESTDIR)$(includedir)"
   140: LTLIBRARIES = $(lib_LTLIBRARIES)
   141: am__DEPENDENCIES_1 =
   142: liblac_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
   143: 	$(am__DEPENDENCIES_1)
   144: am_liblac_la_OBJECTS = lac.lo env.lo ext_types.lo map.lo lex.lo \
   145: 	sexpr.lo ty_int.lo ty_string.lo
   146: liblac_la_OBJECTS = $(am_liblac_la_OBJECTS)
   147: AM_V_lt = $(am__v_lt_@AM_V@)
   148: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
   149: am__v_lt_0 = --silent
   150: am__v_lt_1 = 
   151: AM_V_P = $(am__v_P_@AM_V@)
   152: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   153: am__v_P_0 = false
   154: am__v_P_1 = :
   155: AM_V_GEN = $(am__v_GEN_@AM_V@)
   156: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   157: am__v_GEN_0 = @echo "  GEN     " $@;
   158: am__v_GEN_1 = 
   159: AM_V_at = $(am__v_at_@AM_V@)
   160: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   161: am__v_at_0 = @
   162: am__v_at_1 = 
   163: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   164: depcomp = $(SHELL) $(top_srcdir)/depcomp
   165: am__depfiles_maybe = depfiles
   166: am__mv = mv -f
   167: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   168: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   169: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
   170: 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
   171: 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
   172: 	$(AM_CFLAGS) $(CFLAGS)
   173: AM_V_CC = $(am__v_CC_@AM_V@)
   174: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
   175: am__v_CC_0 = @echo "  CC      " $@;
   176: am__v_CC_1 = 
   177: CCLD = $(CC)
   178: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
   179: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
   180: 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
   181: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
   182: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
   183: am__v_CCLD_0 = @echo "  CCLD    " $@;
   184: am__v_CCLD_1 = 
   185: LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
   186: LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
   187: 	$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
   188: AM_V_LEX = $(am__v_LEX_@AM_V@)
   189: am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
   190: am__v_LEX_0 = @echo "  LEX     " $@;
   191: am__v_LEX_1 = 
   192: YLWRAP = $(top_srcdir)/ylwrap
   193: SOURCES = $(liblac_la_SOURCES)
   194: DIST_SOURCES = $(liblac_la_SOURCES)
   195: am__can_run_installinfo = \
   196:   case $$AM_UPDATE_INFO_DIR in \
   197:     n|no|NO) false;; \
   198:     *) (install-info --version) >/dev/null 2>&1;; \
   199:   esac
   200: DATA = $(dist_lac_DATA)
   201: HEADERS = $(include_HEADERS)
   202: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
   203: # Read a list of newline-separated strings from the standard input,
   204: # and print each of them once, without duplicates.  Input order is
   205: # *not* preserved.
   206: am__uniquify_input = $(AWK) '\
   207:   BEGIN { nonempty = 0; } \
   208:   { items[$$0] = 1; nonempty = 1; } \
   209:   END { if (nonempty) { for (i in items) print i; }; } \
   210: '
   211: # Make sure the list of sources is unique.  This is necessary because,
   212: # e.g., the same source file might be shared among _SOURCES variables
   213: # for different programs/libraries.
   214: am__define_uniq_tagged_files = \
   215:   list='$(am__tagged_files)'; \
   216:   unique=`for i in $$list; do \
   217:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   218:   done | $(am__uniquify_input)`
   219: ETAGS = etags
   220: CTAGS = ctags
   221: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
   222: 	$(top_srcdir)/ylwrap lex.c
   223: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   224: ACLOCAL = @ACLOCAL@
   225: ALLOCA = @ALLOCA@
   226: AMTAR = @AMTAR@
   227: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   228: AR = @AR@
   229: AUTOCONF = @AUTOCONF@
   230: AUTOHEADER = @AUTOHEADER@
   231: AUTOMAKE = @AUTOMAKE@
   232: AWK = @AWK@
   233: BDW_GC_CFLAGS = @BDW_GC_CFLAGS@
   234: BDW_GC_LIBS = @BDW_GC_LIBS@
   235: CC = @CC@
   236: CCDEPMODE = @CCDEPMODE@
   237: CFLAGS = @CFLAGS@
   238: CPP = @CPP@
   239: CPPFLAGS = @CPPFLAGS@
   240: CYGPATH_W = @CYGPATH_W@
   241: DEFS = @DEFS@
   242: DEPDIR = @DEPDIR@
   243: DLLTOOL = @DLLTOOL@
   244: DSYMUTIL = @DSYMUTIL@
   245: DUMPBIN = @DUMPBIN@
   246: ECHO_C = @ECHO_C@
   247: ECHO_N = @ECHO_N@
   248: ECHO_T = @ECHO_T@
   249: EGREP = @EGREP@
   250: EXEEXT = @EXEEXT@
   251: FGREP = @FGREP@
   252: GREP = @GREP@
   253: HAVE_LIBSIGSEGV = @HAVE_LIBSIGSEGV@
   254: INSTALL = @INSTALL@
   255: INSTALL_DATA = @INSTALL_DATA@
   256: INSTALL_PROGRAM = @INSTALL_PROGRAM@
   257: INSTALL_SCRIPT = @INSTALL_SCRIPT@
   258: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   259: LD = @LD@
   260: LDFLAGS = @LDFLAGS@
   261: LEX = @LEX@
   262: LEXLIB = @LEXLIB@
   263: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
   264: LIBOBJS = @LIBOBJS@
   265: LIBREADLINE = @LIBREADLINE@
   266: LIBS = @LIBS@
   267: LIBSIGSEGV = @LIBSIGSEGV@
   268: LIBSIGSEGV_PREFIX = @LIBSIGSEGV_PREFIX@
   269: LIBTOOL = @LIBTOOL@
   270: LIPO = @LIPO@
   271: LN_S = @LN_S@
   272: LTLIBOBJS = @LTLIBOBJS@
   273: LTLIBREADLINE = @LTLIBREADLINE@
   274: LTLIBSIGSEGV = @LTLIBSIGSEGV@
   275: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
   276: MAKEINFO = @MAKEINFO@
   277: MANIFEST_TOOL = @MANIFEST_TOOL@
   278: MKDIR_P = @MKDIR_P@
   279: NM = @NM@
   280: NMEDIT = @NMEDIT@
   281: OBJDUMP = @OBJDUMP@
   282: OBJEXT = @OBJEXT@
   283: OTOOL = @OTOOL@
   284: OTOOL64 = @OTOOL64@
   285: PACKAGE = @PACKAGE@
   286: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   287: PACKAGE_NAME = @PACKAGE_NAME@
   288: PACKAGE_STRING = @PACKAGE_STRING@
   289: PACKAGE_TARNAME = @PACKAGE_TARNAME@
   290: PACKAGE_URL = @PACKAGE_URL@
   291: PACKAGE_VERSION = @PACKAGE_VERSION@
   292: PATH_SEPARATOR = @PATH_SEPARATOR@
   293: PKG_CONFIG = @PKG_CONFIG@
   294: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
   295: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
   296: RANLIB = @RANLIB@
   297: SED = @SED@
   298: SET_MAKE = @SET_MAKE@
   299: SHELL = @SHELL@
   300: STRIP = @STRIP@
   301: VERSION = @VERSION@
   302: YACC = @YACC@
   303: YFLAGS = @YFLAGS@
   304: abs_builddir = @abs_builddir@
   305: abs_srcdir = @abs_srcdir@
   306: abs_top_builddir = @abs_top_builddir@
   307: abs_top_srcdir = @abs_top_srcdir@
   308: ac_ct_AR = @ac_ct_AR@
   309: ac_ct_CC = @ac_ct_CC@
   310: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
   311: am__include = @am__include@
   312: am__leading_dot = @am__leading_dot@
   313: am__quote = @am__quote@
   314: am__tar = @am__tar@
   315: am__untar = @am__untar@
   316: bindir = @bindir@
   317: build = @build@
   318: build_alias = @build_alias@
   319: build_cpu = @build_cpu@
   320: build_os = @build_os@
   321: build_vendor = @build_vendor@
   322: builddir = @builddir@
   323: datadir = @datadir@
   324: datarootdir = @datarootdir@
   325: docdir = @docdir@
   326: dvidir = @dvidir@
   327: exec_prefix = @exec_prefix@
   328: host = @host@
   329: host_alias = @host_alias@
   330: host_cpu = @host_cpu@
   331: host_os = @host_os@
   332: host_vendor = @host_vendor@
   333: htmldir = @htmldir@
   334: includedir = @includedir@
   335: infodir = @infodir@
   336: install_sh = @install_sh@
   337: libdir = @libdir@
   338: libexecdir = @libexecdir@
   339: localedir = @localedir@
   340: localstatedir = @localstatedir@
   341: mandir = @mandir@
   342: mkdir_p = @mkdir_p@
   343: oldincludedir = @oldincludedir@
   344: pdfdir = @pdfdir@
   345: prefix = @prefix@
   346: program_transform_name = @program_transform_name@
   347: psdir = @psdir@
   348: sbindir = @sbindir@
   349: sharedstatedir = @sharedstatedir@
   350: srcdir = @srcdir@
   351: sysconfdir = @sysconfdir@
   352: target_alias = @target_alias@
   353: top_build_prefix = @top_build_prefix@
   354: top_builddir = @top_builddir@
   355: top_srcdir = @top_srcdir@
   356: lib_LTLIBRARIES = liblac.la
   357: liblac_la_SOURCES = lac.c env.c ext_types.c map.c private.h lex.l	\
   358: 		sexpr.c ty_int.c ty_string.c
   359: 
   360: liblac_la_LIBADD = $(BDW_GC_LIBS) $(LTLIBREADLINE) $(LTLIBSIGSEGV)
   361: include_HEADERS = lac.h
   362: lacdir = ${datadir}/@PACKAGE@
   363: dist_lac_DATA = sys.lac
   364: AM_CPPFLAGS = -DLAC_SYSDIR='"$(lacdir)"'
   365: AM_YFLAGS = -d
   366: all: all-am
   367: 
   368: .SUFFIXES:
   369: .SUFFIXES: .c .l .lo .o .obj
   370: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
   371: 	@for dep in $?; do \
   372: 	  case '$(am__configure_deps)' in \
   373: 	    *$$dep*) \
   374: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
   375: 	        && { if test -f $@; then exit 0; else break; fi; }; \
   376: 	      exit 1;; \
   377: 	  esac; \
   378: 	done; \
   379: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/Makefile'; \
   380: 	$(am__cd) $(top_srcdir) && \
   381: 	  $(AUTOMAKE) --gnu src/lib/Makefile
   382: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   383: 	@case '$?' in \
   384: 	  *config.status*) \
   385: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   386: 	  *) \
   387: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   388: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   389: 	esac;
   390: 
   391: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   392: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   393: 
   394: $(top_srcdir)/configure:  $(am__configure_deps)
   395: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   396: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
   397: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   398: $(am__aclocal_m4_deps):
   399: 
   400: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
   401: 	@$(NORMAL_INSTALL)
   402: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
   403: 	list2=; for p in $$list; do \
   404: 	  if test -f $$p; then \
   405: 	    list2="$$list2 $$p"; \
   406: 	  else :; fi; \
   407: 	done; \
   408: 	test -z "$$list2" || { \
   409: 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
   410: 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
   411: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
   412: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
   413: 	}
   414: 
   415: uninstall-libLTLIBRARIES:
   416: 	@$(NORMAL_UNINSTALL)
   417: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
   418: 	for p in $$list; do \
   419: 	  $(am__strip_dir) \
   420: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
   421: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
   422: 	done
   423: 
   424: clean-libLTLIBRARIES:
   425: 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
   426: 	@list='$(lib_LTLIBRARIES)'; \
   427: 	locs=`for p in $$list; do echo $$p; done | \
   428: 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
   429: 	      sort -u`; \
   430: 	test -z "$$locs" || { \
   431: 	  echo rm -f $${locs}; \
   432: 	  rm -f $${locs}; \
   433: 	}
   434: 
   435: liblac.la: $(liblac_la_OBJECTS) $(liblac_la_DEPENDENCIES) $(EXTRA_liblac_la_DEPENDENCIES) 
   436: 	$(AM_V_CCLD)$(LINK) -rpath $(libdir) $(liblac_la_OBJECTS) $(liblac_la_LIBADD) $(LIBS)
   437: 
   438: mostlyclean-compile:
   439: 	-rm -f *.$(OBJEXT)
   440: 
   441: distclean-compile:
   442: 	-rm -f *.tab.c
   443: 
   444: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/env.Plo@am__quote@
   445: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ext_types.Plo@am__quote@
   446: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lac.Plo@am__quote@
   447: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Plo@am__quote@
   448: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@
   449: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sexpr.Plo@am__quote@
   450: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ty_int.Plo@am__quote@
   451: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ty_string.Plo@am__quote@
   452: 
   453: .c.o:
   454: @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
   455: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   456: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   457: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   458: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
   459: 
   460: .c.obj:
   461: @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
   462: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   463: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   464: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   465: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   466: 
   467: .c.lo:
   468: @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
   469: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
   470: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   471: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   472: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
   473: 
   474: .l.c:
   475: 	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
   476: 
   477: mostlyclean-libtool:
   478: 	-rm -f *.lo
   479: 
   480: clean-libtool:
   481: 	-rm -rf .libs _libs
   482: install-dist_lacDATA: $(dist_lac_DATA)
   483: 	@$(NORMAL_INSTALL)
   484: 	@list='$(dist_lac_DATA)'; test -n "$(lacdir)" || list=; \
   485: 	if test -n "$$list"; then \
   486: 	  echo " $(MKDIR_P) '$(DESTDIR)$(lacdir)'"; \
   487: 	  $(MKDIR_P) "$(DESTDIR)$(lacdir)" || exit 1; \
   488: 	fi; \
   489: 	for p in $$list; do \
   490: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
   491: 	  echo "$$d$$p"; \
   492: 	done | $(am__base_list) | \
   493: 	while read files; do \
   494: 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lacdir)'"; \
   495: 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(lacdir)" || exit $$?; \
   496: 	done
   497: 
   498: uninstall-dist_lacDATA:
   499: 	@$(NORMAL_UNINSTALL)
   500: 	@list='$(dist_lac_DATA)'; test -n "$(lacdir)" || list=; \
   501: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
   502: 	dir='$(DESTDIR)$(lacdir)'; $(am__uninstall_files_from_dir)
   503: install-includeHEADERS: $(include_HEADERS)
   504: 	@$(NORMAL_INSTALL)
   505: 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
   506: 	if test -n "$$list"; then \
   507: 	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
   508: 	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
   509: 	fi; \
   510: 	for p in $$list; do \
   511: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
   512: 	  echo "$$d$$p"; \
   513: 	done | $(am__base_list) | \
   514: 	while read files; do \
   515: 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
   516: 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
   517: 	done
   518: 
   519: uninstall-includeHEADERS:
   520: 	@$(NORMAL_UNINSTALL)
   521: 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
   522: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
   523: 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
   524: 
   525: ID: $(am__tagged_files)
   526: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
   527: tags: tags-am
   528: TAGS: tags
   529: 
   530: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   531: 	set x; \
   532: 	here=`pwd`; \
   533: 	$(am__define_uniq_tagged_files); \
   534: 	shift; \
   535: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   536: 	  test -n "$$unique" || unique=$$empty_fix; \
   537: 	  if test $$# -gt 0; then \
   538: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   539: 	      "$$@" $$unique; \
   540: 	  else \
   541: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   542: 	      $$unique; \
   543: 	  fi; \
   544: 	fi
   545: ctags: ctags-am
   546: 
   547: CTAGS: ctags
   548: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   549: 	$(am__define_uniq_tagged_files); \
   550: 	test -z "$(CTAGS_ARGS)$$unique" \
   551: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   552: 	     $$unique
   553: 
   554: GTAGS:
   555: 	here=`$(am__cd) $(top_builddir) && pwd` \
   556: 	  && $(am__cd) $(top_srcdir) \
   557: 	  && gtags -i $(GTAGS_ARGS) "$$here"
   558: cscopelist: cscopelist-am
   559: 
   560: cscopelist-am: $(am__tagged_files)
   561: 	list='$(am__tagged_files)'; \
   562: 	case "$(srcdir)" in \
   563: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   564: 	  *) sdir=$(subdir)/$(srcdir) ;; \
   565: 	esac; \
   566: 	for i in $$list; do \
   567: 	  if test -f "$$i"; then \
   568: 	    echo "$(subdir)/$$i"; \
   569: 	  else \
   570: 	    echo "$$sdir/$$i"; \
   571: 	  fi; \
   572: 	done >> $(top_builddir)/cscope.files
   573: 
   574: distclean-tags:
   575: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   576: 
   577: distdir: $(DISTFILES)
   578: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   579: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   580: 	list='$(DISTFILES)'; \
   581: 	  dist_files=`for file in $$list; do echo $$file; done | \
   582: 	  sed -e "s|^$$srcdirstrip/||;t" \
   583: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   584: 	case $$dist_files in \
   585: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   586: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   587: 			   sort -u` ;; \
   588: 	esac; \
   589: 	for file in $$dist_files; do \
   590: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   591: 	  if test -d $$d/$$file; then \
   592: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   593: 	    if test -d "$(distdir)/$$file"; then \
   594: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   595: 	    fi; \
   596: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   597: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   598: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   599: 	    fi; \
   600: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   601: 	  else \
   602: 	    test -f "$(distdir)/$$file" \
   603: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
   604: 	    || exit 1; \
   605: 	  fi; \
   606: 	done
   607: check-am: all-am
   608: check: check-am
   609: all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
   610: installdirs:
   611: 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(lacdir)" "$(DESTDIR)$(includedir)"; do \
   612: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
   613: 	done
   614: install: install-am
   615: install-exec: install-exec-am
   616: install-data: install-data-am
   617: uninstall: uninstall-am
   618: 
   619: install-am: all-am
   620: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   621: 
   622: installcheck: installcheck-am
   623: install-strip:
   624: 	if test -z '$(STRIP)'; then \
   625: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   626: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   627: 	      install; \
   628: 	else \
   629: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   630: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   631: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   632: 	fi
   633: mostlyclean-generic:
   634: 
   635: clean-generic:
   636: 
   637: distclean-generic:
   638: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   639: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   640: 
   641: maintainer-clean-generic:
   642: 	@echo "This command is intended for maintainers to use"
   643: 	@echo "it deletes files that may require special tools to rebuild."
   644: 	-rm -f lex.c
   645: clean: clean-am
   646: 
   647: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
   648: 	mostlyclean-am
   649: 
   650: distclean: distclean-am
   651: 	-rm -rf ./$(DEPDIR)
   652: 	-rm -f Makefile
   653: distclean-am: clean-am distclean-compile distclean-generic \
   654: 	distclean-tags
   655: 
   656: dvi: dvi-am
   657: 
   658: dvi-am:
   659: 
   660: html: html-am
   661: 
   662: html-am:
   663: 
   664: info: info-am
   665: 
   666: info-am:
   667: 
   668: install-data-am: install-dist_lacDATA install-includeHEADERS
   669: 
   670: install-dvi: install-dvi-am
   671: 
   672: install-dvi-am:
   673: 
   674: install-exec-am: install-libLTLIBRARIES
   675: 
   676: install-html: install-html-am
   677: 
   678: install-html-am:
   679: 
   680: install-info: install-info-am
   681: 
   682: install-info-am:
   683: 
   684: install-man:
   685: 
   686: install-pdf: install-pdf-am
   687: 
   688: install-pdf-am:
   689: 
   690: install-ps: install-ps-am
   691: 
   692: install-ps-am:
   693: 
   694: installcheck-am:
   695: 
   696: maintainer-clean: maintainer-clean-am
   697: 	-rm -rf ./$(DEPDIR)
   698: 	-rm -f Makefile
   699: maintainer-clean-am: distclean-am maintainer-clean-generic
   700: 
   701: mostlyclean: mostlyclean-am
   702: 
   703: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   704: 	mostlyclean-libtool
   705: 
   706: pdf: pdf-am
   707: 
   708: pdf-am:
   709: 
   710: ps: ps-am
   711: 
   712: ps-am:
   713: 
   714: uninstall-am: uninstall-dist_lacDATA uninstall-includeHEADERS \
   715: 	uninstall-libLTLIBRARIES
   716: 
   717: .MAKE: install-am install-strip
   718: 
   719: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
   720: 	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
   721: 	ctags-am distclean distclean-compile distclean-generic \
   722: 	distclean-libtool distclean-tags distdir dvi dvi-am html \
   723: 	html-am info info-am install install-am install-data \
   724: 	install-data-am install-dist_lacDATA install-dvi \
   725: 	install-dvi-am install-exec install-exec-am install-html \
   726: 	install-html-am install-includeHEADERS install-info \
   727: 	install-info-am install-libLTLIBRARIES install-man install-pdf \
   728: 	install-pdf-am install-ps install-ps-am install-strip \
   729: 	installcheck installcheck-am installdirs maintainer-clean \
   730: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
   731: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   732: 	tags tags-am uninstall uninstall-am uninstall-dist_lacDATA \
   733: 	uninstall-includeHEADERS uninstall-libLTLIBRARIES
   734: 
   735: .PRECIOUS: Makefile
   736: 
   737: 
   738: # Tell versions [3.59,3.63) of GNU make to not export all variables.
   739: # Otherwise a system limit (for SysV at least) may be exceeded.
   740: .NOEXPORT:

Generated by git2html.