Add a -hbar|-shroll_bar option
[smenu.git] / Makefile.in
blob753f764f65b4709a5fe4ffe62db3b222c99cd73f
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 bin_PROGRAMS = smenu$(EXEEXT)
92 subdir = .
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 $(top_srcdir)/configure \
98 $(am__configure_deps) $(am__DIST_COMMON)
99 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100 configure.lineno config.status.lineno
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
106 PROGRAMS = $(bin_PROGRAMS)
107 am_smenu_OBJECTS = smenu.$(OBJEXT) list.$(OBJEXT) xmalloc.$(OBJEXT) \
108 index.$(OBJEXT) utf8.$(OBJEXT) fgetc.$(OBJEXT) utils.$(OBJEXT) \
109 usage.$(OBJEXT) ctxopt.$(OBJEXT) safe.$(OBJEXT)
110 smenu_OBJECTS = $(am_smenu_OBJECTS)
111 smenu_LDADD = $(LDADD)
112 AM_V_P = $(am__v_P_@AM_V@)
113 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114 am__v_P_0 = false
115 am__v_P_1 = :
116 AM_V_GEN = $(am__v_GEN_@AM_V@)
117 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118 am__v_GEN_0 = @echo " GEN " $@;
119 am__v_GEN_1 =
120 AM_V_at = $(am__v_at_@AM_V@)
121 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122 am__v_at_0 = @
123 am__v_at_1 =
124 DEFAULT_INCLUDES = -I.@am__isrc@
125 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
126 am__maybe_remake_depfiles = depfiles
127 am__depfiles_remade = ./$(DEPDIR)/ctxopt.Po ./$(DEPDIR)/fgetc.Po \
128 ./$(DEPDIR)/index.Po ./$(DEPDIR)/list.Po ./$(DEPDIR)/safe.Po \
129 ./$(DEPDIR)/smenu.Po ./$(DEPDIR)/usage.Po ./$(DEPDIR)/utf8.Po \
130 ./$(DEPDIR)/utils.Po ./$(DEPDIR)/xmalloc.Po
131 am__mv = mv -f
132 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 AM_V_CC = $(am__v_CC_@AM_V@)
135 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
136 am__v_CC_0 = @echo " CC " $@;
137 am__v_CC_1 =
138 CCLD = $(CC)
139 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
140 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
141 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
142 am__v_CCLD_0 = @echo " CCLD " $@;
143 am__v_CCLD_1 =
144 SOURCES = $(smenu_SOURCES)
145 DIST_SOURCES = $(smenu_SOURCES)
146 am__can_run_installinfo = \
147 case $$AM_UPDATE_INFO_DIR in \
148 n|no|NO) false;; \
149 *) (install-info --version) >/dev/null 2>&1;; \
150 esac
151 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
152 am__vpath_adj = case $$p in \
153 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
154 *) f=$$p;; \
155 esac;
156 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
157 am__install_max = 40
158 am__nobase_strip_setup = \
159 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
160 am__nobase_strip = \
161 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
162 am__nobase_list = $(am__nobase_strip_setup); \
163 for p in $$list; do echo "$$p $$p"; done | \
164 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
165 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
166 if (++n[$$2] == $(am__install_max)) \
167 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
168 END { for (dir in files) print dir, files[dir] }'
169 am__base_list = \
170 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
171 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
172 am__uninstall_files_from_dir = { \
173 test -z "$$files" \
174 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
175 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
176 $(am__cd) "$$dir" && rm -f $$files; }; \
178 man1dir = $(mandir)/man1
179 NROFF = nroff
180 MANS = $(dist_man_MANS)
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
182 config.h.in
183 # Read a list of newline-separated strings from the standard input,
184 # and print each of them once, without duplicates. Input order is
185 # *not* preserved.
186 am__uniquify_input = $(AWK) '\
187 BEGIN { nonempty = 0; } \
188 { items[$$0] = 1; nonempty = 1; } \
189 END { if (nonempty) { for (i in items) print i; }; } \
191 # Make sure the list of sources is unique. This is necessary because,
192 # e.g., the same source file might be shared among _SOURCES variables
193 # for different programs/libraries.
194 am__define_uniq_tagged_files = \
195 list='$(am__tagged_files)'; \
196 unique=`for i in $$list; do \
197 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198 done | $(am__uniquify_input)`
199 AM_RECURSIVE_TARGETS = cscope
200 am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
201 $(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \
202 $(top_srcdir)/build-aux/config.guess \
203 $(top_srcdir)/build-aux/config.sub \
204 $(top_srcdir)/build-aux/depcomp \
205 $(top_srcdir)/build-aux/install-sh \
206 $(top_srcdir)/build-aux/missing ChangeLog TODO \
207 build-aux/compile build-aux/config.guess build-aux/config.sub \
208 build-aux/depcomp build-aux/install-sh build-aux/missing
209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210 distdir = $(PACKAGE)-$(VERSION)
211 top_distdir = $(distdir)
212 am__remove_distdir = \
213 if test -d "$(distdir)"; then \
214 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
215 && rm -rf "$(distdir)" \
216 || { sleep 5 && rm -rf "$(distdir)"; }; \
217 else :; fi
218 am__post_remove_distdir = $(am__remove_distdir)
219 GZIP_ENV = --best
220 DIST_ARCHIVES = $(distdir).tar.bz2
221 DIST_TARGETS = dist-bzip2
222 # Exists only to be overridden by the user if desired.
223 AM_DISTCHECK_DVI_TARGET = dvi
224 distuninstallcheck_listfiles = find . -type f -print
225 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
226 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
227 distcleancheck_listfiles = find . -type f -print
228 ACLOCAL = @ACLOCAL@
229 AMTAR = @AMTAR@
230 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
231 AUTOCONF = @AUTOCONF@
232 AUTOHEADER = @AUTOHEADER@
233 AUTOMAKE = @AUTOMAKE@
234 AWK = @AWK@
235 CC = @CC@
236 CCDEPMODE = @CCDEPMODE@
237 CFLAGS = @CFLAGS@
238 CPPFLAGS = @CPPFLAGS@
239 CSCOPE = @CSCOPE@
240 CTAGS = @CTAGS@
241 CYGPATH_W = @CYGPATH_W@
242 DEFS = @DEFS@
243 DEPDIR = @DEPDIR@
244 ECHO_C = @ECHO_C@
245 ECHO_N = @ECHO_N@
246 ECHO_T = @ECHO_T@
247 EGREP = @EGREP@
248 ETAGS = @ETAGS@
249 EXEEXT = @EXEEXT@
250 GREP = @GREP@
251 INSTALL = @INSTALL@
252 INSTALL_DATA = @INSTALL_DATA@
253 INSTALL_PROGRAM = @INSTALL_PROGRAM@
254 INSTALL_SCRIPT = @INSTALL_SCRIPT@
255 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
256 LDFLAGS = @LDFLAGS@
257 LIBOBJS = @LIBOBJS@
258 LIBS = @LIBS@
259 LN_S = @LN_S@
260 LTLIBOBJS = @LTLIBOBJS@
261 MAKEINFO = @MAKEINFO@
262 MKDIR_P = @MKDIR_P@
263 OBJEXT = @OBJEXT@
264 PACKAGE = @PACKAGE@
265 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266 PACKAGE_NAME = @PACKAGE_NAME@
267 PACKAGE_STRING = @PACKAGE_STRING@
268 PACKAGE_TARNAME = @PACKAGE_TARNAME@
269 PACKAGE_URL = @PACKAGE_URL@
270 PACKAGE_VERSION = @PACKAGE_VERSION@
271 PATH_SEPARATOR = @PATH_SEPARATOR@
272 SET_MAKE = @SET_MAKE@
273 SHELL = @SHELL@
274 STRIP = @STRIP@
275 VERSION = @VERSION@
276 abs_builddir = @abs_builddir@
277 abs_srcdir = @abs_srcdir@
278 abs_top_builddir = @abs_top_builddir@
279 abs_top_srcdir = @abs_top_srcdir@
280 ac_ct_CC = @ac_ct_CC@
281 am__include = @am__include@
282 am__leading_dot = @am__leading_dot@
283 am__quote = @am__quote@
284 am__tar = @am__tar@
285 am__untar = @am__untar@
286 bindir = @bindir@
287 build = @build@
288 build_alias = @build_alias@
289 build_cpu = @build_cpu@
290 build_os = @build_os@
291 build_vendor = @build_vendor@
292 builddir = @builddir@
293 datadir = @datadir@
294 datarootdir = @datarootdir@
295 docdir = @docdir@
296 dvidir = @dvidir@
297 exec_prefix = @exec_prefix@
298 host = @host@
299 host_alias = @host_alias@
300 host_cpu = @host_cpu@
301 host_os = @host_os@
302 host_vendor = @host_vendor@
303 htmldir = @htmldir@
304 includedir = @includedir@
305 infodir = @infodir@
306 install_sh = @install_sh@
307 libdir = @libdir@
308 libexecdir = @libexecdir@
309 localedir = @localedir@
310 localstatedir = @localstatedir@
311 mandir = @mandir@
312 mkdir_p = @mkdir_p@
313 oldincludedir = @oldincludedir@
314 pdfdir = @pdfdir@
315 prefix = @prefix@
316 program_transform_name = @program_transform_name@
317 psdir = @psdir@
318 runstatedir = @runstatedir@
319 sbindir = @sbindir@
320 sharedstatedir = @sharedstatedir@
321 srcdir = @srcdir@
322 sysconfdir = @sysconfdir@
323 target_alias = @target_alias@
324 top_build_prefix = @top_build_prefix@
325 top_builddir = @top_builddir@
326 top_srcdir = @top_srcdir@
327 smenu_SOURCES = smenu.c smenu.h list.c list.h xmalloc.c xmalloc.h \
328 index.c index.h utf8.c utf8.h fgetc.c fgetc.h \
329 utils.c utils.h usage.c usage.h ctxopt.h ctxopt.c \
330 safe.h safe.c
332 dist_man_MANS = smenu.1
333 EXTRA_DIST = ChangeLog build.sh version COPYRIGHT LICENSE README.rst \
334 examples build-aux tests FAQ
336 all: config.h
337 $(MAKE) $(AM_MAKEFLAGS) all-am
339 .SUFFIXES:
340 .SUFFIXES: .c .o .obj
341 am--refresh: Makefile
343 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
344 @for dep in $?; do \
345 case '$(am__configure_deps)' in \
346 *$$dep*) \
347 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
348 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
349 && exit 0; \
350 exit 1;; \
351 esac; \
352 done; \
353 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
354 $(am__cd) $(top_srcdir) && \
355 $(AUTOMAKE) --foreign Makefile
356 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357 @case '$?' in \
358 *config.status*) \
359 echo ' $(SHELL) ./config.status'; \
360 $(SHELL) ./config.status;; \
361 *) \
362 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
363 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
364 esac;
366 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367 $(SHELL) ./config.status --recheck
369 $(top_srcdir)/configure: $(am__configure_deps)
370 $(am__cd) $(srcdir) && $(AUTOCONF)
371 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
372 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
373 $(am__aclocal_m4_deps):
375 config.h: stamp-h1
376 @test -f $@ || rm -f stamp-h1
377 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
379 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
380 @rm -f stamp-h1
381 cd $(top_builddir) && $(SHELL) ./config.status config.h
382 $(srcdir)/config.h.in: $(am__configure_deps)
383 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
384 rm -f stamp-h1
385 touch $@
387 distclean-hdr:
388 -rm -f config.h stamp-h1
389 install-binPROGRAMS: $(bin_PROGRAMS)
390 @$(NORMAL_INSTALL)
391 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
392 if test -n "$$list"; then \
393 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
394 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
395 fi; \
396 for p in $$list; do echo "$$p $$p"; done | \
397 sed 's/$(EXEEXT)$$//' | \
398 while read p p1; do if test -f $$p \
399 ; then echo "$$p"; echo "$$p"; else :; fi; \
400 done | \
401 sed -e 'p;s,.*/,,;n;h' \
402 -e 's|.*|.|' \
403 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
404 sed 'N;N;N;s,\n, ,g' | \
405 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
406 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
407 if ($$2 == $$4) files[d] = files[d] " " $$1; \
408 else { print "f", $$3 "/" $$4, $$1; } } \
409 END { for (d in files) print "f", d, files[d] }' | \
410 while read type dir files; do \
411 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
412 test -z "$$files" || { \
413 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
414 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
416 ; done
418 uninstall-binPROGRAMS:
419 @$(NORMAL_UNINSTALL)
420 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
421 files=`for p in $$list; do echo "$$p"; done | \
422 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
423 -e 's/$$/$(EXEEXT)/' \
424 `; \
425 test -n "$$list" || exit 0; \
426 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
427 cd "$(DESTDIR)$(bindir)" && rm -f $$files
429 clean-binPROGRAMS:
430 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
432 smenu$(EXEEXT): $(smenu_OBJECTS) $(smenu_DEPENDENCIES) $(EXTRA_smenu_DEPENDENCIES)
433 @rm -f smenu$(EXEEXT)
434 $(AM_V_CCLD)$(LINK) $(smenu_OBJECTS) $(smenu_LDADD) $(LIBS)
436 mostlyclean-compile:
437 -rm -f *.$(OBJEXT)
439 distclean-compile:
440 -rm -f *.tab.c
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxopt.Po@am__quote@ # am--include-marker
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fgetc.Po@am__quote@ # am--include-marker
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/index.Po@am__quote@ # am--include-marker
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ # am--include-marker
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe.Po@am__quote@ # am--include-marker
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smenu.Po@am__quote@ # am--include-marker
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usage.Po@am__quote@ # am--include-marker
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8.Po@am__quote@ # am--include-marker
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ # am--include-marker
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@ # am--include-marker
453 $(am__depfiles_remade):
454 @$(MKDIR_P) $(@D)
455 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
457 am--depfiles: $(am__depfiles_remade)
459 .c.o:
460 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
461 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
466 .c.obj:
467 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
468 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
472 install-man1: $(dist_man_MANS)
473 @$(NORMAL_INSTALL)
474 @list1=''; \
475 list2='$(dist_man_MANS)'; \
476 test -n "$(man1dir)" \
477 && test -n "`echo $$list1$$list2`" \
478 || exit 0; \
479 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
480 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
481 { for i in $$list1; do echo "$$i"; done; \
482 if test -n "$$list2"; then \
483 for i in $$list2; do echo "$$i"; done \
484 | sed -n '/\.1[a-z]*$$/p'; \
485 fi; \
486 } | while read p; do \
487 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
488 echo "$$d$$p"; echo "$$p"; \
489 done | \
490 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
491 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
492 sed 'N;N;s,\n, ,g' | { \
493 list=; while read file base inst; do \
494 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
495 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
496 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
497 fi; \
498 done; \
499 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
500 while read files; do \
501 test -z "$$files" || { \
502 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
503 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
504 done; }
506 uninstall-man1:
507 @$(NORMAL_UNINSTALL)
508 @list=''; test -n "$(man1dir)" || exit 0; \
509 files=`{ for i in $$list; do echo "$$i"; done; \
510 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
511 sed -n '/\.1[a-z]*$$/p'; \
512 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
513 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
514 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
516 ID: $(am__tagged_files)
517 $(am__define_uniq_tagged_files); mkid -fID $$unique
518 tags: tags-am
519 TAGS: tags
521 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
522 set x; \
523 here=`pwd`; \
524 $(am__define_uniq_tagged_files); \
525 shift; \
526 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
527 test -n "$$unique" || unique=$$empty_fix; \
528 if test $$# -gt 0; then \
529 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530 "$$@" $$unique; \
531 else \
532 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533 $$unique; \
534 fi; \
536 ctags: ctags-am
538 CTAGS: ctags
539 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
540 $(am__define_uniq_tagged_files); \
541 test -z "$(CTAGS_ARGS)$$unique" \
542 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
543 $$unique
545 GTAGS:
546 here=`$(am__cd) $(top_builddir) && pwd` \
547 && $(am__cd) $(top_srcdir) \
548 && gtags -i $(GTAGS_ARGS) "$$here"
549 cscope: cscope.files
550 test ! -s cscope.files \
551 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
552 clean-cscope:
553 -rm -f cscope.files
554 cscope.files: clean-cscope cscopelist
555 cscopelist: cscopelist-am
557 cscopelist-am: $(am__tagged_files)
558 list='$(am__tagged_files)'; \
559 case "$(srcdir)" in \
560 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
561 *) sdir=$(subdir)/$(srcdir) ;; \
562 esac; \
563 for i in $$list; do \
564 if test -f "$$i"; then \
565 echo "$(subdir)/$$i"; \
566 else \
567 echo "$$sdir/$$i"; \
568 fi; \
569 done >> $(top_builddir)/cscope.files
571 distclean-tags:
572 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
574 distdir: $(BUILT_SOURCES)
575 $(MAKE) $(AM_MAKEFLAGS) distdir-am
577 distdir-am: $(DISTFILES)
578 $(am__remove_distdir)
579 test -d "$(distdir)" || mkdir "$(distdir)"
580 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
581 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
582 list='$(DISTFILES)'; \
583 dist_files=`for file in $$list; do echo $$file; done | \
584 sed -e "s|^$$srcdirstrip/||;t" \
585 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
586 case $$dist_files in \
587 */*) $(MKDIR_P) `echo "$$dist_files" | \
588 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
589 sort -u` ;; \
590 esac; \
591 for file in $$dist_files; do \
592 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
593 if test -d $$d/$$file; then \
594 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
595 if test -d "$(distdir)/$$file"; then \
596 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
597 fi; \
598 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
599 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
600 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
601 fi; \
602 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
603 else \
604 test -f "$(distdir)/$$file" \
605 || cp -p $$d/$$file "$(distdir)/$$file" \
606 || exit 1; \
607 fi; \
608 done
609 $(MAKE) $(AM_MAKEFLAGS) \
610 top_distdir="$(top_distdir)" distdir="$(distdir)" \
611 dist-hook
612 -test -n "$(am__skip_mode_fix)" \
613 || find "$(distdir)" -type d ! -perm -755 \
614 -exec chmod u+rwx,go+rx {} \; -o \
615 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
616 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
617 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
618 || chmod -R a+r "$(distdir)"
619 dist-gzip: distdir
620 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
621 $(am__post_remove_distdir)
622 dist-bzip2: distdir
623 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
624 $(am__post_remove_distdir)
626 dist-lzip: distdir
627 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
628 $(am__post_remove_distdir)
630 dist-xz: distdir
631 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
632 $(am__post_remove_distdir)
634 dist-zstd: distdir
635 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
636 $(am__post_remove_distdir)
638 dist-tarZ: distdir
639 @echo WARNING: "Support for distribution archives compressed with" \
640 "legacy program 'compress' is deprecated." >&2
641 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
642 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
643 $(am__post_remove_distdir)
645 dist-shar: distdir
646 @echo WARNING: "Support for shar distribution archives is" \
647 "deprecated." >&2
648 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
649 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
650 $(am__post_remove_distdir)
652 dist-zip: distdir
653 -rm -f $(distdir).zip
654 zip -rq $(distdir).zip $(distdir)
655 $(am__post_remove_distdir)
657 dist dist-all:
658 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
659 $(am__post_remove_distdir)
661 # This target untars the dist file and tries a VPATH configuration. Then
662 # it guarantees that the distribution is self-contained by making another
663 # tarfile.
664 distcheck: dist
665 case '$(DIST_ARCHIVES)' in \
666 *.tar.gz*) \
667 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
668 *.tar.bz2*) \
669 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
670 *.tar.lz*) \
671 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
672 *.tar.xz*) \
673 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
674 *.tar.Z*) \
675 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
676 *.shar.gz*) \
677 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
678 *.zip*) \
679 unzip $(distdir).zip ;;\
680 *.tar.zst*) \
681 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
682 esac
683 chmod -R a-w $(distdir)
684 chmod u+w $(distdir)
685 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
686 chmod a-w $(distdir)
687 test -d $(distdir)/_build || exit 0; \
688 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
689 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
690 && am__cwd=`pwd` \
691 && $(am__cd) $(distdir)/_build/sub \
692 && ../../configure \
693 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
694 $(DISTCHECK_CONFIGURE_FLAGS) \
695 --srcdir=../.. --prefix="$$dc_install_base" \
696 && $(MAKE) $(AM_MAKEFLAGS) \
697 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
698 && $(MAKE) $(AM_MAKEFLAGS) check \
699 && $(MAKE) $(AM_MAKEFLAGS) install \
700 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
701 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
702 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
703 distuninstallcheck \
704 && chmod -R a-w "$$dc_install_base" \
705 && ({ \
706 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
707 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
708 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
709 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
710 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
711 } || { rm -rf "$$dc_destdir"; exit 1; }) \
712 && rm -rf "$$dc_destdir" \
713 && $(MAKE) $(AM_MAKEFLAGS) dist \
714 && rm -rf $(DIST_ARCHIVES) \
715 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
716 && cd "$$am__cwd" \
717 || exit 1
718 $(am__post_remove_distdir)
719 @(echo "$(distdir) archives ready for distribution: "; \
720 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
721 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
722 distuninstallcheck:
723 @test -n '$(distuninstallcheck_dir)' || { \
724 echo 'ERROR: trying to run $@ with an empty' \
725 '$$(distuninstallcheck_dir)' >&2; \
726 exit 1; \
727 }; \
728 $(am__cd) '$(distuninstallcheck_dir)' || { \
729 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
730 exit 1; \
731 }; \
732 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
733 || { echo "ERROR: files left after uninstall:" ; \
734 if test -n "$(DESTDIR)"; then \
735 echo " (check DESTDIR support)"; \
736 fi ; \
737 $(distuninstallcheck_listfiles) ; \
738 exit 1; } >&2
739 distcleancheck: distclean
740 @if test '$(srcdir)' = . ; then \
741 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
742 exit 1 ; \
744 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
745 || { echo "ERROR: files left in build directory after distclean:" ; \
746 $(distcleancheck_listfiles) ; \
747 exit 1; } >&2
748 check-am: all-am
749 check: check-am
750 all-am: Makefile $(PROGRAMS) $(MANS) config.h
751 installdirs:
752 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
753 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
754 done
755 install: install-am
756 install-exec: install-exec-am
757 install-data: install-data-am
758 uninstall: uninstall-am
760 install-am: all-am
761 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
763 installcheck: installcheck-am
764 install-strip:
765 if test -z '$(STRIP)'; then \
766 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
767 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
768 install; \
769 else \
770 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
771 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
772 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
774 mostlyclean-generic:
776 clean-generic:
778 distclean-generic:
779 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
780 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
782 maintainer-clean-generic:
783 @echo "This command is intended for maintainers to use"
784 @echo "it deletes files that may require special tools to rebuild."
785 clean: clean-am
787 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
789 distclean: distclean-am
790 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
791 -rm -f ./$(DEPDIR)/ctxopt.Po
792 -rm -f ./$(DEPDIR)/fgetc.Po
793 -rm -f ./$(DEPDIR)/index.Po
794 -rm -f ./$(DEPDIR)/list.Po
795 -rm -f ./$(DEPDIR)/safe.Po
796 -rm -f ./$(DEPDIR)/smenu.Po
797 -rm -f ./$(DEPDIR)/usage.Po
798 -rm -f ./$(DEPDIR)/utf8.Po
799 -rm -f ./$(DEPDIR)/utils.Po
800 -rm -f ./$(DEPDIR)/xmalloc.Po
801 -rm -f Makefile
802 distclean-am: clean-am distclean-compile distclean-generic \
803 distclean-hdr distclean-tags
805 dvi: dvi-am
807 dvi-am:
809 html: html-am
811 html-am:
813 info: info-am
815 info-am:
817 install-data-am: install-man
819 install-dvi: install-dvi-am
821 install-dvi-am:
823 install-exec-am: install-binPROGRAMS
825 install-html: install-html-am
827 install-html-am:
829 install-info: install-info-am
831 install-info-am:
833 install-man: install-man1
835 install-pdf: install-pdf-am
837 install-pdf-am:
839 install-ps: install-ps-am
841 install-ps-am:
843 installcheck-am:
845 maintainer-clean: maintainer-clean-am
846 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
847 -rm -rf $(top_srcdir)/autom4te.cache
848 -rm -f ./$(DEPDIR)/ctxopt.Po
849 -rm -f ./$(DEPDIR)/fgetc.Po
850 -rm -f ./$(DEPDIR)/index.Po
851 -rm -f ./$(DEPDIR)/list.Po
852 -rm -f ./$(DEPDIR)/safe.Po
853 -rm -f ./$(DEPDIR)/smenu.Po
854 -rm -f ./$(DEPDIR)/usage.Po
855 -rm -f ./$(DEPDIR)/utf8.Po
856 -rm -f ./$(DEPDIR)/utils.Po
857 -rm -f ./$(DEPDIR)/xmalloc.Po
858 -rm -f Makefile
859 maintainer-clean-am: distclean-am maintainer-clean-generic
861 mostlyclean: mostlyclean-am
863 mostlyclean-am: mostlyclean-compile mostlyclean-generic
865 pdf: pdf-am
867 pdf-am:
869 ps: ps-am
871 ps-am:
873 uninstall-am: uninstall-binPROGRAMS uninstall-man
875 uninstall-man: uninstall-man1
877 .MAKE: all install-am install-strip
879 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
880 check-am clean clean-binPROGRAMS clean-cscope clean-generic \
881 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
882 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
883 dist-zip dist-zstd distcheck distclean distclean-compile \
884 distclean-generic distclean-hdr distclean-tags distcleancheck \
885 distdir distuninstallcheck dvi dvi-am html html-am info \
886 info-am install install-am install-binPROGRAMS install-data \
887 install-data-am install-dvi install-dvi-am install-exec \
888 install-exec-am install-html install-html-am install-info \
889 install-info-am install-man install-man1 install-pdf \
890 install-pdf-am install-ps install-ps-am install-strip \
891 installcheck installcheck-am installdirs maintainer-clean \
892 maintainer-clean-generic mostlyclean mostlyclean-compile \
893 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
894 uninstall-am uninstall-binPROGRAMS uninstall-man \
895 uninstall-man1
897 .PRECIOUS: Makefile
900 dist-hook:
901 @chmod u+rw $(distdir)/tests; \
902 cd $(distdir)/tests ; \
903 find * -name 'data*' -o \
904 -name '*.in' -o \
905 -name '*.tst' -o \
906 -name '*.bl' -o \
907 -name '*.good' \
908 | cpio -o > tests.cpio 2>/dev/null
909 @gzip -f9 $(distdir)/tests/tests.cpio
910 @find $(distdir)/tests/* -type d \
911 -exec rm -rf {} +
913 # Tell versions [3.59,3.63) of GNU make to not export all variables.
914 # Otherwise a system limit (for SysV at least) may be exceeded.
915 .NOEXPORT: