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