* clear out some warnings by gcc 9.3.1.
[alpine.git] / pico / Makefile.in
blob94644b84b8056bc37546dce40c40bc4d22b6cbc8
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 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 # ========================================================================
18 # Copyright 2006 University of Washington
20 # Licensed under the Apache License, Version 2.0 (the "License");
21 # you may not use this file except in compliance with the License.
22 # You may obtain a copy of the License at
24 # http://www.apache.org/licenses/LICENSE-2.0
26 # ========================================================================
29 VPATH = @srcdir@
30 am__is_gnu_make = { \
31 if test -z '$(MAKELEVEL)'; then \
32 false; \
33 elif test -n '$(MAKE_HOST)'; then \
34 true; \
35 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
36 true; \
37 else \
38 false; \
39 fi; \
41 am__make_running_with_option = \
42 case $${target_option-} in \
43 ?) ;; \
44 *) echo "am__make_running_with_option: internal error: invalid" \
45 "target option '$${target_option-}' specified" >&2; \
46 exit 1;; \
47 esac; \
48 has_opt=no; \
49 sane_makeflags=$$MAKEFLAGS; \
50 if $(am__is_gnu_make); then \
51 sane_makeflags=$$MFLAGS; \
52 else \
53 case $$MAKEFLAGS in \
54 *\\[\ \ ]*) \
55 bs=\\; \
56 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
58 esac; \
59 fi; \
60 skip_next=no; \
61 strip_trailopt () \
62 { \
63 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64 }; \
65 for flg in $$sane_makeflags; do \
66 test $$skip_next = yes && { skip_next=no; continue; }; \
67 case $$flg in \
68 *=*|--*) continue;; \
69 -*I) strip_trailopt 'I'; skip_next=yes;; \
70 -*I?*) strip_trailopt 'I';; \
71 -*O) strip_trailopt 'O'; skip_next=yes;; \
72 -*O?*) strip_trailopt 'O';; \
73 -*l) strip_trailopt 'l'; skip_next=yes;; \
74 -*l?*) strip_trailopt 'l';; \
75 -[dEDm]) skip_next=yes;; \
76 -[JT]) skip_next=yes;; \
77 esac; \
78 case $$flg in \
79 *$$target_option*) has_opt=yes; break;; \
80 esac; \
81 done; \
82 test $$has_opt = yes
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 bin_PROGRAMS = pico$(EXEEXT) pilot$(EXEEXT)
104 subdir = pico
105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
107 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
108 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
109 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
110 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
111 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
112 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
113 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
114 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115 $(ACLOCAL_M4)
116 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
117 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
118 CONFIG_HEADER = $(top_builddir)/include/config.h
119 CONFIG_CLEAN_FILES =
120 CONFIG_CLEAN_VPATH_FILES =
121 LIBRARIES = $(noinst_LIBRARIES)
122 ARFLAGS = cru
123 AM_V_AR = $(am__v_AR_@AM_V@)
124 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
125 am__v_AR_0 = @echo " AR " $@;
126 am__v_AR_1 =
127 libpico_a_AR = $(AR) $(ARFLAGS)
128 libpico_a_LIBADD =
129 am_libpico_a_OBJECTS = attach.$(OBJEXT) basic.$(OBJEXT) bind.$(OBJEXT) \
130 browse.$(OBJEXT) buffer.$(OBJEXT) composer.$(OBJEXT) \
131 display.$(OBJEXT) file.$(OBJEXT) fileio.$(OBJEXT) \
132 line.$(OBJEXT) pico.$(OBJEXT) random.$(OBJEXT) \
133 region.$(OBJEXT) search.$(OBJEXT) window.$(OBJEXT) \
134 word.$(OBJEXT)
135 libpico_a_OBJECTS = $(am_libpico_a_OBJECTS)
136 am__installdirs = "$(DESTDIR)$(bindir)"
137 PROGRAMS = $(bin_PROGRAMS)
138 am_pico_OBJECTS = main.$(OBJEXT) utf8stub.$(OBJEXT)
139 pico_OBJECTS = $(am_pico_OBJECTS)
140 am__DEPENDENCIES_1 =
141 pico_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
142 AM_V_lt = $(am__v_lt_@AM_V@)
143 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144 am__v_lt_0 = --silent
145 am__v_lt_1 =
146 am_pilot_OBJECTS = pilot.$(OBJEXT) utf8stub.$(OBJEXT)
147 pilot_OBJECTS = $(am_pilot_OBJECTS)
148 pilot_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
149 AM_V_P = $(am__v_P_@AM_V@)
150 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151 am__v_P_0 = false
152 am__v_P_1 = :
153 AM_V_GEN = $(am__v_GEN_@AM_V@)
154 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155 am__v_GEN_0 = @echo " GEN " $@;
156 am__v_GEN_1 =
157 AM_V_at = $(am__v_at_@AM_V@)
158 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159 am__v_at_0 = @
160 am__v_at_1 =
161 DEFAULT_INCLUDES =
162 depcomp = $(SHELL) $(top_srcdir)/depcomp
163 am__depfiles_maybe = depfiles
164 am__mv = mv -f
165 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
166 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
169 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170 $(AM_CFLAGS) $(CFLAGS)
171 AM_V_CC = $(am__v_CC_@AM_V@)
172 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
173 am__v_CC_0 = @echo " CC " $@;
174 am__v_CC_1 =
175 CCLD = $(CC)
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178 $(AM_LDFLAGS) $(LDFLAGS) -o $@
179 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
180 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
181 am__v_CCLD_0 = @echo " CCLD " $@;
182 am__v_CCLD_1 =
183 SOURCES = $(libpico_a_SOURCES) $(pico_SOURCES) $(pilot_SOURCES)
184 DIST_SOURCES = $(libpico_a_SOURCES) $(pico_SOURCES) $(pilot_SOURCES)
185 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
186 ctags-recursive dvi-recursive html-recursive info-recursive \
187 install-data-recursive install-dvi-recursive \
188 install-exec-recursive install-html-recursive \
189 install-info-recursive install-pdf-recursive \
190 install-ps-recursive install-recursive installcheck-recursive \
191 installdirs-recursive pdf-recursive ps-recursive \
192 tags-recursive uninstall-recursive
193 am__can_run_installinfo = \
194 case $$AM_UPDATE_INFO_DIR in \
195 n|no|NO) false;; \
196 *) (install-info --version) >/dev/null 2>&1;; \
197 esac
198 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
199 distclean-recursive maintainer-clean-recursive
200 am__recursive_targets = \
201 $(RECURSIVE_TARGETS) \
202 $(RECURSIVE_CLEAN_TARGETS) \
203 $(am__extra_recursive_targets)
204 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
205 distdir
206 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
207 # Read a list of newline-separated strings from the standard input,
208 # and print each of them once, without duplicates. Input order is
209 # *not* preserved.
210 am__uniquify_input = $(AWK) '\
211 BEGIN { nonempty = 0; } \
212 { items[$$0] = 1; nonempty = 1; } \
213 END { if (nonempty) { for (i in items) print i; }; } \
215 # Make sure the list of sources is unique. This is necessary because,
216 # e.g., the same source file might be shared among _SOURCES variables
217 # for different programs/libraries.
218 am__define_uniq_tagged_files = \
219 list='$(am__tagged_files)'; \
220 unique=`for i in $$list; do \
221 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
222 done | $(am__uniquify_input)`
223 ETAGS = etags
224 CTAGS = ctags
225 DIST_SUBDIRS = $(SUBDIRS)
226 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
227 $(top_srcdir)/mkinstalldirs
228 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
229 am__relativize = \
230 dir0=`pwd`; \
231 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
232 sed_rest='s,^[^/]*/*,,'; \
233 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
234 sed_butlast='s,/*[^/]*$$,,'; \
235 while test -n "$$dir1"; do \
236 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
237 if test "$$first" != "."; then \
238 if test "$$first" = ".."; then \
239 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
240 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
241 else \
242 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
243 if test "$$first2" = "$$first"; then \
244 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
245 else \
246 dir2="../$$dir2"; \
247 fi; \
248 dir0="$$dir0"/"$$first"; \
249 fi; \
250 fi; \
251 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
252 done; \
253 reldir="$$dir2"
254 ACLOCAL = @ACLOCAL@
255 ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
256 ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
257 AMTAR = @AMTAR@
258 AM_CFLAGS = @AM_CFLAGS@
259 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
260 AM_LDFLAGS = @AM_LDFLAGS@
261 AR = @AR@
262 AUTOCONF = @AUTOCONF@
263 AUTOHEADER = @AUTOHEADER@
264 AUTOMAKE = @AUTOMAKE@
265 AWK = @AWK@
266 CC = @CC@
267 CCDEPMODE = @CCDEPMODE@
268 CFLAGS = @CFLAGS@
269 CP = @CP@
270 CPP = @CPP@
271 CPPFLAGS = @CPPFLAGS@
272 CYGPATH_W = @CYGPATH_W@
273 C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
274 C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
275 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
276 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
277 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
278 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
279 C_CLIENT_TARGET = @C_CLIENT_TARGET@
280 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
281 DEFS = @DEFS@
282 DEPDIR = @DEPDIR@
283 DLLTOOL = @DLLTOOL@
284 DSYMUTIL = @DSYMUTIL@
285 DUMPBIN = @DUMPBIN@
286 ECHO_C = @ECHO_C@
287 ECHO_N = @ECHO_N@
288 ECHO_T = @ECHO_T@
289 EGREP = @EGREP@
290 EXEEXT = @EXEEXT@
291 FGREP = @FGREP@
292 GMSGFMT = @GMSGFMT@
293 GMSGFMT_015 = @GMSGFMT_015@
294 GREP = @GREP@
295 INSTALL = @INSTALL@
296 INSTALL_DATA = @INSTALL_DATA@
297 INSTALL_PROGRAM = @INSTALL_PROGRAM@
298 INSTALL_SCRIPT = @INSTALL_SCRIPT@
299 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
300 INTLLIBS = @INTLLIBS@
301 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
302 ISPELLPROG = @ISPELLPROG@
303 LD = @LD@
304 LDFLAGS = @LDFLAGS@
305 LIBICONV = @LIBICONV@
306 LIBINTL = @LIBINTL@
307 LIBOBJS = @LIBOBJS@
308 LIBS = @LIBS@
309 LIBTOOL = @LIBTOOL@
310 LIBTOOL_DEPS = @LIBTOOL_DEPS@
311 LIPO = @LIPO@
312 LN = @LN@
313 LN_S = @LN_S@
314 LS = @LS@
315 LTLIBICONV = @LTLIBICONV@
316 LTLIBINTL = @LTLIBINTL@
317 LTLIBOBJS = @LTLIBOBJS@
318 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
319 MAINT = @MAINT@
320 MAKE = @MAKE@
321 MAKEINFO = @MAKEINFO@
322 MANIFEST_TOOL = @MANIFEST_TOOL@
323 MKDIR_P = @MKDIR_P@
324 MSGFMT = @MSGFMT@
325 MSGFMT_015 = @MSGFMT_015@
326 MSGMERGE = @MSGMERGE@
327 NM = @NM@
328 NMEDIT = @NMEDIT@
329 NPA_PROG = @NPA_PROG@
330 OBJDUMP = @OBJDUMP@
331 OBJEXT = @OBJEXT@
332 OTOOL = @OTOOL@
333 OTOOL64 = @OTOOL64@
334 PACKAGE = @PACKAGE@
335 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
336 PACKAGE_NAME = @PACKAGE_NAME@
337 PACKAGE_STRING = @PACKAGE_STRING@
338 PACKAGE_TARNAME = @PACKAGE_TARNAME@
339 PACKAGE_URL = @PACKAGE_URL@
340 PACKAGE_VERSION = @PACKAGE_VERSION@
341 PATH_SEPARATOR = @PATH_SEPARATOR@
342 POSUB = @POSUB@
343 PTHREAD_CC = @PTHREAD_CC@
344 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
345 PTHREAD_LIBS = @PTHREAD_LIBS@
346 PWPROG = @PWPROG@
347 RANLIB = @RANLIB@
348 REGEX_BUILD = @REGEX_BUILD@
349 RM = @RM@
350 SED = @SED@
351 SENDMAIL = @SENDMAIL@
352 SET_MAKE = @SET_MAKE@
353 SHELL = @SHELL@
354 SPELLPROG = @SPELLPROG@
355 STRIP = @STRIP@
356 USE_NLS = @USE_NLS@
357 VERSION = @VERSION@
358 WEB_BINDIR = @WEB_BINDIR@
359 WEB_BUILD = @WEB_BUILD@
360 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
361 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
362 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
363 XGETTEXT = @XGETTEXT@
364 XGETTEXT_015 = @XGETTEXT_015@
365 abs_builddir = @abs_builddir@
366 abs_srcdir = @abs_srcdir@
367 abs_top_builddir = @abs_top_builddir@
368 abs_top_srcdir = @abs_top_srcdir@
369 ac_ct_AR = @ac_ct_AR@
370 ac_ct_CC = @ac_ct_CC@
371 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
372 acx_pthread_config = @acx_pthread_config@
373 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
374 alpine_simple_spellcheck = @alpine_simple_spellcheck@
375 am__include = @am__include@
376 am__leading_dot = @am__leading_dot@
377 am__quote = @am__quote@
378 am__tar = @am__tar@
379 am__untar = @am__untar@
380 bindir = @bindir@
381 build = @build@
382 build_alias = @build_alias@
383 build_cpu = @build_cpu@
384 build_os = @build_os@
385 build_vendor = @build_vendor@
386 builddir = @builddir@
387 datadir = @datadir@
388 datarootdir = @datarootdir@
389 docdir = @docdir@
390 dvidir = @dvidir@
391 exec_prefix = @exec_prefix@
392 host = @host@
393 host_alias = @host_alias@
394 host_cpu = @host_cpu@
395 host_os = @host_os@
396 host_vendor = @host_vendor@
397 htmldir = @htmldir@
398 includedir = @includedir@
399 infodir = @infodir@
400 install_sh = @install_sh@
401 libdir = @libdir@
402 libexecdir = @libexecdir@
403 localedir = @localedir@
404 localstatedir = @localstatedir@
405 mandir = @mandir@
406 mkdir_p = @mkdir_p@
407 oldincludedir = @oldincludedir@
408 pdfdir = @pdfdir@
409 prefix = @prefix@
410 program_transform_name = @program_transform_name@
411 psdir = @psdir@
412 sbindir = @sbindir@
413 sharedstatedir = @sharedstatedir@
414 srcdir = @srcdir@
415 sysconfdir = @sysconfdir@
416 target_alias = @target_alias@
417 top_build_prefix = @top_build_prefix@
418 top_builddir = @top_builddir@
419 top_srcdir = @top_srcdir@
420 SUBDIRS = osdep
421 pico_SOURCES = main.c utf8stub.c
422 pilot_SOURCES = pilot.c utf8stub.c
423 pico_LDADD = $(LDADD) $(INTLLIBS)
424 pilot_LDADD = $(LDADD) $(INTLLIBS)
425 LDADD = ../c-client/utf8.o libpico.a osdep/libpicoosd.a \
426 ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a
428 noinst_LIBRARIES = libpico.a
429 libpico_a_SOURCES = attach.c basic.c bind.c browse.c buffer.c composer.c display.c file.c \
430 fileio.c line.c pico.c random.c region.c search.c window.c word.c \
431 ebind.h edef.h efunc.h estruct.h headers.h keydefs.h mode.h pico.h
433 AM_CPPFLAGS = -I@top_srcdir@/include
434 all: all-recursive
436 .SUFFIXES:
437 .SUFFIXES: .c .lo .o .obj
438 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
439 @for dep in $?; do \
440 case '$(am__configure_deps)' in \
441 *$$dep*) \
442 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
443 && { if test -f $@; then exit 0; else break; fi; }; \
444 exit 1;; \
445 esac; \
446 done; \
447 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pico/Makefile'; \
448 $(am__cd) $(top_srcdir) && \
449 $(AUTOMAKE) --foreign pico/Makefile
450 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
451 @case '$?' in \
452 *config.status*) \
453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
454 *) \
455 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
456 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
457 esac;
459 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
460 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
463 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
464 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
465 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466 $(am__aclocal_m4_deps):
468 clean-noinstLIBRARIES:
469 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
471 libpico.a: $(libpico_a_OBJECTS) $(libpico_a_DEPENDENCIES) $(EXTRA_libpico_a_DEPENDENCIES)
472 $(AM_V_at)-rm -f libpico.a
473 $(AM_V_AR)$(libpico_a_AR) libpico.a $(libpico_a_OBJECTS) $(libpico_a_LIBADD)
474 $(AM_V_at)$(RANLIB) libpico.a
475 install-binPROGRAMS: $(bin_PROGRAMS)
476 @$(NORMAL_INSTALL)
477 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
478 if test -n "$$list"; then \
479 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
480 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
481 fi; \
482 for p in $$list; do echo "$$p $$p"; done | \
483 sed 's/$(EXEEXT)$$//' | \
484 while read p p1; do if test -f $$p \
485 || test -f $$p1 \
486 ; then echo "$$p"; echo "$$p"; else :; fi; \
487 done | \
488 sed -e 'p;s,.*/,,;n;h' \
489 -e 's|.*|.|' \
490 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
491 sed 'N;N;N;s,\n, ,g' | \
492 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
493 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
494 if ($$2 == $$4) files[d] = files[d] " " $$1; \
495 else { print "f", $$3 "/" $$4, $$1; } } \
496 END { for (d in files) print "f", d, files[d] }' | \
497 while read type dir files; do \
498 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
499 test -z "$$files" || { \
500 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
501 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
503 ; done
505 uninstall-binPROGRAMS:
506 @$(NORMAL_UNINSTALL)
507 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
508 files=`for p in $$list; do echo "$$p"; done | \
509 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
510 -e 's/$$/$(EXEEXT)/' \
511 `; \
512 test -n "$$list" || exit 0; \
513 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
514 cd "$(DESTDIR)$(bindir)" && rm -f $$files
516 clean-binPROGRAMS:
517 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
518 echo " rm -f" $$list; \
519 rm -f $$list || exit $$?; \
520 test -n "$(EXEEXT)" || exit 0; \
521 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
522 echo " rm -f" $$list; \
523 rm -f $$list
525 pico$(EXEEXT): $(pico_OBJECTS) $(pico_DEPENDENCIES) $(EXTRA_pico_DEPENDENCIES)
526 @rm -f pico$(EXEEXT)
527 $(AM_V_CCLD)$(LINK) $(pico_OBJECTS) $(pico_LDADD) $(LIBS)
529 pilot$(EXEEXT): $(pilot_OBJECTS) $(pilot_DEPENDENCIES) $(EXTRA_pilot_DEPENDENCIES)
530 @rm -f pilot$(EXEEXT)
531 $(AM_V_CCLD)$(LINK) $(pilot_OBJECTS) $(pilot_LDADD) $(LIBS)
533 mostlyclean-compile:
534 -rm -f *.$(OBJEXT)
536 distclean-compile:
537 -rm -f *.tab.c
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attach.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic.Po@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bind.Po@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browse.Po@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/composer.Po@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Po@am__quote@
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/line.Po@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pico.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pilot.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Po@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8stub.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word.Po@am__quote@
559 .c.o:
560 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
561 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
566 .c.obj:
567 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
568 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
570 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
573 .c.lo:
574 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
575 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
576 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
577 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
580 mostlyclean-libtool:
581 -rm -f *.lo
583 clean-libtool:
584 -rm -rf .libs _libs
586 # This directory's subdirectories are mostly independent; you can cd
587 # into them and run 'make' without going through this Makefile.
588 # To change the values of 'make' variables: instead of editing Makefiles,
589 # (1) if the variable is set in 'config.status', edit 'config.status'
590 # (which will cause the Makefiles to be regenerated when you run 'make');
591 # (2) otherwise, pass the desired values on the 'make' command line.
592 $(am__recursive_targets):
593 @fail=; \
594 if $(am__make_keepgoing); then \
595 failcom='fail=yes'; \
596 else \
597 failcom='exit 1'; \
598 fi; \
599 dot_seen=no; \
600 target=`echo $@ | sed s/-recursive//`; \
601 case "$@" in \
602 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
603 *) list='$(SUBDIRS)' ;; \
604 esac; \
605 for subdir in $$list; do \
606 echo "Making $$target in $$subdir"; \
607 if test "$$subdir" = "."; then \
608 dot_seen=yes; \
609 local_target="$$target-am"; \
610 else \
611 local_target="$$target"; \
612 fi; \
613 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
614 || eval $$failcom; \
615 done; \
616 if test "$$dot_seen" = "no"; then \
617 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
618 fi; test -z "$$fail"
620 ID: $(am__tagged_files)
621 $(am__define_uniq_tagged_files); mkid -fID $$unique
622 tags: tags-recursive
623 TAGS: tags
625 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
626 set x; \
627 here=`pwd`; \
628 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
629 include_option=--etags-include; \
630 empty_fix=.; \
631 else \
632 include_option=--include; \
633 empty_fix=; \
634 fi; \
635 list='$(SUBDIRS)'; for subdir in $$list; do \
636 if test "$$subdir" = .; then :; else \
637 test ! -f $$subdir/TAGS || \
638 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
639 fi; \
640 done; \
641 $(am__define_uniq_tagged_files); \
642 shift; \
643 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
644 test -n "$$unique" || unique=$$empty_fix; \
645 if test $$# -gt 0; then \
646 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
647 "$$@" $$unique; \
648 else \
649 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
650 $$unique; \
651 fi; \
653 ctags: ctags-recursive
655 CTAGS: ctags
656 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
657 $(am__define_uniq_tagged_files); \
658 test -z "$(CTAGS_ARGS)$$unique" \
659 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
660 $$unique
662 GTAGS:
663 here=`$(am__cd) $(top_builddir) && pwd` \
664 && $(am__cd) $(top_srcdir) \
665 && gtags -i $(GTAGS_ARGS) "$$here"
666 cscopelist: cscopelist-recursive
668 cscopelist-am: $(am__tagged_files)
669 list='$(am__tagged_files)'; \
670 case "$(srcdir)" in \
671 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
672 *) sdir=$(subdir)/$(srcdir) ;; \
673 esac; \
674 for i in $$list; do \
675 if test -f "$$i"; then \
676 echo "$(subdir)/$$i"; \
677 else \
678 echo "$$sdir/$$i"; \
679 fi; \
680 done >> $(top_builddir)/cscope.files
682 distclean-tags:
683 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
685 distdir: $(DISTFILES)
686 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
687 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
688 list='$(DISTFILES)'; \
689 dist_files=`for file in $$list; do echo $$file; done | \
690 sed -e "s|^$$srcdirstrip/||;t" \
691 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
692 case $$dist_files in \
693 */*) $(MKDIR_P) `echo "$$dist_files" | \
694 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
695 sort -u` ;; \
696 esac; \
697 for file in $$dist_files; do \
698 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
699 if test -d $$d/$$file; then \
700 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
701 if test -d "$(distdir)/$$file"; then \
702 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
703 fi; \
704 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
705 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
706 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
707 fi; \
708 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
709 else \
710 test -f "$(distdir)/$$file" \
711 || cp -p $$d/$$file "$(distdir)/$$file" \
712 || exit 1; \
713 fi; \
714 done
715 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
716 if test "$$subdir" = .; then :; else \
717 $(am__make_dryrun) \
718 || test -d "$(distdir)/$$subdir" \
719 || $(MKDIR_P) "$(distdir)/$$subdir" \
720 || exit 1; \
721 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
722 $(am__relativize); \
723 new_distdir=$$reldir; \
724 dir1=$$subdir; dir2="$(top_distdir)"; \
725 $(am__relativize); \
726 new_top_distdir=$$reldir; \
727 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
728 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
729 ($(am__cd) $$subdir && \
730 $(MAKE) $(AM_MAKEFLAGS) \
731 top_distdir="$$new_top_distdir" \
732 distdir="$$new_distdir" \
733 am__remove_distdir=: \
734 am__skip_length_check=: \
735 am__skip_mode_fix=: \
736 distdir) \
737 || exit 1; \
738 fi; \
739 done
740 check-am: all-am
741 check: check-recursive
742 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
743 installdirs: installdirs-recursive
744 installdirs-am:
745 for dir in "$(DESTDIR)$(bindir)"; do \
746 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
747 done
748 install: install-recursive
749 install-exec: install-exec-recursive
750 install-data: install-data-recursive
751 uninstall: uninstall-recursive
753 install-am: all-am
754 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
756 installcheck: installcheck-recursive
757 install-strip:
758 if test -z '$(STRIP)'; then \
759 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
760 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
761 install; \
762 else \
763 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
764 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
765 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
767 mostlyclean-generic:
769 clean-generic:
771 distclean-generic:
772 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
773 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
775 maintainer-clean-generic:
776 @echo "This command is intended for maintainers to use"
777 @echo "it deletes files that may require special tools to rebuild."
778 clean: clean-recursive
780 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
781 clean-noinstLIBRARIES mostlyclean-am
783 distclean: distclean-recursive
784 -rm -rf ./$(DEPDIR)
785 -rm -f Makefile
786 distclean-am: clean-am distclean-compile distclean-generic \
787 distclean-tags
789 dvi: dvi-recursive
791 dvi-am:
793 html: html-recursive
795 html-am:
797 info: info-recursive
799 info-am:
801 install-data-am:
803 install-dvi: install-dvi-recursive
805 install-dvi-am:
807 install-exec-am: install-binPROGRAMS
809 install-html: install-html-recursive
811 install-html-am:
813 install-info: install-info-recursive
815 install-info-am:
817 install-man:
819 install-pdf: install-pdf-recursive
821 install-pdf-am:
823 install-ps: install-ps-recursive
825 install-ps-am:
827 installcheck-am:
829 maintainer-clean: maintainer-clean-recursive
830 -rm -rf ./$(DEPDIR)
831 -rm -f Makefile
832 maintainer-clean-am: distclean-am maintainer-clean-generic
834 mostlyclean: mostlyclean-recursive
836 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
837 mostlyclean-libtool
839 pdf: pdf-recursive
841 pdf-am:
843 ps: ps-recursive
845 ps-am:
847 uninstall-am: uninstall-binPROGRAMS
849 .MAKE: $(am__recursive_targets) install-am install-strip
851 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
852 check-am clean clean-binPROGRAMS clean-generic clean-libtool \
853 clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
854 distclean-compile distclean-generic distclean-libtool \
855 distclean-tags distdir dvi dvi-am html html-am info info-am \
856 install install-am install-binPROGRAMS install-data \
857 install-data-am install-dvi install-dvi-am install-exec \
858 install-exec-am install-html install-html-am install-info \
859 install-info-am install-man install-pdf install-pdf-am \
860 install-ps install-ps-am install-strip installcheck \
861 installcheck-am installdirs installdirs-am maintainer-clean \
862 maintainer-clean-generic mostlyclean mostlyclean-compile \
863 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
864 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
866 .PRECIOUS: Makefile
869 # Tell versions [3.59,3.63) of GNU make to not export all variables.
870 # Otherwise a system limit (for SysV at least) may be exceeded.
871 .NOEXPORT: