Add support for tab-completion when selecting by rule
[alpine.git] / pico / Makefile.in
blob72c453ecf241bd64b354e6e5534a12da711e5ca9
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/m4_ax_prog_cc_for_build.m4 \
113 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
114 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = $(top_builddir)/include/config.h
120 CONFIG_CLEAN_FILES =
121 CONFIG_CLEAN_VPATH_FILES =
122 LIBRARIES = $(noinst_LIBRARIES)
123 ARFLAGS = cru
124 AM_V_AR = $(am__v_AR_@AM_V@)
125 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
126 am__v_AR_0 = @echo " AR " $@;
127 am__v_AR_1 =
128 libpico_a_AR = $(AR) $(ARFLAGS)
129 libpico_a_LIBADD =
130 am_libpico_a_OBJECTS = attach.$(OBJEXT) basic.$(OBJEXT) bind.$(OBJEXT) \
131 browse.$(OBJEXT) buffer.$(OBJEXT) composer.$(OBJEXT) \
132 display.$(OBJEXT) file.$(OBJEXT) fileio.$(OBJEXT) \
133 line.$(OBJEXT) pico.$(OBJEXT) random.$(OBJEXT) \
134 region.$(OBJEXT) search.$(OBJEXT) window.$(OBJEXT) \
135 word.$(OBJEXT)
136 libpico_a_OBJECTS = $(am_libpico_a_OBJECTS)
137 am__installdirs = "$(DESTDIR)$(bindir)"
138 PROGRAMS = $(bin_PROGRAMS)
139 am_pico_OBJECTS = main.$(OBJEXT) utf8stub.$(OBJEXT)
140 pico_OBJECTS = $(am_pico_OBJECTS)
141 am__DEPENDENCIES_1 =
142 pico_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
143 AM_V_lt = $(am__v_lt_@AM_V@)
144 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145 am__v_lt_0 = --silent
146 am__v_lt_1 =
147 am_pilot_OBJECTS = pilot.$(OBJEXT) utf8stub.$(OBJEXT)
148 pilot_OBJECTS = $(am_pilot_OBJECTS)
149 pilot_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
150 AM_V_P = $(am__v_P_@AM_V@)
151 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152 am__v_P_0 = false
153 am__v_P_1 = :
154 AM_V_GEN = $(am__v_GEN_@AM_V@)
155 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156 am__v_GEN_0 = @echo " GEN " $@;
157 am__v_GEN_1 =
158 AM_V_at = $(am__v_at_@AM_V@)
159 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160 am__v_at_0 = @
161 am__v_at_1 =
162 DEFAULT_INCLUDES =
163 depcomp = $(SHELL) $(top_srcdir)/depcomp
164 am__depfiles_maybe = depfiles
165 am__mv = mv -f
166 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
170 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
171 $(AM_CFLAGS) $(CFLAGS)
172 AM_V_CC = $(am__v_CC_@AM_V@)
173 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
174 am__v_CC_0 = @echo " CC " $@;
175 am__v_CC_1 =
176 CCLD = $(CC)
177 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
179 $(AM_LDFLAGS) $(LDFLAGS) -o $@
180 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
181 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
182 am__v_CCLD_0 = @echo " CCLD " $@;
183 am__v_CCLD_1 =
184 SOURCES = $(libpico_a_SOURCES) $(pico_SOURCES) $(pilot_SOURCES)
185 DIST_SOURCES = $(libpico_a_SOURCES) $(pico_SOURCES) $(pilot_SOURCES)
186 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
187 ctags-recursive dvi-recursive html-recursive info-recursive \
188 install-data-recursive install-dvi-recursive \
189 install-exec-recursive install-html-recursive \
190 install-info-recursive install-pdf-recursive \
191 install-ps-recursive install-recursive installcheck-recursive \
192 installdirs-recursive pdf-recursive ps-recursive \
193 tags-recursive uninstall-recursive
194 am__can_run_installinfo = \
195 case $$AM_UPDATE_INFO_DIR in \
196 n|no|NO) false;; \
197 *) (install-info --version) >/dev/null 2>&1;; \
198 esac
199 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
200 distclean-recursive maintainer-clean-recursive
201 am__recursive_targets = \
202 $(RECURSIVE_TARGETS) \
203 $(RECURSIVE_CLEAN_TARGETS) \
204 $(am__extra_recursive_targets)
205 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
206 distdir
207 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
208 # Read a list of newline-separated strings from the standard input,
209 # and print each of them once, without duplicates. Input order is
210 # *not* preserved.
211 am__uniquify_input = $(AWK) '\
212 BEGIN { nonempty = 0; } \
213 { items[$$0] = 1; nonempty = 1; } \
214 END { if (nonempty) { for (i in items) print i; }; } \
216 # Make sure the list of sources is unique. This is necessary because,
217 # e.g., the same source file might be shared among _SOURCES variables
218 # for different programs/libraries.
219 am__define_uniq_tagged_files = \
220 list='$(am__tagged_files)'; \
221 unique=`for i in $$list; do \
222 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223 done | $(am__uniquify_input)`
224 ETAGS = etags
225 CTAGS = ctags
226 DIST_SUBDIRS = $(SUBDIRS)
227 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
228 $(top_srcdir)/mkinstalldirs
229 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
230 am__relativize = \
231 dir0=`pwd`; \
232 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
233 sed_rest='s,^[^/]*/*,,'; \
234 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
235 sed_butlast='s,/*[^/]*$$,,'; \
236 while test -n "$$dir1"; do \
237 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
238 if test "$$first" != "."; then \
239 if test "$$first" = ".."; then \
240 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
241 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
242 else \
243 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
244 if test "$$first2" = "$$first"; then \
245 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
246 else \
247 dir2="../$$dir2"; \
248 fi; \
249 dir0="$$dir0"/"$$first"; \
250 fi; \
251 fi; \
252 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
253 done; \
254 reldir="$$dir2"
255 ACLOCAL = @ACLOCAL@
256 ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
257 ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
258 AMTAR = @AMTAR@
259 AM_CFLAGS = @AM_CFLAGS@
260 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261 AM_LDFLAGS = @AM_LDFLAGS@
262 AR = @AR@
263 AUTOCONF = @AUTOCONF@
264 AUTOHEADER = @AUTOHEADER@
265 AUTOMAKE = @AUTOMAKE@
266 AWK = @AWK@
267 BUILD_EXEEXT = @BUILD_EXEEXT@
268 BUILD_OBJEXT = @BUILD_OBJEXT@
269 CC = @CC@
270 CCDEPMODE = @CCDEPMODE@
271 CC_FOR_BUILD = @CC_FOR_BUILD@
272 CFLAGS = @CFLAGS@
273 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
274 CP = @CP@
275 CPP = @CPP@
276 CPPFLAGS = @CPPFLAGS@
277 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
278 CPP_FOR_BUILD = @CPP_FOR_BUILD@
279 CYGPATH_W = @CYGPATH_W@
280 C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
281 C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
282 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
283 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
284 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
285 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
286 C_CLIENT_TARGET = @C_CLIENT_TARGET@
287 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
288 DEFS = @DEFS@
289 DEPDIR = @DEPDIR@
290 DLLTOOL = @DLLTOOL@
291 DSYMUTIL = @DSYMUTIL@
292 DUMPBIN = @DUMPBIN@
293 ECHO_C = @ECHO_C@
294 ECHO_N = @ECHO_N@
295 ECHO_T = @ECHO_T@
296 EGREP = @EGREP@
297 EXEEXT = @EXEEXT@
298 FGREP = @FGREP@
299 GMSGFMT = @GMSGFMT@
300 GMSGFMT_015 = @GMSGFMT_015@
301 GREP = @GREP@
302 INSTALL = @INSTALL@
303 INSTALL_DATA = @INSTALL_DATA@
304 INSTALL_PROGRAM = @INSTALL_PROGRAM@
305 INSTALL_SCRIPT = @INSTALL_SCRIPT@
306 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
307 INTLLIBS = @INTLLIBS@
308 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
309 ISPELLPROG = @ISPELLPROG@
310 LD = @LD@
311 LDFLAGS = @LDFLAGS@
312 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
313 LIBICONV = @LIBICONV@
314 LIBINTL = @LIBINTL@
315 LIBOBJS = @LIBOBJS@
316 LIBS = @LIBS@
317 LIBTOOL = @LIBTOOL@
318 LIBTOOL_DEPS = @LIBTOOL_DEPS@
319 LIPO = @LIPO@
320 LN = @LN@
321 LN_S = @LN_S@
322 LS = @LS@
323 LTLIBICONV = @LTLIBICONV@
324 LTLIBINTL = @LTLIBINTL@
325 LTLIBOBJS = @LTLIBOBJS@
326 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
327 MAINT = @MAINT@
328 MAKE = @MAKE@
329 MAKEINFO = @MAKEINFO@
330 MANIFEST_TOOL = @MANIFEST_TOOL@
331 MKDIR_P = @MKDIR_P@
332 MSGFMT = @MSGFMT@
333 MSGFMT_015 = @MSGFMT_015@
334 MSGMERGE = @MSGMERGE@
335 NM = @NM@
336 NMEDIT = @NMEDIT@
337 NPA_PROG = @NPA_PROG@
338 OBJDUMP = @OBJDUMP@
339 OBJEXT = @OBJEXT@
340 OTOOL = @OTOOL@
341 OTOOL64 = @OTOOL64@
342 PACKAGE = @PACKAGE@
343 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
344 PACKAGE_NAME = @PACKAGE_NAME@
345 PACKAGE_STRING = @PACKAGE_STRING@
346 PACKAGE_TARNAME = @PACKAGE_TARNAME@
347 PACKAGE_URL = @PACKAGE_URL@
348 PACKAGE_VERSION = @PACKAGE_VERSION@
349 PATH_SEPARATOR = @PATH_SEPARATOR@
350 POSUB = @POSUB@
351 PTHREAD_CC = @PTHREAD_CC@
352 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
353 PTHREAD_LIBS = @PTHREAD_LIBS@
354 PWPROG = @PWPROG@
355 RANLIB = @RANLIB@
356 REGEX_BUILD = @REGEX_BUILD@
357 RM = @RM@
358 SED = @SED@
359 SENDMAIL = @SENDMAIL@
360 SET_MAKE = @SET_MAKE@
361 SHELL = @SHELL@
362 SPELLPROG = @SPELLPROG@
363 STRIP = @STRIP@
364 USE_NLS = @USE_NLS@
365 VERSION = @VERSION@
366 WEB_BINDIR = @WEB_BINDIR@
367 WEB_BUILD = @WEB_BUILD@
368 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
369 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
370 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
371 XGETTEXT = @XGETTEXT@
372 XGETTEXT_015 = @XGETTEXT_015@
373 abs_builddir = @abs_builddir@
374 abs_srcdir = @abs_srcdir@
375 abs_top_builddir = @abs_top_builddir@
376 abs_top_srcdir = @abs_top_srcdir@
377 ac_ct_AR = @ac_ct_AR@
378 ac_ct_CC = @ac_ct_CC@
379 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
380 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
381 acx_pthread_config = @acx_pthread_config@
382 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
383 alpine_simple_spellcheck = @alpine_simple_spellcheck@
384 am__include = @am__include@
385 am__leading_dot = @am__leading_dot@
386 am__quote = @am__quote@
387 am__tar = @am__tar@
388 am__untar = @am__untar@
389 bindir = @bindir@
390 build = @build@
391 build_alias = @build_alias@
392 build_cpu = @build_cpu@
393 build_os = @build_os@
394 build_vendor = @build_vendor@
395 builddir = @builddir@
396 datadir = @datadir@
397 datarootdir = @datarootdir@
398 docdir = @docdir@
399 dvidir = @dvidir@
400 exec_prefix = @exec_prefix@
401 host = @host@
402 host_alias = @host_alias@
403 host_cpu = @host_cpu@
404 host_os = @host_os@
405 host_vendor = @host_vendor@
406 htmldir = @htmldir@
407 includedir = @includedir@
408 infodir = @infodir@
409 install_sh = @install_sh@
410 libdir = @libdir@
411 libexecdir = @libexecdir@
412 localedir = @localedir@
413 localstatedir = @localstatedir@
414 mandir = @mandir@
415 mkdir_p = @mkdir_p@
416 oldincludedir = @oldincludedir@
417 pdfdir = @pdfdir@
418 prefix = @prefix@
419 program_transform_name = @program_transform_name@
420 psdir = @psdir@
421 sbindir = @sbindir@
422 sharedstatedir = @sharedstatedir@
423 srcdir = @srcdir@
424 sysconfdir = @sysconfdir@
425 target_alias = @target_alias@
426 top_build_prefix = @top_build_prefix@
427 top_builddir = @top_builddir@
428 top_srcdir = @top_srcdir@
429 SUBDIRS = osdep
430 pico_SOURCES = main.c utf8stub.c
431 pilot_SOURCES = pilot.c utf8stub.c
432 pico_LDADD = $(LDADD) $(INTLLIBS)
433 pilot_LDADD = $(LDADD) $(INTLLIBS)
434 LDADD = ../c-client/utf8.o libpico.a osdep/libpicoosd.a \
435 ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a
437 noinst_LIBRARIES = libpico.a
438 libpico_a_SOURCES = attach.c basic.c bind.c browse.c buffer.c composer.c display.c file.c \
439 fileio.c line.c pico.c random.c region.c search.c window.c word.c \
440 ebind.h edef.h efunc.h estruct.h headers.h keydefs.h mode.h pico.h
442 AM_CPPFLAGS = -I@top_srcdir@/include
443 all: all-recursive
445 .SUFFIXES:
446 .SUFFIXES: .c .lo .o .obj
447 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
448 @for dep in $?; do \
449 case '$(am__configure_deps)' in \
450 *$$dep*) \
451 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
452 && { if test -f $@; then exit 0; else break; fi; }; \
453 exit 1;; \
454 esac; \
455 done; \
456 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pico/Makefile'; \
457 $(am__cd) $(top_srcdir) && \
458 $(AUTOMAKE) --foreign pico/Makefile
459 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460 @case '$?' in \
461 *config.status*) \
462 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
463 *) \
464 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
465 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
466 esac;
468 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
472 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
473 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
474 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475 $(am__aclocal_m4_deps):
477 clean-noinstLIBRARIES:
478 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
480 libpico.a: $(libpico_a_OBJECTS) $(libpico_a_DEPENDENCIES) $(EXTRA_libpico_a_DEPENDENCIES)
481 $(AM_V_at)-rm -f libpico.a
482 $(AM_V_AR)$(libpico_a_AR) libpico.a $(libpico_a_OBJECTS) $(libpico_a_LIBADD)
483 $(AM_V_at)$(RANLIB) libpico.a
484 install-binPROGRAMS: $(bin_PROGRAMS)
485 @$(NORMAL_INSTALL)
486 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
487 if test -n "$$list"; then \
488 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
489 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
490 fi; \
491 for p in $$list; do echo "$$p $$p"; done | \
492 sed 's/$(EXEEXT)$$//' | \
493 while read p p1; do if test -f $$p \
494 || test -f $$p1 \
495 ; then echo "$$p"; echo "$$p"; else :; fi; \
496 done | \
497 sed -e 'p;s,.*/,,;n;h' \
498 -e 's|.*|.|' \
499 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
500 sed 'N;N;N;s,\n, ,g' | \
501 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
502 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
503 if ($$2 == $$4) files[d] = files[d] " " $$1; \
504 else { print "f", $$3 "/" $$4, $$1; } } \
505 END { for (d in files) print "f", d, files[d] }' | \
506 while read type dir files; do \
507 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
508 test -z "$$files" || { \
509 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
510 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
512 ; done
514 uninstall-binPROGRAMS:
515 @$(NORMAL_UNINSTALL)
516 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
517 files=`for p in $$list; do echo "$$p"; done | \
518 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
519 -e 's/$$/$(EXEEXT)/' \
520 `; \
521 test -n "$$list" || exit 0; \
522 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
523 cd "$(DESTDIR)$(bindir)" && rm -f $$files
525 clean-binPROGRAMS:
526 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
527 echo " rm -f" $$list; \
528 rm -f $$list || exit $$?; \
529 test -n "$(EXEEXT)" || exit 0; \
530 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
531 echo " rm -f" $$list; \
532 rm -f $$list
534 pico$(EXEEXT): $(pico_OBJECTS) $(pico_DEPENDENCIES) $(EXTRA_pico_DEPENDENCIES)
535 @rm -f pico$(EXEEXT)
536 $(AM_V_CCLD)$(LINK) $(pico_OBJECTS) $(pico_LDADD) $(LIBS)
538 pilot$(EXEEXT): $(pilot_OBJECTS) $(pilot_DEPENDENCIES) $(EXTRA_pilot_DEPENDENCIES)
539 @rm -f pilot$(EXEEXT)
540 $(AM_V_CCLD)$(LINK) $(pilot_OBJECTS) $(pilot_LDADD) $(LIBS)
542 mostlyclean-compile:
543 -rm -f *.$(OBJEXT)
545 distclean-compile:
546 -rm -f *.tab.c
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attach.Po@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic.Po@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bind.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browse.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/composer.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Po@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/line.Po@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pico.Po@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pilot.Po@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Po@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region.Po@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8stub.Po@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word.Po@am__quote@
568 .c.o:
569 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
570 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
575 .c.obj:
576 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
577 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
582 .c.lo:
583 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
584 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
589 mostlyclean-libtool:
590 -rm -f *.lo
592 clean-libtool:
593 -rm -rf .libs _libs
595 # This directory's subdirectories are mostly independent; you can cd
596 # into them and run 'make' without going through this Makefile.
597 # To change the values of 'make' variables: instead of editing Makefiles,
598 # (1) if the variable is set in 'config.status', edit 'config.status'
599 # (which will cause the Makefiles to be regenerated when you run 'make');
600 # (2) otherwise, pass the desired values on the 'make' command line.
601 $(am__recursive_targets):
602 @fail=; \
603 if $(am__make_keepgoing); then \
604 failcom='fail=yes'; \
605 else \
606 failcom='exit 1'; \
607 fi; \
608 dot_seen=no; \
609 target=`echo $@ | sed s/-recursive//`; \
610 case "$@" in \
611 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
612 *) list='$(SUBDIRS)' ;; \
613 esac; \
614 for subdir in $$list; do \
615 echo "Making $$target in $$subdir"; \
616 if test "$$subdir" = "."; then \
617 dot_seen=yes; \
618 local_target="$$target-am"; \
619 else \
620 local_target="$$target"; \
621 fi; \
622 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
623 || eval $$failcom; \
624 done; \
625 if test "$$dot_seen" = "no"; then \
626 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
627 fi; test -z "$$fail"
629 ID: $(am__tagged_files)
630 $(am__define_uniq_tagged_files); mkid -fID $$unique
631 tags: tags-recursive
632 TAGS: tags
634 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
635 set x; \
636 here=`pwd`; \
637 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
638 include_option=--etags-include; \
639 empty_fix=.; \
640 else \
641 include_option=--include; \
642 empty_fix=; \
643 fi; \
644 list='$(SUBDIRS)'; for subdir in $$list; do \
645 if test "$$subdir" = .; then :; else \
646 test ! -f $$subdir/TAGS || \
647 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
648 fi; \
649 done; \
650 $(am__define_uniq_tagged_files); \
651 shift; \
652 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
653 test -n "$$unique" || unique=$$empty_fix; \
654 if test $$# -gt 0; then \
655 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
656 "$$@" $$unique; \
657 else \
658 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
659 $$unique; \
660 fi; \
662 ctags: ctags-recursive
664 CTAGS: ctags
665 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
666 $(am__define_uniq_tagged_files); \
667 test -z "$(CTAGS_ARGS)$$unique" \
668 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
669 $$unique
671 GTAGS:
672 here=`$(am__cd) $(top_builddir) && pwd` \
673 && $(am__cd) $(top_srcdir) \
674 && gtags -i $(GTAGS_ARGS) "$$here"
675 cscopelist: cscopelist-recursive
677 cscopelist-am: $(am__tagged_files)
678 list='$(am__tagged_files)'; \
679 case "$(srcdir)" in \
680 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
681 *) sdir=$(subdir)/$(srcdir) ;; \
682 esac; \
683 for i in $$list; do \
684 if test -f "$$i"; then \
685 echo "$(subdir)/$$i"; \
686 else \
687 echo "$$sdir/$$i"; \
688 fi; \
689 done >> $(top_builddir)/cscope.files
691 distclean-tags:
692 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
694 distdir: $(DISTFILES)
695 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
696 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
697 list='$(DISTFILES)'; \
698 dist_files=`for file in $$list; do echo $$file; done | \
699 sed -e "s|^$$srcdirstrip/||;t" \
700 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
701 case $$dist_files in \
702 */*) $(MKDIR_P) `echo "$$dist_files" | \
703 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
704 sort -u` ;; \
705 esac; \
706 for file in $$dist_files; do \
707 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
708 if test -d $$d/$$file; then \
709 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
710 if test -d "$(distdir)/$$file"; then \
711 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
712 fi; \
713 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
714 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
715 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
716 fi; \
717 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
718 else \
719 test -f "$(distdir)/$$file" \
720 || cp -p $$d/$$file "$(distdir)/$$file" \
721 || exit 1; \
722 fi; \
723 done
724 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
725 if test "$$subdir" = .; then :; else \
726 $(am__make_dryrun) \
727 || test -d "$(distdir)/$$subdir" \
728 || $(MKDIR_P) "$(distdir)/$$subdir" \
729 || exit 1; \
730 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
731 $(am__relativize); \
732 new_distdir=$$reldir; \
733 dir1=$$subdir; dir2="$(top_distdir)"; \
734 $(am__relativize); \
735 new_top_distdir=$$reldir; \
736 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
737 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
738 ($(am__cd) $$subdir && \
739 $(MAKE) $(AM_MAKEFLAGS) \
740 top_distdir="$$new_top_distdir" \
741 distdir="$$new_distdir" \
742 am__remove_distdir=: \
743 am__skip_length_check=: \
744 am__skip_mode_fix=: \
745 distdir) \
746 || exit 1; \
747 fi; \
748 done
749 check-am: all-am
750 check: check-recursive
751 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
752 installdirs: installdirs-recursive
753 installdirs-am:
754 for dir in "$(DESTDIR)$(bindir)"; do \
755 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
756 done
757 install: install-recursive
758 install-exec: install-exec-recursive
759 install-data: install-data-recursive
760 uninstall: uninstall-recursive
762 install-am: all-am
763 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
765 installcheck: installcheck-recursive
766 install-strip:
767 if test -z '$(STRIP)'; then \
768 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
769 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
770 install; \
771 else \
772 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
773 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
774 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
776 mostlyclean-generic:
778 clean-generic:
780 distclean-generic:
781 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
782 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
784 maintainer-clean-generic:
785 @echo "This command is intended for maintainers to use"
786 @echo "it deletes files that may require special tools to rebuild."
787 clean: clean-recursive
789 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
790 clean-noinstLIBRARIES mostlyclean-am
792 distclean: distclean-recursive
793 -rm -rf ./$(DEPDIR)
794 -rm -f Makefile
795 distclean-am: clean-am distclean-compile distclean-generic \
796 distclean-tags
798 dvi: dvi-recursive
800 dvi-am:
802 html: html-recursive
804 html-am:
806 info: info-recursive
808 info-am:
810 install-data-am:
812 install-dvi: install-dvi-recursive
814 install-dvi-am:
816 install-exec-am: install-binPROGRAMS
818 install-html: install-html-recursive
820 install-html-am:
822 install-info: install-info-recursive
824 install-info-am:
826 install-man:
828 install-pdf: install-pdf-recursive
830 install-pdf-am:
832 install-ps: install-ps-recursive
834 install-ps-am:
836 installcheck-am:
838 maintainer-clean: maintainer-clean-recursive
839 -rm -rf ./$(DEPDIR)
840 -rm -f Makefile
841 maintainer-clean-am: distclean-am maintainer-clean-generic
843 mostlyclean: mostlyclean-recursive
845 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
846 mostlyclean-libtool
848 pdf: pdf-recursive
850 pdf-am:
852 ps: ps-recursive
854 ps-am:
856 uninstall-am: uninstall-binPROGRAMS
858 .MAKE: $(am__recursive_targets) install-am install-strip
860 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
861 check-am clean clean-binPROGRAMS clean-generic clean-libtool \
862 clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
863 distclean-compile distclean-generic distclean-libtool \
864 distclean-tags distdir dvi dvi-am html html-am info info-am \
865 install install-am install-binPROGRAMS install-data \
866 install-data-am install-dvi install-dvi-am install-exec \
867 install-exec-am install-html install-html-am install-info \
868 install-info-am install-man install-pdf install-pdf-am \
869 install-ps install-ps-am install-strip installcheck \
870 installcheck-am installdirs installdirs-am maintainer-clean \
871 maintainer-clean-generic mostlyclean mostlyclean-compile \
872 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
873 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
875 .PRECIOUS: Makefile
878 # Tell versions [3.59,3.63) of GNU make to not export all variables.
879 # Otherwise a system limit (for SysV at least) may be exceeded.
880 .NOEXPORT: