1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92subdir = src/fe-common/irc
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/glib-2.0.m4 \
95	$(top_srcdir)/m4/glibtests.m4 $(top_srcdir)/m4/libgcrypt.m4 \
96	$(top_srcdir)/m4/libotr.m4 $(top_srcdir)/m4/libtool.m4 \
97	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
99	$(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(pkginc_fe_common_irc_HEADERS) \
103	$(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/irssi-config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108LIBRARIES = $(noinst_LIBRARIES)
109ARFLAGS = cru
110AM_V_AR = $(am__v_AR_@AM_V@)
111am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
112am__v_AR_0 = @echo "  AR      " $@;
113am__v_AR_1 =
114libfe_common_irc_a_AR = $(AR) $(ARFLAGS)
115libfe_common_irc_a_LIBADD =
116am__objects_1 = fe-irc-channels.$(OBJEXT) fe-irc-commands.$(OBJEXT) \
117	fe-irc-messages.$(OBJEXT) fe-irc-queries.$(OBJEXT) \
118	fe-irc-server.$(OBJEXT) fe-ircnet.$(OBJEXT) fe-ctcp.$(OBJEXT) \
119	fe-events.$(OBJEXT) fe-events-numeric.$(OBJEXT) \
120	fe-modes.$(OBJEXT) fe-netjoin.$(OBJEXT) fe-netsplit.$(OBJEXT) \
121	fe-common-irc.$(OBJEXT) fe-whois.$(OBJEXT) fe-sasl.$(OBJEXT) \
122	fe-cap.$(OBJEXT) irc-completion.$(OBJEXT) \
123	module-formats.$(OBJEXT)
124am_libfe_common_irc_a_OBJECTS = $(am__objects_1) irc-modules.$(OBJEXT)
125libfe_common_irc_a_OBJECTS = $(am_libfe_common_irc_a_OBJECTS)
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo "  GEN     " $@;
133am__v_GEN_1 =
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 =
138DEFAULT_INCLUDES =
139depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
140am__maybe_remake_depfiles = depfiles
141am__depfiles_remade = ./$(DEPDIR)/fe-cap.Po \
142	./$(DEPDIR)/fe-common-irc.Po ./$(DEPDIR)/fe-ctcp.Po \
143	./$(DEPDIR)/fe-events-numeric.Po ./$(DEPDIR)/fe-events.Po \
144	./$(DEPDIR)/fe-irc-channels.Po ./$(DEPDIR)/fe-irc-commands.Po \
145	./$(DEPDIR)/fe-irc-messages.Po ./$(DEPDIR)/fe-irc-queries.Po \
146	./$(DEPDIR)/fe-irc-server.Po ./$(DEPDIR)/fe-ircnet.Po \
147	./$(DEPDIR)/fe-modes.Po ./$(DEPDIR)/fe-netjoin.Po \
148	./$(DEPDIR)/fe-netsplit.Po ./$(DEPDIR)/fe-sasl.Po \
149	./$(DEPDIR)/fe-whois.Po ./$(DEPDIR)/irc-completion.Po \
150	./$(DEPDIR)/irc-modules.Po ./$(DEPDIR)/module-formats.Po
151am__mv = mv -f
152COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
153	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154AM_V_lt = $(am__v_lt_@AM_V@)
155am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
156am__v_lt_0 = --silent
157am__v_lt_1 =
158LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
160	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
161	$(AM_CFLAGS) $(CFLAGS)
162AM_V_CC = $(am__v_CC_@AM_V@)
163am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
164am__v_CC_0 = @echo "  CC      " $@;
165am__v_CC_1 =
166CCLD = $(CC)
167LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
169	$(AM_LDFLAGS) $(LDFLAGS) -o $@
170AM_V_CCLD = $(am__v_CCLD_@AM_V@)
171am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
172am__v_CCLD_0 = @echo "  CCLD    " $@;
173am__v_CCLD_1 =
174SOURCES = $(libfe_common_irc_a_SOURCES)
175DIST_SOURCES = $(libfe_common_irc_a_SOURCES)
176RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
177	ctags-recursive dvi-recursive html-recursive info-recursive \
178	install-data-recursive install-dvi-recursive \
179	install-exec-recursive install-html-recursive \
180	install-info-recursive install-pdf-recursive \
181	install-ps-recursive install-recursive installcheck-recursive \
182	installdirs-recursive pdf-recursive ps-recursive \
183	tags-recursive uninstall-recursive
184am__can_run_installinfo = \
185  case $$AM_UPDATE_INFO_DIR in \
186    n|no|NO) false;; \
187    *) (install-info --version) >/dev/null 2>&1;; \
188  esac
189am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
190am__vpath_adj = case $$p in \
191    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
192    *) f=$$p;; \
193  esac;
194am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
195am__install_max = 40
196am__nobase_strip_setup = \
197  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
198am__nobase_strip = \
199  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
200am__nobase_list = $(am__nobase_strip_setup); \
201  for p in $$list; do echo "$$p $$p"; done | \
202  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
203  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
204    if (++n[$$2] == $(am__install_max)) \
205      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
206    END { for (dir in files) print dir, files[dir] }'
207am__base_list = \
208  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
209  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
210am__uninstall_files_from_dir = { \
211  test -z "$$files" \
212    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
213    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
214         $(am__cd) "$$dir" && rm -f $$files; }; \
215  }
216am__installdirs = "$(DESTDIR)$(pkginc_fe_common_ircdir)"
217HEADERS = $(pkginc_fe_common_irc_HEADERS)
218RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
219  distclean-recursive maintainer-clean-recursive
220am__recursive_targets = \
221  $(RECURSIVE_TARGETS) \
222  $(RECURSIVE_CLEAN_TARGETS) \
223  $(am__extra_recursive_targets)
224AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
225	distdir distdir-am
226am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
227# Read a list of newline-separated strings from the standard input,
228# and print each of them once, without duplicates.  Input order is
229# *not* preserved.
230am__uniquify_input = $(AWK) '\
231  BEGIN { nonempty = 0; } \
232  { items[$$0] = 1; nonempty = 1; } \
233  END { if (nonempty) { for (i in items) print i; }; } \
234'
235# Make sure the list of sources is unique.  This is necessary because,
236# e.g., the same source file might be shared among _SOURCES variables
237# for different programs/libraries.
238am__define_uniq_tagged_files = \
239  list='$(am__tagged_files)'; \
240  unique=`for i in $$list; do \
241    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
242  done | $(am__uniquify_input)`
243ETAGS = etags
244CTAGS = ctags
245DIST_SUBDIRS = $(SUBDIRS)
246am__DIST_COMMON = $(srcdir)/Makefile.in \
247	$(top_srcdir)/build-aux/depcomp
248am__relativize = \
249  dir0=`pwd`; \
250  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
251  sed_rest='s,^[^/]*/*,,'; \
252  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
253  sed_butlast='s,/*[^/]*$$,,'; \
254  while test -n "$$dir1"; do \
255    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
256    if test "$$first" != "."; then \
257      if test "$$first" = ".."; then \
258        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
259        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
260      else \
261        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
262        if test "$$first2" = "$$first"; then \
263          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
264        else \
265          dir2="../$$dir2"; \
266        fi; \
267        dir0="$$dir0"/"$$first"; \
268      fi; \
269    fi; \
270    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
271  done; \
272  reldir="$$dir2"
273ACLOCAL = @ACLOCAL@
274AMTAR = @AMTAR@
275AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
276AR = @AR@
277AUTOCONF = @AUTOCONF@
278AUTOHEADER = @AUTOHEADER@
279AUTOMAKE = @AUTOMAKE@
280AWK = @AWK@
281CC = @CC@
282CCDEPMODE = @CCDEPMODE@
283CFLAGS = @CFLAGS@
284CHAT_MODULES = @CHAT_MODULES@
285COMMON_LIBS = @COMMON_LIBS@
286COMMON_NOUI_LIBS = @COMMON_NOUI_LIBS@
287CPP = @CPP@
288CPPFLAGS = @CPPFLAGS@
289CYGPATH_W = @CYGPATH_W@
290DEFS = @DEFS@
291DEPDIR = @DEPDIR@
292DLLTOOL = @DLLTOOL@
293DSYMUTIL = @DSYMUTIL@
294DUMPBIN = @DUMPBIN@
295ECHO_C = @ECHO_C@
296ECHO_N = @ECHO_N@
297ECHO_T = @ECHO_T@
298EGREP = @EGREP@
299EXEEXT = @EXEEXT@
300FGREP = @FGREP@
301FUZZER_LIBS = @FUZZER_LIBS@
302GLIB_CFLAGS = @GLIB_CFLAGS@
303GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
304GLIB_LIBS = @GLIB_LIBS@
305GLIB_MKENUMS = @GLIB_MKENUMS@
306GOBJECT_QUERY = @GOBJECT_QUERY@
307GREP = @GREP@
308INSTALL = @INSTALL@
309INSTALL_DATA = @INSTALL_DATA@
310INSTALL_PROGRAM = @INSTALL_PROGRAM@
311INSTALL_SCRIPT = @INSTALL_SCRIPT@
312INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
313LD = @LD@
314LDFLAGS = @LDFLAGS@
315LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
316LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
317LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
318LIBOBJS = @LIBOBJS@
319LIBOTR_CFLAGS = @LIBOTR_CFLAGS@
320LIBOTR_LIBS = @LIBOTR_LIBS@
321LIBS = @LIBS@
322LIBTOOL = @LIBTOOL@
323LIPO = @LIPO@
324LN_S = @LN_S@
325LTLIBOBJS = @LTLIBOBJS@
326LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
327MAINT = @MAINT@
328MAKEINFO = @MAKEINFO@
329MANIFEST_TOOL = @MANIFEST_TOOL@
330MKDIR_P = @MKDIR_P@
331NM = @NM@
332NMEDIT = @NMEDIT@
333OBJDUMP = @OBJDUMP@
334OBJEXT = @OBJEXT@
335OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
336OPENSSL_LIBS = @OPENSSL_LIBS@
337OTOOL = @OTOOL@
338OTOOL64 = @OTOOL64@
339OTR_CFLAGS = @OTR_CFLAGS@
340OTR_LDFLAGS = @OTR_LDFLAGS@
341OTR_LINK_FLAGS = @OTR_LINK_FLAGS@
342OTR_LINK_LIBS = @OTR_LINK_LIBS@
343PACKAGE = @PACKAGE@
344PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
345PACKAGE_NAME = @PACKAGE_NAME@
346PACKAGE_STRING = @PACKAGE_STRING@
347PACKAGE_TARNAME = @PACKAGE_TARNAME@
348PACKAGE_URL = @PACKAGE_URL@
349PACKAGE_VERSION = @PACKAGE_VERSION@
350PATH_SEPARATOR = @PATH_SEPARATOR@
351PERL_CFLAGS = @PERL_CFLAGS@
352PERL_EXTRA_OPTS = @PERL_EXTRA_OPTS@
353PERL_FE_LINK_LIBS = @PERL_FE_LINK_LIBS@
354PERL_LDFLAGS = @PERL_LDFLAGS@
355PERL_LINK_FLAGS = @PERL_LINK_FLAGS@
356PERL_LINK_LIBS = @PERL_LINK_LIBS@
357PERL_MM_OPT = @PERL_MM_OPT@
358PERL_MM_PARAMS = @PERL_MM_PARAMS@
359PERL_STATIC_LIBS = @PERL_STATIC_LIBS@
360PERL_USE_LIB = @PERL_USE_LIB@
361PKG_CONFIG = @PKG_CONFIG@
362PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
363PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
364PROG_LIBS = @PROG_LIBS@
365RANLIB = @RANLIB@
366SED = @SED@
367SET_MAKE = @SET_MAKE@
368SHELL = @SHELL@
369STRIP = @STRIP@
370TEXTUI_LIBS = @TEXTUI_LIBS@
371VERSION = @VERSION@
372abs_builddir = @abs_builddir@
373abs_srcdir = @abs_srcdir@
374abs_top_builddir = @abs_top_builddir@
375abs_top_srcdir = @abs_top_srcdir@
376ac_ct_AR = @ac_ct_AR@
377ac_ct_CC = @ac_ct_CC@
378ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
379am__include = @am__include@
380am__leading_dot = @am__leading_dot@
381am__quote = @am__quote@
382am__tar = @am__tar@
383am__untar = @am__untar@
384bindir = @bindir@
385build = @build@
386build_alias = @build_alias@
387build_cpu = @build_cpu@
388build_os = @build_os@
389build_vendor = @build_vendor@
390builddir = @builddir@
391datadir = @datadir@
392datarootdir = @datarootdir@
393docdir = @docdir@
394dvidir = @dvidir@
395exec_prefix = @exec_prefix@
396host = @host@
397host_alias = @host_alias@
398host_cpu = @host_cpu@
399host_os = @host_os@
400host_vendor = @host_vendor@
401htmldir = @htmldir@
402includedir = @includedir@
403infodir = @infodir@
404install_sh = @install_sh@
405installed_test_metadir = @installed_test_metadir@
406installed_testdir = @installed_testdir@
407irc_MODULES = @irc_MODULES@
408libdir = @libdir@
409libexecdir = @libexecdir@
410localedir = @localedir@
411localstatedir = @localstatedir@
412mandir = @mandir@
413mkdir_p = @mkdir_p@
414oldincludedir = @oldincludedir@
415otr_module_lib = @otr_module_lib@
416otr_static_lib = @otr_static_lib@
417pdfdir = @pdfdir@
418perl_module_fe_lib = @perl_module_fe_lib@
419perl_module_lib = @perl_module_lib@
420perl_static_fe_lib = @perl_static_fe_lib@
421perl_static_lib = @perl_static_lib@
422perlpath = @perlpath@
423prefix = @prefix@
424program_transform_name = @program_transform_name@
425psdir = @psdir@
426sbindir = @sbindir@
427sedpath = @sedpath@
428sharedstatedir = @sharedstatedir@
429srcdir = @srcdir@
430sysconfdir = @sysconfdir@
431target_alias = @target_alias@
432top_build_prefix = @top_build_prefix@
433top_builddir = @top_builddir@
434top_srcdir = @top_srcdir@
435SUBDIRS = dcc notifylist
436noinst_LIBRARIES = libfe_common_irc.a
437AM_CPPFLAGS = \
438	-I$(top_builddir) \
439	-I$(top_srcdir)/src \
440	-I$(top_srcdir)/src/core/ \
441	-I$(top_srcdir)/src/irc/core/ \
442	-I$(top_srcdir)/src/fe-common/core/ \
443	$(GLIB_CFLAGS) \
444	-DHELPDIR=\""$(datadir)/irssi/help"\" \
445	-DSYSCONFDIR=\""$(sysconfdir)"\"
446
447real_sources = \
448	fe-irc-channels.c \
449	fe-irc-commands.c \
450	fe-irc-messages.c \
451	fe-irc-queries.c \
452	fe-irc-server.c \
453	fe-ircnet.c \
454	fe-ctcp.c \
455	fe-events.c \
456	fe-events-numeric.c \
457	fe-modes.c \
458	fe-netjoin.c \
459	fe-netsplit.c \
460	fe-common-irc.c \
461	fe-whois.c \
462	fe-sasl.c \
463	fe-cap.c \
464	irc-completion.c \
465	module-formats.c
466
467libfe_common_irc_a_SOURCES = \
468	$(real_sources) \
469        irc-modules.c
470
471pkginc_fe_common_ircdir = $(pkgincludedir)/src/fe-common/irc
472pkginc_fe_common_irc_HEADERS = \
473	fe-irc-server.h \
474	fe-irc-channels.h \
475	module.h \
476	module-formats.h
477
478DISTFILES = $(DIST_COMMON) $(real_sources) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
479all: all-recursive
480
481.SUFFIXES:
482.SUFFIXES: .c .lo .o .obj
483$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
484	@for dep in $?; do \
485	  case '$(am__configure_deps)' in \
486	    *$$dep*) \
487	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
488	        && { if test -f $@; then exit 0; else break; fi; }; \
489	      exit 1;; \
490	  esac; \
491	done; \
492	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/fe-common/irc/Makefile'; \
493	$(am__cd) $(top_srcdir) && \
494	  $(AUTOMAKE) --foreign src/fe-common/irc/Makefile
495Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
496	@case '$?' in \
497	  *config.status*) \
498	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
499	  *) \
500	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
501	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
502	esac;
503
504$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
505	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
506
507$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
508	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
509$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
510	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511$(am__aclocal_m4_deps):
512
513clean-noinstLIBRARIES:
514	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
515
516libfe_common_irc.a: $(libfe_common_irc_a_OBJECTS) $(libfe_common_irc_a_DEPENDENCIES) $(EXTRA_libfe_common_irc_a_DEPENDENCIES)
517	$(AM_V_at)-rm -f libfe_common_irc.a
518	$(AM_V_AR)$(libfe_common_irc_a_AR) libfe_common_irc.a $(libfe_common_irc_a_OBJECTS) $(libfe_common_irc_a_LIBADD)
519	$(AM_V_at)$(RANLIB) libfe_common_irc.a
520
521mostlyclean-compile:
522	-rm -f *.$(OBJEXT)
523
524distclean-compile:
525	-rm -f *.tab.c
526
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-cap.Po@am__quote@ # am--include-marker
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-common-irc.Po@am__quote@ # am--include-marker
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-ctcp.Po@am__quote@ # am--include-marker
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-events-numeric.Po@am__quote@ # am--include-marker
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-events.Po@am__quote@ # am--include-marker
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-irc-channels.Po@am__quote@ # am--include-marker
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-irc-commands.Po@am__quote@ # am--include-marker
534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-irc-messages.Po@am__quote@ # am--include-marker
535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-irc-queries.Po@am__quote@ # am--include-marker
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-irc-server.Po@am__quote@ # am--include-marker
537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-ircnet.Po@am__quote@ # am--include-marker
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-modes.Po@am__quote@ # am--include-marker
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-netjoin.Po@am__quote@ # am--include-marker
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-netsplit.Po@am__quote@ # am--include-marker
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-sasl.Po@am__quote@ # am--include-marker
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fe-whois.Po@am__quote@ # am--include-marker
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-completion.Po@am__quote@ # am--include-marker
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-modules.Po@am__quote@ # am--include-marker
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module-formats.Po@am__quote@ # am--include-marker
546
547$(am__depfiles_remade):
548	@$(MKDIR_P) $(@D)
549	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
550
551am--depfiles: $(am__depfiles_remade)
552
553.c.o:
554@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
555@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
556@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
557@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
558@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
560
561.c.obj:
562@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
563@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
564@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
565@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
566@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
568
569.c.lo:
570@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
571@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
572@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
573@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
574@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
576
577mostlyclean-libtool:
578	-rm -f *.lo
579
580clean-libtool:
581	-rm -rf .libs _libs
582install-pkginc_fe_common_ircHEADERS: $(pkginc_fe_common_irc_HEADERS)
583	@$(NORMAL_INSTALL)
584	@list='$(pkginc_fe_common_irc_HEADERS)'; test -n "$(pkginc_fe_common_ircdir)" || list=; \
585	if test -n "$$list"; then \
586	  echo " $(MKDIR_P) '$(DESTDIR)$(pkginc_fe_common_ircdir)'"; \
587	  $(MKDIR_P) "$(DESTDIR)$(pkginc_fe_common_ircdir)" || exit 1; \
588	fi; \
589	for p in $$list; do \
590	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
591	  echo "$$d$$p"; \
592	done | $(am__base_list) | \
593	while read files; do \
594	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_fe_common_ircdir)'"; \
595	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_fe_common_ircdir)" || exit $$?; \
596	done
597
598uninstall-pkginc_fe_common_ircHEADERS:
599	@$(NORMAL_UNINSTALL)
600	@list='$(pkginc_fe_common_irc_HEADERS)'; test -n "$(pkginc_fe_common_ircdir)" || list=; \
601	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
602	dir='$(DESTDIR)$(pkginc_fe_common_ircdir)'; $(am__uninstall_files_from_dir)
603
604# This directory's subdirectories are mostly independent; you can cd
605# into them and run 'make' without going through this Makefile.
606# To change the values of 'make' variables: instead of editing Makefiles,
607# (1) if the variable is set in 'config.status', edit 'config.status'
608#     (which will cause the Makefiles to be regenerated when you run 'make');
609# (2) otherwise, pass the desired values on the 'make' command line.
610$(am__recursive_targets):
611	@fail=; \
612	if $(am__make_keepgoing); then \
613	  failcom='fail=yes'; \
614	else \
615	  failcom='exit 1'; \
616	fi; \
617	dot_seen=no; \
618	target=`echo $@ | sed s/-recursive//`; \
619	case "$@" in \
620	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
621	  *) list='$(SUBDIRS)' ;; \
622	esac; \
623	for subdir in $$list; do \
624	  echo "Making $$target in $$subdir"; \
625	  if test "$$subdir" = "."; then \
626	    dot_seen=yes; \
627	    local_target="$$target-am"; \
628	  else \
629	    local_target="$$target"; \
630	  fi; \
631	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
632	  || eval $$failcom; \
633	done; \
634	if test "$$dot_seen" = "no"; then \
635	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
636	fi; test -z "$$fail"
637
638ID: $(am__tagged_files)
639	$(am__define_uniq_tagged_files); mkid -fID $$unique
640tags: tags-recursive
641TAGS: tags
642
643tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
644	set x; \
645	here=`pwd`; \
646	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
647	  include_option=--etags-include; \
648	  empty_fix=.; \
649	else \
650	  include_option=--include; \
651	  empty_fix=; \
652	fi; \
653	list='$(SUBDIRS)'; for subdir in $$list; do \
654	  if test "$$subdir" = .; then :; else \
655	    test ! -f $$subdir/TAGS || \
656	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
657	  fi; \
658	done; \
659	$(am__define_uniq_tagged_files); \
660	shift; \
661	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
662	  test -n "$$unique" || unique=$$empty_fix; \
663	  if test $$# -gt 0; then \
664	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
665	      "$$@" $$unique; \
666	  else \
667	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
668	      $$unique; \
669	  fi; \
670	fi
671ctags: ctags-recursive
672
673CTAGS: ctags
674ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
675	$(am__define_uniq_tagged_files); \
676	test -z "$(CTAGS_ARGS)$$unique" \
677	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
678	     $$unique
679
680GTAGS:
681	here=`$(am__cd) $(top_builddir) && pwd` \
682	  && $(am__cd) $(top_srcdir) \
683	  && gtags -i $(GTAGS_ARGS) "$$here"
684cscopelist: cscopelist-recursive
685
686cscopelist-am: $(am__tagged_files)
687	list='$(am__tagged_files)'; \
688	case "$(srcdir)" in \
689	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
690	  *) sdir=$(subdir)/$(srcdir) ;; \
691	esac; \
692	for i in $$list; do \
693	  if test -f "$$i"; then \
694	    echo "$(subdir)/$$i"; \
695	  else \
696	    echo "$$sdir/$$i"; \
697	  fi; \
698	done >> $(top_builddir)/cscope.files
699
700distclean-tags:
701	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
702
703distdir: $(BUILT_SOURCES)
704	$(MAKE) $(AM_MAKEFLAGS) distdir-am
705
706distdir-am: $(DISTFILES)
707	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
708	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
709	list='$(DISTFILES)'; \
710	  dist_files=`for file in $$list; do echo $$file; done | \
711	  sed -e "s|^$$srcdirstrip/||;t" \
712	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
713	case $$dist_files in \
714	  */*) $(MKDIR_P) `echo "$$dist_files" | \
715			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
716			   sort -u` ;; \
717	esac; \
718	for file in $$dist_files; do \
719	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
720	  if test -d $$d/$$file; then \
721	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
722	    if test -d "$(distdir)/$$file"; then \
723	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
724	    fi; \
725	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
726	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
727	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
728	    fi; \
729	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
730	  else \
731	    test -f "$(distdir)/$$file" \
732	    || cp -p $$d/$$file "$(distdir)/$$file" \
733	    || exit 1; \
734	  fi; \
735	done
736	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
737	  if test "$$subdir" = .; then :; else \
738	    $(am__make_dryrun) \
739	      || test -d "$(distdir)/$$subdir" \
740	      || $(MKDIR_P) "$(distdir)/$$subdir" \
741	      || exit 1; \
742	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
743	    $(am__relativize); \
744	    new_distdir=$$reldir; \
745	    dir1=$$subdir; dir2="$(top_distdir)"; \
746	    $(am__relativize); \
747	    new_top_distdir=$$reldir; \
748	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
749	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
750	    ($(am__cd) $$subdir && \
751	      $(MAKE) $(AM_MAKEFLAGS) \
752	        top_distdir="$$new_top_distdir" \
753	        distdir="$$new_distdir" \
754		am__remove_distdir=: \
755		am__skip_length_check=: \
756		am__skip_mode_fix=: \
757	        distdir) \
758	      || exit 1; \
759	  fi; \
760	done
761check-am: all-am
762check: check-recursive
763all-am: Makefile $(LIBRARIES) $(HEADERS)
764installdirs: installdirs-recursive
765installdirs-am:
766	for dir in "$(DESTDIR)$(pkginc_fe_common_ircdir)"; do \
767	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
768	done
769install: install-recursive
770install-exec: install-exec-recursive
771install-data: install-data-recursive
772uninstall: uninstall-recursive
773
774install-am: all-am
775	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
776
777installcheck: installcheck-recursive
778install-strip:
779	if test -z '$(STRIP)'; then \
780	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
781	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
782	      install; \
783	else \
784	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
785	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
786	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
787	fi
788mostlyclean-generic:
789
790clean-generic:
791
792maintainer-clean-generic:
793	@echo "This command is intended for maintainers to use"
794	@echo "it deletes files that may require special tools to rebuild."
795clean: clean-recursive
796
797clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
798	mostlyclean-am
799
800distclean: distclean-recursive
801		-rm -f ./$(DEPDIR)/fe-cap.Po
802	-rm -f ./$(DEPDIR)/fe-common-irc.Po
803	-rm -f ./$(DEPDIR)/fe-ctcp.Po
804	-rm -f ./$(DEPDIR)/fe-events-numeric.Po
805	-rm -f ./$(DEPDIR)/fe-events.Po
806	-rm -f ./$(DEPDIR)/fe-irc-channels.Po
807	-rm -f ./$(DEPDIR)/fe-irc-commands.Po
808	-rm -f ./$(DEPDIR)/fe-irc-messages.Po
809	-rm -f ./$(DEPDIR)/fe-irc-queries.Po
810	-rm -f ./$(DEPDIR)/fe-irc-server.Po
811	-rm -f ./$(DEPDIR)/fe-ircnet.Po
812	-rm -f ./$(DEPDIR)/fe-modes.Po
813	-rm -f ./$(DEPDIR)/fe-netjoin.Po
814	-rm -f ./$(DEPDIR)/fe-netsplit.Po
815	-rm -f ./$(DEPDIR)/fe-sasl.Po
816	-rm -f ./$(DEPDIR)/fe-whois.Po
817	-rm -f ./$(DEPDIR)/irc-completion.Po
818	-rm -f ./$(DEPDIR)/irc-modules.Po
819	-rm -f ./$(DEPDIR)/module-formats.Po
820	-rm -f Makefile
821distclean-am: clean-am distclean-compile distclean-generic \
822	distclean-tags
823
824dvi: dvi-recursive
825
826dvi-am:
827
828html: html-recursive
829
830html-am:
831
832info: info-recursive
833
834info-am:
835
836install-data-am: install-pkginc_fe_common_ircHEADERS
837
838install-dvi: install-dvi-recursive
839
840install-dvi-am:
841
842install-exec-am:
843
844install-html: install-html-recursive
845
846install-html-am:
847
848install-info: install-info-recursive
849
850install-info-am:
851
852install-man:
853
854install-pdf: install-pdf-recursive
855
856install-pdf-am:
857
858install-ps: install-ps-recursive
859
860install-ps-am:
861
862installcheck-am:
863
864maintainer-clean: maintainer-clean-recursive
865		-rm -f ./$(DEPDIR)/fe-cap.Po
866	-rm -f ./$(DEPDIR)/fe-common-irc.Po
867	-rm -f ./$(DEPDIR)/fe-ctcp.Po
868	-rm -f ./$(DEPDIR)/fe-events-numeric.Po
869	-rm -f ./$(DEPDIR)/fe-events.Po
870	-rm -f ./$(DEPDIR)/fe-irc-channels.Po
871	-rm -f ./$(DEPDIR)/fe-irc-commands.Po
872	-rm -f ./$(DEPDIR)/fe-irc-messages.Po
873	-rm -f ./$(DEPDIR)/fe-irc-queries.Po
874	-rm -f ./$(DEPDIR)/fe-irc-server.Po
875	-rm -f ./$(DEPDIR)/fe-ircnet.Po
876	-rm -f ./$(DEPDIR)/fe-modes.Po
877	-rm -f ./$(DEPDIR)/fe-netjoin.Po
878	-rm -f ./$(DEPDIR)/fe-netsplit.Po
879	-rm -f ./$(DEPDIR)/fe-sasl.Po
880	-rm -f ./$(DEPDIR)/fe-whois.Po
881	-rm -f ./$(DEPDIR)/irc-completion.Po
882	-rm -f ./$(DEPDIR)/irc-modules.Po
883	-rm -f ./$(DEPDIR)/module-formats.Po
884	-rm -f Makefile
885maintainer-clean-am: distclean-am maintainer-clean-generic
886
887mostlyclean: mostlyclean-recursive
888
889mostlyclean-am: mostlyclean-compile mostlyclean-generic \
890	mostlyclean-libtool
891
892pdf: pdf-recursive
893
894pdf-am:
895
896ps: ps-recursive
897
898ps-am:
899
900uninstall-am: uninstall-pkginc_fe_common_ircHEADERS
901
902.MAKE: $(am__recursive_targets) install-am install-strip
903
904.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
905	am--depfiles check check-am clean clean-generic clean-libtool \
906	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
907	distclean-compile distclean-generic distclean-libtool \
908	distclean-tags distdir dvi dvi-am html html-am info info-am \
909	install install-am install-data install-data-am install-dvi \
910	install-dvi-am install-exec install-exec-am install-html \
911	install-html-am install-info install-info-am install-man \
912	install-pdf install-pdf-am install-pkginc_fe_common_ircHEADERS \
913	install-ps install-ps-am install-strip installcheck \
914	installcheck-am installdirs installdirs-am maintainer-clean \
915	maintainer-clean-generic mostlyclean mostlyclean-compile \
916	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
917	tags tags-am uninstall uninstall-am \
918	uninstall-pkginc_fe_common_ircHEADERS
919
920.PRECIOUS: Makefile
921
922
923distclean-generic:
924	rm -f irc-modules.c
925
926# Tell versions [3.59,3.63) of GNU make to not export all variables.
927# Otherwise a system limit (for SysV at least) may be exceeded.
928.NOEXPORT:
929