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