~ubuntu-branches/ubuntu/trusty/xchat-gnome/trusty-updates

« back to all changes in this revision

Viewing changes to src/common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-05 12:27:58 UTC
  • mfrom: (1.1.19 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110705122758-bkl6xii0ebfddtmh
Tags: 1:0.30.0~git20100421.29cc76-1ubuntu1
* Merge with Debian unstable, remaining changes: (LP: #773847)
  - debian/control:
    - add Build-Depends on liblaunchpad-integration-dev.
    - xchat-gnome Suggests: xchat-gnome-indicator.
  - debian/patches/02_lpi.patch: add Launchpad integration items to the help
    menu
  - debian/patches/10_xchat-gnome-close-event.patch: add events for window
    close.
  - debian/patches/04_autojoin_ubuntu_chan.patch: add the Ubuntu network
    as default selection and default to autojoining #ubuntu.
  - debian/patches/20_add_gui_focus.patch: implement GUI focus from XChat.
  - debian/patches/51_freenode_default_port_8001.patch: Drop ports 666x
    for FreeNode to workaround a possible DCC exploit.
  - debian/patches/95_apturl-support.patch: support apt://-urls.
  - debian/watch: also look for unstable versions
  - debian/xchat-gnome.gconf-defaults: Set the default enabled plugins,
    indicator, netmonitor, and notifyosd.
* debian/patches/52_no_zero_width_pixmaps.patch: dropped, applied upstream.
* debian/patches/98_ice_depends_for_eggsmclient.patch: replaced by
  01_link_libice.patch.
* debian/control: remove duplicate entry in Build-Depends for intltool.
* debian/xchat-gnome.install: also install the xchat-gnome.desktop file from
  /usr/share/applications in xchat-gnome rather than xchat-gnome-common.
  (LP: #374686)
* debian/rules: update the xchat-gnome-common binary-install target to not
  keep a duplicate copy of the xchat-gnome.desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
@ENABLE_DBUS_TRUE@am__append_1 = dbus
38
 
@USE_OPENSSL_TRUE@am__append_2 = \
39
 
@USE_OPENSSL_TRUE@      ssl.c                                   \
40
 
@USE_OPENSSL_TRUE@      ssl.h
41
 
 
42
 
@ENABLE_DBUS_TRUE@am__append_3 = \
43
 
@ENABLE_DBUS_TRUE@      -I$(top_builddir)/src/common/dbus
44
 
 
45
 
@ENABLE_DBUS_TRUE@am__append_4 = \
46
 
@ENABLE_DBUS_TRUE@      $(top_builddir)/src/common/dbus/libxchatdbus.la
47
 
 
48
 
subdir = src/common
49
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
50
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
52
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
53
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
54
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
55
 
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/acinclude.m4 \
56
 
        $(top_srcdir)/configure.ac
57
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
 
        $(ACLOCAL_M4)
59
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
60
 
CONFIG_HEADER = $(top_builddir)/config.h
61
 
CONFIG_CLEAN_FILES =
62
 
CONFIG_CLEAN_VPATH_FILES =
63
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
64
 
libxchatcommon_la_DEPENDENCIES = $(am__append_4)
65
 
am__libxchatcommon_la_SOURCES_DIST = cfgfiles.c cfgfiles.h ctcp.c \
66
 
        ctcp.h dcc.c dcc.h fe.h history.c history.h ignore.c ignore.h \
67
 
        inbound.c inbound.h inet.h modes.c modes.h network.c network.h \
68
 
        notify.c notify.h outbound.c outbound.h plugin-timer.c \
69
 
        plugin-timer.h plugin.c plugin.h proto-irc.c proto-irc.h \
70
 
        server.c server.h servlist.c servlist.h text.c text.h \
71
 
        textenums.h textevents.h tree.c tree.h url.c url.h userlist.c \
72
 
        userlist.h util.c util.h xchat-plugin.h xchat.c xchat.h \
73
 
        xchatc.h ssl.c ssl.h
74
 
@USE_OPENSSL_TRUE@am__objects_1 = libxchatcommon_la-ssl.lo
75
 
am_libxchatcommon_la_OBJECTS = libxchatcommon_la-cfgfiles.lo \
76
 
        libxchatcommon_la-ctcp.lo libxchatcommon_la-dcc.lo \
77
 
        libxchatcommon_la-history.lo libxchatcommon_la-ignore.lo \
78
 
        libxchatcommon_la-inbound.lo libxchatcommon_la-modes.lo \
79
 
        libxchatcommon_la-network.lo libxchatcommon_la-notify.lo \
80
 
        libxchatcommon_la-outbound.lo \
81
 
        libxchatcommon_la-plugin-timer.lo libxchatcommon_la-plugin.lo \
82
 
        libxchatcommon_la-proto-irc.lo libxchatcommon_la-server.lo \
83
 
        libxchatcommon_la-servlist.lo libxchatcommon_la-text.lo \
84
 
        libxchatcommon_la-tree.lo libxchatcommon_la-url.lo \
85
 
        libxchatcommon_la-userlist.lo libxchatcommon_la-util.lo \
86
 
        libxchatcommon_la-xchat.lo $(am__objects_1)
87
 
libxchatcommon_la_OBJECTS = $(am_libxchatcommon_la_OBJECTS)
88
 
AM_V_lt = $(am__v_lt_$(V))
89
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
90
 
am__v_lt_0 = --silent
91
 
libxchatcommon_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
92
 
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
93
 
        $(libxchatcommon_la_CFLAGS) $(CFLAGS) \
94
 
        $(libxchatcommon_la_LDFLAGS) $(LDFLAGS) -o $@
95
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
96
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
97
 
am__depfiles_maybe = depfiles
98
 
am__mv = mv -f
99
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
102
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
103
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
104
 
        $(AM_CFLAGS) $(CFLAGS)
105
 
AM_V_CC = $(am__v_CC_$(V))
106
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
107
 
am__v_CC_0 = @echo "  CC    " $@;
108
 
AM_V_at = $(am__v_at_$(V))
109
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
110
 
am__v_at_0 = @
111
 
CCLD = $(CC)
112
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
113
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
114
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
115
 
AM_V_CCLD = $(am__v_CCLD_$(V))
116
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
117
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
118
 
AM_V_GEN = $(am__v_GEN_$(V))
119
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
120
 
am__v_GEN_0 = @echo "  GEN   " $@;
121
 
SOURCES = $(libxchatcommon_la_SOURCES)
122
 
DIST_SOURCES = $(am__libxchatcommon_la_SOURCES_DIST)
123
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
124
 
        html-recursive info-recursive install-data-recursive \
125
 
        install-dvi-recursive install-exec-recursive \
126
 
        install-html-recursive install-info-recursive \
127
 
        install-pdf-recursive install-ps-recursive install-recursive \
128
 
        installcheck-recursive installdirs-recursive pdf-recursive \
129
 
        ps-recursive uninstall-recursive
130
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
131
 
  distclean-recursive maintainer-clean-recursive
132
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
133
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
134
 
        distdir
135
 
ETAGS = etags
136
 
CTAGS = ctags
137
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
 
am__relativize = \
139
 
  dir0=`pwd`; \
140
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
141
 
  sed_rest='s,^[^/]*/*,,'; \
142
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
143
 
  sed_butlast='s,/*[^/]*$$,,'; \
144
 
  while test -n "$$dir1"; do \
145
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
146
 
    if test "$$first" != "."; then \
147
 
      if test "$$first" = ".."; then \
148
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
149
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
150
 
      else \
151
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
152
 
        if test "$$first2" = "$$first"; then \
153
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
154
 
        else \
155
 
          dir2="../$$dir2"; \
156
 
        fi; \
157
 
        dir0="$$dir0"/"$$first"; \
158
 
      fi; \
159
 
    fi; \
160
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
161
 
  done; \
162
 
  reldir="$$dir2"
163
 
ACLOCAL = @ACLOCAL@
164
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
165
 
ALL_LINGUAS = @ALL_LINGUAS@
166
 
AMTAR = @AMTAR@
167
 
AM_CFLAGS = @AM_CFLAGS@
168
 
AM_CPPFLAGS = @AM_CPPFLAGS@
169
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
170
 
AM_LDFLAGS = @AM_LDFLAGS@
171
 
AR = @AR@
172
 
AUTOCONF = @AUTOCONF@
173
 
AUTOHEADER = @AUTOHEADER@
174
 
AUTOMAKE = @AUTOMAKE@
175
 
AWK = @AWK@
176
 
BUILD_PLUGINS = @BUILD_PLUGINS@
177
 
CATALOGS = @CATALOGS@
178
 
CATOBJEXT = @CATOBJEXT@
179
 
CC = @CC@
180
 
CCAS = @CCAS@
181
 
CCASDEPMODE = @CCASDEPMODE@
182
 
CCASFLAGS = @CCASFLAGS@
183
 
CCDEPMODE = @CCDEPMODE@
184
 
CFLAGS = @CFLAGS@
185
 
CPP = @CPP@
186
 
CPPFLAGS = @CPPFLAGS@
187
 
CYGPATH_W = @CYGPATH_W@
188
 
DATADIR = @DATADIR@
189
 
DATADIRNAME = @DATADIRNAME@
190
 
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
191
 
DBUS_CFLAGS = @DBUS_CFLAGS@
192
 
DBUS_LIBS = @DBUS_LIBS@
193
 
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
194
 
DEFS = @DEFS@
195
 
DEPDIR = @DEPDIR@
196
 
DEPENDENCIES_CFLAGS = @DEPENDENCIES_CFLAGS@
197
 
DEPENDENCIES_LIBS = @DEPENDENCIES_LIBS@
198
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
199
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
200
 
DIST_PLUGINS = @DIST_PLUGINS@
201
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
202
 
DSYMUTIL = @DSYMUTIL@
203
 
DUMPBIN = @DUMPBIN@
204
 
ECHO_C = @ECHO_C@
205
 
ECHO_N = @ECHO_N@
206
 
ECHO_T = @ECHO_T@
207
 
EGG_SMCLIENT_CFLAGS = @EGG_SMCLIENT_CFLAGS@
208
 
EGG_SMCLIENT_LIBS = @EGG_SMCLIENT_LIBS@
209
 
EGREP = @EGREP@
210
 
EXEEXT = @EXEEXT@
211
 
FGREP = @FGREP@
212
 
GCONFTOOL = @GCONFTOOL@
213
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
214
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
215
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
216
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
217
 
GMOFILES = @GMOFILES@
218
 
GMSGFMT = @GMSGFMT@
219
 
GREP = @GREP@
220
 
HELP_DIR = @HELP_DIR@
221
 
INSTALL = @INSTALL@
222
 
INSTALL_DATA = @INSTALL_DATA@
223
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
224
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
225
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
226
 
INSTOBJEXT = @INSTOBJEXT@
227
 
INTLLIBS = @INTLLIBS@
228
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
229
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
230
 
INTLTOOL_PERL = @INTLTOOL_PERL@
231
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
232
 
LD = @LD@
233
 
LDFLAGS = @LDFLAGS@
234
 
LIBCANBERRAGTK_CFLAGS = @LIBCANBERRAGTK_CFLAGS@
235
 
LIBCANBERRAGTK_LIBS = @LIBCANBERRAGTK_LIBS@
236
 
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
237
 
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
238
 
LIBOBJS = @LIBOBJS@
239
 
LIBS = @LIBS@
240
 
LIBTOOL = @LIBTOOL@
241
 
LIPO = @LIPO@
242
 
LN_S = @LN_S@
243
 
LTLIBOBJS = @LTLIBOBJS@
244
 
MAINT = @MAINT@
245
 
MAKEINFO = @MAKEINFO@
246
 
MKDIR_P = @MKDIR_P@
247
 
MKINSTALLDIRS = @MKINSTALLDIRS@
248
 
MSGFMT = @MSGFMT@
249
 
MSGFMT_OPTS = @MSGFMT_OPTS@
250
 
MSGMERGE = @MSGMERGE@
251
 
NM = @NM@
252
 
NMEDIT = @NMEDIT@
253
 
OBJDUMP = @OBJDUMP@
254
 
OBJEXT = @OBJEXT@
255
 
OMF_DIR = @OMF_DIR@
256
 
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
257
 
OPENSSL_LIBS = @OPENSSL_LIBS@
258
 
OTOOL = @OTOOL@
259
 
OTOOL64 = @OTOOL64@
260
 
PACKAGE = @PACKAGE@
261
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
262
 
PACKAGE_NAME = @PACKAGE_NAME@
263
 
PACKAGE_STRING = @PACKAGE_STRING@
264
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
265
 
PACKAGE_URL = @PACKAGE_URL@
266
 
PACKAGE_VERSION = @PACKAGE_VERSION@
267
 
PATH_SEPARATOR = @PATH_SEPARATOR@
268
 
PERL = @PERL@
269
 
PERL_CFLAGS = @PERL_CFLAGS@
270
 
PERL_LDFLAGS = @PERL_LDFLAGS@
271
 
PKG_CONFIG = @PKG_CONFIG@
272
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274
 
POFILES = @POFILES@
275
 
POSUB = @POSUB@
276
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
277
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
278
 
PYTHON = @PYTHON@
279
 
PYTHON_CFLAGS = @PYTHON_CFLAGS@
280
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
281
 
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
282
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
283
 
PYTHON_LIBS = @PYTHON_LIBS@
284
 
PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
285
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
286
 
PYTHON_PREFIX = @PYTHON_PREFIX@
287
 
PYTHON_VERSION = @PYTHON_VERSION@
288
 
RANLIB = @RANLIB@
289
 
SED = @SED@
290
 
SET_MAKE = @SET_MAKE@
291
 
SHELL = @SHELL@
292
 
STRIP = @STRIP@
293
 
TCL_CFLAGS = @TCL_CFLAGS@
294
 
TCL_LIBS = @TCL_LIBS@
295
 
USE_NLS = @USE_NLS@
296
 
VERSION = @VERSION@
297
 
WARN_CFLAGS = @WARN_CFLAGS@
298
 
XGETTEXT = @XGETTEXT@
299
 
abs_builddir = @abs_builddir@
300
 
abs_srcdir = @abs_srcdir@
301
 
abs_top_builddir = @abs_top_builddir@
302
 
abs_top_srcdir = @abs_top_srcdir@
303
 
ac_ct_CC = @ac_ct_CC@
304
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
305
 
am__include = @am__include@
306
 
am__leading_dot = @am__leading_dot@
307
 
am__quote = @am__quote@
308
 
am__tar = @am__tar@
309
 
am__untar = @am__untar@
310
 
bindir = @bindir@
311
 
build = @build@
312
 
build_alias = @build_alias@
313
 
build_cpu = @build_cpu@
314
 
build_os = @build_os@
315
 
build_vendor = @build_vendor@
316
 
builddir = @builddir@
317
 
datadir = @datadir@
318
 
datarootdir = @datarootdir@
319
 
docdir = @docdir@
320
 
dvidir = @dvidir@
321
 
exec_prefix = @exec_prefix@
322
 
host = @host@
323
 
host_alias = @host_alias@
324
 
host_cpu = @host_cpu@
325
 
host_os = @host_os@
326
 
host_vendor = @host_vendor@
327
 
htmldir = @htmldir@
328
 
includedir = @includedir@
329
 
infodir = @infodir@
330
 
install_sh = @install_sh@
331
 
libdir = @libdir@
332
 
libexecdir = @libexecdir@
333
 
localedir = @localedir@
334
 
localstatedir = @localstatedir@
335
 
lt_ECHO = @lt_ECHO@
336
 
mandir = @mandir@
337
 
mkdir_p = @mkdir_p@
338
 
oldincludedir = @oldincludedir@
339
 
pdfdir = @pdfdir@
340
 
pkgpyexecdir = @pkgpyexecdir@
341
 
pkgpythondir = @pkgpythondir@
342
 
prefix = @prefix@
343
 
program_transform_name = @program_transform_name@
344
 
psdir = @psdir@
345
 
pyexecdir = @pyexecdir@
346
 
pythondir = @pythondir@
347
 
sbindir = @sbindir@
348
 
sharedstatedir = @sharedstatedir@
349
 
srcdir = @srcdir@
350
 
sysconfdir = @sysconfdir@
351
 
target_alias = @target_alias@
352
 
top_build_prefix = @top_build_prefix@
353
 
top_builddir = @top_builddir@
354
 
top_srcdir = @top_srcdir@
355
 
SUBDIRS = $(am__append_1)
356
 
DIST_SUBDIRS = dbus
357
 
noinst_LTLIBRARIES = libxchatcommon.la
358
 
libxchatcommon_la_SOURCES = cfgfiles.c cfgfiles.h ctcp.c ctcp.h dcc.c \
359
 
        dcc.h fe.h history.c history.h ignore.c ignore.h inbound.c \
360
 
        inbound.h inet.h modes.c modes.h network.c network.h notify.c \
361
 
        notify.h outbound.c outbound.h plugin-timer.c plugin-timer.h \
362
 
        plugin.c plugin.h proto-irc.c proto-irc.h server.c server.h \
363
 
        servlist.c servlist.h text.c text.h textenums.h textevents.h \
364
 
        tree.c tree.h url.c url.h userlist.c userlist.h util.c util.h \
365
 
        xchat-plugin.h xchat.c xchat.h xchatc.h $(am__append_2)
366
 
libxchatcommon_la_CPPFLAGS = \
367
 
        -DXCHATLIBDIR="\"$(pkglibdir)\""        \
368
 
        $(AM_CPPFLAGS)
369
 
 
370
 
libxchatcommon_la_CFLAGS = -I$(top_srcdir)/src/common \
371
 
        $(DEPENDENCIES_CFLAGS) $(OPENSSL_CFLAGS) $(AM_CFLAGS) \
372
 
        $(am__append_3)
373
 
libxchatcommon_la_LDFLAGS = \
374
 
        -static                                 \
375
 
        $(AM_LDFLAGS)
376
 
 
377
 
libxchatcommon_la_LIBADD = $(am__append_4)
378
 
all: all-recursive
379
 
 
380
 
.SUFFIXES:
381
 
.SUFFIXES: .c .lo .o .obj
382
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
383
 
        @for dep in $?; do \
384
 
          case '$(am__configure_deps)' in \
385
 
            *$$dep*) \
386
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
387
 
                && { if test -f $@; then exit 0; else break; fi; }; \
388
 
              exit 1;; \
389
 
          esac; \
390
 
        done; \
391
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/common/Makefile'; \
392
 
        $(am__cd) $(top_srcdir) && \
393
 
          $(AUTOMAKE) --foreign src/common/Makefile
394
 
.PRECIOUS: Makefile
395
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396
 
        @case '$?' in \
397
 
          *config.status*) \
398
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
399
 
          *) \
400
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
401
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
402
 
        esac;
403
 
 
404
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406
 
 
407
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
408
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
410
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411
 
$(am__aclocal_m4_deps):
412
 
 
413
 
clean-noinstLTLIBRARIES:
414
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
415
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
416
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
417
 
          test "$$dir" != "$$p" || dir=.; \
418
 
          echo "rm -f \"$${dir}/so_locations\""; \
419
 
          rm -f "$${dir}/so_locations"; \
420
 
        done
421
 
libxchatcommon.la: $(libxchatcommon_la_OBJECTS) $(libxchatcommon_la_DEPENDENCIES) 
422
 
        $(AM_V_CCLD)$(libxchatcommon_la_LINK)  $(libxchatcommon_la_OBJECTS) $(libxchatcommon_la_LIBADD) $(LIBS)
423
 
 
424
 
mostlyclean-compile:
425
 
        -rm -f *.$(OBJEXT)
426
 
 
427
 
distclean-compile:
428
 
        -rm -f *.tab.c
429
 
 
430
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-cfgfiles.Plo@am__quote@
431
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-ctcp.Plo@am__quote@
432
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-dcc.Plo@am__quote@
433
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-history.Plo@am__quote@
434
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-ignore.Plo@am__quote@
435
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-inbound.Plo@am__quote@
436
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-modes.Plo@am__quote@
437
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-network.Plo@am__quote@
438
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-notify.Plo@am__quote@
439
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-outbound.Plo@am__quote@
440
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-plugin-timer.Plo@am__quote@
441
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-plugin.Plo@am__quote@
442
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-proto-irc.Plo@am__quote@
443
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-server.Plo@am__quote@
444
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-servlist.Plo@am__quote@
445
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-ssl.Plo@am__quote@
446
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-text.Plo@am__quote@
447
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-tree.Plo@am__quote@
448
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-url.Plo@am__quote@
449
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-userlist.Plo@am__quote@
450
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-util.Plo@am__quote@
451
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxchatcommon_la-xchat.Plo@am__quote@
452
 
 
453
 
.c.o:
454
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
455
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
456
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
457
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
458
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
459
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460
 
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
461
 
 
462
 
.c.obj:
463
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
464
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
465
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
466
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
467
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469
 
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
470
 
 
471
 
.c.lo:
472
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
473
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
474
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
475
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
476
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
477
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
479
 
 
480
 
libxchatcommon_la-cfgfiles.lo: cfgfiles.c
481
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-cfgfiles.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-cfgfiles.Tpo -c -o libxchatcommon_la-cfgfiles.lo `test -f 'cfgfiles.c' || echo '$(srcdir)/'`cfgfiles.c
482
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-cfgfiles.Tpo $(DEPDIR)/libxchatcommon_la-cfgfiles.Plo
483
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
484
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cfgfiles.c' object='libxchatcommon_la-cfgfiles.lo' libtool=yes @AMDEPBACKSLASH@
485
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-cfgfiles.lo `test -f 'cfgfiles.c' || echo '$(srcdir)/'`cfgfiles.c
487
 
 
488
 
libxchatcommon_la-ctcp.lo: ctcp.c
489
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-ctcp.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-ctcp.Tpo -c -o libxchatcommon_la-ctcp.lo `test -f 'ctcp.c' || echo '$(srcdir)/'`ctcp.c
490
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-ctcp.Tpo $(DEPDIR)/libxchatcommon_la-ctcp.Plo
491
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
492
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ctcp.c' object='libxchatcommon_la-ctcp.lo' libtool=yes @AMDEPBACKSLASH@
493
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-ctcp.lo `test -f 'ctcp.c' || echo '$(srcdir)/'`ctcp.c
495
 
 
496
 
libxchatcommon_la-dcc.lo: dcc.c
497
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-dcc.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-dcc.Tpo -c -o libxchatcommon_la-dcc.lo `test -f 'dcc.c' || echo '$(srcdir)/'`dcc.c
498
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-dcc.Tpo $(DEPDIR)/libxchatcommon_la-dcc.Plo
499
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
500
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dcc.c' object='libxchatcommon_la-dcc.lo' libtool=yes @AMDEPBACKSLASH@
501
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-dcc.lo `test -f 'dcc.c' || echo '$(srcdir)/'`dcc.c
503
 
 
504
 
libxchatcommon_la-history.lo: history.c
505
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-history.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-history.Tpo -c -o libxchatcommon_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
506
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-history.Tpo $(DEPDIR)/libxchatcommon_la-history.Plo
507
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
508
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='history.c' object='libxchatcommon_la-history.lo' libtool=yes @AMDEPBACKSLASH@
509
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
511
 
 
512
 
libxchatcommon_la-ignore.lo: ignore.c
513
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-ignore.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-ignore.Tpo -c -o libxchatcommon_la-ignore.lo `test -f 'ignore.c' || echo '$(srcdir)/'`ignore.c
514
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-ignore.Tpo $(DEPDIR)/libxchatcommon_la-ignore.Plo
515
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
516
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ignore.c' object='libxchatcommon_la-ignore.lo' libtool=yes @AMDEPBACKSLASH@
517
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-ignore.lo `test -f 'ignore.c' || echo '$(srcdir)/'`ignore.c
519
 
 
520
 
libxchatcommon_la-inbound.lo: inbound.c
521
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-inbound.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-inbound.Tpo -c -o libxchatcommon_la-inbound.lo `test -f 'inbound.c' || echo '$(srcdir)/'`inbound.c
522
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-inbound.Tpo $(DEPDIR)/libxchatcommon_la-inbound.Plo
523
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
524
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='inbound.c' object='libxchatcommon_la-inbound.lo' libtool=yes @AMDEPBACKSLASH@
525
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-inbound.lo `test -f 'inbound.c' || echo '$(srcdir)/'`inbound.c
527
 
 
528
 
libxchatcommon_la-modes.lo: modes.c
529
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-modes.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-modes.Tpo -c -o libxchatcommon_la-modes.lo `test -f 'modes.c' || echo '$(srcdir)/'`modes.c
530
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-modes.Tpo $(DEPDIR)/libxchatcommon_la-modes.Plo
531
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
532
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='modes.c' object='libxchatcommon_la-modes.lo' libtool=yes @AMDEPBACKSLASH@
533
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-modes.lo `test -f 'modes.c' || echo '$(srcdir)/'`modes.c
535
 
 
536
 
libxchatcommon_la-network.lo: network.c
537
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-network.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-network.Tpo -c -o libxchatcommon_la-network.lo `test -f 'network.c' || echo '$(srcdir)/'`network.c
538
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-network.Tpo $(DEPDIR)/libxchatcommon_la-network.Plo
539
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
540
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='network.c' object='libxchatcommon_la-network.lo' libtool=yes @AMDEPBACKSLASH@
541
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-network.lo `test -f 'network.c' || echo '$(srcdir)/'`network.c
543
 
 
544
 
libxchatcommon_la-notify.lo: notify.c
545
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-notify.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-notify.Tpo -c -o libxchatcommon_la-notify.lo `test -f 'notify.c' || echo '$(srcdir)/'`notify.c
546
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-notify.Tpo $(DEPDIR)/libxchatcommon_la-notify.Plo
547
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
548
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='notify.c' object='libxchatcommon_la-notify.lo' libtool=yes @AMDEPBACKSLASH@
549
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-notify.lo `test -f 'notify.c' || echo '$(srcdir)/'`notify.c
551
 
 
552
 
libxchatcommon_la-outbound.lo: outbound.c
553
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-outbound.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-outbound.Tpo -c -o libxchatcommon_la-outbound.lo `test -f 'outbound.c' || echo '$(srcdir)/'`outbound.c
554
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-outbound.Tpo $(DEPDIR)/libxchatcommon_la-outbound.Plo
555
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
556
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='outbound.c' object='libxchatcommon_la-outbound.lo' libtool=yes @AMDEPBACKSLASH@
557
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-outbound.lo `test -f 'outbound.c' || echo '$(srcdir)/'`outbound.c
559
 
 
560
 
libxchatcommon_la-plugin-timer.lo: plugin-timer.c
561
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-plugin-timer.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-plugin-timer.Tpo -c -o libxchatcommon_la-plugin-timer.lo `test -f 'plugin-timer.c' || echo '$(srcdir)/'`plugin-timer.c
562
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-plugin-timer.Tpo $(DEPDIR)/libxchatcommon_la-plugin-timer.Plo
563
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
564
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plugin-timer.c' object='libxchatcommon_la-plugin-timer.lo' libtool=yes @AMDEPBACKSLASH@
565
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-plugin-timer.lo `test -f 'plugin-timer.c' || echo '$(srcdir)/'`plugin-timer.c
567
 
 
568
 
libxchatcommon_la-plugin.lo: plugin.c
569
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-plugin.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-plugin.Tpo -c -o libxchatcommon_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
570
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-plugin.Tpo $(DEPDIR)/libxchatcommon_la-plugin.Plo
571
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
572
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plugin.c' object='libxchatcommon_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
573
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
575
 
 
576
 
libxchatcommon_la-proto-irc.lo: proto-irc.c
577
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-proto-irc.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-proto-irc.Tpo -c -o libxchatcommon_la-proto-irc.lo `test -f 'proto-irc.c' || echo '$(srcdir)/'`proto-irc.c
578
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-proto-irc.Tpo $(DEPDIR)/libxchatcommon_la-proto-irc.Plo
579
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
580
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='proto-irc.c' object='libxchatcommon_la-proto-irc.lo' libtool=yes @AMDEPBACKSLASH@
581
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-proto-irc.lo `test -f 'proto-irc.c' || echo '$(srcdir)/'`proto-irc.c
583
 
 
584
 
libxchatcommon_la-server.lo: server.c
585
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-server.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-server.Tpo -c -o libxchatcommon_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c
586
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-server.Tpo $(DEPDIR)/libxchatcommon_la-server.Plo
587
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
588
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='server.c' object='libxchatcommon_la-server.lo' libtool=yes @AMDEPBACKSLASH@
589
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c
591
 
 
592
 
libxchatcommon_la-servlist.lo: servlist.c
593
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-servlist.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-servlist.Tpo -c -o libxchatcommon_la-servlist.lo `test -f 'servlist.c' || echo '$(srcdir)/'`servlist.c
594
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-servlist.Tpo $(DEPDIR)/libxchatcommon_la-servlist.Plo
595
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
596
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='servlist.c' object='libxchatcommon_la-servlist.lo' libtool=yes @AMDEPBACKSLASH@
597
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-servlist.lo `test -f 'servlist.c' || echo '$(srcdir)/'`servlist.c
599
 
 
600
 
libxchatcommon_la-text.lo: text.c
601
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-text.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-text.Tpo -c -o libxchatcommon_la-text.lo `test -f 'text.c' || echo '$(srcdir)/'`text.c
602
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-text.Tpo $(DEPDIR)/libxchatcommon_la-text.Plo
603
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
604
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='text.c' object='libxchatcommon_la-text.lo' libtool=yes @AMDEPBACKSLASH@
605
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
606
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-text.lo `test -f 'text.c' || echo '$(srcdir)/'`text.c
607
 
 
608
 
libxchatcommon_la-tree.lo: tree.c
609
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-tree.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-tree.Tpo -c -o libxchatcommon_la-tree.lo `test -f 'tree.c' || echo '$(srcdir)/'`tree.c
610
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-tree.Tpo $(DEPDIR)/libxchatcommon_la-tree.Plo
611
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
612
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tree.c' object='libxchatcommon_la-tree.lo' libtool=yes @AMDEPBACKSLASH@
613
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
614
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-tree.lo `test -f 'tree.c' || echo '$(srcdir)/'`tree.c
615
 
 
616
 
libxchatcommon_la-url.lo: url.c
617
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-url.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-url.Tpo -c -o libxchatcommon_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
618
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-url.Tpo $(DEPDIR)/libxchatcommon_la-url.Plo
619
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
620
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='url.c' object='libxchatcommon_la-url.lo' libtool=yes @AMDEPBACKSLASH@
621
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-url.lo `test -f 'url.c' || echo '$(srcdir)/'`url.c
623
 
 
624
 
libxchatcommon_la-userlist.lo: userlist.c
625
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-userlist.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-userlist.Tpo -c -o libxchatcommon_la-userlist.lo `test -f 'userlist.c' || echo '$(srcdir)/'`userlist.c
626
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-userlist.Tpo $(DEPDIR)/libxchatcommon_la-userlist.Plo
627
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
628
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='userlist.c' object='libxchatcommon_la-userlist.lo' libtool=yes @AMDEPBACKSLASH@
629
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-userlist.lo `test -f 'userlist.c' || echo '$(srcdir)/'`userlist.c
631
 
 
632
 
libxchatcommon_la-util.lo: util.c
633
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-util.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-util.Tpo -c -o libxchatcommon_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
634
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-util.Tpo $(DEPDIR)/libxchatcommon_la-util.Plo
635
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
636
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='util.c' object='libxchatcommon_la-util.lo' libtool=yes @AMDEPBACKSLASH@
637
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
639
 
 
640
 
libxchatcommon_la-xchat.lo: xchat.c
641
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-xchat.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-xchat.Tpo -c -o libxchatcommon_la-xchat.lo `test -f 'xchat.c' || echo '$(srcdir)/'`xchat.c
642
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-xchat.Tpo $(DEPDIR)/libxchatcommon_la-xchat.Plo
643
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
644
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xchat.c' object='libxchatcommon_la-xchat.lo' libtool=yes @AMDEPBACKSLASH@
645
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
646
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-xchat.lo `test -f 'xchat.c' || echo '$(srcdir)/'`xchat.c
647
 
 
648
 
