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