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