Blame usbredirserver/Makefile.in

Packit 9795e1
# Makefile.in generated by automake 1.15.1 from Makefile.am.
Packit 9795e1
# @configure_input@
Packit 9795e1
Packit 9795e1
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
Packit 9795e1
Packit 9795e1
# This Makefile.in is free software; the Free Software Foundation
Packit 9795e1
# gives unlimited permission to copy and/or distribute it,
Packit 9795e1
# with or without modifications, as long as this notice is preserved.
Packit 9795e1
Packit 9795e1
# This program is distributed in the hope that it will be useful,
Packit 9795e1
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit 9795e1
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 9795e1
# PARTICULAR PURPOSE.
Packit 9795e1
Packit 9795e1
@SET_MAKE@
Packit 9795e1
Packit 9795e1
VPATH = @srcdir@
Packit 9795e1
am__is_gnu_make = { \
Packit 9795e1
  if test -z '$(MAKELEVEL)'; then \
Packit 9795e1
    false; \
Packit 9795e1
  elif test -n '$(MAKE_HOST)'; then \
Packit 9795e1
    true; \
Packit 9795e1
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit 9795e1
    true; \
Packit 9795e1
  else \
Packit 9795e1
    false; \
Packit 9795e1
  fi; \
Packit 9795e1
}
Packit 9795e1
am__make_running_with_option = \
Packit 9795e1
  case $${target_option-} in \
Packit 9795e1
      ?) ;; \
Packit 9795e1
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit 9795e1
              "target option '$${target_option-}' specified" >&2; \
Packit 9795e1
         exit 1;; \
Packit 9795e1
  esac; \
Packit 9795e1
  has_opt=no; \
Packit 9795e1
  sane_makeflags=$$MAKEFLAGS; \
Packit 9795e1
  if $(am__is_gnu_make); then \
Packit 9795e1
    sane_makeflags=$$MFLAGS; \
Packit 9795e1
  else \
Packit 9795e1
    case $$MAKEFLAGS in \
Packit 9795e1
      *\\[\ \	]*) \
Packit 9795e1
        bs=\\; \
Packit 9795e1
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit 9795e1
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit 9795e1
    esac; \
Packit 9795e1
  fi; \
Packit 9795e1
  skip_next=no; \
Packit 9795e1
  strip_trailopt () \
Packit 9795e1
  { \
Packit 9795e1
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit 9795e1
  }; \
Packit 9795e1
  for flg in $$sane_makeflags; do \
Packit 9795e1
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit 9795e1
    case $$flg in \
Packit 9795e1
      *=*|--*) continue;; \
Packit 9795e1
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit 9795e1
      -*I?*) strip_trailopt 'I';; \
Packit 9795e1
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit 9795e1
      -*O?*) strip_trailopt 'O';; \
Packit 9795e1
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit 9795e1
      -*l?*) strip_trailopt 'l';; \
Packit 9795e1
      -[dEDm]) skip_next=yes;; \
Packit 9795e1
      -[JT]) skip_next=yes;; \
Packit 9795e1
    esac; \
Packit 9795e1
    case $$flg in \
Packit 9795e1
      *$$target_option*) has_opt=yes; break;; \
Packit 9795e1
    esac; \
Packit 9795e1
  done; \
Packit 9795e1
  test $$has_opt = yes
Packit 9795e1
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit 9795e1
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit 9795e1
pkgdatadir = $(datadir)/@PACKAGE@
Packit 9795e1
pkgincludedir = $(includedir)/@PACKAGE@
Packit 9795e1
pkglibdir = $(libdir)/@PACKAGE@
Packit 9795e1
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit 9795e1
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit 9795e1
install_sh_DATA = $(install_sh) -c -m 644
Packit 9795e1
install_sh_PROGRAM = $(install_sh) -c
Packit 9795e1
install_sh_SCRIPT = $(install_sh) -c
Packit 9795e1
INSTALL_HEADER = $(INSTALL_DATA)
Packit 9795e1
transform = $(program_transform_name)
Packit 9795e1
NORMAL_INSTALL = :
Packit 9795e1
PRE_INSTALL = :
Packit 9795e1
POST_INSTALL = :
Packit 9795e1
NORMAL_UNINSTALL = :
Packit 9795e1
PRE_UNINSTALL = :
Packit 9795e1
POST_UNINSTALL = :
Packit 9795e1
build_triplet = @build@
Packit 9795e1
host_triplet = @host@
Packit 9795e1
sbin_PROGRAMS = usbredirserver$(EXEEXT)
Packit 9795e1
subdir = usbredirserver
Packit 9795e1
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit 9795e1
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Packit 9795e1
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit 9795e1
	$(ACLOCAL_M4)
