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/irc/notifylist
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_irc_notifylist_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 =
114libirc_notifylist_a_AR = $(AR) $(ARFLAGS)
115libirc_notifylist_a_LIBADD =
116am_libirc_notifylist_a_OBJECTS = notifylist.$(OBJEXT) \
117	notify-commands.$(OBJEXT) notify-ison.$(OBJEXT) \
118	notify-setup.$(OBJEXT) notify-whois.$(OBJEXT)
119libirc_notifylist_a_OBJECTS = $(am_libirc_notifylist_a_OBJECTS)
120AM_V_P = $(am__v_P_@AM_V@)
121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122am__v_P_0 = false
123am__v_P_1 = :
124AM_V_GEN = $(am__v_GEN_@AM_V@)
125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126am__v_GEN_0 = @echo "  GEN     " $@;
127am__v_GEN_1 =
128AM_V_at = $(am__v_at_@AM_V@)
129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130am__v_at_0 = @
131am__v_at_1 =
132DEFAULT_INCLUDES =
133depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
134am__maybe_remake_depfiles = depfiles
135am__depfiles_remade = ./$(DEPDIR)/notify-commands.Po \
136	./$(DEPDIR)/notify-ison.Po ./$(DEPDIR)/notify-setup.Po \
137	./$(DEPDIR)/notify-whois.Po ./$(DEPDIR)/notifylist.Po
138am__mv = mv -f
139COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141AM_V_lt = $(am__v_lt_@AM_V@)
142am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143am__v_lt_0 = --silent
144am__v_lt_1 =
145LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
147	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
148	$(AM_CFLAGS) $(CFLAGS)
149AM_V_CC = $(am__v_CC_@AM_V@)
150am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
151am__v_CC_0 = @echo "  CC      " $@;
152am__v_CC_1 =
153CCLD = $(CC)
154LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
156	$(AM_LDFLAGS) $(LDFLAGS) -o $@
157AM_V_CCLD = $(am__v_CCLD_@AM_V@)
158am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
159am__v_CCLD_0 = @echo "  CCLD    " $@;
160am__v_CCLD_1 =
161SOURCES = $(libirc_notifylist_a_SOURCES)
162DIST_SOURCES = $(libirc_notifylist_a_SOURCES)
163am__can_run_installinfo = \
164  case $$AM_UPDATE_INFO_DIR in \
165    n|no|NO) false;; \
166    *) (install-info --version) >/dev/null 2>&1;; \
167  esac
168am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
169am__vpath_adj = case $$p in \
170    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
171    *) f=$$p;; \
172  esac;
173am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
174am__install_max = 40
175am__nobase_strip_setup = \
176  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
177am__nobase_strip = \
178  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
179am__nobase_list = $(am__nobase_strip_setup); \
180  for p in $$list; do echo "$$p $$p"; done | \
181  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
182  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
183    if (++n[$$2] == $(am__install_max)) \
184      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
185    END { for (dir in files) print dir, files[dir] }'
186am__base_list = \
187  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
188  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
189am__uninstall_files_from_dir = { \
190  test -z "$$files" \
191    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
192    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
193         $(am__cd) "$$dir" && rm -f $$files; }; \
194  }
195am__installdirs = "$(DESTDIR)$(pkginc_irc_notifylistdir)"
196HEADERS = $(pkginc_irc_notifylist_HEADERS)
197am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
198# Read a list of newline-separated strings from the standard input,
199# and print each of them once, without duplicates.  Input order is
200# *not* preserved.
201am__uniquify_input = $(AWK) '\
202  BEGIN { nonempty = 0; } \
203  { items[$$0] = 1; nonempty = 1; } \
204  END { if (nonempty) { for (i in items) print i; }; } \
205'
206# Make sure the list of sources is unique.  This is necessary because,
207# e.g., the same source file might be shared among _SOURCES variables
208# for different programs/libraries.
209am__define_uniq_tagged_files = \
210  list='$(am__tagged_files)'; \
211  unique=`for i in $$list; do \
212    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213  done | $(am__uniquify_input)`
214ETAGS = etags
215CTAGS = ctags
216am__DIST_COMMON = $(srcdir)/Makefile.in \
217	$(top_srcdir)/build-aux/depcomp
218DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
219ACLOCAL = @ACLOCAL@
220AMTAR = @AMTAR@
221AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222AR = @AR@
223AUTOCONF = @AUTOCONF@
224AUTOHEADER = @AUTOHEADER@
225AUTOMAKE = @AUTOMAKE@
226AWK = @AWK@
227CC = @CC@
228CCDEPMODE = @CCDEPMODE@
229CFLAGS = @CFLAGS@
230CHAT_MODULES = @CHAT_MODULES@
231COMMON_LIBS = @COMMON_LIBS@
232COMMON_NOUI_LIBS = @COMMON_NOUI_LIBS@
233CPP = @CPP@
234CPPFLAGS = @CPPFLAGS@
235CYGPATH_W = @CYGPATH_W@
236DEFS = @DEFS@
237DEPDIR = @DEPDIR@
238DLLTOOL = @DLLTOOL@
239DSYMUTIL = @DSYMUTIL@
240DUMPBIN = @DUMPBIN@
241ECHO_C = @ECHO_C@
242ECHO_N = @ECHO_N@
243ECHO_T = @ECHO_T@
244EGREP = @EGREP@
245EXEEXT = @EXEEXT@
246FGREP = @FGREP@
247FUZZER_LIBS = @FUZZER_LIBS@
248GLIB_CFLAGS = @GLIB_CFLAGS@
249GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
250GLIB_LIBS = @GLIB_LIBS@
251GLIB_MKENUMS = @GLIB_MKENUMS@
252GOBJECT_QUERY = @GOBJECT_QUERY@
253GREP = @GREP@
254INSTALL = @INSTALL@
255INSTALL_DATA = @INSTALL_DATA@
256INSTALL_PROGRAM = @INSTALL_PROGRAM@
257INSTALL_SCRIPT = @INSTALL_SCRIPT@
258INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
259LD = @LD@
260LDFLAGS = @LDFLAGS@
261LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
262LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
263LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
264LIBOBJS = @LIBOBJS@
265LIBOTR_CFLAGS = @LIBOTR_CFLAGS@
266LIBOTR_LIBS = @LIBOTR_LIBS@
267LIBS = @LIBS@
268LIBTOOL = @LIBTOOL@
269LIPO = @LIPO@
270LN_S = @LN_S@
271LTLIBOBJS = @LTLIBOBJS@
272LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
273MAINT = @MAINT@
274MAKEINFO = @MAKEINFO@
275MANIFEST_TOOL = @MANIFEST_TOOL@
276MKDIR_P = @MKDIR_P@
277NM = @NM@
278NMEDIT = @NMEDIT@
279OBJDUMP = @OBJDUMP@
280OBJEXT = @OBJEXT@
281OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
282OPENSSL_LIBS = @OPENSSL_LIBS@
283OTOOL = @OTOOL@
284OTOOL64 = @OTOOL64@
285OTR_CFLAGS = @OTR_CFLAGS@
286OTR_LDFLAGS = @OTR_LDFLAGS@
287OTR_LINK_FLAGS = @OTR_LINK_FLAGS@
288OTR_LINK_LIBS = @OTR_LINK_LIBS@
289PACKAGE = @PACKAGE@
290PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
291PACKAGE_NAME = @PACKAGE_NAME@
292PACKAGE_STRING = @PACKAGE_STRING@
293PACKAGE_TARNAME = @PACKAGE_TARNAME@
294PACKAGE_URL = @PACKAGE_URL@
295PACKAGE_VERSION = @PACKAGE_VERSION@
296PATH_SEPARATOR = @PATH_SEPARATOR@
297PERL_CFLAGS = @PERL_CFLAGS@
298PERL_EXTRA_OPTS = @PERL_EXTRA_OPTS@
299PERL_FE_LINK_LIBS = @PERL_FE_LINK_LIBS@
300PERL_LDFLAGS = @PERL_LDFLAGS@
301PERL_LINK_FLAGS = @PERL_LINK_FLAGS@
302PERL_LINK_LIBS = @PERL_LINK_LIBS@
303PERL_MM_OPT = @PERL_MM_OPT@
304PERL_MM_PARAMS = @PERL_MM_PARAMS@
305PERL_STATIC_LIBS = @PERL_STATIC_LIBS@
306PERL_USE_LIB = @PERL_USE_LIB@
307PKG_CONFIG = @PKG_CONFIG@
308PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
309PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
310PROG_LIBS = @PROG_LIBS@
311RANLIB = @RANLIB@
312SED = @SED@
313SET_MAKE = @SET_MAKE@
314SHELL = @SHELL@
315STRIP = @STRIP@
316TEXTUI_LIBS = @TEXTUI_LIBS@
317VERSION = @VERSION@
318abs_builddir = @abs_builddir@
319abs_srcdir = @abs_srcdir@
320abs_top_builddir = @abs_top_builddir@
321abs_top_srcdir = @abs_top_srcdir@
322ac_ct_AR = @ac_ct_AR@
323ac_ct_CC = @ac_ct_CC@
324ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
325am__include = @am__include@
326am__leading_dot = @am__leading_dot@
327am__quote = @am__quote@
328am__tar = @am__tar@
329am__untar = @am__untar@
330bindir = @bindir@
331build = @build@
332build_alias = @build_alias@
333build_cpu = @build_cpu@
334build_os = @build_os@
335build_vendor = @build_vendor@
336builddir = @builddir@
337datadir = @datadir@
338datarootdir = @datarootdir@
339docdir = @docdir@
340dvidir = @dvidir@
341exec_prefix = @exec_prefix@
342host = @host@
343host_alias = @host_alias@
344host_cpu = @host_cpu@
345host_os = @host_os@
346host_vendor = @host_vendor@
347htmldir = @htmldir@
348includedir = @includedir@
349infodir = @infodir@
350install_sh = @install_sh@
351installed_test_metadir = @installed_test_metadir@
352installed_testdir = @installed_testdir@
353irc_MODULES = @irc_MODULES@
354libdir = @libdir@
355libexecdir = @libexecdir@
356localedir = @localedir@
357localstatedir = @localstatedir@
358mandir = @mandir@
359mkdir_p = @mkdir_p@
360oldincludedir = @oldincludedir@
361otr_module_lib = @otr_module_lib@
362otr_static_lib = @otr_static_lib@
363pdfdir = @pdfdir@
364perl_module_fe_lib = @perl_module_fe_lib@
365perl_module_lib = @perl_module_lib@
366perl_static_fe_lib = @perl_static_fe_lib@
367perl_static_lib = @perl_static_lib@
368perlpath = @perlpath@
369prefix = @prefix@
370program_transform_name = @program_transform_name@
371psdir = @psdir@
372sbindir = @sbindir@
373sedpath = @sedpath@
374sharedstatedir = @sharedstatedir@
375srcdir = @srcdir@
376sysconfdir = @sysconfdir@
377target_alias = @target_alias@
378top_build_prefix = @top_build_prefix@
379top_builddir = @top_builddir@
380top_srcdir = @top_srcdir@
381noinst_LIBRARIES = libirc_notifylist.a
382AM_CPPFLAGS = \
383	-I$(top_builddir) \
384	-I$(top_srcdir)/src \
385	-I$(top_srcdir)/src/core/ \
386	-I$(top_srcdir)/src/irc/core/ \
387	$(GLIB_CFLAGS)
388
389libirc_notifylist_a_SOURCES = \
390	notifylist.c \
391	notify-commands.c \
392	notify-ison.c \
393	notify-setup.c \
394	notify-whois.c
395
396pkginc_irc_notifylistdir = $(pkgincludedir)/src/irc/notifylist
397pkginc_irc_notifylist_HEADERS = \
398	notifylist.h \
399	notify-setup.h \
400	module.h
401
402all: all-am
403
404.SUFFIXES:
405.SUFFIXES: .c .lo .o .obj
406$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
407	@for dep in $?; do \
408	  case '$(am__configure_deps)' in \
409	    *$$dep*) \
410	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
411	        && { if test -f $@; then exit 0; else break; fi; }; \
412	      exit 1;; \
413	  esac; \
414	done; \
415	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/irc/notifylist/Makefile'; \
416	$(am__cd) $(top_srcdir) && \
417	  $(AUTOMAKE) --foreign src/irc/notifylist/Makefile
418Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419	@case '$?' in \
420	  *config.status*) \
421	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
422	  *) \
423	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
424	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
425	esac;
426
427$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
428	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
429
430$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
431	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
433	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434$(am__aclocal_m4_deps):
435
436clean-noinstLIBRARIES:
437	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
438
439libirc_notifylist.a: $(libirc_notifylist_a_OBJECTS) $(libirc_notifylist_a_DEPENDENCIES) $(EXTRA_libirc_notifylist_a_DEPENDENCIES)
440	$(AM_V_at)-rm -f libirc_notifylist.a
441	$(AM_V_AR)$(libirc_notifylist_a_AR) libirc_notifylist.a $(libirc_notifylist_a_OBJECTS) $(libirc_notifylist_a_LIBADD)
442	$(AM_V_at)$(RANLIB) libirc_notifylist.a
443
444mostlyclean-compile:
445	-rm -f *.$(OBJEXT)
446
447distclean-compile:
448	-rm -f *.tab.c
449
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify-commands.Po@am__quote@ # am--include-marker
451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify-ison.Po@am__quote@ # am--include-marker
452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify-setup.Po@am__quote@ # am--include-marker
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify-whois.Po@am__quote@ # am--include-marker
454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notifylist.Po@am__quote@ # am--include-marker
455
456$(am__depfiles_remade):
457	@$(MKDIR_P) $(@D)
458	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
459
460am--depfiles: $(am__depfiles_remade)
461
462.c.o:
463@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
464@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
465@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
466@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
467@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
469
470.c.obj:
471@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
472@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
473@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
474@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
475@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
477
478.c.lo:
479@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
480@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
481@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
482@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
483@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
485
486mostlyclean-libtool:
487	-rm -f *.lo
488
489clean-libtool:
490	-rm -rf .libs _libs
491install-pkginc_irc_notifylistHEADERS: $(pkginc_irc_notifylist_HEADERS)
492	@$(NORMAL_INSTALL)
493	@list='$(pkginc_irc_notifylist_HEADERS)'; test -n "$(pkginc_irc_notifylistdir)" || list=; \
494	if test -n "$$list"; then \
495	  echo " $(MKDIR_P) '$(DESTDIR)$(pkginc_irc_notifylistdir)'"; \
496	  $(MKDIR_P) "$(DESTDIR)$(pkginc_irc_notifylistdir)" || exit 1; \
497	fi; \
498	for p in $$list; do \
499	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
500	  echo "$$d$$p"; \
501	done | $(am__base_list) | \
502	while read files; do \
503	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_irc_notifylistdir)'"; \
504	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_irc_notifylistdir)" || exit $$?; \
505	done
506
507uninstall-pkginc_irc_notifylistHEADERS:
508	@$(NORMAL_UNINSTALL)
509	@list='$(pkginc_irc_notifylist_HEADERS)'; test -n "$(pkginc_irc_notifylistdir)" || list=; \
510	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
511	dir='$(DESTDIR)$(pkginc_irc_notifylistdir)'; $(am__uninstall_files_from_dir)
512
513ID: $(am__tagged_files)
514	$(am__define_uniq_tagged_files); mkid -fID $$unique
515tags: tags-am
516TAGS: tags
517
518tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
519	set x; \
520	here=`pwd`; \
521	$(am__define_uniq_tagged_files); \
522	shift; \
523	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
524	  test -n "$$unique" || unique=$$empty_fix; \
525	  if test $$# -gt 0; then \
526	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527	      "$$@" $$unique; \
528	  else \
529	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530	      $$unique; \
531	  fi; \
532	fi
533ctags: ctags-am
534
535CTAGS: ctags
536ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
537	$(am__define_uniq_tagged_files); \
538	test -z "$(CTAGS_ARGS)$$unique" \
539	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
540	     $$unique
541
542GTAGS:
543	here=`$(am__cd) $(top_builddir) && pwd` \
544	  && $(am__cd) $(top_srcdir) \
545	  && gtags -i $(GTAGS_ARGS) "$$here"
546cscopelist: cscopelist-am
547
548cscopelist-am: $(am__tagged_files)
549	list='$(am__tagged_files)'; \
550	case "$(srcdir)" in \
551	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
552	  *) sdir=$(subdir)/$(srcdir) ;; \
553	esac; \
554	for i in $$list; do \
555	  if test -f "$$i"; then \
556	    echo "$(subdir)/$$i"; \
557	  else \
558	    echo "$$sdir/$$i"; \
559	  fi; \
560	done >> $(top_builddir)/cscope.files
561
562distclean-tags:
563	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
564
565distdir: $(BUILT_SOURCES)
566	$(MAKE) $(AM_MAKEFLAGS) distdir-am
567
568distdir-am: $(DISTFILES)
569	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571	list='$(DISTFILES)'; \
572	  dist_files=`for file in $$list; do echo $$file; done | \
573	  sed -e "s|^$$srcdirstrip/||;t" \
574	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
575	case $$dist_files in \
576	  */*) $(MKDIR_P) `echo "$$dist_files" | \
577			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
578			   sort -u` ;; \
579	esac; \
580	for file in $$dist_files; do \
581	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
582	  if test -d $$d/$$file; then \
583	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
584	    if test -d "$(distdir)/$$file"; then \
585	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586	    fi; \
587	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
588	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
589	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590	    fi; \
591	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
592	  else \
593	    test -f "$(distdir)/$$file" \
594	    || cp -p $$d/$$file "$(distdir)/$$file" \
595	    || exit 1; \
596	  fi; \
597	done
598check-am: all-am
599check: check-am
600all-am: Makefile $(LIBRARIES) $(HEADERS)
601installdirs:
602	for dir in "$(DESTDIR)$(pkginc_irc_notifylistdir)"; do \
603	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
604	done
605install: install-am
606install-exec: install-exec-am
607install-data: install-data-am
608uninstall: uninstall-am
609
610install-am: all-am
611	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
612
613installcheck: installcheck-am
614install-strip:
615	if test -z '$(STRIP)'; then \
616	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618	      install; \
619	else \
620	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
621	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
622	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
623	fi
624mostlyclean-generic:
625
626clean-generic:
627
628distclean-generic:
629	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
630	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
631
632maintainer-clean-generic:
633	@echo "This command is intended for maintainers to use"
634	@echo "it deletes files that may require special tools to rebuild."
635clean: clean-am
636
637clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
638	mostlyclean-am
639
640distclean: distclean-am
641		-rm -f ./$(DEPDIR)/notify-commands.Po
642	-rm -f ./$(DEPDIR)/notify-ison.Po
643	-rm -f ./$(DEPDIR)/notify-setup.Po
644	-rm -f ./$(DEPDIR)/notify-whois.Po
645	-rm -f ./$(DEPDIR)/notifylist.Po
646	-rm -f Makefile
647distclean-am: clean-am distclean-compile distclean-generic \
648	distclean-tags
649
650dvi: dvi-am
651
652dvi-am:
653
654html: html-am
655
656html-am:
657
658info: info-am
659
660info-am:
661
662install-data-am: install-pkginc_irc_notifylistHEADERS
663
664install-dvi: install-dvi-am
665
666install-dvi-am:
667
668install-exec-am:
669
670install-html: install-html-am
671
672install-html-am:
673
674install-info: install-info-am
675
676install-info-am:
677
678install-man:
679
680install-pdf: install-pdf-am
681
682install-pdf-am:
683
684install-ps: install-ps-am
685
686install-ps-am:
687
688installcheck-am:
689
690maintainer-clean: maintainer-clean-am
691		-rm -f ./$(DEPDIR)/notify-commands.Po
692	-rm -f ./$(DEPDIR)/notify-ison.Po
693	-rm -f ./$(DEPDIR)/notify-setup.Po
694	-rm -f ./$(DEPDIR)/notify-whois.Po
695	-rm -f ./$(DEPDIR)/notifylist.Po
696	-rm -f Makefile
697maintainer-clean-am: distclean-am maintainer-clean-generic
698
699mostlyclean: mostlyclean-am
700
701mostlyclean-am: mostlyclean-compile mostlyclean-generic \
702	mostlyclean-libtool
703
704pdf: pdf-am
705
706pdf-am:
707
708ps: ps-am
709
710ps-am:
711
712uninstall-am: uninstall-pkginc_irc_notifylistHEADERS
713
714.MAKE: install-am install-strip
715
716.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
717	clean-generic clean-libtool clean-noinstLIBRARIES \
718	cscopelist-am ctags ctags-am distclean distclean-compile \
719	distclean-generic distclean-libtool distclean-tags distdir dvi \
720	dvi-am html html-am info info-am install install-am \
721	install-data install-data-am install-dvi install-dvi-am \
722	install-exec install-exec-am install-html install-html-am \
723	install-info install-info-am install-man install-pdf \
724	install-pdf-am install-pkginc_irc_notifylistHEADERS install-ps \
725	install-ps-am install-strip installcheck installcheck-am \
726	installdirs maintainer-clean maintainer-clean-generic \
727	mostlyclean mostlyclean-compile mostlyclean-generic \
728	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
729	uninstall-am uninstall-pkginc_irc_notifylistHEADERS
730
731.PRECIOUS: Makefile
732
733
734# Tell versions [3.59,3.63) of GNU make to not export all variables.
735# Otherwise a system limit (for SysV at least) may be exceeded.
736.NOEXPORT:
737