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