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