libxchatcommon_la-ssl.lo: ssl.c
649
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -MT libxchatcommon_la-ssl.lo -MD -MP -MF $(DEPDIR)/libxchatcommon_la-ssl.Tpo -c -o libxchatcommon_la-ssl.lo `test -f 'ssl.c' || echo '$(srcdir)/'`ssl.c
650
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxchatcommon_la-ssl.Tpo $(DEPDIR)/libxchatcommon_la-ssl.Plo
651
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
652
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ssl.c' object='libxchatcommon_la-ssl.lo' libtool=yes @AMDEPBACKSLASH@
653
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxchatcommon_la_CPPFLAGS) $(CPPFLAGS) $(libxchatcommon_la_CFLAGS) $(CFLAGS) -c -o libxchatcommon_la-ssl.lo `test -f 'ssl.c' || echo '$(srcdir)/'`ssl.c
655
 
 
656
 
mostlyclean-libtool:
657
 
        -rm -f *.lo
658
 
 
659
 
clean-libtool:
660
 
        -rm -rf .libs _libs
661
 
 
662
 
# This directory's subdirectories are mostly independent; you can cd
663
 
# into them and run `make' without going through this Makefile.
664
 
# To change the values of `make' variables: instead of editing Makefiles,
665
 
# (1) if the variable is set in `config.status', edit `config.status'
666
 
#     (which will cause the Makefiles to be regenerated when you run `make');
667
 
# (2) otherwise, pass the desired values on the `make' command line.
668
 
$(RECURSIVE_TARGETS):
669
 
        @fail= failcom='exit 1'; \
670
 
        for f in x $$MAKEFLAGS; do \
671
 
          case $$f in \
672
 
            *=* | --[!k]*);; \
673
 
            *k*) failcom='fail=yes';; \
674
 
          esac; \
675
 
        done; \
676
 
        dot_seen=no; \
677
 
        target=`echo $@ | sed s/-recursive//`; \
678
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
679
 
          echo "Making $$target in $$subdir"; \
680
 
          if test "$$subdir" = "."; then \
681
 
            dot_seen=yes; \
682
 
            local_target="$$target-am"; \
683
 
          else \
684
 
            local_target="$$target"; \
685
 
          fi; \
686
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
687
 
          || eval $$failcom; \
688
 
        done; \
689
 
        if test "$$dot_seen" = "no"; then \
690
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
691
 
        fi; test -z "$$fail"
692
 
 
693
 
$(RECURSIVE_CLEAN_TARGETS):
694
 
        @fail= failcom='exit 1'; \
695
 
        for f in x $$MAKEFLAGS; do \
696
 
          case $$f in \
697
 
            *=* | --[!k]*);; \
698
 
            *k*) failcom='fail=yes';; \
699
 
          esac; \
700
 
        done; \
701
 
        dot_seen=no; \
702
 
        case "$@" in \
703
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
704
 
          *) list='$(SUBDIRS)' ;; \
705
 
        esac; \
706
 
        rev=''; for subdir in $$list; do \
707
 
          if test "$$subdir" = "."; then :; else \
708
 
            rev="$$subdir $$rev"; \
709
 
          fi; \
710
 
        done; \
711
 
        rev="$$rev ."; \
712
 
        target=`echo $@ | sed s/-recursive//`; \
713
 
        for subdir in $$rev; do \
714
 
          echo "Making $$target in $$subdir"; \
715
 
          if test "$$subdir" = "."; then \
716
 
            local_target="$$target-am"; \
717
 
          else \
718
 
            local_target="$$target"; \
719
 
          fi; \
720
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
721
 
          || eval $$failcom; \
722
 
        done && test -z "$$fail"
723
 
tags-recursive:
724
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
725
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
726
 
        done
727
 
ctags-recursive:
728
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
729
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
730
 
        done
731
 
 
732
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
733
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
734
 
        unique=`for i in $$list; do \
735
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
736
 
          done | \
737
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
738
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
739
 
        mkid -fID $$unique
740
 
tags: TAGS
741
 
 
742
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
743
 
                $(TAGS_FILES) $(LISP)
744
 
        set x; \
745
 
        here=`pwd`; \
746
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
747
 
          include_option=--etags-include; \
748
 
          empty_fix=.; \
749
 
        else \
750
 
          include_option=--include; \
751
 
          empty_fix=; \
752
 
        fi; \
753
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
754
 
          if test "$$subdir" = .; then :; else \
755
 
            test ! -f $$subdir/TAGS || \
756
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
757
 
          fi; \
758
 
        done; \
759
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
760
 
        unique=`for i in $$list; do \
761
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
762
 
          done | \
763
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
764
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
765
 
        shift; \
766
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
767
 
          test -n "$$unique" || unique=$$empty_fix; \
768
 
          if test $$# -gt 0; then \
769
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
770
 
              "$$@" $$unique; \
771
 
          else \
772
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
773
 
              $$unique; \
774
 
          fi; \
775
 
        fi
776
 
ctags: CTAGS
777
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
778
 
                $(TAGS_FILES) $(LISP)
779
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
780
 
        unique=`for i in $$list; do \
781
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
782
 
          done | \
783
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
784
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
785
 
        test -z "$(CTAGS_ARGS)$$unique" \
786
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
787
 
             $$unique
788
 
 
789
 
GTAGS:
790
 
        here=`$(am__cd) $(top_builddir) && pwd` \
791
 
          && $(am__cd) $(top_srcdir) \
792
 
          && gtags -i $(GTAGS_ARGS) "$$here"
793
 
 
794
 
distclean-tags:
795
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
796
 
 
797
 
distdir: $(DISTFILES)
798
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
799
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
800
 
        list='$(DISTFILES)'; \
801
 
          dist_files=`for file in $$list; do echo $$file; done | \
802
 
          sed -e "s|^$$srcdirstrip/||;t" \
803
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
804
 
        case $$dist_files in \
805
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
806
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
807
 
                           sort -u` ;; \
808
 
        esac; \
809
 
        for file in $$dist_files; do \
810
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
811
 
          if test -d $$d/$$file; then \
812
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
813
 
            if test -d "$(distdir)/$$file"; then \
814
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
815
 
            fi; \
816
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
817
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
818
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
819
 
            fi; \
820
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
821
 
          else \
822
 
            test -f "$(distdir)/$$file" \
823
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
824
 
            || exit 1; \
825
 
          fi; \
826
 
        done
827
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
828
 
          if test "$$subdir" = .; then :; else \
829
 
            test -d "$(distdir)/$$subdir" \
830
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
831
 
            || exit 1; \
832
 
          fi; \
833
 
        done
834
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
835
 
          if test "$$subdir" = .; then :; else \
836
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
837
 
            $(am__relativize); \
838
 
            new_distdir=$$reldir; \
839
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
840
 
            $(am__relativize); \
841
 
            new_top_distdir=$$reldir; \
842
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
843
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
844
 
            ($(am__cd) $$subdir && \
845
 
              $(MAKE) $(AM_MAKEFLAGS) \
846
 
                top_distdir="$$new_top_distdir" \
847
 
                distdir="$$new_distdir" \
848
 
                am__remove_distdir=: \
849
 
                am__skip_length_check=: \
850
 
                am__skip_mode_fix=: \
851
 
                distdir) \
852
 
              || exit 1; \
853
 
          fi; \
854
 
        done
855
 
check-am: all-am
856
 
check: check-recursive
857
 
all-am: Makefile $(LTLIBRARIES)
858
 
installdirs: installdirs-recursive
859
 
installdirs-am:
860
 
install: install-recursive
861
 
install-exec: install-exec-recursive
862
 
install-data: install-data-recursive
863
 
uninstall: uninstall-recursive
864
 
 
865
 
install-am: all-am
866
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
867
 
 
868
 
installcheck: installcheck-recursive
869
 
install-strip:
870
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
871
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
872
 
          `test -z '$(STRIP)' || \
873
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
874
 
mostlyclean-generic:
875
 
 
876
 
clean-generic:
877
 
 
878
 
distclean-generic:
879
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
880
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
881
 
 
882
 
maintainer-clean-generic:
883
 
        @echo "This command is intended for maintainers to use"
884
 
        @echo "it deletes files that may require special tools to rebuild."
885
 
clean: clean-recursive
886
 
 
887
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
888
 
        mostlyclean-am
889
 
 
890
 
distclean: distclean-recursive
891
 
        -rm -rf ./$(DEPDIR)
892
 
        -rm -f Makefile
893
 
distclean-am: clean-am distclean-compile distclean-generic \
894
 
        distclean-tags
895
 
 
896
 
dvi: dvi-recursive
897
 
 
898
 
dvi-am:
899
 
 
900
 
html: html-recursive
901
 
 
902
 
html-am:
903
 
 
904
 
info: info-recursive
905
 
 
906
 
info-am:
907
 
 
908
 
install-data-am:
909
 
 
910
 
install-dvi: install-dvi-recursive
911
 
 
912
 
install-dvi-am:
913
 
 
914
 
install-exec-am:
915
 
 
916
 
install-html: install-html-recursive
917
 
 
918
 
install-html-am:
919
 
 
920
 
install-info: install-info-recursive
921
 
 
922
 
install-info-am:
923
 
 
924
 
install-man:
925
 
 
926
 
install-pdf: install-pdf-recursive
927
 
 
928
 
install-pdf-am:
929
 
 
930
 
install-ps: install-ps-recursive
931
 
 
932
 
install-ps-am:
933
 
 
934
 
installcheck-am:
935
 
 
936
 
maintainer-clean: maintainer-clean-recursive
937
 
        -rm -rf ./$(DEPDIR)
938
 
        -rm -f Makefile
939
 
maintainer-clean-am: distclean-am maintainer-clean-generic
940
 
 
941
 
mostlyclean: mostlyclean-recursive
942
 
 
943
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
944
 
        mostlyclean-libtool
945
 
 
946
 
pdf: pdf-recursive
947
 
 
948
 
pdf-am:
949
 
 
950
 
ps: ps-recursive
951
 
 
952
 
ps-am:
953
 
 
954
 
uninstall-am:
955
 
 
956
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
957
 
        install-am install-strip tags-recursive
958
 
 
959
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
960
 
        all all-am check check-am clean clean-generic clean-libtool \
961
 
        clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
962
 
        distclean-compile distclean-generic distclean-libtool \
963
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
964
 
        install install-am install-data install-data-am install-dvi \
965
 
        install-dvi-am install-exec install-exec-am install-html \
966
 
        install-html-am install-info install-info-am install-man \
967
 
        install-pdf install-pdf-am install-ps install-ps-am \
968
 
        install-strip installcheck installcheck-am installdirs \
969
 
        installdirs-am maintainer-clean maintainer-clean-generic \
970
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
971
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
972
 
        uninstall uninstall-am
973
 
 
974
 
 
975
 
textevents: make-te
976
 
        ./make-te < textevents.in > textevents.h 2> textenums.h
977
 
 
978
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
979
 
# Otherwise a system limit (for SysV at least) may be exceeded.
980
 
.NOEXPORT: