Blame Makefile.in

Packit 437b5e
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit 437b5e
# @configure_input@
Packit 437b5e
Packit 437b5e
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit 437b5e
Packit 437b5e
# This Makefile.in is free software; the Free Software Foundation
Packit 437b5e
# gives unlimited permission to copy and/or distribute it,
Packit 437b5e
# with or without modifications, as long as this notice is preserved.
Packit 437b5e
Packit 437b5e
# This program is distributed in the hope that it will be useful,
Packit 437b5e
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit 437b5e
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 437b5e
# PARTICULAR PURPOSE.
Packit 437b5e
Packit 437b5e
@SET_MAKE@
Packit 437b5e
Packit 437b5e
# Non-recursive Make rules.
Packit 437b5e
#
Packit 437b5e
# Copyright (C) 2013-2015 Gary V. Vaughan
Packit 437b5e
# Written by Gary V. Vaughan, 2013
Packit 437b5e
#
Packit 437b5e
# This program is free software; you can redistribute it and/or modify it
Packit 437b5e
# under the terms of the GNU General Public License as published by
Packit 437b5e
# the Free Software Foundation; either version 3, or (at your option)
Packit 437b5e
# any later version.
Packit 437b5e
#
Packit 437b5e
# This program is distributed in the hope that it will be useful, but
Packit 437b5e
# WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 437b5e
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 437b5e
# General Public License for more details.
Packit 437b5e
#
Packit 437b5e
# You should have received a copy of the GNU General Public License
Packit 437b5e
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit 437b5e
Packit 437b5e
# Local Make rules.
Packit 437b5e
# Written by Gary V. Vaughan, 2013
Packit 437b5e
Packit 437b5e
# Copyright (C) 2013-2015 Gary V. Vaughan
Packit 437b5e
Packit 437b5e
# This file is part of luaposix.
Packit 437b5e
# See README for license.
Packit 437b5e
Packit 437b5e
# Specl specs make rules.
Packit 437b5e
Packit 437b5e
# Slingshot specl rules for make.
Packit 437b5e
Packit 437b5e
# This file is distributed with Slingshot, and licensed under the
Packit 437b5e
# terms of the MIT license reproduced below.
Packit 437b5e
Packit 437b5e
# ==================================================================== #
Packit 437b5e
# Copyright (C) 2013-2015 Gary V. Vaughan                              #
Packit 437b5e
#                                                                      #
Packit 437b5e
# Permission is hereby granted, free of charge, to any person          #
Packit 437b5e
# obtaining a copy of this software and associated documentation       #
Packit 437b5e
# files (the "Software"), to deal in the Software without restriction, #
Packit 437b5e
# including without limitation the rights to use, copy, modify, merge, #
Packit 437b5e
# publish, distribute, sublicense, and/or sell copies of the Software, #
Packit 437b5e
# and to permit persons to whom the Software is furnished to do so,    #
Packit 437b5e
# subject to the following conditions:                                 #
Packit 437b5e
#                                                                      #
Packit 437b5e
# The above copyright notice and this permission notice shall be       #
Packit 437b5e
# included in  all copies or substantial portions of the Software.     #
Packit 437b5e
#                                                                      #
Packit 437b5e
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,      #
Packit 437b5e
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF   #
Packit 437b5e
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGE-   #
Packit 437b5e
# MENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE   #
Packit 437b5e
# FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF   #
Packit 437b5e
# CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION   #
Packit 437b5e
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.      #
Packit 437b5e
# ==================================================================== #
Packit 437b5e
Packit 437b5e
# To use this file create a list of your spec files in specl_SPECS
Packit 437b5e
# and then include this make fragment.
Packit 437b5e
Packit 437b5e
# Slingshot rockspec rules for make.
Packit 437b5e
Packit 437b5e
# This file is distributed with Slingshot, and licensed under the
Packit 437b5e
# terms of the MIT license reproduced below.
Packit 437b5e
Packit 437b5e
# ==================================================================== #
Packit 437b5e
# Copyright (C) 2013-2015 Reuben Thomas and Gary V. Vaughan                 #
Packit 437b5e
#                                                                      #
Packit 437b5e
# Permission is hereby granted, free of charge, to any person          #
Packit 437b5e
# obtaining a copy of this software and associated documentation       #
Packit 437b5e
# files (the "Software"), to deal in the Software without restriction, #
Packit 437b5e
# including without limitation the rights to use, copy, modify, merge, #
Packit 437b5e
# publish, distribute, sublicense, and/or sell copies of the Software, #
Packit 437b5e
# and to permit persons to whom the Software is furnished to do so,    #
Packit 437b5e
# subject to the following conditions:                                 #
Packit 437b5e
#                                                                      #
Packit 437b5e
# The above copyright notice and this permission notice shall be       #
Packit 437b5e
# included in  all copies or substantial portions of the Software.     #
Packit 437b5e
#                                                                      #
Packit 437b5e
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,      #
Packit 437b5e
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF   #
Packit 437b5e
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGE-   #
Packit 437b5e
# MENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE   #
Packit 437b5e
# FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF   #
Packit 437b5e
# CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION   #
Packit 437b5e
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.      #
Packit 437b5e
# ==================================================================== #
Packit 437b5e
Packit 437b5e
# This file is suitable for use from a portable Makefile, you might
Packit 437b5e
# include it into the top-level Makefile.am with:
Packit 437b5e
#
Packit 437b5e
#   include build-aux/rockspecs.mk
Packit 437b5e
Packit 437b5e
Packit 437b5e
Packit 437b5e
VPATH = @srcdir@
Packit 437b5e
am__is_gnu_make = { \
Packit 437b5e
  if test -z '$(MAKELEVEL)'; then \
Packit 437b5e
    false; \
Packit 437b5e
  elif test -n '$(MAKE_HOST)'; then \
Packit 437b5e
    true; \
Packit 437b5e
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit 437b5e
    true; \
Packit 437b5e
  else \
Packit 437b5e
    false; \
Packit 437b5e
  fi; \
Packit 437b5e
}
Packit 437b5e
am__make_running_with_option = \
Packit 437b5e
  case $${target_option-} in \
Packit 437b5e
      ?) ;; \
Packit 437b5e
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit 437b5e
              "target option '$${target_option-}' specified" >&2; \
Packit 437b5e
         exit 1;; \
Packit 437b5e
  esac; \
Packit 437b5e
  has_opt=no; \
Packit 437b5e
  sane_makeflags=$$MAKEFLAGS; \
Packit 437b5e
  if $(am__is_gnu_make); then \
Packit 437b5e
    sane_makeflags=$$MFLAGS; \
Packit 437b5e
  else \
Packit 437b5e
    case $$MAKEFLAGS in \
Packit 437b5e
      *\\[\ \	]*) \
Packit 437b5e
        bs=\\; \
Packit 437b5e
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit 437b5e
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit 437b5e
    esac; \
Packit 437b5e
  fi; \
Packit 437b5e
  skip_next=no; \
Packit 437b5e
  strip_trailopt () \
Packit 437b5e
  { \
Packit 437b5e
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit 437b5e
  }; \
Packit 437b5e
  for flg in $$sane_makeflags; do \
Packit 437b5e
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit 437b5e
    case $$flg in \
Packit 437b5e
      *=*|--*) continue;; \
Packit 437b5e
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit 437b5e
      -*I?*) strip_trailopt 'I';; \
Packit 437b5e
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit 437b5e
      -*O?*) strip_trailopt 'O';; \
Packit 437b5e
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit 437b5e
      -*l?*) strip_trailopt 'l';; \
Packit 437b5e
      -[dEDm]) skip_next=yes;; \
Packit 437b5e
      -[JT]) skip_next=yes;; \
Packit 437b5e
    esac; \
Packit 437b5e
    case $$flg in \
Packit 437b5e
      *$$target_option*) has_opt=yes; break;; \
Packit 437b5e
    esac; \
Packit 437b5e
  done; \
Packit 437b5e
  test $$has_opt = yes
Packit 437b5e
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit 437b5e
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit 437b5e
pkgdatadir = $(datadir)/@PACKAGE@
Packit 437b5e
pkgincludedir = $(includedir)/@PACKAGE@
Packit 437b5e
pkglibdir = $(libdir)/@PACKAGE@
Packit 437b5e
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit 437b5e
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit 437b5e
install_sh_DATA = $(install_sh) -c -m 644
Packit 437b5e
install_sh_PROGRAM = $(install_sh) -c
Packit 437b5e
install_sh_SCRIPT = $(install_sh) -c
Packit 437b5e
INSTALL_HEADER = $(INSTALL_DATA)
Packit 437b5e
transform = $(program_transform_name)
Packit 437b5e
NORMAL_INSTALL = :
Packit 437b5e
PRE_INSTALL = :
Packit 437b5e
POST_INSTALL = :
Packit 437b5e
NORMAL_UNINSTALL = :
Packit 437b5e
PRE_UNINSTALL = :
Packit 437b5e
POST_UNINSTALL = :
Packit 437b5e
build_triplet = @build@
Packit 437b5e
host_triplet = @host@
Packit 437b5e
subdir = .
Packit 437b5e
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit 437b5e
am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
Packit 437b5e
	$(top_srcdir)/m4/ax_lua.m4 $(top_srcdir)/m4/ax_with_curses.m4 \
Packit 437b5e
	$(top_srcdir)/m4/gnulib-common.m4 \
Packit 437b5e
	$(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/libtool.m4 \
Packit 437b5e
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Packit 437b5e
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
Packit 437b5e
	$(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/onceonly.m4 \
Packit 437b5e
	$(top_srcdir)/m4/warnings.m4 $(top_srcdir)/configure.ac
Packit 437b5e
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit 437b5e
	$(ACLOCAL_M4)
Packit 437b5e
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Packit 437b5e
	$(am__configure_deps) $(dist_bin_SCRIPTS) $(dist_classes_DATA) \
Packit 437b5e
	$(dist_data_DATA) $(dist_doc_DATA) $(dist_examples_DATA) \
Packit 437b5e
	$(dist_lua_DATA) $(dist_luaposix_DATA) $(dist_modules_DATA) \
Packit 437b5e
	$(am__DIST_COMMON)
Packit 437b5e
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit 437b5e
 configure.lineno config.status.lineno
Packit 437b5e
mkinstalldirs = $(install_sh) -d
Packit 437b5e
CONFIG_HEADER = config.h
Packit 437b5e
CONFIG_CLEAN_FILES = build-aux/config.ld lib/posix/init.lua
Packit 437b5e
CONFIG_CLEAN_VPATH_FILES =
Packit 437b5e
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit 437b5e
am__vpath_adj = case $$p in \
Packit 437b5e
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit 437b5e
    *) f=$$p;; \
Packit 437b5e
  esac;
Packit 437b5e
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit 437b5e
am__install_max = 40
Packit 437b5e
am__nobase_strip_setup = \
Packit 437b5e
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit 437b5e
am__nobase_strip = \
Packit 437b5e
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit 437b5e
am__nobase_list = $(am__nobase_strip_setup); \
Packit 437b5e
  for p in $$list; do echo "$$p $$p"; done | \
Packit 437b5e
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit 437b5e
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit 437b5e
    if (++n[$$2] == $(am__install_max)) \
Packit 437b5e
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit 437b5e
    END { for (dir in files) print dir, files[dir] }'
Packit 437b5e
am__base_list = \
Packit 437b5e
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit 437b5e
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit 437b5e
am__uninstall_files_from_dir = { \
Packit 437b5e
  test -z "$$files" \
Packit 437b5e
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit 437b5e
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit 437b5e
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit 437b5e
  }
Packit 437b5e
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(luaexecdir)" \
Packit 437b5e
	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
Packit 437b5e
	"$(DESTDIR)$(classesdir)" "$(DESTDIR)$(datadir)" \
Packit 437b5e
	"$(DESTDIR)$(docdir)" "$(DESTDIR)$(examplesdir)" \
Packit 437b5e
	"$(DESTDIR)$(luadir)" "$(DESTDIR)$(luaposixdir)" \
Packit 437b5e
	"$(DESTDIR)$(modulesdir)" "$(DESTDIR)$(docdir)"
Packit 437b5e
LTLIBRARIES = $(lib_LTLIBRARIES) $(luaexec_LTLIBRARIES)
Packit 437b5e
ext_posix_ctype_la_LIBADD =
Packit 437b5e
ext_posix_ctype_la_SOURCES = ext/posix/ctype.c
Packit 437b5e
am__dirstamp = $(am__leading_dot)dirstamp
Packit 437b5e
ext_posix_ctype_la_OBJECTS = ext/posix/ctype.lo
Packit 437b5e
AM_V_lt = $(am__v_lt_@AM_V@)
Packit 437b5e
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Packit 437b5e
am__v_lt_0 = --silent
Packit 437b5e
am__v_lt_1 = 
Packit 437b5e
ext_posix_ctype_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_ctype_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_curses_la_LIBADD =
Packit 437b5e
ext_posix_curses_la_SOURCES = ext/posix/curses.c
Packit 437b5e
ext_posix_curses_la_OBJECTS = ext/posix/curses.lo
Packit 437b5e
ext_posix_curses_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_curses_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_curses_chstr_la_LIBADD =
Packit 437b5e
ext_posix_curses_chstr_la_SOURCES = ext/posix/curses/chstr.c
Packit 437b5e
ext_posix_curses_chstr_la_OBJECTS = ext/posix/curses/chstr.lo
Packit 437b5e
ext_posix_curses_window_la_LIBADD =
Packit 437b5e
ext_posix_curses_window_la_SOURCES = ext/posix/curses/window.c
Packit 437b5e
ext_posix_curses_window_la_OBJECTS = ext/posix/curses/window.lo
Packit 437b5e
ext_posix_dirent_la_LIBADD =
Packit 437b5e
ext_posix_dirent_la_SOURCES = ext/posix/dirent.c
Packit 437b5e
ext_posix_dirent_la_OBJECTS = ext/posix/dirent.lo
Packit 437b5e
ext_posix_dirent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_dirent_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_errno_la_LIBADD =
Packit 437b5e
ext_posix_errno_la_SOURCES = ext/posix/errno.c
Packit 437b5e
ext_posix_errno_la_OBJECTS = ext/posix/errno.lo
Packit 437b5e
ext_posix_errno_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_errno_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_fcntl_la_LIBADD =
Packit 437b5e
ext_posix_fcntl_la_SOURCES = ext/posix/fcntl.c
Packit 437b5e
ext_posix_fcntl_la_OBJECTS = ext/posix/fcntl.lo
Packit 437b5e
ext_posix_fcntl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_fcntl_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_fnmatch_la_LIBADD =
Packit 437b5e
ext_posix_fnmatch_la_SOURCES = ext/posix/fnmatch.c
Packit 437b5e
ext_posix_fnmatch_la_OBJECTS = ext/posix/fnmatch.lo
Packit 437b5e
ext_posix_fnmatch_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_fnmatch_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_getopt_la_LIBADD =
Packit 437b5e
ext_posix_getopt_la_SOURCES = ext/posix/getopt.c
Packit 437b5e
ext_posix_getopt_la_OBJECTS = ext/posix/getopt.lo
Packit 437b5e
ext_posix_getopt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_getopt_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_glob_la_LIBADD =
Packit 437b5e
ext_posix_glob_la_SOURCES = ext/posix/glob.c
Packit 437b5e
ext_posix_glob_la_OBJECTS = ext/posix/glob.lo
Packit 437b5e
ext_posix_glob_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_glob_la_LDFLAGS) $(LDFLAGS) \
Packit 437b5e
	-o $@
Packit 437b5e
ext_posix_grp_la_LIBADD =
Packit 437b5e
ext_posix_grp_la_SOURCES = ext/posix/grp.c
Packit 437b5e
ext_posix_grp_la_OBJECTS = ext/posix/grp.lo
Packit 437b5e
ext_posix_grp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_grp_la_LDFLAGS) $(LDFLAGS) \
Packit 437b5e
	-o $@
Packit 437b5e
ext_posix_libgen_la_LIBADD =
Packit 437b5e
ext_posix_libgen_la_SOURCES = ext/posix/libgen.c
Packit 437b5e
ext_posix_libgen_la_OBJECTS = ext/posix/libgen.lo
Packit 437b5e
ext_posix_libgen_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_libgen_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_poll_la_LIBADD =
Packit 437b5e
ext_posix_poll_la_SOURCES = ext/posix/poll.c
Packit 437b5e
ext_posix_poll_la_OBJECTS = ext/posix/poll.lo
Packit 437b5e
ext_posix_poll_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_poll_la_LDFLAGS) $(LDFLAGS) \
Packit 437b5e
	-o $@
Packit 437b5e
ext_posix_posix_la_LIBADD =
Packit 437b5e
am__objects_1 =
Packit 437b5e
am_ext_posix_posix_la_OBJECTS = ext/posix/posix.lo $(am__objects_1)
Packit 437b5e
ext_posix_posix_la_OBJECTS = $(am_ext_posix_posix_la_OBJECTS)
Packit 437b5e
ext_posix_posix_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_posix_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_pwd_la_LIBADD =
Packit 437b5e
ext_posix_pwd_la_SOURCES = ext/posix/pwd.c
Packit 437b5e
ext_posix_pwd_la_OBJECTS = ext/posix/pwd.lo
Packit 437b5e
ext_posix_pwd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_pwd_la_LDFLAGS) $(LDFLAGS) \
Packit 437b5e
	-o $@
Packit 437b5e
ext_posix_sched_la_LIBADD =
Packit 437b5e
ext_posix_sched_la_SOURCES = ext/posix/sched.c
Packit 437b5e
ext_posix_sched_la_OBJECTS = ext/posix/sched.lo
Packit 437b5e
ext_posix_sched_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sched_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_signal_la_LIBADD =
Packit 437b5e
ext_posix_signal_la_SOURCES = ext/posix/signal.c
Packit 437b5e
ext_posix_signal_la_OBJECTS = ext/posix/signal.lo
Packit 437b5e
ext_posix_signal_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_signal_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_stdio_la_LIBADD =
Packit 437b5e
ext_posix_stdio_la_SOURCES = ext/posix/stdio.c
Packit 437b5e
ext_posix_stdio_la_OBJECTS = ext/posix/stdio.lo
Packit 437b5e
ext_posix_stdio_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_stdio_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_stdlib_la_LIBADD =
Packit 437b5e
ext_posix_stdlib_la_SOURCES = ext/posix/stdlib.c
Packit 437b5e
ext_posix_stdlib_la_OBJECTS = ext/posix/stdlib.lo
Packit 437b5e
ext_posix_stdlib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_stdlib_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_sys_msg_la_LIBADD =
Packit 437b5e
ext_posix_sys_msg_la_SOURCES = ext/posix/sys/msg.c
Packit 437b5e
ext_posix_sys_msg_la_OBJECTS = ext/posix/sys/msg.lo
Packit 437b5e
ext_posix_sys_msg_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sys_msg_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_sys_resource_la_LIBADD =
Packit 437b5e
ext_posix_sys_resource_la_SOURCES = ext/posix/sys/resource.c
Packit 437b5e
ext_posix_sys_resource_la_OBJECTS = ext/posix/sys/resource.lo
Packit 437b5e
ext_posix_sys_resource_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sys_resource_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_sys_socket_la_LIBADD =
Packit 437b5e
ext_posix_sys_socket_la_SOURCES = ext/posix/sys/socket.c
Packit 437b5e
ext_posix_sys_socket_la_OBJECTS = ext/posix/sys/socket.lo
Packit 437b5e
ext_posix_sys_socket_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sys_socket_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_sys_stat_la_LIBADD =
Packit 437b5e
ext_posix_sys_stat_la_SOURCES = ext/posix/sys/stat.c
Packit 437b5e
ext_posix_sys_stat_la_OBJECTS = ext/posix/sys/stat.lo
Packit 437b5e
ext_posix_sys_stat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sys_stat_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_sys_statvfs_la_LIBADD =
Packit 437b5e
ext_posix_sys_statvfs_la_SOURCES = ext/posix/sys/statvfs.c
Packit 437b5e
ext_posix_sys_statvfs_la_OBJECTS = ext/posix/sys/statvfs.lo
Packit 437b5e
ext_posix_sys_statvfs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sys_statvfs_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_sys_time_la_LIBADD =
Packit 437b5e
ext_posix_sys_time_la_SOURCES = ext/posix/sys/time.c
Packit 437b5e
ext_posix_sys_time_la_OBJECTS = ext/posix/sys/time.lo
Packit 437b5e
ext_posix_sys_time_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sys_time_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_sys_times_la_LIBADD =
Packit 437b5e
ext_posix_sys_times_la_SOURCES = ext/posix/sys/times.c
Packit 437b5e
ext_posix_sys_times_la_OBJECTS = ext/posix/sys/times.lo
Packit 437b5e
ext_posix_sys_times_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sys_times_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_sys_utsname_la_LIBADD =
Packit 437b5e
ext_posix_sys_utsname_la_SOURCES = ext/posix/sys/utsname.c
Packit 437b5e
ext_posix_sys_utsname_la_OBJECTS = ext/posix/sys/utsname.lo
Packit 437b5e
ext_posix_sys_utsname_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sys_utsname_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_sys_wait_la_LIBADD =
Packit 437b5e
ext_posix_sys_wait_la_SOURCES = ext/posix/sys/wait.c
Packit 437b5e
ext_posix_sys_wait_la_OBJECTS = ext/posix/sys/wait.lo
Packit 437b5e
ext_posix_sys_wait_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_sys_wait_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_syslog_la_LIBADD =
Packit 437b5e
ext_posix_syslog_la_SOURCES = ext/posix/syslog.c
Packit 437b5e
ext_posix_syslog_la_OBJECTS = ext/posix/syslog.lo
Packit 437b5e
ext_posix_syslog_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_syslog_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_termio_la_LIBADD =
Packit 437b5e
ext_posix_termio_la_SOURCES = ext/posix/termio.c
Packit 437b5e
ext_posix_termio_la_OBJECTS = ext/posix/termio.lo
Packit 437b5e
ext_posix_termio_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_termio_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_time_la_LIBADD =
Packit 437b5e
ext_posix_time_la_SOURCES = ext/posix/time.c
Packit 437b5e
ext_posix_time_la_OBJECTS = ext/posix/time.lo
Packit 437b5e
ext_posix_time_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_time_la_LDFLAGS) $(LDFLAGS) \
Packit 437b5e
	-o $@
Packit 437b5e
ext_posix_unistd_la_LIBADD =
Packit 437b5e
ext_posix_unistd_la_SOURCES = ext/posix/unistd.c
Packit 437b5e
ext_posix_unistd_la_OBJECTS = ext/posix/unistd.lo
Packit 437b5e
ext_posix_unistd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_unistd_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
ext_posix_utime_la_LIBADD =
Packit 437b5e
ext_posix_utime_la_SOURCES = ext/posix/utime.c
Packit 437b5e
ext_posix_utime_la_OBJECTS = ext/posix/utime.lo
Packit 437b5e
ext_posix_utime_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 437b5e
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS) $(ext_posix_utime_la_LDFLAGS) \
Packit 437b5e
	$(LDFLAGS) -o $@
Packit 437b5e
SCRIPTS = $(bin_SCRIPTS) $(dist_bin_SCRIPTS)
Packit 437b5e
AM_V_P = $(am__v_P_@AM_V@)
Packit 437b5e
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit 437b5e
am__v_P_0 = false
Packit 437b5e
am__v_P_1 = :
Packit 437b5e
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit 437b5e
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit 437b5e
am__v_GEN_0 = @echo "  GEN     " $@;
Packit 437b5e
am__v_GEN_1 = 
Packit 437b5e
AM_V_at = $(am__v_at_@AM_V@)
Packit 437b5e
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit 437b5e
am__v_at_0 = @
Packit 437b5e
am__v_at_1 = 
Packit 437b5e
DEFAULT_INCLUDES = -I.@am__isrc@
Packit 437b5e
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
Packit 437b5e
am__depfiles_maybe = depfiles
Packit 437b5e
am__mv = mv -f
Packit 437b5e
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit 437b5e
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit 437b5e
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit 437b5e
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Packit 437b5e
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Packit 437b5e
	$(AM_CFLAGS) $(CFLAGS)
Packit 437b5e
AM_V_CC = $(am__v_CC_@AM_V@)
Packit 437b5e
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Packit 437b5e
am__v_CC_0 = @echo "  CC      " $@;
Packit 437b5e
am__v_CC_1 = 
Packit 437b5e
CCLD = $(CC)
Packit 437b5e
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit 437b5e
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit 437b5e
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit 437b5e
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Packit 437b5e
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Packit 437b5e
am__v_CCLD_0 = @echo "  CCLD    " $@;
Packit 437b5e
am__v_CCLD_1 = 
Packit 437b5e
SOURCES = ext/posix/ctype.c ext/posix/curses.c \
Packit 437b5e
	ext/posix/curses/chstr.c ext/posix/curses/window.c \
Packit 437b5e
	ext/posix/dirent.c ext/posix/errno.c ext/posix/fcntl.c \
Packit 437b5e
	ext/posix/fnmatch.c ext/posix/getopt.c ext/posix/glob.c \
Packit 437b5e
	ext/posix/grp.c ext/posix/libgen.c ext/posix/poll.c \
Packit 437b5e
	$(ext_posix_posix_la_SOURCES) \
Packit 437b5e
	$(EXTRA_ext_posix_posix_la_SOURCES) ext/posix/pwd.c \
Packit 437b5e
	ext/posix/sched.c ext/posix/signal.c ext/posix/stdio.c \
Packit 437b5e
	ext/posix/stdlib.c ext/posix/sys/msg.c \
Packit 437b5e
	ext/posix/sys/resource.c ext/posix/sys/socket.c \
Packit 437b5e
	ext/posix/sys/stat.c ext/posix/sys/statvfs.c \
Packit 437b5e
	ext/posix/sys/time.c ext/posix/sys/times.c \
Packit 437b5e
	ext/posix/sys/utsname.c ext/posix/sys/wait.c \
Packit 437b5e
	ext/posix/syslog.c ext/posix/termio.c ext/posix/time.c \
Packit 437b5e
	ext/posix/unistd.c ext/posix/utime.c
Packit 437b5e
DIST_SOURCES = ext/posix/ctype.c ext/posix/curses.c \
Packit 437b5e
	ext/posix/curses/chstr.c ext/posix/curses/window.c \
Packit 437b5e
	ext/posix/dirent.c ext/posix/errno.c ext/posix/fcntl.c \
Packit 437b5e
	ext/posix/fnmatch.c ext/posix/getopt.c ext/posix/glob.c \
Packit 437b5e
	ext/posix/grp.c ext/posix/libgen.c ext/posix/poll.c \
Packit 437b5e
	$(ext_posix_posix_la_SOURCES) \
Packit 437b5e
	$(EXTRA_ext_posix_posix_la_SOURCES) ext/posix/pwd.c \
Packit 437b5e
	ext/posix/sched.c ext/posix/signal.c ext/posix/stdio.c \
Packit 437b5e
	ext/posix/stdlib.c ext/posix/sys/msg.c \
Packit 437b5e
	ext/posix/sys/resource.c ext/posix/sys/socket.c \
Packit 437b5e
	ext/posix/sys/stat.c ext/posix/sys/statvfs.c \
Packit 437b5e
	ext/posix/sys/time.c ext/posix/sys/times.c \
Packit 437b5e
	ext/posix/sys/utsname.c ext/posix/sys/wait.c \
Packit 437b5e
	ext/posix/syslog.c ext/posix/termio.c ext/posix/time.c \
Packit 437b5e
	ext/posix/unistd.c ext/posix/utime.c
Packit 437b5e
am__can_run_installinfo = \
Packit 437b5e
  case $$AM_UPDATE_INFO_DIR in \
Packit 437b5e
    n|no|NO) false;; \
Packit 437b5e
    *) (install-info --version) >/dev/null 2>&1;; \
Packit 437b5e
  esac
Packit 437b5e
DATA = $(dist_classes_DATA) $(dist_data_DATA) $(dist_doc_DATA) \
Packit 437b5e
	$(dist_examples_DATA) $(dist_lua_DATA) $(dist_luaposix_DATA) \
Packit 437b5e
	$(dist_modules_DATA) $(doc_DATA)
Packit 437b5e
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
Packit 437b5e
	$(LISP)config.h.in
Packit 437b5e
# Read a list of newline-separated strings from the standard input,
Packit 437b5e
# and print each of them once, without duplicates.  Input order is
Packit 437b5e
# *not* preserved.
Packit 437b5e
am__uniquify_input = $(AWK) '\
Packit 437b5e
  BEGIN { nonempty = 0; } \
Packit 437b5e
  { items[$$0] = 1; nonempty = 1; } \
Packit 437b5e
  END { if (nonempty) { for (i in items) print i; }; } \
Packit 437b5e
'
Packit 437b5e
# Make sure the list of sources is unique.  This is necessary because,
Packit 437b5e
# e.g., the same source file might be shared among _SOURCES variables
Packit 437b5e
# for different programs/libraries.
Packit 437b5e
am__define_uniq_tagged_files = \
Packit 437b5e
  list='$(am__tagged_files)'; \
Packit 437b5e
  unique=`for i in $$list; do \
Packit 437b5e
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit 437b5e
  done | $(am__uniquify_input)`
Packit 437b5e
ETAGS = etags
Packit 437b5e
CTAGS = ctags
Packit 437b5e
CSCOPE = cscope
Packit 437b5e
AM_RECURSIVE_TARGETS = cscope
Packit 437b5e
am__DIST_COMMON = $(srcdir)/Makefile.in \
Packit 437b5e
	$(srcdir)/build-aux/rockspecs.mk $(srcdir)/build-aux/specl.mk \
Packit 437b5e
	$(srcdir)/config.h.in $(srcdir)/local.mk \
Packit 437b5e
	$(srcdir)/specs/specs.mk $(top_srcdir)/build-aux/ar-lib \
Packit 437b5e
	$(top_srcdir)/build-aux/compile \
Packit 437b5e
	$(top_srcdir)/build-aux/config.guess \
Packit 437b5e
	$(top_srcdir)/build-aux/config.ld.in \
Packit 437b5e
	$(top_srcdir)/build-aux/config.sub \
Packit 437b5e
	$(top_srcdir)/build-aux/depcomp \
Packit 437b5e
	$(top_srcdir)/build-aux/install-sh \
Packit 437b5e
	$(top_srcdir)/build-aux/ltmain.sh \
Packit 437b5e
	$(top_srcdir)/build-aux/missing $(top_srcdir)/lib/posix.lua.in \
Packit 437b5e
	AUTHORS COPYING ChangeLog INSTALL NEWS README build-aux/ar-lib \
Packit 437b5e
	build-aux/compile build-aux/config.guess build-aux/config.sub \
Packit 437b5e
	build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
Packit 437b5e
	build-aux/missing
Packit 437b5e
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 437b5e
distdir = $(PACKAGE)-$(VERSION)
Packit 437b5e
top_distdir = $(distdir)
Packit 437b5e
am__remove_distdir = \
Packit 437b5e
  if test -d "$(distdir)"; then \
Packit 437b5e
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit 437b5e
      && rm -rf "$(distdir)" \
Packit 437b5e
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit 437b5e
  else :; fi
Packit 437b5e
am__post_remove_distdir = $(am__remove_distdir)
Packit 437b5e
DIST_ARCHIVES = $(distdir).tar.gz
Packit 437b5e
GZIP_ENV = --best
Packit 437b5e
DIST_TARGETS = dist-gzip
Packit 437b5e
distuninstallcheck_listfiles = find . -type f -print
Packit 437b5e
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit 437b5e
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit 437b5e
distcleancheck_listfiles = find . -type f -print
Packit 437b5e
ACLOCAL = @ACLOCAL@
Packit 437b5e
AMTAR = @AMTAR@
Packit 437b5e
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit 437b5e
AR = @AR@
Packit 437b5e
ARFLAGS = @ARFLAGS@
Packit 437b5e
AUTOCONF = @AUTOCONF@
Packit 437b5e
AUTOHEADER = @AUTOHEADER@
Packit 437b5e
AUTOMAKE = @AUTOMAKE@
Packit 437b5e
AWK = @AWK@
Packit 437b5e
CC = @CC@
Packit 437b5e
CCDEPMODE = @CCDEPMODE@
Packit 437b5e
CFLAGS = @CFLAGS@
Packit 437b5e
CPP = @CPP@
Packit 437b5e
CPPFLAGS = @CPPFLAGS@
Packit 437b5e
CURSES_LIB = @CURSES_LIB@
Packit 437b5e
CYGPATH_W = @CYGPATH_W@
Packit 437b5e
DEFS = @DEFS@
Packit 437b5e
DEPDIR = @DEPDIR@
Packit 437b5e
DLLTOOL = @DLLTOOL@
Packit 437b5e
DSYMUTIL = @DSYMUTIL@
Packit 437b5e
DUMPBIN = @DUMPBIN@
Packit 437b5e
ECHO_C = @ECHO_C@
Packit 437b5e
ECHO_N = @ECHO_N@
Packit 437b5e
ECHO_T = @ECHO_T@
Packit 437b5e
EGREP = @EGREP@
Packit 437b5e
EXEEXT = @EXEEXT@
Packit 437b5e
FGREP = @FGREP@
Packit 437b5e
GREP = @GREP@
Packit 437b5e
INSTALL = @INSTALL@
Packit 437b5e
INSTALL_DATA = @INSTALL_DATA@
Packit 437b5e
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit 437b5e
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit 437b5e
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit 437b5e
LD = @LD@
Packit 437b5e
LDFLAGS = @LDFLAGS@
Packit 437b5e
LDOC = @LDOC@
Packit 437b5e
LIBCRYPT = @LIBCRYPT@
Packit 437b5e
LIBOBJS = @LIBOBJS@
Packit 437b5e
LIBRT = @LIBRT@
Packit 437b5e
LIBS = @LIBS@
Packit 437b5e
LIBSOCKET = @LIBSOCKET@
Packit 437b5e
LIBTOOL = @LIBTOOL@
Packit 437b5e
LIBTOOL_DEPS = @LIBTOOL_DEPS@
Packit 437b5e
LIPO = @LIPO@
Packit 437b5e
LN_S = @LN_S@
Packit 437b5e
LTLIBOBJS = @LTLIBOBJS@
Packit 437b5e
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit 437b5e
LUA = @LUA@
Packit 437b5e
LUA_EXEC_PREFIX = @LUA_EXEC_PREFIX@
Packit 437b5e
LUA_INCLUDE = @LUA_INCLUDE@
Packit 437b5e
LUA_PLATFORM = @LUA_PLATFORM@
Packit 437b5e
LUA_PREFIX = @LUA_PREFIX@
Packit 437b5e
LUA_SHORT_VERSION = @LUA_SHORT_VERSION@
Packit 437b5e
LUA_VERSION = @LUA_VERSION@
Packit 437b5e
MAKEINFO = @MAKEINFO@
Packit 437b5e
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit 437b5e
MKDIR_P = @MKDIR_P@
Packit 437b5e
NM = @NM@
Packit 437b5e
NMEDIT = @NMEDIT@
Packit 437b5e
OBJDUMP = @OBJDUMP@
Packit 437b5e
OBJEXT = @OBJEXT@
Packit 437b5e
OTOOL = @OTOOL@
Packit 437b5e
OTOOL64 = @OTOOL64@
Packit 437b5e
PACKAGE = @PACKAGE@
Packit 437b5e
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit 437b5e
PACKAGE_NAME = @PACKAGE_NAME@
Packit 437b5e
PACKAGE_STRING = @PACKAGE_STRING@
Packit 437b5e
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit 437b5e
PACKAGE_URL = @PACKAGE_URL@
Packit 437b5e
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit 437b5e
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit 437b5e
PERL = @PERL@
Packit 437b5e
POSIX_EXTRA_CPPFLAGS = @POSIX_EXTRA_CPPFLAGS@
Packit 437b5e
RANLIB = @RANLIB@
Packit 437b5e
SED = @SED@
Packit 437b5e
SET_MAKE = @SET_MAKE@
Packit 437b5e
SHELL = @SHELL@
Packit 437b5e
SPECL = @SPECL@
Packit 437b5e
STRIP = @STRIP@
Packit 437b5e
VERSION = @VERSION@
Packit 437b5e
WARN_CFLAGS = @WARN_CFLAGS@
Packit 437b5e
WERROR_CFLAGS = @WERROR_CFLAGS@
Packit 437b5e
abs_builddir = @abs_builddir@
Packit 437b5e
abs_srcdir = @abs_srcdir@
Packit 437b5e
abs_top_builddir = @abs_top_builddir@
Packit 437b5e
abs_top_srcdir = @abs_top_srcdir@
Packit 437b5e
ac_ct_AR = @ac_ct_AR@
Packit 437b5e
ac_ct_CC = @ac_ct_CC@
Packit 437b5e
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit 437b5e
am__include = @am__include@
Packit 437b5e
am__leading_dot = @am__leading_dot@
Packit 437b5e
am__quote = @am__quote@
Packit 437b5e
am__tar = @am__tar@
Packit 437b5e
am__untar = @am__untar@
Packit 437b5e
bindir = @bindir@
Packit 437b5e
build = @build@
Packit 437b5e
build_alias = @build_alias@
Packit 437b5e
build_cpu = @build_cpu@
Packit 437b5e
build_os = @build_os@
Packit 437b5e
build_vendor = @build_vendor@
Packit 437b5e
builddir = @builddir@
Packit 437b5e
datadir = @datadir@
Packit 437b5e
datarootdir = @datarootdir@
Packit 437b5e
docdir = @docdir@
Packit 437b5e
dvidir = @dvidir@
Packit 437b5e
exec_prefix = @exec_prefix@
Packit 437b5e
gl_LIBOBJS = @gl_LIBOBJS@
Packit 437b5e
gl_LTLIBOBJS = @gl_LTLIBOBJS@
Packit 437b5e
gltests_LIBOBJS = @gltests_LIBOBJS@
Packit 437b5e
gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
Packit 437b5e
gltests_WITNESS = @gltests_WITNESS@
Packit 437b5e
host = @host@
Packit 437b5e
host_alias = @host_alias@
Packit 437b5e
host_cpu = @host_cpu@
Packit 437b5e
host_os = @host_os@
Packit 437b5e
host_vendor = @host_vendor@
Packit 437b5e
htmldir = @htmldir@
Packit 437b5e
includedir = @includedir@
Packit 437b5e
infodir = @infodir@
Packit 437b5e
install_sh = @install_sh@
Packit 437b5e
libdir = @libdir@
Packit 437b5e
libexecdir = @libexecdir@
Packit 437b5e
localedir = @localedir@
Packit 437b5e
localstatedir = @localstatedir@
Packit 437b5e
luadir = @luadir@
Packit 437b5e
luaexecdir = @luaexecdir@
Packit 437b5e
mandir = @mandir@
Packit 437b5e
mkdir_p = @mkdir_p@
Packit 437b5e
objdir = @objdir@
Packit 437b5e
oldincludedir = @oldincludedir@
Packit 437b5e
pdfdir = @pdfdir@
Packit 437b5e
pkgluadir = @pkgluadir@
Packit 437b5e
pkgluaexecdir = @pkgluaexecdir@
Packit 437b5e
prefix = @prefix@
Packit 437b5e
program_transform_name = @program_transform_name@
Packit 437b5e
psdir = @psdir@
Packit 437b5e
sbindir = @sbindir@
Packit 437b5e
sharedstatedir = @sharedstatedir@
Packit 437b5e
shrext = @shrext@
Packit 437b5e
srcdir = @srcdir@
Packit 437b5e
sysconfdir = @sysconfdir@
Packit 437b5e
target_alias = @target_alias@
Packit 437b5e
top_build_prefix = @top_build_prefix@
Packit 437b5e
top_builddir = @top_builddir@
Packit 437b5e
top_srcdir = @top_srcdir@
Packit 437b5e
SPECL_ENV = 
Packit 437b5e
CHECK_ENV = LUA='$(LUA)' PACKAGE_STRING='$(PACKAGE_STRING)' \
Packit 437b5e
	abs_top_builddir='$(abs_top_builddir)' \
Packit 437b5e
	abs_top_srcdir='$(abs_top_srcdir)' \
Packit 437b5e
	top_builddir='$(top_builddir)' top_srcdir='$(top_srcdir)' \
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
INSTALLCHECK_ENV = LUA='$(LUA)' PACKAGE_STRING='$(PACKAGE_STRING)' \
Packit 437b5e
	installcheck='true' $(NOTHING_ELSE)
Packit 437b5e
ACLOCAL_AMFLAGS = -I m4
Packit 437b5e
AM_CPPFLAGS = $(LUA_INCLUDE) -I $(srcdir)/ext/include -I \
Packit 437b5e
	$(srcdir)/ext/posix $(POSIX_EXTRA_CPPFLAGS)
Packit 437b5e
EXTRA_DIST = $(srcdir)/specs/spec_helper.lua $(NOTHING_ELSE) \
Packit 437b5e
	$(specl_SPECS) $(NOTHING_ELSE) build-aux/config.ld.in \
Packit 437b5e
	examples/dir.lua examples/fork.lua examples/fork2.lua \
Packit 437b5e
	examples/getopt.lua examples/glob.lua examples/limit.lua \
Packit 437b5e
	examples/lock.lua examples/netlink-uevent.lua \
Packit 437b5e
	examples/ping.lua examples/poll.lua examples/signal.lua \
Packit 437b5e
	examples/socket.lua examples/termios.lua examples/tree.lua \
Packit 437b5e
	ext/include/_helpers.c ext/include/compat-5.2.c \
Packit 437b5e
	ext/include/compat-5.2.h ext/include/strlcpy.c $(NOTHING_ELSE) \
Packit 437b5e
	$(mkrockspecs) $(package_rockspec) $(rockspec_conf) \
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
EXTRA_LTLIBRARIES = $(posix_submodules)
Packit 437b5e
CLEANFILES = 
Packit 437b5e
DISTCLEANFILES = $(luarocks_config) $(NOTHING_ELSE)
Packit 437b5e
MAINTAINERCLEANFILES = doc/index.html doc/ldoc.css \
Packit 437b5e
	$(dist_examples_DATA) $(dist_modules_DATA) $(NOTHING_ELSE)
Packit 437b5e
NOTHING_ELSE = 
Packit 437b5e
bin_SCRIPTS = 
Packit 437b5e
check_local = specl-check-local $(posix_submodules)
Packit 437b5e
dist_bin_SCRIPTS = 
Packit 437b5e
dist_lua_DATA = lib/curses.lua $(NOTHING_ELSE)
Packit 437b5e
doc_DATA = 
Packit 437b5e
installcheck_local = specl-installcheck-local
Packit 437b5e
install_exec_hooks = remove-luaexec-lafiles
Packit 437b5e
uninstall_hooks = uninstall-luaexec-modules
Packit 437b5e
lib_LTLIBRARIES = 
Packit 437b5e
luaexec_LTLIBRARIES = ext/posix/posix.la
Packit 437b5e
man_MANS = 
Packit 437b5e
save_release_files = $(scm_rockspec)
Packit 437b5e
posix_cpath = $(abs_builddir)/ext/posix/$(objdir)/?$(shrext)
Packit 437b5e
std_cpath = $(posix_cpath);$(LUA_CPATH)
Packit 437b5e
std_path = $(abs_srcdir)/lib/?.lua;$(LUA_PATH)
Packit 437b5e
LUA_ENV = LUA_PATH="$(std_path)" LUA_CPATH="$(std_cpath)"
Packit 437b5e
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
Packit 437b5e
AM_LDFLAGS = -module -avoid-version
Packit 437b5e
old_NEWS_hash = d41d8cd98f00b204e9800998ecf8427e
Packit 437b5e
update_copyright_env = \
Packit 437b5e
	UPDATE_COPYRIGHT_HOLDER='(Gary V. Vaughan|Reuben Thomas|luaposix authors)' \
Packit 437b5e
	UPDATE_COPYRIGHT_USE_INTERVALS=1 \
Packit 437b5e
	UPDATE_COPYRIGHT_FORCE=1
Packit 437b5e
Packit 437b5e
examplesdir = $(docdir)/examples
Packit 437b5e
modulesdir = $(docdir)/modules
Packit 437b5e
classesdir = $(docdir)/classes
Packit 437b5e
dist_data_DATA = 
Packit 437b5e
dist_doc_DATA = doc/index.html doc/ldoc.css $(NOTHING_ELSE)
Packit 437b5e
dist_examples_DATA = doc/examples/curses.lua.html \
Packit 437b5e
	doc/examples/dir.lua.html doc/examples/fork.lua.html \
Packit 437b5e
	doc/examples/fork2.lua.html doc/examples/getopt.lua.html \
Packit 437b5e
	doc/examples/glob.lua.html doc/examples/limit.lua.html \
Packit 437b5e
	doc/examples/lock.lua.html \
Packit 437b5e
	doc/examples/netlink-uevent.lua.html \
Packit 437b5e
	doc/examples/ping.lua.html doc/examples/poll.lua.html \
Packit 437b5e
	doc/examples/signal.lua.html doc/examples/socket.lua.html \
Packit 437b5e
	doc/examples/termios.lua.html doc/examples/tree.lua.html \
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
dist_modules_DATA = doc/modules/posix.ctype.html \
Packit 437b5e
	doc/modules/posix.curses.html doc/modules/posix.dirent.html \
Packit 437b5e
	doc/modules/posix.errno.html doc/modules/posix.fcntl.html \
Packit 437b5e
	doc/modules/posix.fnmatch.html doc/modules/posix.getopt.html \
Packit 437b5e
	doc/modules/posix.glob.html doc/modules/posix.grp.html \
Packit 437b5e
	doc/modules/posix.html doc/modules/posix.libgen.html \
Packit 437b5e
	doc/modules/posix.poll.html doc/modules/posix.pwd.html \
Packit 437b5e
	doc/modules/posix.sched.html doc/modules/posix.signal.html \
Packit 437b5e
	doc/modules/posix.stdio.html doc/modules/posix.stdlib.html \
Packit 437b5e
	doc/modules/posix.sys.msg.html \
Packit 437b5e
	doc/modules/posix.sys.resource.html \
Packit 437b5e
	doc/modules/posix.sys.socket.html \
Packit 437b5e
	doc/modules/posix.sys.stat.html \
Packit 437b5e
	doc/modules/posix.sys.statvfs.html \
Packit 437b5e
	doc/modules/posix.sys.time.html \
Packit 437b5e
	doc/modules/posix.sys.times.html \
Packit 437b5e
	doc/modules/posix.sys.utsname.html \
Packit 437b5e
	doc/modules/posix.sys.wait.html doc/modules/posix.syslog.html \
Packit 437b5e
	doc/modules/posix.termio.html doc/modules/posix.time.html \
Packit 437b5e
	doc/modules/posix.unistd.html doc/modules/posix.utime.html \
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
dist_classes_DATA = doc/classes/posix.curses.chstr.html \
Packit 437b5e
	doc/classes/posix.curses.window.html $(NOTHING_ELSE)
Packit 437b5e
specl_SPECS = \
Packit 437b5e
	$(srcdir)/specs/posix_version_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/curses_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/lposix_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_compat_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_ctype_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_deprecated_spec.yaml	\
Packit 437b5e
	$(srcdir)/specs/posix_dirent_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_fcntl_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_fnmatch_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_grp_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_pwd_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_signal_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_stdio_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_stdlib_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_sys_msg_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_sys_resource_spec.yaml	\
Packit 437b5e
	$(srcdir)/specs/posix_sys_socket_spec.yaml	\
Packit 437b5e
	$(srcdir)/specs/posix_sys_stat_spec.yaml	\
Packit 437b5e
	$(srcdir)/specs/posix_sys_statvfs_spec.yaml	\
Packit 437b5e
	$(srcdir)/specs/posix_sys_time_spec.yaml	\
Packit 437b5e
	$(srcdir)/specs/posix_sys_times_spec.yaml	\
Packit 437b5e
	$(srcdir)/specs/posix_sys_utsname_spec.yaml	\
Packit 437b5e
	$(srcdir)/specs/posix_syslog_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_time_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_unistd_spec.yaml		\
Packit 437b5e
	$(srcdir)/specs/posix_spec.yaml			\
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
Packit 437b5e
luaposixdir = $(luadir)/posix
Packit 437b5e
dist_luaposix_DATA = \
Packit 437b5e
	lib/posix/init.lua		\
Packit 437b5e
	lib/posix/_argcheck.lua		\
Packit 437b5e
	lib/posix/compat.lua		\
Packit 437b5e
	lib/posix/deprecated.lua	\
Packit 437b5e
	lib/posix/sys.lua		\
Packit 437b5e
	lib/posix/util.lua		\
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
Packit 437b5e
ext_posix_posix_la_SOURCES = \
Packit 437b5e
	ext/posix/posix.c		\
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
Packit 437b5e
EXTRA_ext_posix_posix_la_SOURCES = \
Packit 437b5e
	ext/posix/ctype.c		\
Packit 437b5e
	ext/posix/curses.c		\
Packit 437b5e
	ext/posix/curses/chstr.c	\
Packit 437b5e
	ext/posix/curses/window.c	\
Packit 437b5e
	ext/posix/dirent.c		\
Packit 437b5e
	ext/posix/errno.c		\
Packit 437b5e
	ext/posix/fcntl.c		\
Packit 437b5e
	ext/posix/fnmatch.c		\
Packit 437b5e
	ext/posix/getopt.c		\
Packit 437b5e
	ext/posix/glob.c		\
Packit 437b5e
	ext/posix/grp.c			\
Packit 437b5e
	ext/posix/libgen.c		\
Packit 437b5e
	ext/posix/poll.c		\
Packit 437b5e
	ext/posix/pwd.c			\
Packit 437b5e
	ext/posix/sched.c		\
Packit 437b5e
	ext/posix/signal.c		\
Packit 437b5e
	ext/posix/stdio.c		\
Packit 437b5e
	ext/posix/stdlib.c		\
Packit 437b5e
	ext/posix/sys/msg.c		\
Packit 437b5e
	ext/posix/sys/resource.c	\
Packit 437b5e
	ext/posix/sys/socket.c		\
Packit 437b5e
	ext/posix/sys/stat.c		\
Packit 437b5e
	ext/posix/sys/statvfs.c		\
Packit 437b5e
	ext/posix/sys/time.c		\
Packit 437b5e
	ext/posix/sys/times.c		\
Packit 437b5e
	ext/posix/sys/utsname.c		\
Packit 437b5e
	ext/posix/sys/wait.c		\
Packit 437b5e
	ext/posix/syslog.c		\
Packit 437b5e
	ext/posix/termio.c		\
Packit 437b5e
	ext/posix/time.c		\
Packit 437b5e
	ext/posix/unistd.c		\
Packit 437b5e
	ext/posix/utime.c		\
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
Packit 437b5e
ext_posix_posix_la_LDFLAGS = $(AM_LDFLAGS) $(LIBCRYPT) $(LIBSOCKET) $(LIBRT) $(CURSES_LIB)
Packit 437b5e
luaexecposixdir = $(luaexecdir)/posix
Packit 437b5e
luaexecposixsysdir = $(luaexecposixdir)/sys
Packit 437b5e
Packit 437b5e
# EXTRA_LTLIBRARIES don't have an RPATH by default.
Packit 437b5e
luaexecposix_LDFLAGS = $(AM_LDFLAGS) -rpath '$(luaexecposixdir)'
Packit 437b5e
luaexecposixsys_LDFLAGS = $(AM_LDFLAGS) -rpath '$(luaexecposixsysdir)'
Packit 437b5e
Packit 437b5e
# We don't install these, but we do need to make sure they compile
Packit 437b5e
# for people who want to copy some of the sources into their own
Packit 437b5e
# projects for custom interpreters/libraries.
Packit 437b5e
posix_submodules = \
Packit 437b5e
	ext/posix/ctype.la		\
Packit 437b5e
	ext/posix/curses.la		\
Packit 437b5e
	ext/posix/curses/chstr.la	\
Packit 437b5e
	ext/posix/curses/window.la	\
Packit 437b5e
	ext/posix/dirent.la		\
Packit 437b5e
	ext/posix/errno.la		\
Packit 437b5e
	ext/posix/fcntl.la		\
Packit 437b5e
	ext/posix/fnmatch.la		\
Packit 437b5e
	ext/posix/getopt.la		\
Packit 437b5e
	ext/posix/glob.la		\
Packit 437b5e
	ext/posix/grp.la		\
Packit 437b5e
	ext/posix/libgen.la		\
Packit 437b5e
	ext/posix/poll.la		\
Packit 437b5e
	ext/posix/pwd.la		\
Packit 437b5e
	ext/posix/sched.la		\
Packit 437b5e
	ext/posix/signal.la		\
Packit 437b5e
	ext/posix/stdio.la		\
Packit 437b5e
	ext/posix/stdlib.la		\
Packit 437b5e
	ext/posix/sys/msg.la		\
Packit 437b5e
	ext/posix/sys/resource.la	\
Packit 437b5e
	ext/posix/sys/socket.la		\
Packit 437b5e
	ext/posix/sys/stat.la		\
Packit 437b5e
	ext/posix/sys/statvfs.la	\
Packit 437b5e
	ext/posix/sys/time.la		\
Packit 437b5e
	ext/posix/sys/times.la		\
Packit 437b5e
	ext/posix/sys/utsname.la	\
Packit 437b5e
	ext/posix/sys/wait.la		\
Packit 437b5e
	ext/posix/syslog.la		\
Packit 437b5e
	ext/posix/termio.la		\
Packit 437b5e
	ext/posix/time.la		\
Packit 437b5e
	ext/posix/unistd.la		\
Packit 437b5e
	ext/posix/utime.la		\
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
Packit 437b5e
ext_posix_ctype_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_curses_la_LDFLAGS = $(luaexecposix_LDFLAGS) $(CURSES_LIB)
Packit 437b5e
ext_posix_dirent_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_errno_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_fcntl_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_fnmatch_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_getopt_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_glob_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_grp_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_libgen_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_poll_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_pwd_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_sched_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_signal_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_stdio_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_stdlib_la_LDFLAGS = $(luaexecposix_LDFLAGS) $(LIBCRYPT)
Packit 437b5e
ext_posix_syslog_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_termio_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_time_la_LDFLAGS = $(luaexecposix_LDFLAGS) $(LIBRT)
Packit 437b5e
ext_posix_unistd_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_utime_la_LDFLAGS = $(luaexecposix_LDFLAGS)
Packit 437b5e
ext_posix_sys_msg_la_LDFLAGS = $(luaexecposixsys_LDFLAGS)
Packit 437b5e
ext_posix_sys_resource_la_LDFLAGS = $(luaexecposixsys_LDFLAGS)
Packit 437b5e
ext_posix_sys_socket_la_LDFLAGS = $(luaexecposixsys_LDFLAGS)
Packit 437b5e
ext_posix_sys_stat_la_LDFLAGS = $(luaexecposixsys_LDFLAGS)
Packit 437b5e
ext_posix_sys_statvfs_la_LDFLAGS = $(luaexecposixsys_LDFLAGS)
Packit 437b5e
ext_posix_sys_time_la_LDFLAGS = $(luaexecposixsys_LDFLAGS)
Packit 437b5e
ext_posix_sys_times_la_LDFLAGS = $(luaexecposixsys_LDFLAGS)
Packit 437b5e
ext_posix_sys_utsname_la_LDFLAGS = $(luaexecposixsys_LDFLAGS)
Packit 437b5e
ext_posix_sys_wait_la_LDFLAGS = $(luaexecposixsys_LDFLAGS)
Packit 437b5e
allhtml = $(dist_doc_DATA) $(dist_examples_DATA) $(dist_modules_DATA) $(dist_classes_DATA)
Packit 437b5e
luarocks_config = build-aux/luarocks-config.lua
Packit 437b5e
rockspec_conf = $(srcdir)/rockspec.conf
Packit 437b5e
mkrockspecs = $(srcdir)/build-aux/mkrockspecs
Packit 437b5e
package_rockspec = $(srcdir)/$(PACKAGE)-$(VERSION)-$(rockspec_revision).rockspec
Packit 437b5e
scm_rockspec = $(PACKAGE)-git-$(rockspec_revision).rockspec
Packit 437b5e
Packit 437b5e
# If you need a different rockspec revision, override this on the make
Packit 437b5e
# command line:
Packit 437b5e
#
Packit 437b5e
#     make rockspecs rockspec_revision=2
Packit 437b5e
rockspec_revision = 1
Packit 437b5e
LUAROCKS = luarocks
Packit 437b5e
MKROCKSPECS = $(MKROCKSPECS_ENV) $(LUA) $(mkrockspecs)
Packit 437b5e
ROCKSPECS_DEPS = \
Packit 437b5e
	$(luarocks_config)			\
Packit 437b5e
	$(mkrockspecs)				\
Packit 437b5e
	$(rockspec_conf)			\
Packit 437b5e
	$(NOTHING_ELSE)
Packit 437b5e
Packit 437b5e
set_LUA_BINDIR = LUA_BINDIR=`which $(LUA) |$(SED) 's|/[^/]*$$||'`
Packit 437b5e
LUA_INCDIR = `cd $$LUA_BINDIR/../include && pwd`
Packit 437b5e
LUA_LIBDIR = `cd $$LUA_BINDIR/../lib && pwd`
Packit 437b5e
all: config.h
Packit 437b5e
	$(MAKE) $(AM_MAKEFLAGS) all-am
Packit 437b5e
Packit 437b5e
.SUFFIXES:
Packit 437b5e
.SUFFIXES: .c .lo .o .obj
Packit 437b5e
am--refresh: Makefile
Packit 437b5e
	@:
Packit 437b5e
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/local.mk $(srcdir)/specs/specs.mk $(srcdir)/build-aux/specl.mk $(srcdir)/build-aux/rockspecs.mk $(am__configure_deps)
Packit 437b5e
	@for dep in $?; do \
Packit 437b5e
	  case '$(am__configure_deps)' in \
Packit 437b5e
	    *$$dep*) \
Packit 437b5e
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
Packit 437b5e
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
Packit 437b5e
		&& exit 0; \
Packit 437b5e
	      exit 1;; \
Packit 437b5e
	  esac; \
Packit 437b5e
	done; \
Packit 437b5e
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
Packit 437b5e
	$(am__cd) $(top_srcdir) && \
Packit 437b5e
	  $(AUTOMAKE) --gnu Makefile
Packit 437b5e
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 437b5e
	@case '$?' in \
Packit 437b5e
	  *config.status*) \
Packit 437b5e
	    echo ' $(SHELL) ./config.status'; \
Packit 437b5e
	    $(SHELL) ./config.status;; \
Packit 437b5e
	  *) \
Packit 437b5e
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
Packit 437b5e
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
Packit 437b5e
	esac;
Packit 437b5e
$(srcdir)/local.mk $(srcdir)/specs/specs.mk $(srcdir)/build-aux/specl.mk $(srcdir)/build-aux/rockspecs.mk $(am__empty):
Packit 437b5e
Packit 437b5e
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 437b5e
	$(SHELL) ./config.status --recheck
Packit 437b5e
Packit 437b5e
$(top_srcdir)/configure:  $(am__configure_deps)
Packit 437b5e
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit 437b5e
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit 437b5e
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit 437b5e
$(am__aclocal_m4_deps):
Packit 437b5e
Packit 437b5e
config.h: stamp-h1
Packit 437b5e
	@test -f $@ || rm -f stamp-h1
Packit 437b5e
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Packit 437b5e
Packit 437b5e
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit 437b5e
	@rm -f stamp-h1
Packit 437b5e
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Packit 437b5e
$(srcdir)/config.h.in:  $(am__configure_deps) 
Packit 437b5e
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit 437b5e
	rm -f stamp-h1
Packit 437b5e
	touch $@
Packit 437b5e
Packit 437b5e
distclean-hdr:
Packit 437b5e
	-rm -f config.h stamp-h1
Packit 437b5e
build-aux/config.ld: $(top_builddir)/config.status $(top_srcdir)/build-aux/config.ld.in
Packit 437b5e
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit 437b5e
lib/posix/init.lua: $(top_builddir)/config.status $(top_srcdir)/lib/posix.lua.in
Packit 437b5e
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit 437b5e
Packit 437b5e
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Packit 437b5e
	list2=; for p in $$list; do \
Packit 437b5e
	  if test -f $$p; then \
Packit 437b5e
	    list2="$$list2 $$p"; \
Packit 437b5e
	  else :; fi; \
Packit 437b5e
	done; \
Packit 437b5e
	test -z "$$list2" || { \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
Packit 437b5e
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
Packit 437b5e
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
Packit 437b5e
	}
Packit 437b5e
Packit 437b5e
uninstall-libLTLIBRARIES:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  $(am__strip_dir) \
Packit 437b5e
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
Packit 437b5e
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
clean-libLTLIBRARIES:
Packit 437b5e
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
Packit 437b5e
	@list='$(lib_LTLIBRARIES)'; \
Packit 437b5e
	locs=`for p in $$list; do echo $$p; done | \
Packit 437b5e
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Packit 437b5e
	      sort -u`; \
Packit 437b5e
	test -z "$$locs" || { \
Packit 437b5e
	  echo rm -f $${locs}; \
Packit 437b5e
	  rm -f $${locs}; \
Packit 437b5e
	}
Packit 437b5e
Packit 437b5e
install-luaexecLTLIBRARIES: $(luaexec_LTLIBRARIES)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(luaexec_LTLIBRARIES)'; test -n "$(luaexecdir)" || list=; \
Packit 437b5e
	list2=; for p in $$list; do \
Packit 437b5e
	  if test -f $$p; then \
Packit 437b5e
	    list2="$$list2 $$p"; \
Packit 437b5e
	  else :; fi; \
Packit 437b5e
	done; \
Packit 437b5e
	test -z "$$list2" || { \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(luaexecdir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(luaexecdir)" || exit 1; \
Packit 437b5e
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(luaexecdir)'"; \
Packit 437b5e
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(luaexecdir)"; \
Packit 437b5e
	}
Packit 437b5e
Packit 437b5e
uninstall-luaexecLTLIBRARIES:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(luaexec_LTLIBRARIES)'; test -n "$(luaexecdir)" || list=; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  $(am__strip_dir) \
Packit 437b5e
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(luaexecdir)/$$f'"; \
Packit 437b5e
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(luaexecdir)/$$f"; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
clean-luaexecLTLIBRARIES:
Packit 437b5e
	-test -z "$(luaexec_LTLIBRARIES)" || rm -f $(luaexec_LTLIBRARIES)
Packit 437b5e
	@list='$(luaexec_LTLIBRARIES)'; \
Packit 437b5e
	locs=`for p in $$list; do echo $$p; done | \
Packit 437b5e
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Packit 437b5e
	      sort -u`; \
Packit 437b5e
	test -z "$$locs" || { \
Packit 437b5e
	  echo rm -f $${locs}; \
Packit 437b5e
	  rm -f $${locs}; \
Packit 437b5e
	}
Packit 437b5e
ext/posix/$(am__dirstamp):
Packit 437b5e
	@$(MKDIR_P) ext/posix
Packit 437b5e
	@: > ext/posix/$(am__dirstamp)
Packit 437b5e
ext/posix/$(DEPDIR)/$(am__dirstamp):
Packit 437b5e
	@$(MKDIR_P) ext/posix/$(DEPDIR)
Packit 437b5e
	@: > ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/ctype.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/ctype.la: $(ext_posix_ctype_la_OBJECTS) $(ext_posix_ctype_la_DEPENDENCIES) $(EXTRA_ext_posix_ctype_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_ctype_la_LINK)  $(ext_posix_ctype_la_OBJECTS) $(ext_posix_ctype_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/curses.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/curses.la: $(ext_posix_curses_la_OBJECTS) $(ext_posix_curses_la_DEPENDENCIES) $(EXTRA_ext_posix_curses_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_curses_la_LINK)  $(ext_posix_curses_la_OBJECTS) $(ext_posix_curses_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/curses/$(am__dirstamp):
Packit 437b5e
	@$(MKDIR_P) ext/posix/curses
Packit 437b5e
	@: > ext/posix/curses/$(am__dirstamp)
Packit 437b5e
ext/posix/curses/$(DEPDIR)/$(am__dirstamp):
Packit 437b5e
	@$(MKDIR_P) ext/posix/curses/$(DEPDIR)
Packit 437b5e
	@: > ext/posix/curses/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/curses/chstr.lo: ext/posix/curses/$(am__dirstamp) \
Packit 437b5e
	ext/posix/curses/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/curses/chstr.la: $(ext_posix_curses_chstr_la_OBJECTS) $(ext_posix_curses_chstr_la_DEPENDENCIES) $(EXTRA_ext_posix_curses_chstr_la_DEPENDENCIES) ext/posix/curses/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(LINK)  $(ext_posix_curses_chstr_la_OBJECTS) $(ext_posix_curses_chstr_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/curses/window.lo: ext/posix/curses/$(am__dirstamp) \
Packit 437b5e
	ext/posix/curses/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/curses/window.la: $(ext_posix_curses_window_la_OBJECTS) $(ext_posix_curses_window_la_DEPENDENCIES) $(EXTRA_ext_posix_curses_window_la_DEPENDENCIES) ext/posix/curses/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(LINK)  $(ext_posix_curses_window_la_OBJECTS) $(ext_posix_curses_window_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/dirent.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/dirent.la: $(ext_posix_dirent_la_OBJECTS) $(ext_posix_dirent_la_DEPENDENCIES) $(EXTRA_ext_posix_dirent_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_dirent_la_LINK)  $(ext_posix_dirent_la_OBJECTS) $(ext_posix_dirent_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/errno.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/errno.la: $(ext_posix_errno_la_OBJECTS) $(ext_posix_errno_la_DEPENDENCIES) $(EXTRA_ext_posix_errno_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_errno_la_LINK)  $(ext_posix_errno_la_OBJECTS) $(ext_posix_errno_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/fcntl.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/fcntl.la: $(ext_posix_fcntl_la_OBJECTS) $(ext_posix_fcntl_la_DEPENDENCIES) $(EXTRA_ext_posix_fcntl_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_fcntl_la_LINK)  $(ext_posix_fcntl_la_OBJECTS) $(ext_posix_fcntl_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/fnmatch.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/fnmatch.la: $(ext_posix_fnmatch_la_OBJECTS) $(ext_posix_fnmatch_la_DEPENDENCIES) $(EXTRA_ext_posix_fnmatch_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_fnmatch_la_LINK)  $(ext_posix_fnmatch_la_OBJECTS) $(ext_posix_fnmatch_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/getopt.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/getopt.la: $(ext_posix_getopt_la_OBJECTS) $(ext_posix_getopt_la_DEPENDENCIES) $(EXTRA_ext_posix_getopt_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_getopt_la_LINK)  $(ext_posix_getopt_la_OBJECTS) $(ext_posix_getopt_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/glob.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/glob.la: $(ext_posix_glob_la_OBJECTS) $(ext_posix_glob_la_DEPENDENCIES) $(EXTRA_ext_posix_glob_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_glob_la_LINK)  $(ext_posix_glob_la_OBJECTS) $(ext_posix_glob_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/grp.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/grp.la: $(ext_posix_grp_la_OBJECTS) $(ext_posix_grp_la_DEPENDENCIES) $(EXTRA_ext_posix_grp_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_grp_la_LINK)  $(ext_posix_grp_la_OBJECTS) $(ext_posix_grp_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/libgen.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/libgen.la: $(ext_posix_libgen_la_OBJECTS) $(ext_posix_libgen_la_DEPENDENCIES) $(EXTRA_ext_posix_libgen_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_libgen_la_LINK)  $(ext_posix_libgen_la_OBJECTS) $(ext_posix_libgen_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/poll.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/poll.la: $(ext_posix_poll_la_OBJECTS) $(ext_posix_poll_la_DEPENDENCIES) $(EXTRA_ext_posix_poll_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_poll_la_LINK)  $(ext_posix_poll_la_OBJECTS) $(ext_posix_poll_la_LIBADD) $(LIBS)
Packit 437b5e
ext/posix/posix.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/pwd.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sched.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/signal.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/stdio.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/stdlib.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/$(am__dirstamp):
Packit 437b5e
	@$(MKDIR_P) ext/posix/sys
Packit 437b5e
	@: > ext/posix/sys/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/$(DEPDIR)/$(am__dirstamp):
Packit 437b5e
	@$(MKDIR_P) ext/posix/sys/$(DEPDIR)
Packit 437b5e
	@: > ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/msg.lo: ext/posix/sys/$(am__dirstamp) \
Packit 437b5e
	ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/resource.lo: ext/posix/sys/$(am__dirstamp) \
Packit 437b5e
	ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/socket.lo: ext/posix/sys/$(am__dirstamp) \
Packit 437b5e
	ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/stat.lo: ext/posix/sys/$(am__dirstamp) \
Packit 437b5e
	ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/statvfs.lo: ext/posix/sys/$(am__dirstamp) \
Packit 437b5e
	ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/time.lo: ext/posix/sys/$(am__dirstamp) \
Packit 437b5e
	ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/times.lo: ext/posix/sys/$(am__dirstamp) \
Packit 437b5e
	ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/utsname.lo: ext/posix/sys/$(am__dirstamp) \
Packit 437b5e
	ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/sys/wait.lo: ext/posix/sys/$(am__dirstamp) \
Packit 437b5e
	ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/syslog.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/termio.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/time.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/unistd.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
ext/posix/utime.lo: ext/posix/$(am__dirstamp) \
Packit 437b5e
	ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
Packit 437b5e
ext/posix/posix.la: $(ext_posix_posix_la_OBJECTS) $(ext_posix_posix_la_DEPENDENCIES) $(EXTRA_ext_posix_posix_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_posix_la_LINK) -rpath $(luaexecdir) $(ext_posix_posix_la_OBJECTS) $(ext_posix_posix_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/pwd.la: $(ext_posix_pwd_la_OBJECTS) $(ext_posix_pwd_la_DEPENDENCIES) $(EXTRA_ext_posix_pwd_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_pwd_la_LINK)  $(ext_posix_pwd_la_OBJECTS) $(ext_posix_pwd_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sched.la: $(ext_posix_sched_la_OBJECTS) $(ext_posix_sched_la_DEPENDENCIES) $(EXTRA_ext_posix_sched_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sched_la_LINK)  $(ext_posix_sched_la_OBJECTS) $(ext_posix_sched_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/signal.la: $(ext_posix_signal_la_OBJECTS) $(ext_posix_signal_la_DEPENDENCIES) $(EXTRA_ext_posix_signal_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_signal_la_LINK)  $(ext_posix_signal_la_OBJECTS) $(ext_posix_signal_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/stdio.la: $(ext_posix_stdio_la_OBJECTS) $(ext_posix_stdio_la_DEPENDENCIES) $(EXTRA_ext_posix_stdio_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_stdio_la_LINK)  $(ext_posix_stdio_la_OBJECTS) $(ext_posix_stdio_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/stdlib.la: $(ext_posix_stdlib_la_OBJECTS) $(ext_posix_stdlib_la_DEPENDENCIES) $(EXTRA_ext_posix_stdlib_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_stdlib_la_LINK)  $(ext_posix_stdlib_la_OBJECTS) $(ext_posix_stdlib_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sys/msg.la: $(ext_posix_sys_msg_la_OBJECTS) $(ext_posix_sys_msg_la_DEPENDENCIES) $(EXTRA_ext_posix_sys_msg_la_DEPENDENCIES) ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sys_msg_la_LINK)  $(ext_posix_sys_msg_la_OBJECTS) $(ext_posix_sys_msg_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sys/resource.la: $(ext_posix_sys_resource_la_OBJECTS) $(ext_posix_sys_resource_la_DEPENDENCIES) $(EXTRA_ext_posix_sys_resource_la_DEPENDENCIES) ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sys_resource_la_LINK)  $(ext_posix_sys_resource_la_OBJECTS) $(ext_posix_sys_resource_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sys/socket.la: $(ext_posix_sys_socket_la_OBJECTS) $(ext_posix_sys_socket_la_DEPENDENCIES) $(EXTRA_ext_posix_sys_socket_la_DEPENDENCIES) ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sys_socket_la_LINK)  $(ext_posix_sys_socket_la_OBJECTS) $(ext_posix_sys_socket_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sys/stat.la: $(ext_posix_sys_stat_la_OBJECTS) $(ext_posix_sys_stat_la_DEPENDENCIES) $(EXTRA_ext_posix_sys_stat_la_DEPENDENCIES) ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sys_stat_la_LINK)  $(ext_posix_sys_stat_la_OBJECTS) $(ext_posix_sys_stat_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sys/statvfs.la: $(ext_posix_sys_statvfs_la_OBJECTS) $(ext_posix_sys_statvfs_la_DEPENDENCIES) $(EXTRA_ext_posix_sys_statvfs_la_DEPENDENCIES) ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sys_statvfs_la_LINK)  $(ext_posix_sys_statvfs_la_OBJECTS) $(ext_posix_sys_statvfs_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sys/time.la: $(ext_posix_sys_time_la_OBJECTS) $(ext_posix_sys_time_la_DEPENDENCIES) $(EXTRA_ext_posix_sys_time_la_DEPENDENCIES) ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sys_time_la_LINK)  $(ext_posix_sys_time_la_OBJECTS) $(ext_posix_sys_time_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sys/times.la: $(ext_posix_sys_times_la_OBJECTS) $(ext_posix_sys_times_la_DEPENDENCIES) $(EXTRA_ext_posix_sys_times_la_DEPENDENCIES) ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sys_times_la_LINK)  $(ext_posix_sys_times_la_OBJECTS) $(ext_posix_sys_times_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sys/utsname.la: $(ext_posix_sys_utsname_la_OBJECTS) $(ext_posix_sys_utsname_la_DEPENDENCIES) $(EXTRA_ext_posix_sys_utsname_la_DEPENDENCIES) ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sys_utsname_la_LINK)  $(ext_posix_sys_utsname_la_OBJECTS) $(ext_posix_sys_utsname_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/sys/wait.la: $(ext_posix_sys_wait_la_OBJECTS) $(ext_posix_sys_wait_la_DEPENDENCIES) $(EXTRA_ext_posix_sys_wait_la_DEPENDENCIES) ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_sys_wait_la_LINK)  $(ext_posix_sys_wait_la_OBJECTS) $(ext_posix_sys_wait_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/syslog.la: $(ext_posix_syslog_la_OBJECTS) $(ext_posix_syslog_la_DEPENDENCIES) $(EXTRA_ext_posix_syslog_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_syslog_la_LINK)  $(ext_posix_syslog_la_OBJECTS) $(ext_posix_syslog_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/termio.la: $(ext_posix_termio_la_OBJECTS) $(ext_posix_termio_la_DEPENDENCIES) $(EXTRA_ext_posix_termio_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_termio_la_LINK)  $(ext_posix_termio_la_OBJECTS) $(ext_posix_termio_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/time.la: $(ext_posix_time_la_OBJECTS) $(ext_posix_time_la_DEPENDENCIES) $(EXTRA_ext_posix_time_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_time_la_LINK)  $(ext_posix_time_la_OBJECTS) $(ext_posix_time_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/unistd.la: $(ext_posix_unistd_la_OBJECTS) $(ext_posix_unistd_la_DEPENDENCIES) $(EXTRA_ext_posix_unistd_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_unistd_la_LINK)  $(ext_posix_unistd_la_OBJECTS) $(ext_posix_unistd_la_LIBADD) $(LIBS)
Packit 437b5e
Packit 437b5e
ext/posix/utime.la: $(ext_posix_utime_la_OBJECTS) $(ext_posix_utime_la_DEPENDENCIES) $(EXTRA_ext_posix_utime_la_DEPENDENCIES) ext/posix/$(am__dirstamp)
Packit 437b5e
	$(AM_V_CCLD)$(ext_posix_utime_la_LINK)  $(ext_posix_utime_la_OBJECTS) $(ext_posix_utime_la_LIBADD) $(LIBS)
Packit 437b5e
install-binSCRIPTS: $(bin_SCRIPTS)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
Packit 437b5e
	done | \
Packit 437b5e
	sed -e 'p;s,.*/,,;n' \
Packit 437b5e
	    -e 'h;s|.*|.|' \
Packit 437b5e
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
Packit 437b5e
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
Packit 437b5e
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit 437b5e
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
Packit 437b5e
	      if (++n[d] == $(am__install_max)) { \
Packit 437b5e
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
Packit 437b5e
	    else { print "f", d "/" $$4, $$1 } } \
Packit 437b5e
	  END { for (d in files) print "f", d, files[d] }' | \
Packit 437b5e
	while read type dir files; do \
Packit 437b5e
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit 437b5e
	     test -z "$$files" || { \
Packit 437b5e
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
Packit 437b5e
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Packit 437b5e
	     } \
Packit 437b5e
	; done
Packit 437b5e
Packit 437b5e
uninstall-binSCRIPTS:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
Packit 437b5e
	files=`for p in $$list; do echo "$$p"; done | \
Packit 437b5e
	       sed -e 's,.*/,,;$(transform)'`; \
Packit 437b5e
	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
Packit 437b5e
	done | \
Packit 437b5e
	sed -e 'p;s,.*/,,;n' \
Packit 437b5e
	    -e 'h;s|.*|.|' \
Packit 437b5e
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
Packit 437b5e
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
Packit 437b5e
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit 437b5e
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
Packit 437b5e
	      if (++n[d] == $(am__install_max)) { \
Packit 437b5e
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
Packit 437b5e
	    else { print "f", d "/" $$4, $$1 } } \
Packit 437b5e
	  END { for (d in files) print "f", d, files[d] }' | \
Packit 437b5e
	while read type dir files; do \
Packit 437b5e
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit 437b5e
	     test -z "$$files" || { \
Packit 437b5e
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
Packit 437b5e
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Packit 437b5e
	     } \
Packit 437b5e
	; done
Packit 437b5e
Packit 437b5e
uninstall-dist_binSCRIPTS:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
Packit 437b5e
	files=`for p in $$list; do echo "$$p"; done | \
Packit 437b5e
	       sed -e 's,.*/,,;$(transform)'`; \
Packit 437b5e
	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
Packit 437b5e
mostlyclean-compile:
Packit 437b5e
	-rm -f *.$(OBJEXT)
Packit 437b5e
	-rm -f ext/posix/*.$(OBJEXT)
Packit 437b5e
	-rm -f ext/posix/*.lo
Packit 437b5e
	-rm -f ext/posix/curses/*.$(OBJEXT)
Packit 437b5e
	-rm -f ext/posix/curses/*.lo
Packit 437b5e
	-rm -f ext/posix/sys/*.$(OBJEXT)
Packit 437b5e
	-rm -f ext/posix/sys/*.lo
Packit 437b5e
Packit 437b5e
distclean-compile:
Packit 437b5e
	-rm -f *.tab.c
Packit 437b5e
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/ctype.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/curses.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/dirent.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/errno.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/fcntl.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/fnmatch.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/getopt.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/glob.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/grp.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/libgen.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/poll.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/posix.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/pwd.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/sched.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/signal.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/stdio.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/stdlib.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/syslog.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/termio.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/time.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/unistd.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/$(DEPDIR)/utime.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/curses/$(DEPDIR)/chstr.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/curses/$(DEPDIR)/window.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/sys/$(DEPDIR)/msg.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/sys/$(DEPDIR)/resource.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/sys/$(DEPDIR)/socket.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/sys/$(DEPDIR)/stat.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/sys/$(DEPDIR)/statvfs.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/sys/$(DEPDIR)/time.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/sys/$(DEPDIR)/times.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/sys/$(DEPDIR)/utsname.Plo@am__quote@
Packit 437b5e
@AMDEP_TRUE@@am__include@ @am__quote@ext/posix/sys/$(DEPDIR)/wait.Plo@am__quote@
Packit 437b5e
Packit 437b5e
.c.o:
Packit 437b5e
@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
Packit 437b5e
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
Packit 437b5e
@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
Packit 437b5e
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit 437b5e
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 437b5e
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Packit 437b5e
Packit 437b5e
.c.obj:
Packit 437b5e
@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
Packit 437b5e
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
Packit 437b5e
@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
Packit 437b5e
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit 437b5e
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 437b5e
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Packit 437b5e
Packit 437b5e
.c.lo:
Packit 437b5e
@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
Packit 437b5e
@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
Packit 437b5e
@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
Packit 437b5e
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Packit 437b5e
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 437b5e
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Packit 437b5e
Packit 437b5e
mostlyclean-libtool:
Packit 437b5e
	-rm -f *.lo
Packit 437b5e
Packit 437b5e
clean-libtool:
Packit 437b5e
	-rm -rf .libs _libs
Packit 437b5e
	-rm -rf ext/posix/.libs ext/posix/_libs
Packit 437b5e
	-rm -rf ext/posix/curses/.libs ext/posix/curses/_libs
Packit 437b5e
	-rm -rf ext/posix/sys/.libs ext/posix/sys/_libs
Packit 437b5e
Packit 437b5e
distclean-libtool:
Packit 437b5e
	-rm -f libtool config.lt
Packit 437b5e
install-dist_classesDATA: $(dist_classes_DATA)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(dist_classes_DATA)'; test -n "$(classesdir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(classesdir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(classesdir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  echo "$$d$$p"; \
Packit 437b5e
	done | $(am__base_list) | \
Packit 437b5e
	while read files; do \
Packit 437b5e
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(classesdir)'"; \
Packit 437b5e
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(classesdir)" || exit $$?; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
uninstall-dist_classesDATA:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(dist_classes_DATA)'; test -n "$(classesdir)" || list=; \
Packit 437b5e
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 437b5e
	dir='$(DESTDIR)$(classesdir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
install-dist_dataDATA: $(dist_data_DATA)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  echo "$$d$$p"; \
Packit 437b5e
	done | $(am__base_list) | \
Packit 437b5e
	while read files; do \
Packit 437b5e
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \
Packit 437b5e
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
uninstall-dist_dataDATA:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(dist_data_DATA)'; test -n "$(datadir)" || list=; \
Packit 437b5e
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 437b5e
	dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
install-dist_docDATA: $(dist_doc_DATA)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  echo "$$d$$p"; \
Packit 437b5e
	done | $(am__base_list) | \
Packit 437b5e
	while read files; do \
Packit 437b5e
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
Packit 437b5e
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
uninstall-dist_docDATA:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
Packit 437b5e
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 437b5e
	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
install-dist_examplesDATA: $(dist_examples_DATA)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  echo "$$d$$p"; \
Packit 437b5e
	done | $(am__base_list) | \
Packit 437b5e
	while read files; do \
Packit 437b5e
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
Packit 437b5e
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
uninstall-dist_examplesDATA:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
Packit 437b5e
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 437b5e
	dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
install-dist_luaDATA: $(dist_lua_DATA)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(dist_lua_DATA)'; test -n "$(luadir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(luadir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(luadir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  echo "$$d$$p"; \
Packit 437b5e
	done | $(am__base_list) | \
Packit 437b5e
	while read files; do \
Packit 437b5e
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(luadir)'"; \
Packit 437b5e
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(luadir)" || exit $$?; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
uninstall-dist_luaDATA:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(dist_lua_DATA)'; test -n "$(luadir)" || list=; \
Packit 437b5e
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 437b5e
	dir='$(DESTDIR)$(luadir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
install-dist_luaposixDATA: $(dist_luaposix_DATA)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(dist_luaposix_DATA)'; test -n "$(luaposixdir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(luaposixdir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(luaposixdir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  echo "$$d$$p"; \
Packit 437b5e
	done | $(am__base_list) | \
Packit 437b5e
	while read files; do \
Packit 437b5e
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(luaposixdir)'"; \
Packit 437b5e
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(luaposixdir)" || exit $$?; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
uninstall-dist_luaposixDATA:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(dist_luaposix_DATA)'; test -n "$(luaposixdir)" || list=; \
Packit 437b5e
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 437b5e
	dir='$(DESTDIR)$(luaposixdir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
install-dist_modulesDATA: $(dist_modules_DATA)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(dist_modules_DATA)'; test -n "$(modulesdir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(modulesdir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(modulesdir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  echo "$$d$$p"; \
Packit 437b5e
	done | $(am__base_list) | \
Packit 437b5e
	while read files; do \
Packit 437b5e
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(modulesdir)'"; \
Packit 437b5e
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(modulesdir)" || exit $$?; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
uninstall-dist_modulesDATA:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(dist_modules_DATA)'; test -n "$(modulesdir)" || list=; \
Packit 437b5e
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 437b5e
	dir='$(DESTDIR)$(modulesdir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
install-docDATA: $(doc_DATA)
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
Packit 437b5e
	if test -n "$$list"; then \
Packit 437b5e
	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
Packit 437b5e
	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
Packit 437b5e
	fi; \
Packit 437b5e
	for p in $$list; do \
Packit 437b5e
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 437b5e
	  echo "$$d$$p"; \
Packit 437b5e
	done | $(am__base_list) | \
Packit 437b5e
	while read files; do \
Packit 437b5e
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
Packit 437b5e
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
uninstall-docDATA:
Packit 437b5e
	@$(NORMAL_UNINSTALL)
Packit 437b5e
	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
Packit 437b5e
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 437b5e
	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
Packit 437b5e
Packit 437b5e
ID: $(am__tagged_files)
Packit 437b5e
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit 437b5e
tags: tags-am
Packit 437b5e
TAGS: tags
Packit 437b5e
Packit 437b5e
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 437b5e
	set x; \
Packit 437b5e
	here=`pwd`; \
Packit 437b5e
	$(am__define_uniq_tagged_files); \
Packit 437b5e
	shift; \
Packit 437b5e
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit 437b5e
	  test -n "$$unique" || unique=$$empty_fix; \
Packit 437b5e
	  if test $$# -gt 0; then \
Packit 437b5e
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 437b5e
	      "$$@" $$unique; \
Packit 437b5e
	  else \
Packit 437b5e
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 437b5e
	      $$unique; \
Packit 437b5e
	  fi; \
Packit 437b5e
	fi
Packit 437b5e
ctags: ctags-am
Packit 437b5e
Packit 437b5e
CTAGS: ctags
Packit 437b5e
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 437b5e
	$(am__define_uniq_tagged_files); \
Packit 437b5e
	test -z "$(CTAGS_ARGS)$$unique" \
Packit 437b5e
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit 437b5e
	     $$unique
Packit 437b5e
Packit 437b5e
GTAGS:
Packit 437b5e
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit 437b5e
	  && $(am__cd) $(top_srcdir) \
Packit 437b5e
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit 437b5e
cscope: cscope.files
Packit 437b5e
	test ! -s cscope.files \
Packit 437b5e
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit 437b5e
clean-cscope:
Packit 437b5e
	-rm -f cscope.files
Packit 437b5e
cscope.files: clean-cscope cscopelist
Packit 437b5e
cscopelist: cscopelist-am
Packit 437b5e
Packit 437b5e
cscopelist-am: $(am__tagged_files)
Packit 437b5e
	list='$(am__tagged_files)'; \
Packit 437b5e
	case "$(srcdir)" in \
Packit 437b5e
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit 437b5e
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit 437b5e
	esac; \
Packit 437b5e
	for i in $$list; do \
Packit 437b5e
	  if test -f "$$i"; then \
Packit 437b5e
	    echo "$(subdir)/$$i"; \
Packit 437b5e
	  else \
Packit 437b5e
	    echo "$$sdir/$$i"; \
Packit 437b5e
	  fi; \
Packit 437b5e
	done >> $(top_builddir)/cscope.files
Packit 437b5e
Packit 437b5e
distclean-tags:
Packit 437b5e
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit 437b5e
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit 437b5e
Packit 437b5e
distdir: $(DISTFILES)
Packit 437b5e
	$(am__remove_distdir)
Packit 437b5e
	test -d "$(distdir)" || mkdir "$(distdir)"
Packit 437b5e
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 437b5e
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 437b5e
	list='$(DISTFILES)'; \
Packit 437b5e
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit 437b5e
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit 437b5e
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit 437b5e
	case $$dist_files in \
Packit 437b5e
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit 437b5e
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit 437b5e
			   sort -u` ;; \
Packit 437b5e
	esac; \
Packit 437b5e
	for file in $$dist_files; do \
Packit 437b5e
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit 437b5e
	  if test -d $$d/$$file; then \
Packit 437b5e
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit 437b5e
	    if test -d "$(distdir)/$$file"; then \
Packit 437b5e
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 437b5e
	    fi; \
Packit 437b5e
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit 437b5e
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit 437b5e
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 437b5e
	    fi; \
Packit 437b5e
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit 437b5e
	  else \
Packit 437b5e
	    test -f "$(distdir)/$$file" \
Packit 437b5e
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit 437b5e
	    || exit 1; \
Packit 437b5e
	  fi; \
Packit 437b5e
	done
Packit 437b5e
	-test -n "$(am__skip_mode_fix)" \
Packit 437b5e
	|| find "$(distdir)" -type d ! -perm -755 \
Packit 437b5e
		-exec chmod u+rwx,go+rx {} \; -o \
Packit 437b5e
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit 437b5e
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit 437b5e
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit 437b5e
	|| chmod -R a+r "$(distdir)"
Packit 437b5e
dist-gzip: distdir
Packit 437b5e
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Packit 437b5e
	$(am__post_remove_distdir)
Packit 437b5e
Packit 437b5e
dist-bzip2: distdir
Packit 437b5e
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit 437b5e
	$(am__post_remove_distdir)
Packit 437b5e
Packit 437b5e
dist-lzip: distdir
Packit 437b5e
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit 437b5e
	$(am__post_remove_distdir)
Packit 437b5e
Packit 437b5e
dist-xz: distdir
Packit 437b5e
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit 437b5e
	$(am__post_remove_distdir)
Packit 437b5e
Packit 437b5e
dist-tarZ: distdir
Packit 437b5e
	@echo WARNING: "Support for distribution archives compressed with" \
Packit 437b5e
		       "legacy program 'compress' is deprecated." >&2
Packit 437b5e
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 437b5e
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit 437b5e
	$(am__post_remove_distdir)
Packit 437b5e
Packit 437b5e
dist-shar: distdir
Packit 437b5e
	@echo WARNING: "Support for shar distribution archives is" \
Packit 437b5e
	               "deprecated." >&2
Packit 437b5e
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 437b5e
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Packit 437b5e
	$(am__post_remove_distdir)
Packit 437b5e
Packit 437b5e
dist-zip: distdir
Packit 437b5e
	-rm -f $(distdir).zip
Packit 437b5e
	zip -rq $(distdir).zip $(distdir)
Packit 437b5e
	$(am__post_remove_distdir)
Packit 437b5e
Packit 437b5e
dist dist-all:
Packit 437b5e
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit 437b5e
	$(am__post_remove_distdir)
Packit 437b5e
Packit 437b5e
# This target untars the dist file and tries a VPATH configuration.  Then
Packit 437b5e
# it guarantees that the distribution is self-contained by making another
Packit 437b5e
# tarfile.
Packit 437b5e
distcheck: dist
Packit 437b5e
	case '$(DIST_ARCHIVES)' in \
Packit 437b5e
	*.tar.gz*) \
Packit 437b5e
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit 437b5e
	*.tar.bz2*) \
Packit 437b5e
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit 437b5e
	*.tar.lz*) \
Packit 437b5e
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit 437b5e
	*.tar.xz*) \
Packit 437b5e
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit 437b5e
	*.tar.Z*) \
Packit 437b5e
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit 437b5e
	*.shar.gz*) \
Packit 437b5e
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
Packit 437b5e
	*.zip*) \
Packit 437b5e
	  unzip $(distdir).zip ;;\
Packit 437b5e
	esac
Packit 437b5e
	chmod -R a-w $(distdir)
Packit 437b5e
	chmod u+w $(distdir)
Packit 437b5e
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit 437b5e
	chmod a-w $(distdir)
Packit 437b5e
	test -d $(distdir)/_build || exit 0; \
Packit 437b5e
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit 437b5e
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit 437b5e
	  && am__cwd=`pwd` \
Packit 437b5e
	  && $(am__cd) $(distdir)/_build/sub \
Packit 437b5e
	  && ../../configure \
Packit 437b5e
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit 437b5e
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit 437b5e
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit 437b5e
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit 437b5e
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit 437b5e
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit 437b5e
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit 437b5e
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit 437b5e
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit 437b5e
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit 437b5e
	        distuninstallcheck \
Packit 437b5e
	  && chmod -R a-w "$$dc_install_base" \
Packit 437b5e
	  && ({ \
Packit 437b5e
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit 437b5e
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit 437b5e
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit 437b5e
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit 437b5e
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit 437b5e
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit 437b5e
	  && rm -rf "$$dc_destdir" \
Packit 437b5e
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit 437b5e
	  && rm -rf $(DIST_ARCHIVES) \
Packit 437b5e
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit 437b5e
	  && cd "$$am__cwd" \
Packit 437b5e
	  || exit 1
Packit 437b5e
	$(am__post_remove_distdir)
Packit 437b5e
	@(echo "$(distdir) archives ready for distribution: "; \
Packit 437b5e
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit 437b5e
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit 437b5e
distuninstallcheck:
Packit 437b5e
	@test -n '$(distuninstallcheck_dir)' || { \
Packit 437b5e
	  echo 'ERROR: trying to run $@ with an empty' \
Packit 437b5e
	       '$$(distuninstallcheck_dir)' >&2; \
Packit 437b5e
	  exit 1; \
Packit 437b5e
	}; \
Packit 437b5e
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit 437b5e
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit 437b5e
	  exit 1; \
Packit 437b5e
	}; \
Packit 437b5e
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit 437b5e
	   || { echo "ERROR: files left after uninstall:" ; \
Packit 437b5e
	        if test -n "$(DESTDIR)"; then \
Packit 437b5e
	          echo "  (check DESTDIR support)"; \
Packit 437b5e
	        fi ; \
Packit 437b5e
	        $(distuninstallcheck_listfiles) ; \
Packit 437b5e
	        exit 1; } >&2
Packit 437b5e
distcleancheck: distclean
Packit 437b5e
	@if test '$(srcdir)' = . ; then \
Packit 437b5e
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit 437b5e
	  exit 1 ; \
Packit 437b5e
	fi
Packit 437b5e
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit 437b5e
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit 437b5e
	       $(distcleancheck_listfiles) ; \
Packit 437b5e
	       exit 1; } >&2
Packit 437b5e
check-am: all-am
Packit 437b5e
	$(MAKE) $(AM_MAKEFLAGS) check-local
Packit 437b5e
check: check-am
Packit 437b5e
all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) config.h
Packit 437b5e
installdirs:
Packit 437b5e
	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(luaexecdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(classesdir)" "$(DESTDIR)$(datadir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(luadir)" "$(DESTDIR)$(luaposixdir)" "$(DESTDIR)$(modulesdir)" "$(DESTDIR)$(docdir)"; do \
Packit 437b5e
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit 437b5e
	done
Packit 437b5e
install: install-am
Packit 437b5e
install-exec: install-exec-am
Packit 437b5e
install-data: install-data-am
Packit 437b5e
uninstall: uninstall-am
Packit 437b5e
Packit 437b5e
install-am: all-am
Packit 437b5e
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit 437b5e
Packit 437b5e
installcheck: installcheck-am
Packit 437b5e
install-strip:
Packit 437b5e
	if test -z '$(STRIP)'; then \
Packit 437b5e
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 437b5e
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 437b5e
	      install; \
Packit 437b5e
	else \
Packit 437b5e
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 437b5e
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 437b5e
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit 437b5e
	fi
Packit 437b5e
mostlyclean-generic:
Packit 437b5e
Packit 437b5e
clean-generic:
Packit 437b5e
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Packit 437b5e
Packit 437b5e
distclean-generic:
Packit 437b5e
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit 437b5e
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit 437b5e
	-rm -f ext/posix/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
	-rm -f ext/posix/$(am__dirstamp)
Packit 437b5e
	-rm -f ext/posix/curses/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
	-rm -f ext/posix/curses/$(am__dirstamp)
Packit 437b5e
	-rm -f ext/posix/sys/$(DEPDIR)/$(am__dirstamp)
Packit 437b5e
	-rm -f ext/posix/sys/$(am__dirstamp)
Packit 437b5e
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
Packit 437b5e
Packit 437b5e
maintainer-clean-generic:
Packit 437b5e
	@echo "This command is intended for maintainers to use"
Packit 437b5e
	@echo "it deletes files that may require special tools to rebuild."
Packit 437b5e
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit 437b5e
clean: clean-am
Packit 437b5e
Packit 437b5e
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
Packit 437b5e
	clean-luaexecLTLIBRARIES mostlyclean-am
Packit 437b5e
Packit 437b5e
distclean: distclean-am
Packit 437b5e
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 437b5e
	-rm -rf ext/posix/$(DEPDIR) ext/posix/curses/$(DEPDIR) ext/posix/sys/$(DEPDIR)
Packit 437b5e
	-rm -f Makefile
Packit 437b5e
distclean-am: clean-am distclean-compile distclean-generic \
Packit 437b5e
	distclean-hdr distclean-libtool distclean-tags
Packit 437b5e
Packit 437b5e
dvi: dvi-am
Packit 437b5e
Packit 437b5e
dvi-am:
Packit 437b5e
Packit 437b5e
html: html-am
Packit 437b5e
Packit 437b5e
html-am:
Packit 437b5e
Packit 437b5e
info: info-am
Packit 437b5e
Packit 437b5e
info-am:
Packit 437b5e
Packit 437b5e
install-data-am: install-dist_classesDATA install-dist_dataDATA \
Packit 437b5e
	install-dist_docDATA install-dist_examplesDATA \
Packit 437b5e
	install-dist_luaDATA install-dist_luaposixDATA \
Packit 437b5e
	install-dist_modulesDATA install-docDATA
Packit 437b5e
Packit 437b5e
install-dvi: install-dvi-am
Packit 437b5e
Packit 437b5e
install-dvi-am:
Packit 437b5e
Packit 437b5e
install-exec-am: install-binSCRIPTS install-dist_binSCRIPTS \
Packit 437b5e
	install-libLTLIBRARIES install-luaexecLTLIBRARIES
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
Packit 437b5e
install-html: install-html-am
Packit 437b5e
Packit 437b5e
install-html-am:
Packit 437b5e
Packit 437b5e
install-info: install-info-am
Packit 437b5e
Packit 437b5e
install-info-am:
Packit 437b5e
Packit 437b5e
install-man:
Packit 437b5e
Packit 437b5e
install-pdf: install-pdf-am
Packit 437b5e
Packit 437b5e
install-pdf-am:
Packit 437b5e
Packit 437b5e
install-ps: install-ps-am
Packit 437b5e
Packit 437b5e
install-ps-am:
Packit 437b5e
Packit 437b5e
installcheck-am: installcheck-local
Packit 437b5e
Packit 437b5e
maintainer-clean: maintainer-clean-am
Packit 437b5e
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 437b5e
	-rm -rf $(top_srcdir)/autom4te.cache
Packit 437b5e
	-rm -rf ext/posix/$(DEPDIR) ext/posix/curses/$(DEPDIR) ext/posix/sys/$(DEPDIR)
Packit 437b5e
	-rm -f Makefile
Packit 437b5e
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 437b5e
Packit 437b5e
mostlyclean: mostlyclean-am
Packit 437b5e
Packit 437b5e
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Packit 437b5e
	mostlyclean-libtool
Packit 437b5e
Packit 437b5e
pdf: pdf-am
Packit 437b5e
Packit 437b5e
pdf-am:
Packit 437b5e
Packit 437b5e
ps: ps-am
Packit 437b5e
Packit 437b5e
ps-am:
Packit 437b5e
Packit 437b5e
uninstall-am: uninstall-binSCRIPTS uninstall-dist_binSCRIPTS \
Packit 437b5e
	uninstall-dist_classesDATA uninstall-dist_dataDATA \
Packit 437b5e
	uninstall-dist_docDATA uninstall-dist_examplesDATA \
Packit 437b5e
	uninstall-dist_luaDATA uninstall-dist_luaposixDATA \
Packit 437b5e
	uninstall-dist_modulesDATA uninstall-docDATA \
Packit 437b5e
	uninstall-libLTLIBRARIES uninstall-luaexecLTLIBRARIES
Packit 437b5e
	@$(NORMAL_INSTALL)
Packit 437b5e
	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
Packit 437b5e
.MAKE: all check-am install-am install-exec-am install-strip \
Packit 437b5e
	uninstall-am
Packit 437b5e
Packit 437b5e
.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am \
Packit 437b5e
	check-local clean clean-cscope clean-generic \
Packit 437b5e
	clean-libLTLIBRARIES clean-libtool clean-local \
Packit 437b5e
	clean-luaexecLTLIBRARIES cscope cscopelist-am ctags ctags-am \
Packit 437b5e
	dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
Packit 437b5e
	dist-tarZ dist-xz dist-zip distcheck distclean \
Packit 437b5e
	distclean-compile distclean-generic distclean-hdr \
Packit 437b5e
	distclean-libtool distclean-tags distcleancheck distdir \
Packit 437b5e
	distuninstallcheck dvi dvi-am html html-am info info-am \
Packit 437b5e
	install install-am install-binSCRIPTS install-data \
Packit 437b5e
	install-data-am install-dist_binSCRIPTS \
Packit 437b5e
	install-dist_classesDATA install-dist_dataDATA \
Packit 437b5e
	install-dist_docDATA install-dist_examplesDATA \
Packit 437b5e
	install-dist_luaDATA install-dist_luaposixDATA \
Packit 437b5e
	install-dist_modulesDATA install-docDATA install-dvi \
Packit 437b5e
	install-dvi-am install-exec install-exec-am install-exec-hook \
Packit 437b5e
	install-html install-html-am install-info install-info-am \
Packit 437b5e
	install-libLTLIBRARIES install-luaexecLTLIBRARIES install-man \
Packit 437b5e
	install-pdf install-pdf-am install-ps install-ps-am \
Packit 437b5e
	install-strip installcheck installcheck-am installcheck-local \
Packit 437b5e
	installdirs maintainer-clean maintainer-clean-generic \
Packit 437b5e
	mostlyclean mostlyclean-compile mostlyclean-generic \
Packit 437b5e
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
Packit 437b5e
	uninstall-am uninstall-binSCRIPTS uninstall-dist_binSCRIPTS \
Packit 437b5e
	uninstall-dist_classesDATA uninstall-dist_dataDATA \
Packit 437b5e
	uninstall-dist_docDATA uninstall-dist_examplesDATA \
Packit 437b5e
	uninstall-dist_luaDATA uninstall-dist_luaposixDATA \
Packit 437b5e
	uninstall-dist_modulesDATA uninstall-docDATA uninstall-hook \
Packit 437b5e
	uninstall-libLTLIBRARIES uninstall-luaexecLTLIBRARIES
Packit 437b5e
Packit 437b5e
.PRECIOUS: Makefile
Packit 437b5e
Packit 437b5e
Packit 437b5e
LUA_PATH  ?= ;
Packit 437b5e
LUA_CPATH ?= ;
Packit 437b5e
specl-check-local: $(specl_SPECS)
Packit 437b5e
	$(CHECK_ENV) $(SPECL_ENV) $(SPECL) $(SPECL_OPTS) $(specl_SPECS)
Packit 437b5e
specl-installcheck-local: $(specl_SPECS)
Packit 437b5e
	$(INSTALLCHECK_ENV) $(SPECL_ENV) $(SPECL) $(SPECL_OPTS) $(specl_SPECS)
Packit 437b5e
Packit 437b5e
clean-local:
Packit 437b5e
	rm -f $(posix_submodules)
Packit 437b5e
Packit 437b5e
$(allhtml): $(EXTRA_ext_posix_posix_la_SOURCES) $(ext_posix_posix_la_SOURCES)
Packit 437b5e
	test -d $(builddir)/doc || mkdir $(builddir)/doc
Packit 437b5e
@HAVE_LDOC_TRUE@	$(LDOC) -c build-aux/config.ld -d $(abs_srcdir)/doc .
Packit 437b5e
@HAVE_LDOC_FALSE@	$(MKDIR_P) doc
Packit 437b5e
@HAVE_LDOC_FALSE@	touch doc/index.html doc/ldoc.css
Packit 437b5e
Packit 437b5e
doc: $(allhtml)
Packit 437b5e
Packit 437b5e
$(luarocks_config): Makefile.am
Packit 437b5e
	@test -d build-aux || mkdir build-aux
Packit 437b5e
	$(AM_V_GEN){						\
Packit 437b5e
	  $(set_LUA_BINDIR);					\
Packit 437b5e
	  echo 'rocks_trees = { "$(abs_srcdir)/luarocks" }';	\
Packit 437b5e
	  echo 'variables = {';					\
Packit 437b5e
	  echo '  LUA = "$(LUA)",';				\
Packit 437b5e
	  echo '  LUA_BINDIR = "'$$LUA_BINDIR'",';		\
Packit 437b5e
	  echo '  LUA_INCDIR = "'$(LUA_INCDIR)'",';		\
Packit 437b5e
	  echo '  LUA_LIBDIR = "'$(LUA_LIBDIR)'",';		\
Packit 437b5e
	  echo '}';						\
Packit 437b5e
	} > '$@'
Packit 437b5e
Packit 437b5e
$(package_rockspec): $(ROCKSPECS_DEPS)
Packit 437b5e
	$(AM_V_at)rm -f '$@' 2>/dev/null || :
Packit 437b5e
	$(AM_V_GEN)test -f '$@' ||				\
Packit 437b5e
	  $(MKROCKSPECS) $(mkrockspecs_args)			\
Packit 437b5e
	    $(PACKAGE) $(VERSION) $(rockspec_revision) > '$@'
Packit 437b5e
	$(AM_V_at)$(LUAROCKS) lint '$@'
Packit 437b5e
Packit 437b5e
$(scm_rockspec): $(ROCKSPECS_DEPS)
Packit 437b5e
	$(AM_V_at)rm '$@' 2>/dev/null || :
Packit 437b5e
	$(AM_V_GEN)test -f '$@' ||				\
Packit 437b5e
	  $(MKROCKSPECS) $(mkrockspecs_args)			\
Packit 437b5e
	    $(PACKAGE) git 1 > '$@'
Packit 437b5e
	$(AM_V_at)$(LUAROCKS) lint '$@'
Packit 437b5e
Packit 437b5e
.PHONY: rockspecs
Packit 437b5e
rockspecs:
Packit 437b5e
	$(AM_V_at)rm -f *.rockspec
Packit 437b5e
	$(AM_V_at)$(MAKE) $(package_rockspec) $(scm_rockspec)
Packit 437b5e
Packit 437b5e
check-local: $(check_local)
Packit 437b5e
Packit 437b5e
installcheck-local: $(installcheck_local)
Packit 437b5e
Packit 437b5e
install-exec-hook: $(install_exec_hooks)
Packit 437b5e
Packit 437b5e
# Neither Lua itself, nor LuaRocks can use .la files, and LuaRocks
Packit 437b5e
# actually moves such files aside anyway, so we just remove them from
Packit 437b5e
# the installation directory.
Packit 437b5e
remove-luaexec-lafiles:
Packit 437b5e
	@for la in $(luaexec_LTLIBRARIES); do		\
Packit 437b5e
	  f=`echo "$$la" |sed 's|^.*/||'`;		\
Packit 437b5e
	  echo rm -f $(DESTDIR)$(luaexecdir)/$$f;	\
Packit 437b5e
	  rm -f $(DESTDIR)$(luaexecdir)/$$f;		\
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
uninstall-hook: $(uninstall_hooks)
Packit 437b5e
Packit 437b5e
# We removed the .la files from luaexecdir, so the standard uninstall,
Packit 437b5e
# with libtool --mode=uninstall, can't find everything anymore.
Packit 437b5e
uninstall-luaexec-modules:
Packit 437b5e
	@for la in $(luaexec_LTLIBRARIES); do		\
Packit 437b5e
	  base=`echo "$$la"				\
Packit 437b5e
		|sed 's|^.*/\(.*\)\.la|\1|'`;		\
Packit 437b5e
	  echo rm -f $(DESTDIR)$(luaexecdir)/$$base.so;	\
Packit 437b5e
	  rm -f $(DESTDIR)$(luaexecdir)/$$base.so;	\
Packit 437b5e
	done
Packit 437b5e
Packit 437b5e
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit 437b5e
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit 437b5e
.NOEXPORT: