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