Packit 9795e1
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit 9795e1
mkinstalldirs = $(install_sh) -d
Packit 9795e1
CONFIG_HEADER = $(top_builddir)/config.h
Packit 9795e1
CONFIG_CLEAN_FILES =
Packit 9795e1
CONFIG_CLEAN_VPATH_FILES =
Packit 9795e1
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"
Packit 9795e1
PROGRAMS = $(sbin_PROGRAMS)
Packit 9795e1
am_usbredirserver_OBJECTS = usbredirserver-usbredirserver.$(OBJEXT)
Packit 9795e1
usbredirserver_OBJECTS = $(am_usbredirserver_OBJECTS)
Packit 9795e1
am__DEPENDENCIES_1 =
Packit 9795e1
usbredirserver_DEPENDENCIES = $(am__DEPENDENCIES_1) \
Packit 9795e1
	$(top_builddir)/usbredirhost/libusbredirhost.la
Packit 9795e1
AM_V_lt = $(am__v_lt_@AM_V@)
Packit 9795e1
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Packit 9795e1
am__v_lt_0 = --silent
Packit 9795e1
am__v_lt_1 = 
Packit 9795e1
usbredirserver_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit 9795e1
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit 9795e1
	$(usbredirserver_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
Packit 9795e1
	$@
Packit 9795e1
AM_V_P = $(am__v_P_@AM_V@)
Packit 9795e1
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit 9795e1
am__v_P_0 = false
Packit 9795e1
am__v_P_1 = :
Packit 9795e1
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit 9795e1
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit 9795e1
am__v_GEN_0 = @echo "  GEN     " $@;
Packit 9795e1
am__v_GEN_1 = 
Packit 9795e1
AM_V_at = $(am__v_at_@AM_V@)
Packit 9795e1
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit 9795e1
am__v_at_0 = @
Packit 9795e1
am__v_at_1 = 
Packit 9795e1
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Packit 9795e1
depcomp = $(SHELL) $(top_srcdir)/depcomp
Packit 9795e1
am__depfiles_maybe = depfiles
Packit 9795e1
am__mv = mv -f
Packit 9795e1
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit 9795e1
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit 9795e1
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit 9795e1
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Packit 9795e1
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Packit 9795e1
	$(AM_CFLAGS) $(CFLAGS)
Packit 9795e1
AM_V_CC = $(am__v_CC_@AM_V@)
Packit 9795e1
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Packit 9795e1
am__v_CC_0 = @echo "  CC      " $@;
Packit 9795e1
am__v_CC_1 = 
Packit 9795e1
CCLD = $(CC)
Packit 9795e1
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit 9795e1
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit 9795e1
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit 9795e1
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Packit 9795e1
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Packit 9795e1
am__v_CCLD_0 = @echo "  CCLD    " $@;
Packit 9795e1
am__v_CCLD_1 = 
Packit 9795e1
SOURCES = $(usbredirserver_SOURCES)
Packit 9795e1
DIST_SOURCES = $(usbredirserver_SOURCES)
Packit 9795e1
am__can_run_installinfo = \
Packit 9795e1
  case $$AM_UPDATE_INFO_DIR in \
Packit 9795e1
    n|no|NO) false;; \
Packit 9795e1
    *) (install-info --version) >/dev/null 2>&1;; \
Packit 9795e1
  esac
Packit 9795e1
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit 9795e1
am__vpath_adj = case $$p in \
Packit 9795e1
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit 9795e1
    *) f=$$p;; \
Packit 9795e1
  esac;
Packit 9795e1
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit 9795e1
am__install_max = 40
Packit 9795e1
am__nobase_strip_setup = \
Packit 9795e1
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit 9795e1
am__nobase_strip = \
Packit 9795e1
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit 9795e1
am__nobase_list = $(am__nobase_strip_setup); \
Packit 9795e1
  for p in $$list; do echo "$$p $$p"; done | \
Packit 9795e1
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit 9795e1
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit 9795e1
    if (++n[$$2] == $(am__install_max)) \
Packit 9795e1
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit 9795e1
    END { for (dir in files) print dir, files[dir] }'
Packit 9795e1
am__base_list = \
Packit 9795e1
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit 9795e1
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit 9795e1
am__uninstall_files_from_dir = { \
Packit 9795e1
  test -z "$$files" \
Packit 9795e1
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit 9795e1
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit 9795e1
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit 9795e1
  }
Packit 9795e1
man1dir = $(mandir)/man1
Packit 9795e1
NROFF = nroff
Packit 9795e1
MANS = $(dist_man_MANS)
Packit 9795e1
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit 9795e1
# Read a list of newline-separated strings from the standard input,
Packit 9795e1
# and print each of them once, without duplicates.  Input order is
Packit 9795e1
# *not* preserved.
Packit 9795e1
am__uniquify_input = $(AWK) '\
Packit 9795e1
  BEGIN { nonempty = 0; } \
Packit 9795e1
  { items[$$0] = 1; nonempty = 1; } \
Packit 9795e1
  END { if (nonempty) { for (i in items) print i; }; } \
Packit 9795e1
'
Packit 9795e1
# Make sure the list of sources is unique.  This is necessary because,
Packit 9795e1
# e.g., the same source file might be shared among _SOURCES variables
Packit 9795e1
# for different programs/libraries.
Packit 9795e1
am__define_uniq_tagged_files = \
Packit 9795e1
  list='$(am__tagged_files)'; \
Packit 9795e1
  unique=`for i in $$list; do \
Packit 9795e1
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit 9795e1
  done | $(am__uniquify_input)`
Packit 9795e1
ETAGS = etags
Packit 9795e1
CTAGS = ctags
Packit 9795e1
am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
Packit 9795e1
	$(top_srcdir)/depcomp
