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