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