Packit 9795e1
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 9795e1
ACLOCAL = @ACLOCAL@
Packit 9795e1
AMTAR = @AMTAR@
Packit 9795e1
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit 9795e1
AR = @AR@
Packit 9795e1
AUTOCONF = @AUTOCONF@
Packit 9795e1
AUTOHEADER = @AUTOHEADER@
Packit 9795e1
AUTOMAKE = @AUTOMAKE@
Packit 9795e1
AWK = @AWK@
Packit 9795e1
CC = @CC@
Packit 9795e1
CCDEPMODE = @CCDEPMODE@
Packit 9795e1
CFLAGS = @CFLAGS@
Packit 9795e1
CPP = @CPP@
Packit 9795e1
CPPFLAGS = @CPPFLAGS@
Packit 9795e1
CYGPATH_W = @CYGPATH_W@
Packit 9795e1
DEFS = @DEFS@
Packit 9795e1
DEPDIR = @DEPDIR@
Packit 9795e1
DLLTOOL = @DLLTOOL@
Packit 9795e1
DSYMUTIL = @DSYMUTIL@
Packit 9795e1
DUMPBIN = @DUMPBIN@
Packit 9795e1
ECHO_C = @ECHO_C@
Packit 9795e1
ECHO_N = @ECHO_N@
Packit 9795e1
ECHO_T = @ECHO_T@
Packit 9795e1
EGREP = @EGREP@
Packit 9795e1
EXEEXT = @EXEEXT@
Packit 9795e1
FGREP = @FGREP@
Packit 9795e1
GREP = @GREP@
Packit 9795e1
INSTALL = @INSTALL@
Packit 9795e1
INSTALL_DATA = @INSTALL_DATA@
Packit 9795e1
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit 9795e1
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit 9795e1
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit 9795e1
LD = @LD@
Packit 9795e1
LDFLAGS = @LDFLAGS@
Packit 9795e1
LIBOBJS = @LIBOBJS@
Packit 9795e1
LIBS = @LIBS@
Packit 9795e1
LIBTOOL = @LIBTOOL@
Packit 9795e1
LIBUSBREDIRHOST_SO_VERSION = @LIBUSBREDIRHOST_SO_VERSION@
Packit 9795e1
LIBUSBREDIRPARSER_SO_VERSION = @LIBUSBREDIRPARSER_SO_VERSION@
Packit 9795e1
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
Packit 9795e1
LIBUSB_LIBS = @LIBUSB_LIBS@
Packit 9795e1
LIPO = @LIPO@
Packit 9795e1
LN_S = @LN_S@
Packit 9795e1
LTLIBOBJS = @LTLIBOBJS@
Packit 9795e1
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit 9795e1
MAKEINFO = @MAKEINFO@
Packit 9795e1
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit 9795e1
MKDIR_P = @MKDIR_P@
Packit 9795e1
NM = @NM@
Packit 9795e1
NMEDIT = @NMEDIT@
Packit 9795e1
OBJDUMP = @OBJDUMP@
Packit 9795e1
OBJEXT = @OBJEXT@
Packit 9795e1
OTOOL = @OTOOL@
Packit 9795e1
OTOOL64 = @OTOOL64@
Packit 9795e1
PACKAGE = @PACKAGE@
Packit 9795e1
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit 9795e1
PACKAGE_NAME = @PACKAGE_NAME@
Packit 9795e1
PACKAGE_STRING = @PACKAGE_STRING@
Packit 9795e1
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit 9795e1
PACKAGE_URL = @PACKAGE_URL@
Packit 9795e1
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit 9795e1
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit 9795e1
PKG_CONFIG = @PKG_CONFIG@
Packit 9795e1
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit 9795e1
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit 9795e1
RANLIB = @RANLIB@
Packit 9795e1
SED = @SED@
Packit 9795e1
SET_MAKE = @SET_MAKE@
Packit 9795e1
SHELL = @SHELL@
Packit 9795e1
STRIP = @STRIP@
Packit 9795e1
VERSION = @VERSION@
Packit 9795e1
abs_builddir = @abs_builddir@
Packit 9795e1
abs_srcdir = @abs_srcdir@
Packit 9795e1
abs_top_builddir = @abs_top_builddir@
Packit 9795e1
abs_top_srcdir = @abs_top_srcdir@
Packit 9795e1
ac_ct_AR = @ac_ct_AR@
Packit 9795e1
ac_ct_CC = @ac_ct_CC@
Packit 9795e1
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit 9795e1
am__include = @am__include@
Packit 9795e1
am__leading_dot = @am__leading_dot@
Packit 9795e1
am__quote = @am__quote@
Packit 9795e1
am__tar = @am__tar@
Packit 9795e1
am__untar = @am__untar@
Packit 9795e1
bindir = @bindir@
Packit 9795e1
build = @build@
Packit 9795e1
build_alias = @build_alias@
Packit 9795e1
build_cpu = @build_cpu@
Packit 9795e1
build_os = @build_os@
Packit 9795e1
build_vendor = @build_vendor@
Packit 9795e1
builddir = @builddir@
Packit 9795e1
datadir = @datadir@
Packit 9795e1
datarootdir = @datarootdir@
Packit 9795e1
docdir = @docdir@
Packit 9795e1
dvidir = @dvidir@
Packit 9795e1
exec_prefix = @exec_prefix@
Packit 9795e1
host = @host@
Packit 9795e1
host_alias = @host_alias@
Packit 9795e1
host_cpu = @host_cpu@
Packit 9795e1
host_os = @host_os@
Packit 9795e1
host_vendor = @host_vendor@
Packit 9795e1
htmldir = @htmldir@
Packit 9795e1
includedir = @includedir@
Packit 9795e1
infodir = @infodir@
Packit 9795e1
install_sh = @install_sh@
Packit 9795e1
libdir = @libdir@
Packit 9795e1
libexecdir = @libexecdir@
Packit 9795e1
localedir = @localedir@
Packit 9795e1
localstatedir = @localstatedir@
Packit 9795e1
mandir = @mandir@
Packit 9795e1
mkdir_p = @mkdir_p@
Packit 9795e1
oldincludedir = @oldincludedir@
Packit 9795e1
pdfdir = @pdfdir@
Packit 9795e1
prefix = @prefix@
Packit 9795e1
program_transform_name = @program_transform_name@
Packit 9795e1
psdir = @psdir@
Packit 9795e1
sbindir = @sbindir@
Packit 9795e1
sharedstatedir = @sharedstatedir@
Packit 9795e1
srcdir = @srcdir@
Packit 9795e1
sysconfdir = @sysconfdir@
Packit 9795e1
target_alias = @target_alias@
Packit 9795e1
top_build_prefix = @top_build_prefix@
Packit 9795e1
top_builddir = @top_builddir@
Packit 9795e1
top_srcdir = @top_srcdir@
Packit 9795e1
usbredirserver_SOURCES = usbredirserver.c
Packit 9795e1
usbredirserver_LDADD = $(LIBUSB_LIBS) \
Packit 9795e1
                       $(top_builddir)/usbredirhost/libusbredirhost.la
Packit 9795e1
Packit 9795e1
usbredirserver_CFLAGS = $(LIBUSB_CFLAGS) \
Packit 9795e1
                        -I$(top_srcdir)/usbredirhost \
Packit 9795e1
                        -I$(top_srcdir)/usbredirparser
Packit 9795e1
Packit 9795e1
dist_man_MANS = usbredirserver.1
Packit 9795e1
all: all-am
Packit 9795e1
Packit 9795e1
.SUFFIXES:
Packit 9795e1
.SUFFIXES: .c .lo .o .obj
Packit 9795e1
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit 9795e1
	@for dep in $?; do \
Packit 9795e1
	  case '$(am__configure_deps)' in \
Packit 9795e1
	    *$$dep*) \
Packit 9795e1
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit 9795e1
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit 9795e1
	      exit 1;; \
Packit 9795e1
	  esac; \
Packit 9795e1
	done; \
Packit 9795e1
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign usbredirserver/Makefile'; \
Packit 9795e1
	$(am__cd) $(top_srcdir) && \
Packit 9795e1
	  $(AUTOMAKE) --foreign usbredirserver/Makefile
Packit 9795e1
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 9795e1
	@case '$?' in \
Packit 9795e1
	  *config.status*) \
Packit 9795e1
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit 9795e1
	  *) \
Packit 9795e1
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit 9795e1
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit 9795e1
	esac;
Packit 9795e1
Packit 9795e1
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 9795e1
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 9795e1
Packit 9795e1
$(top_srcdir)/configure:  $(am__configure_deps)
Packit 9795e1
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 9795e1
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit 9795e1
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 9795e1
$(am__aclocal_m4_deps):
Packit 9795e1
install-sbinPROGRAMS: $(sbin_PROGRAMS)
Packit 9795e1
	@$(NORMAL_INSTALL)
Packit 9795e1
	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
Packit 9795e1
	if test -n "$$list"; then \
Packit 9795e1
	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
Packit 9795e1
	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
Packit 9795e1
	fi; \
Packit 9795e1
	for p in $$list; do echo "$$p $$p"; done | \
Packit 9795e1
	sed 's/$(EXEEXT)$$//' | \
Packit 9795e1
	while read p p1; do if test -f $$p \
Packit 9795e1
	 || test -f $$p1 \
Packit 9795e1
	  ; then echo "$$p"; echo "$$p"; else :; fi; \
Packit 9795e1
	done | \
Packit 9795e1
	sed -e 'p;s,.*/,,;n;h' \
Packit 9795e1
	    -e 's|.*|.|' \
Packit 9795e1
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
Packit 9795e1
	sed 'N;N;N;s,\n, ,g' | \
Packit 9795e1
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
Packit 9795e1
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit 9795e1
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
Packit 9795e1
	    else { print "f", $$3 "/" $$4, $$1; } } \
Packit 9795e1
	  END { for (d in files) print "f", d, files[d] }' | \
Packit 9795e1
	while read type dir files; do \
Packit 9795e1
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit 9795e1
	    test -z "$$files" || { \
Packit 9795e1
	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
Packit 9795e1
	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
Packit 9795e1
	    } \
Packit 9795e1
	; done
Packit 9795e1
Packit 9795e1
uninstall-sbinPROGRAMS:
Packit 9795e1
	@$(NORMAL_UNINSTALL)
Packit 9795e1
	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
Packit 9795e1
	files=`for p in $$list; do echo "$$p"; done | \
Packit 9795e1
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
Packit 9795e1
	      -e 's/$$/$(EXEEXT)/' \
Packit 9795e1
	`; \
Packit 9795e1
	test -n "$$list" || exit 0; \
Packit 9795e1
	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
Packit 9795e1
	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
Packit 9795e1
Packit 9795e1
clean-sbinPROGRAMS:
Packit 9795e1
	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit 9795e1
	echo " rm -f" $$list; \
Packit 9795e1
	rm -f $$list || exit $$?; \
Packit 9795e1
	test -n "$(EXEEXT)" || exit 0; \
Packit 9795e1
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit 9795e1
	echo " rm -f" $$list; \
Packit 9795e1
	rm -f $$list
Packit 9795e1
Packit 9795e1
usbredirserver$(EXEEXT): $(usbredirserver_OBJECTS) $(usbredirserver_DEPENDENCIES) $(EXTRA_usbredirserver_DEPENDENCIES) 
Packit 9795e1
	@rm -f usbredirserver$(EXEEXT)
Packit 9795e1
	$(AM_V_CCLD)$(usbredirserver_LINK) $(usbredirserver_OBJECTS) $(usbredirserver_LDADD) $(LIBS)
Packit 9795e1
Packit 9795e1
mostlyclean-compile:
Packit 9795e1
	-rm -f *.$(OBJEXT)
Packit 9795e1
Packit 9795e1
distclean-compile:
Packit 9795e1
	-rm -f *.tab.c
Packit 9795e1
Packit 9795e1
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usbredirserver-usbredirserver.Po@am__quote@
Packit 9795e1
Packit 9795e1
.c.o:
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 9795e1
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Packit 9795e1
Packit 9795e1
.c.obj:
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 9795e1
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Packit 9795e1
Packit 9795e1
.c.lo:
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 9795e1
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Packit 9795e1
Packit 9795e1
usbredirserver-usbredirserver.o: usbredirserver.c
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usbredirserver_CFLAGS) $(CFLAGS) -MT usbredirserver-usbredirserver.o -MD -MP -MF $(DEPDIR)/usbredirserver-usbredirserver.Tpo -c -o usbredirserver-usbredirserver.o `test -f 'usbredirserver.c' || echo '$(srcdir)/'`usbredirserver.c
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/usbredirserver-usbredirserver.Tpo $(DEPDIR)/usbredirserver-usbredirserver.Po
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='usbredirserver.c' object='usbredirserver-usbredirserver.o' libtool=no @AMDEPBACKSLASH@
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 9795e1
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usbredirserver_CFLAGS) $(CFLAGS) -c -o usbredirserver-usbredirserver.o `test -f 'usbredirserver.c' || echo '$(srcdir)/'`usbredirserver.c
Packit 9795e1
Packit 9795e1
usbredirserver-usbredirserver.obj: usbredirserver.c
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usbredirserver_CFLAGS) $(CFLAGS) -MT usbredirserver-usbredirserver.obj -MD -MP -MF $(DEPDIR)/usbredirserver-usbredirserver.Tpo -c -o usbredirserver-usbredirserver.obj `if test -f 'usbredirserver.c'; then $(CYGPATH_W) 'usbredirserver.c'; else $(CYGPATH_W) '$(srcdir)/usbredirserver.c'; fi`
Packit 9795e1
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/usbredirserver-usbredirserver.Tpo $(DEPDIR)/usbredirserver-usbredirserver.Po
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='usbredirserver.c' object='usbredirserver-usbredirserver.obj' libtool=no @AMDEPBACKSLASH@
Packit 9795e1
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 9795e1
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usbredirserver_CFLAGS) $(CFLAGS) -c -o usbredirserver-usbredirserver.obj `if test -f 'usbredirserver.c'; then $(CYGPATH_W) 'usbredirserver.c'; else $(CYGPATH_W) '$(srcdir)/usbredirserver.c'; fi`
Packit 9795e1
Packit 9795e1
mostlyclean-libtool:
Packit 9795e1
	-rm -f *.lo
Packit 9795e1
Packit 9795e1
clean-libtool:
Packit 9795e1
	-rm -rf .libs _libs
Packit 9795e1
install-man1: $(dist_man_MANS)
Packit 9795e1
	@$(NORMAL_INSTALL)
Packit 9795e1
	@list1=''; \
Packit 9795e1
	list2='$(dist_man_MANS)'; \
Packit 9795e1
	test -n "$(man1dir)" \
Packit 9795e1
	  && test -n "`echo $$list1$$list2`" \
Packit 9795e1
	  || exit 0; \
Packit 9795e1
	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
Packit 9795e1
	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
Packit 9795e1
	{ for i in $$list1; do echo "$$i"; done;  \
Packit 9795e1
	if test -n "$$list2"; then \
Packit 9795e1
	  for i in $$list2; do echo "$$i"; done \
Packit 9795e1
	    | sed -n '/\.1[a-z]*$$/p'; \
Packit 9795e1
	fi; \
Packit 9795e1
	} | while read p; do \
Packit 9795e1
	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
Packit 9795e1
	  echo "$$d$$p"; echo "$$p"; \
Packit 9795e1
	done | \
Packit 9795e1
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
Packit 9795e1
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
Packit 9795e1
	sed 'N;N;s,\n, ,g' | { \
Packit 9795e1
	list=; while read file base inst; do \
Packit 9795e1
	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
Packit 9795e1
	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
Packit 9795e1
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
Packit 9795e1
	  fi; \
Packit 9795e1
	done; \
Packit 9795e1
	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
Packit 9795e1
	while read files; do \
Packit 9795e1
	  test -z "$$files" || { \
Packit 9795e1
	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
Packit 9795e1
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
Packit 9795e1
	done; }
Packit 9795e1
Packit 9795e1
uninstall-man1:
Packit 9795e1
	@$(NORMAL_UNINSTALL)
Packit 9795e1
	@list=''; test -n "$(man1dir)" || exit 0; \
Packit 9795e1
	files=`{ for i in $$list; do echo "$$i"; done; \
Packit 9795e1
	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
Packit 9795e1
	  sed -n '/\.1[a-z]*$$/p'; \
Packit 9795e1
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
Packit 9795e1
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
Packit 9795e1
	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
Packit 9795e1
Packit 9795e1
ID: $(am__tagged_files)
Packit 9795e1
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit 9795e1
tags: tags-am
Packit 9795e1
TAGS: tags
Packit 9795e1
Packit 9795e1
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 9795e1
	set x; \
Packit 9795e1
	here=`pwd`; \
Packit 9795e1
	$(am__define_uniq_tagged_files); \
Packit 9795e1
	shift; \
Packit 9795e1
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit 9795e1
	  test -n "$$unique" || unique=$$empty_fix; \
Packit 9795e1
	  if test $$# -gt 0; then \
Packit 9795e1
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 9795e1
	      "$$@" $$unique; \
Packit 9795e1
	  else \
Packit 9795e1
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 9795e1
	      $$unique; \
Packit 9795e1
	  fi; \
Packit 9795e1
	fi
Packit 9795e1
ctags: ctags-am
Packit 9795e1
Packit 9795e1
CTAGS: ctags
Packit 9795e1
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 9795e1
	$(am__define_uniq_tagged_files); \
Packit 9795e1
	test -z "$(CTAGS_ARGS)$$unique" \
Packit 9795e1
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit 9795e1
	     $$unique
Packit 9795e1
Packit 9795e1
GTAGS:
Packit 9795e1
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit 9795e1
	  && $(am__cd) $(top_srcdir) \
Packit 9795e1
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit 9795e1
cscopelist: cscopelist-am
Packit 9795e1
Packit 9795e1
cscopelist-am: $(am__tagged_files)
Packit 9795e1
	list='$(am__tagged_files)'; \
Packit 9795e1
	case "$(srcdir)" in \
Packit 9795e1
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit 9795e1
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit 9795e1
	esac; \
Packit 9795e1
	for i in $$list; do \
Packit 9795e1
	  if test -f "$$i"; then \
Packit 9795e1
	    echo "$(subdir)/$$i"; \
Packit 9795e1
	  else \
Packit 9795e1
	    echo "$$sdir/$$i"; \
Packit 9795e1
	  fi; \
Packit 9795e1
	done >> $(top_builddir)/cscope.files
Packit 9795e1
Packit 9795e1
distclean-tags:
Packit 9795e1
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit 9795e1
Packit 9795e1
distdir: $(DISTFILES)
Packit 9795e1
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 9795e1
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 9795e1
	list='$(DISTFILES)'; \
Packit 9795e1
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit 9795e1
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit 9795e1
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit 9795e1
	case $$dist_files in \
Packit 9795e1
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit 9795e1
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit 9795e1
			   sort -u` ;; \
Packit 9795e1
	esac; \
Packit 9795e1
	for file in $$dist_files; do \
Packit 9795e1
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit 9795e1
	  if test -d $$d/$$file; then \
Packit 9795e1
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit 9795e1
	    if test -d "$(distdir)/$$file"; then \
Packit 9795e1
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 9795e1
	    fi; \
Packit 9795e1
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit 9795e1
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit 9795e1
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 9795e1
	    fi; \
Packit 9795e1
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit 9795e1
	  else \
Packit 9795e1
	    test -f "$(distdir)/$$file" \
Packit 9795e1
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit 9795e1
	    || exit 1; \
Packit 9795e1
	  fi; \
Packit 9795e1
	done
Packit 9795e1
check-am: all-am
Packit 9795e1
check: check-am
Packit 9795e1
all-am: Makefile $(PROGRAMS) $(MANS)
Packit 9795e1
installdirs:
Packit 9795e1
	for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \
Packit 9795e1
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit 9795e1
	done
Packit 9795e1
install: install-am
Packit 9795e1
install-exec: install-exec-am
Packit 9795e1
install-data: install-data-am
Packit 9795e1
uninstall: uninstall-am
Packit 9795e1
Packit 9795e1
install-am: all-am
Packit 9795e1
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit 9795e1
Packit 9795e1
installcheck: installcheck-am
Packit 9795e1
install-strip:
Packit 9795e1
	if test -z '$(STRIP)'; then \
Packit 9795e1
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 9795e1
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 9795e1
	      install; \
Packit 9795e1
	else \
Packit 9795e1
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 9795e1
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 9795e1
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit 9795e1
	fi
Packit 9795e1
mostlyclean-generic:
Packit 9795e1
Packit 9795e1
clean-generic:
Packit 9795e1
Packit 9795e1
distclean-generic:
Packit 9795e1
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit 9795e1
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit 9795e1
Packit 9795e1
maintainer-clean-generic:
Packit 9795e1
	@echo "This command is intended for maintainers to use"
Packit 9795e1
	@echo "it deletes files that may require special tools to rebuild."
Packit 9795e1
clean: clean-am
Packit 9795e1
Packit 9795e1
clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
Packit 9795e1
	mostlyclean-am
Packit 9795e1
Packit 9795e1
distclean: distclean-am
Packit 9795e1
	-rm -rf ./$(DEPDIR)
Packit 9795e1
	-rm -f Makefile
Packit 9795e1
distclean-am: clean-am distclean-compile distclean-generic \
Packit 9795e1
	distclean-tags
Packit 9795e1
Packit 9795e1
dvi: dvi-am
Packit 9795e1
Packit 9795e1
dvi-am:
Packit 9795e1
Packit 9795e1
html: html-am
Packit 9795e1
Packit 9795e1
html-am:
Packit 9795e1
Packit 9795e1
info: info-am
Packit 9795e1
Packit 9795e1
info-am:
Packit 9795e1
Packit 9795e1
install-data-am: install-man
Packit 9795e1
Packit 9795e1
install-dvi: install-dvi-am
Packit 9795e1
Packit 9795e1
install-dvi-am:
Packit 9795e1
Packit 9795e1
install-exec-am: install-sbinPROGRAMS
Packit 9795e1
Packit 9795e1
install-html: install-html-am
Packit 9795e1
Packit 9795e1
install-html-am:
Packit 9795e1
Packit 9795e1
install-info: install-info-am
Packit 9795e1
Packit 9795e1
install-info-am:
Packit 9795e1
Packit 9795e1
install-man: install-man1
Packit 9795e1
Packit 9795e1
install-pdf: install-pdf-am
Packit 9795e1
Packit 9795e1
install-pdf-am:
Packit 9795e1
Packit 9795e1
install-ps: install-ps-am
Packit 9795e1
Packit 9795e1
install-ps-am:
Packit 9795e1
Packit 9795e1
installcheck-am:
Packit 9795e1
Packit 9795e1
maintainer-clean: maintainer-clean-am
Packit 9795e1
	-rm -rf ./$(DEPDIR)
Packit 9795e1
	-rm -f Makefile
Packit 9795e1
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 9795e1
Packit 9795e1
mostlyclean: mostlyclean-am
Packit 9795e1
Packit 9795e1
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Packit 9795e1
	mostlyclean-libtool
Packit 9795e1
Packit 9795e1
pdf: pdf-am
Packit 9795e1
Packit 9795e1
pdf-am:
Packit 9795e1
Packit 9795e1
ps: ps-am
Packit 9795e1
Packit 9795e1
ps-am:
Packit 9795e1
Packit 9795e1
uninstall-am: uninstall-man uninstall-sbinPROGRAMS
Packit 9795e1
Packit 9795e1
uninstall-man: uninstall-man1
Packit 9795e1
Packit 9795e1
.MAKE: install-am install-strip
Packit 9795e1
Packit 9795e1
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
Packit 9795e1
	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
Packit 9795e1
	distclean distclean-compile distclean-generic \
Packit 9795e1
	distclean-libtool distclean-tags distdir dvi dvi-am html \
Packit 9795e1
	html-am info info-am install install-am install-data \
Packit 9795e1
	install-data-am install-dvi install-dvi-am install-exec \
Packit 9795e1
	install-exec-am install-html install-html-am install-info \
Packit 9795e1
	install-info-am install-man install-man1 install-pdf \
Packit 9795e1
	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
Packit 9795e1
	install-strip installcheck installcheck-am installdirs \
Packit 9795e1
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit 9795e1
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
Packit 9795e1
	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
Packit 9795e1
	uninstall-man uninstall-man1 uninstall-sbinPROGRAMS
Packit 9795e1
Packit 9795e1
.PRECIOUS: Makefile
Packit 9795e1
Packit 9795e1
Packit 9795e1
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit 9795e1
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit 9795e1
.NOEXPORT: