Blame port/Makefile.in

Packit 7838c8
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit 7838c8
# @configure_input@
Packit 7838c8
Packit 7838c8
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit 7838c8
Packit 7838c8
# This Makefile.in is free software; the Free Software Foundation
Packit 7838c8
# gives unlimited permission to copy and/or distribute it,
Packit 7838c8
# with or without modifications, as long as this notice is preserved.
Packit 7838c8
Packit 7838c8
# This program is distributed in the hope that it will be useful,
Packit 7838c8
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit 7838c8
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 7838c8
# PARTICULAR PURPOSE.
Packit 7838c8
Packit 7838c8
@SET_MAKE@
Packit 7838c8
Packit 7838c8
# Tag Image File Format (TIFF) Software
Packit 7838c8
#
Packit 7838c8
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
Packit 7838c8
#
Packit 7838c8
# Permission to use, copy, modify, distribute, and sell this software and 
Packit 7838c8
# its documentation for any purpose is hereby granted without fee, provided
Packit 7838c8
# that (i) the above copyright notices and this permission notice appear in
Packit 7838c8
# all copies of the software and related documentation, and (ii) the names of
Packit 7838c8
# Sam Leffler and Silicon Graphics may not be used in any advertising or
Packit 7838c8
# publicity relating to the software without the specific, prior written
Packit 7838c8
# permission of Sam Leffler and Silicon Graphics.
Packit 7838c8
# 
Packit 7838c8
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
Packit 7838c8
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
Packit 7838c8
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
Packit 7838c8
# 
Packit 7838c8
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
Packit 7838c8
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
Packit 7838c8
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
Packit 7838c8
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
Packit 7838c8
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
Packit 7838c8
# OF THIS SOFTWARE.
Packit 7838c8
Packit 7838c8
# Process this file with automake to produce Makefile.in.
Packit 7838c8
Packit 7838c8
VPATH = @srcdir@
Packit 7838c8
am__is_gnu_make = { \
Packit 7838c8
  if test -z '$(MAKELEVEL)'; then \
Packit 7838c8
    false; \
Packit 7838c8
  elif test -n '$(MAKE_HOST)'; then \
Packit 7838c8
    true; \
Packit 7838c8
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit 7838c8
    true; \
Packit 7838c8
  else \
Packit 7838c8
    false; \
Packit 7838c8
  fi; \
Packit 7838c8
}
Packit 7838c8
am__make_running_with_option = \
Packit 7838c8
  case $${target_option-} in \
Packit 7838c8
      ?) ;; \
Packit 7838c8
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit 7838c8
              "target option '$${target_option-}' specified" >&2; \
Packit 7838c8
         exit 1;; \
Packit 7838c8
  esac; \
Packit 7838c8
  has_opt=no; \
Packit 7838c8
  sane_makeflags=$$MAKEFLAGS; \
Packit 7838c8
  if $(am__is_gnu_make); then \
Packit 7838c8
    sane_makeflags=$$MFLAGS; \
Packit 7838c8
  else \
Packit 7838c8
    case $$MAKEFLAGS in \
Packit 7838c8
      *\\[\ \	]*) \
Packit 7838c8
        bs=\\; \
Packit 7838c8
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit 7838c8
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit 7838c8
    esac; \
Packit 7838c8
  fi; \
Packit 7838c8
  skip_next=no; \
Packit 7838c8
  strip_trailopt () \
Packit 7838c8
  { \
Packit 7838c8
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit 7838c8
  }; \
Packit 7838c8
  for flg in $$sane_makeflags; do \
Packit 7838c8
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit 7838c8
    case $$flg in \
Packit 7838c8
      *=*|--*) continue;; \
Packit 7838c8
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit 7838c8
      -*I?*) strip_trailopt 'I';; \
Packit 7838c8
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit 7838c8
      -*O?*) strip_trailopt 'O';; \
Packit 7838c8
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit 7838c8
      -*l?*) strip_trailopt 'l';; \
Packit 7838c8
      -[dEDm]) skip_next=yes;; \
Packit 7838c8
      -[JT]) skip_next=yes;; \
Packit 7838c8
    esac; \
Packit 7838c8
    case $$flg in \
Packit 7838c8
      *$$target_option*) has_opt=yes; break;; \
Packit 7838c8
    esac; \
Packit 7838c8
  done; \
Packit 7838c8
  test $$has_opt = yes
Packit 7838c8
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit 7838c8
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit 7838c8
pkgdatadir = $(datadir)/@PACKAGE@
Packit 7838c8
pkgincludedir = $(includedir)/@PACKAGE@
Packit 7838c8
pkglibdir = $(libdir)/@PACKAGE@
Packit 7838c8
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit 7838c8
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit 7838c8
install_sh_DATA = $(install_sh) -c -m 644
Packit 7838c8
install_sh_PROGRAM = $(install_sh) -c
Packit 7838c8
install_sh_SCRIPT = $(install_sh) -c
Packit 7838c8
INSTALL_HEADER = $(INSTALL_DATA)
Packit 7838c8
transform = $(program_transform_name)
Packit 7838c8
NORMAL_INSTALL = :
Packit 7838c8
PRE_INSTALL = :
Packit 7838c8
POST_INSTALL = :
Packit 7838c8
NORMAL_UNINSTALL = :
Packit 7838c8
PRE_UNINSTALL = :
Packit 7838c8
POST_UNINSTALL = :
Packit 7838c8
build_triplet = @build@
Packit 7838c8
host_triplet = @host@
Packit 7838c8
subdir = port
Packit 7838c8
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit 7838c8
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
Packit 7838c8
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit 7838c8
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit 7838c8
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
Packit 7838c8
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit 7838c8
	$(ACLOCAL_M4)
Packit 7838c8
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit 7838c8
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
Packit 7838c8
CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
Packit 7838c8
	$(top_builddir)/libtiff/tiffconf.h
Packit 7838c8
CONFIG_CLEAN_FILES =
Packit 7838c8
CONFIG_CLEAN_VPATH_FILES =
Packit 7838c8
LTLIBRARIES = $(noinst_LTLIBRARIES)
Packit 7838c8
libport_la_DEPENDENCIES = @LTLIBOBJS@
Packit 7838c8
am_libport_la_OBJECTS = dummy.lo
Packit 7838c8
libport_la_OBJECTS = $(am_libport_la_OBJECTS)
Packit 7838c8
AM_V_lt = $(am__v_lt_@AM_V@)
Packit 7838c8
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Packit 7838c8
am__v_lt_0 = --silent
Packit 7838c8
am__v_lt_1 = 
Packit 7838c8
AM_V_P = $(am__v_P_@AM_V@)
Packit 7838c8
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit 7838c8
am__v_P_0 = false
Packit 7838c8
am__v_P_1 = :
Packit 7838c8
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit 7838c8
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit 7838c8
am__v_GEN_0 = @echo "  GEN     " $@;
Packit 7838c8
am__v_GEN_1 = 
Packit 7838c8
AM_V_at = $(am__v_at_@AM_V@)
Packit 7838c8
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit 7838c8
am__v_at_0 = @
Packit 7838c8
am__v_at_1 = 
Packit 7838c8
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libtiff
Packit 7838c8
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
Packit 7838c8
am__depfiles_maybe = depfiles
Packit 7838c8
am__mv = mv -f
Packit 7838c8
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit 7838c8
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit 7838c8
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit 7838c8
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Packit 7838c8
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Packit 7838c8
	$(AM_CFLAGS) $(CFLAGS)
Packit 7838c8
AM_V_CC = $(am__v_CC_@AM_V@)
Packit 7838c8
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Packit 7838c8
am__v_CC_0 = @echo "  CC      " $@;
Packit 7838c8
am__v_CC_1 = 
Packit 7838c8
CCLD = $(CC)
Packit 7838c8
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit 7838c8
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit 7838c8
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit 7838c8
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Packit 7838c8
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Packit 7838c8
am__v_CCLD_0 = @echo "  CCLD    " $@;
Packit 7838c8
am__v_CCLD_1 = 
Packit 7838c8
SOURCES = $(libport_la_SOURCES)
Packit 7838c8
DIST_SOURCES = $(libport_la_SOURCES)
Packit 7838c8
am__can_run_installinfo = \
Packit 7838c8
  case $$AM_UPDATE_INFO_DIR in \
Packit 7838c8
    n|no|NO) false;; \
Packit 7838c8
    *) (install-info --version) >/dev/null 2>&1;; \
Packit 7838c8
  esac
Packit 7838c8
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit 7838c8
# Read a list of newline-separated strings from the standard input,
Packit 7838c8
# and print each of them once, without duplicates.  Input order is
Packit 7838c8
# *not* preserved.
Packit 7838c8
am__uniquify_input = $(AWK) '\
Packit 7838c8
  BEGIN { nonempty = 0; } \
Packit 7838c8
  { items[$$0] = 1; nonempty = 1; } \
Packit 7838c8
  END { if (nonempty) { for (i in items) print i; }; } \
Packit 7838c8
'
Packit 7838c8
# Make sure the list of sources is unique.  This is necessary because,
Packit 7838c8
# e.g., the same source file might be shared among _SOURCES variables
Packit 7838c8
# for different programs/libraries.
Packit 7838c8
am__define_uniq_tagged_files = \
Packit 7838c8
  list='$(am__tagged_files)'; \
Packit 7838c8
  unique=`for i in $$list; do \
Packit 7838c8
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit 7838c8
  done | $(am__uniquify_input)`
Packit 7838c8
ETAGS = etags
Packit 7838c8
CTAGS = ctags
Packit 7838c8
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
Packit 7838c8
	$(top_srcdir)/config/mkinstalldirs getopt.c lfind.c snprintf.c \
Packit 7838c8
	strcasecmp.c strtoul.c strtoull.c
Packit 7838c8
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 7838c8
ACLOCAL = @ACLOCAL@
Packit 7838c8
AMTAR = @AMTAR@
Packit 7838c8
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit 7838c8
AR = @AR@
Packit 7838c8
AS = @AS@
Packit 7838c8
AUTOCONF = @AUTOCONF@
Packit 7838c8
AUTOHEADER = @AUTOHEADER@
Packit 7838c8
AUTOMAKE = @AUTOMAKE@
Packit 7838c8
AWK = @AWK@
Packit 7838c8
CC = @CC@
Packit 7838c8
CCDEPMODE = @CCDEPMODE@
Packit 7838c8
CFLAGS = @CFLAGS@
Packit 7838c8
CMAKE = @CMAKE@
Packit 7838c8
CPP = @CPP@
Packit 7838c8
CPPFLAGS = @CPPFLAGS@
Packit 7838c8
CXX = @CXX@
Packit 7838c8
CXXCPP = @CXXCPP@
Packit 7838c8
CXXDEPMODE = @CXXDEPMODE@
Packit 7838c8
CXXFLAGS = @CXXFLAGS@
Packit 7838c8
CYGPATH_W = @CYGPATH_W@
Packit 7838c8
DEFS = @DEFS@
Packit 7838c8
DEPDIR = @DEPDIR@
Packit 7838c8
DLLTOOL = @DLLTOOL@
Packit 7838c8
DSYMUTIL = @DSYMUTIL@
Packit 7838c8
DUMPBIN = @DUMPBIN@
Packit 7838c8
ECHO_C = @ECHO_C@
Packit 7838c8
ECHO_N = @ECHO_N@
Packit 7838c8
ECHO_T = @ECHO_T@
Packit 7838c8
EGREP = @EGREP@
Packit 7838c8
EXEEXT = @EXEEXT@
Packit 7838c8
FGREP = @FGREP@
Packit 7838c8
GLUT_CFLAGS = @GLUT_CFLAGS@
Packit 7838c8
GLUT_LIBS = @GLUT_LIBS@
Packit 7838c8
GLU_CFLAGS = @GLU_CFLAGS@
Packit 7838c8
GLU_LIBS = @GLU_LIBS@
Packit 7838c8
GL_CFLAGS = @GL_CFLAGS@
Packit 7838c8
GL_LIBS = @GL_LIBS@
Packit 7838c8
GREP = @GREP@
Packit 7838c8
INSTALL = @INSTALL@
Packit 7838c8
INSTALL_DATA = @INSTALL_DATA@
Packit 7838c8
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit 7838c8
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit 7838c8
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit 7838c8
LD = @LD@
Packit 7838c8
LDFLAGS = @LDFLAGS@
Packit 7838c8
LIBDIR = @LIBDIR@
Packit 7838c8
LIBOBJS = @LIBOBJS@
Packit 7838c8
LIBS = @LIBS@
Packit 7838c8
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
Packit 7838c8
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
Packit 7838c8
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
Packit 7838c8
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
Packit 7838c8
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
Packit 7838c8
LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
Packit 7838c8
LIBTIFF_VERSION = @LIBTIFF_VERSION@
Packit 7838c8
LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
Packit 7838c8
LIBTOOL = @LIBTOOL@
Packit 7838c8
LIPO = @LIPO@
Packit 7838c8
LN_S = @LN_S@
Packit 7838c8
LTLIBOBJS = @LTLIBOBJS@
Packit 7838c8
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit 7838c8
MAINT = @MAINT@
Packit 7838c8
MAKEINFO = @MAKEINFO@
Packit 7838c8
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit 7838c8
MKDIR_P = @MKDIR_P@
Packit 7838c8
NM = @NM@
Packit 7838c8
NMEDIT = @NMEDIT@
Packit 7838c8
OBJDUMP = @OBJDUMP@
Packit 7838c8
OBJEXT = @OBJEXT@
Packit 7838c8
OTOOL = @OTOOL@
Packit 7838c8
OTOOL64 = @OTOOL64@
Packit 7838c8
PACKAGE = @PACKAGE@
Packit 7838c8
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit 7838c8
PACKAGE_NAME = @PACKAGE_NAME@
Packit 7838c8
PACKAGE_STRING = @PACKAGE_STRING@
Packit 7838c8
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit 7838c8
PACKAGE_URL = @PACKAGE_URL@
Packit 7838c8
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit 7838c8
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit 7838c8
PTHREAD_CC = @PTHREAD_CC@
Packit 7838c8
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
Packit 7838c8
PTHREAD_LIBS = @PTHREAD_LIBS@
Packit 7838c8
RANLIB = @RANLIB@
Packit 7838c8
SED = @SED@
Packit 7838c8
SET_MAKE = @SET_MAKE@
Packit 7838c8
SHELL = @SHELL@
Packit 7838c8
STRIP = @STRIP@
Packit 7838c8
VERSION = @VERSION@
Packit 7838c8
XMKMF = @XMKMF@
Packit 7838c8
X_CFLAGS = @X_CFLAGS@
Packit 7838c8
X_EXTRA_LIBS = @X_EXTRA_LIBS@
Packit 7838c8
X_LIBS = @X_LIBS@
Packit 7838c8
X_PRE_LIBS = @X_PRE_LIBS@
Packit 7838c8
abs_builddir = @abs_builddir@
Packit 7838c8
abs_srcdir = @abs_srcdir@
Packit 7838c8
abs_top_builddir = @abs_top_builddir@
Packit 7838c8
abs_top_srcdir = @abs_top_srcdir@
Packit 7838c8
ac_ct_AR = @ac_ct_AR@
Packit 7838c8
ac_ct_CC = @ac_ct_CC@
Packit 7838c8
ac_ct_CXX = @ac_ct_CXX@
Packit 7838c8
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit 7838c8
am__include = @am__include@
Packit 7838c8
am__leading_dot = @am__leading_dot@
Packit 7838c8
am__quote = @am__quote@
Packit 7838c8
am__tar = @am__tar@
Packit 7838c8
am__untar = @am__untar@
Packit 7838c8
ax_pthread_config = @ax_pthread_config@
Packit 7838c8
bindir = @bindir@
Packit 7838c8
build = @build@
Packit 7838c8
build_alias = @build_alias@
Packit 7838c8
build_cpu = @build_cpu@
Packit 7838c8
build_os = @build_os@
Packit 7838c8
build_vendor = @build_vendor@
Packit 7838c8
builddir = @builddir@
Packit 7838c8
datadir = @datadir@
Packit 7838c8
datarootdir = @datarootdir@
Packit 7838c8
docdir = @docdir@
Packit 7838c8
dvidir = @dvidir@
Packit 7838c8
exec_prefix = @exec_prefix@
Packit 7838c8
host = @host@
Packit 7838c8
host_alias = @host_alias@
Packit 7838c8
host_cpu = @host_cpu@
Packit 7838c8
host_os = @host_os@
Packit 7838c8
host_vendor = @host_vendor@
Packit 7838c8
htmldir = @htmldir@
Packit 7838c8
includedir = @includedir@
Packit 7838c8
infodir = @infodir@
Packit 7838c8
install_sh = @install_sh@
Packit 7838c8
libdir = @libdir@
Packit 7838c8
libexecdir = @libexecdir@
Packit 7838c8
localedir = @localedir@
Packit 7838c8
localstatedir = @localstatedir@
Packit 7838c8
mandir = @mandir@
Packit 7838c8
mkdir_p = @mkdir_p@
Packit 7838c8
oldincludedir = @oldincludedir@
Packit 7838c8
pdfdir = @pdfdir@
Packit 7838c8
prefix = @prefix@
Packit 7838c8
program_transform_name = @program_transform_name@
Packit 7838c8
psdir = @psdir@
Packit 7838c8
sbindir = @sbindir@
Packit 7838c8
sharedstatedir = @sharedstatedir@
Packit 7838c8
srcdir = @srcdir@
Packit 7838c8
sysconfdir = @sysconfdir@
Packit 7838c8
target_alias = @target_alias@
Packit 7838c8
tiff_libs_private = @tiff_libs_private@
Packit 7838c8
top_build_prefix = @top_build_prefix@
Packit 7838c8
top_builddir = @top_builddir@
Packit 7838c8
top_srcdir = @top_srcdir@
Packit 7838c8
EXTRA_DIST = \
Packit 7838c8
	CMakeLists.txt \
Packit 7838c8
	Makefile.vc \
Packit 7838c8
	libport.h \
Packit 7838c8
	snprintf.c
Packit 7838c8
Packit 7838c8
noinst_LTLIBRARIES = libport.la
Packit 7838c8
libport_la_SOURCES = dummy.c libport.h
Packit 7838c8
libport_la_LIBADD = @LTLIBOBJS@
Packit 7838c8
all: all-am
Packit 7838c8
Packit 7838c8
.SUFFIXES:
Packit 7838c8
.SUFFIXES: .c .lo .o .obj
Packit 7838c8
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit 7838c8
	@for dep in $?; do \
Packit 7838c8
	  case '$(am__configure_deps)' in \
Packit 7838c8
	    *$$dep*) \
Packit 7838c8
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit 7838c8
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit 7838c8
	      exit 1;; \
Packit 7838c8
	  esac; \
Packit 7838c8
	done; \
Packit 7838c8
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign port/Makefile'; \
Packit 7838c8
	$(am__cd) $(top_srcdir) && \
Packit 7838c8
	  $(AUTOMAKE) --foreign port/Makefile
Packit 7838c8
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 7838c8
	@case '$?' in \
Packit 7838c8
	  *config.status*) \
Packit 7838c8
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit 7838c8
	  *) \
Packit 7838c8
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit 7838c8
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit 7838c8
	esac;
Packit 7838c8
Packit 7838c8
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 7838c8
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 7838c8
Packit 7838c8
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit 7838c8
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 7838c8
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit 7838c8
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 7838c8
$(am__aclocal_m4_deps):
Packit 7838c8
Packit 7838c8
clean-noinstLTLIBRARIES:
Packit 7838c8
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
Packit 7838c8
	@list='$(noinst_LTLIBRARIES)'; \
Packit 7838c8
	locs=`for p in $$list; do echo $$p; done | \
Packit 7838c8
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Packit 7838c8
	      sort -u`; \
Packit 7838c8
	test -z "$$locs" || { \
Packit 7838c8
	  echo rm -f $${locs}; \
Packit 7838c8
	  rm -f $${locs}; \
Packit 7838c8
	}
Packit 7838c8
Packit 7838c8
libport.la: $(libport_la_OBJECTS) $(libport_la_DEPENDENCIES) $(EXTRA_libport_la_DEPENDENCIES) 
Packit 7838c8
	$(AM_V_CCLD)$(LINK)  $(libport_la_OBJECTS) $(libport_la_LIBADD) $(LIBS)
Packit 7838c8
Packit 7838c8
mostlyclean-compile:
Packit 7838c8
	-rm -f *.$(OBJEXT)
Packit 7838c8
Packit 7838c8
distclean-compile:
Packit 7838c8
	-rm -f *.tab.c
Packit 7838c8
Packit 7838c8
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Plo@am__quote@
Packit 7838c8
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lfind.Plo@am__quote@
Packit 7838c8
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@
Packit 7838c8
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Plo@am__quote@
Packit 7838c8
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoul.Plo@am__quote@
Packit 7838c8
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoull.Plo@am__quote@
Packit 7838c8
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@
Packit 7838c8
Packit 7838c8
.c.o:
Packit 7838c8
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit 7838c8
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit 7838c8
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit 7838c8
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 7838c8
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Packit 7838c8
Packit 7838c8
.c.obj:
Packit 7838c8
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Packit 7838c8
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit 7838c8
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit 7838c8
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 7838c8
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Packit 7838c8
Packit 7838c8
.c.lo:
Packit 7838c8
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit 7838c8
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Packit 7838c8
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Packit 7838c8
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 7838c8
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Packit 7838c8
Packit 7838c8
mostlyclean-libtool:
Packit 7838c8
	-rm -f *.lo
Packit 7838c8
Packit 7838c8
clean-libtool:
Packit 7838c8
	-rm -rf .libs _libs
Packit 7838c8
Packit 7838c8
ID: $(am__tagged_files)
Packit 7838c8
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit 7838c8
tags: tags-am
Packit 7838c8
TAGS: tags
Packit 7838c8
Packit 7838c8
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 7838c8
	set x; \
Packit 7838c8
	here=`pwd`; \
Packit 7838c8
	$(am__define_uniq_tagged_files); \
Packit 7838c8
	shift; \
Packit 7838c8
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit 7838c8
	  test -n "$$unique" || unique=$$empty_fix; \
Packit 7838c8
	  if test $$# -gt 0; then \
Packit 7838c8
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 7838c8
	      "$$@" $$unique; \
Packit 7838c8
	  else \
Packit 7838c8
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 7838c8
	      $$unique; \
Packit 7838c8
	  fi; \
Packit 7838c8
	fi
Packit 7838c8
ctags: ctags-am
Packit 7838c8
Packit 7838c8
CTAGS: ctags
Packit 7838c8
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 7838c8
	$(am__define_uniq_tagged_files); \
Packit 7838c8
	test -z "$(CTAGS_ARGS)$$unique" \
Packit 7838c8
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit 7838c8
	     $$unique
Packit 7838c8
Packit 7838c8
GTAGS:
Packit 7838c8
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit 7838c8
	  && $(am__cd) $(top_srcdir) \
Packit 7838c8
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit 7838c8
cscopelist: cscopelist-am
Packit 7838c8
Packit 7838c8
cscopelist-am: $(am__tagged_files)
Packit 7838c8
	list='$(am__tagged_files)'; \
Packit 7838c8
	case "$(srcdir)" in \
Packit 7838c8
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit 7838c8
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit 7838c8
	esac; \
Packit 7838c8
	for i in $$list; do \
Packit 7838c8
	  if test -f "$$i"; then \
Packit 7838c8
	    echo "$(subdir)/$$i"; \
Packit 7838c8
	  else \
Packit 7838c8
	    echo "$$sdir/$$i"; \
Packit 7838c8
	  fi; \
Packit 7838c8
	done >> $(top_builddir)/cscope.files
Packit 7838c8
Packit 7838c8
distclean-tags:
Packit 7838c8
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit 7838c8
Packit 7838c8
distdir: $(DISTFILES)
Packit 7838c8
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 7838c8
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 7838c8
	list='$(DISTFILES)'; \
Packit 7838c8
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit 7838c8
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit 7838c8
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit 7838c8
	case $$dist_files in \
Packit 7838c8
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit 7838c8
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit 7838c8
			   sort -u` ;; \
Packit 7838c8
	esac; \
Packit 7838c8
	for file in $$dist_files; do \
Packit 7838c8
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit 7838c8
	  if test -d $$d/$$file; then \
Packit 7838c8
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit 7838c8
	    if test -d "$(distdir)/$$file"; then \
Packit 7838c8
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 7838c8
	    fi; \
Packit 7838c8
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit 7838c8
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit 7838c8
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 7838c8
	    fi; \
Packit 7838c8
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit 7838c8
	  else \
Packit 7838c8
	    test -f "$(distdir)/$$file" \
Packit 7838c8
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit 7838c8
	    || exit 1; \
Packit 7838c8
	  fi; \
Packit 7838c8
	done
Packit 7838c8
check-am: all-am
Packit 7838c8
check: check-am
Packit 7838c8
all-am: Makefile $(LTLIBRARIES)
Packit 7838c8
installdirs:
Packit 7838c8
install: install-am
Packit 7838c8
install-exec: install-exec-am
Packit 7838c8
install-data: install-data-am
Packit 7838c8
uninstall: uninstall-am
Packit 7838c8
Packit 7838c8
install-am: all-am
Packit 7838c8
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit 7838c8
Packit 7838c8
installcheck: installcheck-am
Packit 7838c8
install-strip:
Packit 7838c8
	if test -z '$(STRIP)'; then \
Packit 7838c8
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 7838c8
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 7838c8
	      install; \
Packit 7838c8
	else \
Packit 7838c8
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 7838c8
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 7838c8
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit 7838c8
	fi
Packit 7838c8
mostlyclean-generic:
Packit 7838c8
Packit 7838c8
clean-generic:
Packit 7838c8
Packit 7838c8
distclean-generic:
Packit 7838c8
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit 7838c8
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit 7838c8
Packit 7838c8
maintainer-clean-generic:
Packit 7838c8
	@echo "This command is intended for maintainers to use"
Packit 7838c8
	@echo "it deletes files that may require special tools to rebuild."
Packit 7838c8
clean: clean-am
Packit 7838c8
Packit 7838c8
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
Packit 7838c8
	mostlyclean-am
Packit 7838c8
Packit 7838c8
distclean: distclean-am
Packit 7838c8
	-rm -rf $(DEPDIR) ./$(DEPDIR)
Packit 7838c8
	-rm -f Makefile
Packit 7838c8
distclean-am: clean-am distclean-compile distclean-generic \
Packit 7838c8
	distclean-tags
Packit 7838c8
Packit 7838c8
dvi: dvi-am
Packit 7838c8
Packit 7838c8
dvi-am:
Packit 7838c8
Packit 7838c8
html: html-am
Packit 7838c8
Packit 7838c8
html-am:
Packit 7838c8
Packit 7838c8
info: info-am
Packit 7838c8
Packit 7838c8
info-am:
Packit 7838c8
Packit 7838c8
install-data-am:
Packit 7838c8
Packit 7838c8
install-dvi: install-dvi-am
Packit 7838c8
Packit 7838c8
install-dvi-am:
Packit 7838c8
Packit 7838c8
install-exec-am:
Packit 7838c8
Packit 7838c8
install-html: install-html-am
Packit 7838c8
Packit 7838c8
install-html-am:
Packit 7838c8
Packit 7838c8
install-info: install-info-am
Packit 7838c8
Packit 7838c8
install-info-am:
Packit 7838c8
Packit 7838c8
install-man:
Packit 7838c8
Packit 7838c8
install-pdf: install-pdf-am
Packit 7838c8
Packit 7838c8
install-pdf-am:
Packit 7838c8
Packit 7838c8
install-ps: install-ps-am
Packit 7838c8
Packit 7838c8
install-ps-am:
Packit 7838c8
Packit 7838c8
installcheck-am:
Packit 7838c8
Packit 7838c8
maintainer-clean: maintainer-clean-am
Packit 7838c8
	-rm -rf $(DEPDIR) ./$(DEPDIR)
Packit 7838c8
	-rm -f Makefile
Packit 7838c8
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 7838c8
Packit 7838c8
mostlyclean: mostlyclean-am
Packit 7838c8
Packit 7838c8
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Packit 7838c8
	mostlyclean-libtool
Packit 7838c8
Packit 7838c8
pdf: pdf-am
Packit 7838c8
Packit 7838c8
pdf-am:
Packit 7838c8
Packit 7838c8
ps: ps-am
Packit 7838c8
Packit 7838c8
ps-am:
Packit 7838c8
Packit 7838c8
uninstall-am:
Packit 7838c8
Packit 7838c8
.MAKE: install-am install-strip
Packit 7838c8
Packit 7838c8
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
Packit 7838c8
	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
Packit 7838c8
	ctags-am distclean distclean-compile distclean-generic \
Packit 7838c8
	distclean-libtool distclean-tags distdir dvi dvi-am html \
Packit 7838c8
	html-am info info-am install install-am install-data \
Packit 7838c8
	install-data-am install-dvi install-dvi-am install-exec \
Packit 7838c8
	install-exec-am install-html install-html-am install-info \
Packit 7838c8
	install-info-am install-man install-pdf install-pdf-am \
Packit 7838c8
	install-ps install-ps-am install-strip installcheck \
Packit 7838c8
	installcheck-am installdirs maintainer-clean \
Packit 7838c8
	maintainer-clean-generic mostlyclean mostlyclean-compile \
Packit 7838c8
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit 7838c8
	tags tags-am uninstall uninstall-am
Packit 7838c8
Packit 7838c8
.PRECIOUS: Makefile
Packit 7838c8
Packit 7838c8
Packit 7838c8
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit 7838c8
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit 7838c8
.NOEXPORT: