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