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