~ubuntu-branches/ubuntu/precise/nautilus-sendto-universe/precise

« back to all changes in this revision

Viewing changes to src/plugins/gaim/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-07-30 23:31:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730233120-ut3baoo6lde6q9gk
Tags: 1.1.6-0ubuntu1
* New upstream release. (LP: #377192)
* debian/control
  - Remove libglade2-dev build dependency.
  - Bump version of libgtk2.0-dev build dependency to 2.12.
  - Remove empathy related build dependencies.
  - Update description to remove empathy references.
* debian/nautilus-sendto-universe.install
  - Remove empathy plugin.
* debian/patches/10_fix_empathy_2.26.patch
  - Remove. Not needed anymore.
* debian/README.Debian.
  - Update to remove empathy references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
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
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
 
install_sh_DATA = $(install_sh) -c -m 644
23
 
install_sh_PROGRAM = $(install_sh) -c
24
 
install_sh_SCRIPT = $(install_sh) -c
25
 
INSTALL_HEADER = $(INSTALL_DATA)
26
 
transform = $(program_transform_name)
27
 
NORMAL_INSTALL = :
28
 
PRE_INSTALL = :
29
 
POST_INSTALL = :
30
 
NORMAL_UNINSTALL = :
31
 
PRE_UNINSTALL = :
32
 
POST_UNINSTALL = :
33
 
build_triplet = @build@
34
 
host_triplet = @host@
35
 
subdir = src/plugins/gaim
36
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
39
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
 
        $(ACLOCAL_M4)
41
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
 
CONFIG_HEADER = $(top_builddir)/config.h
43
 
CONFIG_CLEAN_FILES =
44
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45
 
am__vpath_adj = case $$p in \
46
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47
 
    *) f=$$p;; \
48
 
  esac;
49
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50
 
am__installdirs = "$(DESTDIR)$(plugindir)"
51
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
52
 
LTLIBRARIES = $(plugin_LTLIBRARIES)
53
 
am__DEPENDENCIES_1 =
54
 
libnstgaim_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
55
 
am_libnstgaim_la_OBJECTS = gaim.lo
56
 
libnstgaim_la_OBJECTS = $(am_libnstgaim_la_OBJECTS)
57
 
libnstgaim_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
58
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
59
 
        $(libnstgaim_la_LDFLAGS) $(LDFLAGS) -o $@
60
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
 
am__depfiles_maybe = depfiles
63
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
 
CCLD = $(CC)
69
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
71
 
        $(LDFLAGS) -o $@
72
 
SOURCES = $(libnstgaim_la_SOURCES)
73
 
DIST_SOURCES = $(libnstgaim_la_SOURCES)
74
 
ETAGS = etags
75
 
CTAGS = ctags
76
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
 
ACLOCAL = @ACLOCAL@
78
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
79
 
ALL_LINGUAS = @ALL_LINGUAS@
80
 
ALL_PLUGINS = @ALL_PLUGINS@
81
 
AMTAR = @AMTAR@
82
 
AR = @AR@
83
 
AUTOCONF = @AUTOCONF@
84
 
AUTOHEADER = @AUTOHEADER@
85
 
AUTOMAKE = @AUTOMAKE@
86
 
AWK = @AWK@
87
 
BLUETOOTH_CFLAGS = @BLUETOOTH_CFLAGS@
88
 
BLUETOOTH_LIBS = @BLUETOOTH_LIBS@
89
 
BLUETOOTH_REQUIRED = @BLUETOOTH_REQUIRED@
90
 
CATALOGS = @CATALOGS@
91
 
CATOBJEXT = @CATOBJEXT@
92
 
CC = @CC@
93
 
CCDEPMODE = @CCDEPMODE@
94
 
CFLAGS = @CFLAGS@
95
 
CPP = @CPP@
96
 
CPPFLAGS = @CPPFLAGS@
97
 
CXX = @CXX@
98
 
CXXCPP = @CXXCPP@
99
 
CXXDEPMODE = @CXXDEPMODE@
100
 
CXXFLAGS = @CXXFLAGS@
101
 
CYGPATH_W = @CYGPATH_W@
102
 
DATADIRNAME = @DATADIRNAME@
103
 
DBUS_CFLAGS = @DBUS_CFLAGS@
104
 
DBUS_LIBS = @DBUS_LIBS@
105
 
DBUS_REQUIRED = @DBUS_REQUIRED@
106
 
DEFS = @DEFS@
107
 
DEPDIR = @DEPDIR@
108
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
109
 
DSYMUTIL = @DSYMUTIL@
110
 
EBOOK_REQUIRED = @EBOOK_REQUIRED@
111
 
ECHO = @ECHO@
112
 
ECHO_C = @ECHO_C@
113
 
ECHO_N = @ECHO_N@
114
 
ECHO_T = @ECHO_T@
115
 
EGREP = @EGREP@
116
 
EMPATHY_CFLAGS = @EMPATHY_CFLAGS@
117
 
EMPATHY_GTK_REQUIRED = @EMPATHY_GTK_REQUIRED@
118
 
EMPATHY_LIBS = @EMPATHY_LIBS@
119
 
EMPATHY_REQUIRED = @EMPATHY_REQUIRED@
120
 
EVOLUTION_CFLAGS = @EVOLUTION_CFLAGS@
121
 
EVOLUTION_LIBS = @EVOLUTION_LIBS@
122
 
EXEEXT = @EXEEXT@
123
 
F77 = @F77@
124
 
FFLAGS = @FFLAGS@
125
 
GAIM_CFLAGS = @GAIM_CFLAGS@
126
 
GAIM_DATADIR = @GAIM_DATADIR@
127
 
GAIM_LIBDIR = @GAIM_LIBDIR@
128
 
GAIM_LIBS = @GAIM_LIBS@
129
 
GAIM_REQUIRED = @GAIM_REQUIRED@
130
 
GCONFTOOL = @GCONFTOOL@
131
 
GCONF_REQUIRED = @GCONF_REQUIRED@
132
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
133
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
134
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
135
 
GIO_CFLAGS = @GIO_CFLAGS@
136
 
GIO_LIBS = @GIO_LIBS@
137
 
GLADE_REQUIRED = @GLADE_REQUIRED@
138
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
139
 
GLIB_REQUIRED = @GLIB_REQUIRED@
140
 
GMOFILES = @GMOFILES@
141
 
GMSGFMT = @GMSGFMT@
142
 
GREP = @GREP@
143
 
GTK_REQUIRED = @GTK_REQUIRED@
144
 
GUPNP_AV_REQUIRED = @GUPNP_AV_REQUIRED@
145
 
INSTALL = @INSTALL@
146
 
INSTALL_DATA = @INSTALL_DATA@
147
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
148
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
149
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150
 
INSTOBJEXT = @INSTOBJEXT@
151
 
INTLLIBS = @INTLLIBS@
152
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
153
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
154
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
155
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
156
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
157
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
158
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
159
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
160
 
INTLTOOL_PERL = @INTLTOOL_PERL@
161
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
162
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
163
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
164
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
165
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
166
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
167
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
168
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
169
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
170
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
171
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
172
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
173
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
174
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
175
 
LDFLAGS = @LDFLAGS@
176
 
LIBOBJS = @LIBOBJS@
177
 
LIBS = @LIBS@
178
 
LIBTOOL = @LIBTOOL@
179
 
LN_S = @LN_S@
180
 
LTLIBOBJS = @LTLIBOBJS@
181
 
MAINT = @MAINT@
182
 
MAKEINFO = @MAKEINFO@
183
 
MKDIR_P = @MKDIR_P@
184
 
MKINSTALLDIRS = @MKINSTALLDIRS@
185
 
MSGFMT = @MSGFMT@
186
 
MSGFMT_OPTS = @MSGFMT_OPTS@
187
 
MSGMERGE = @MSGMERGE@
188
 
NAUTILUS_EXTENSION = @NAUTILUS_EXTENSION@
189
 
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
190
 
NAUTILUS_EXT_SENDTO_CFLAGS = @NAUTILUS_EXT_SENDTO_CFLAGS@
191
 
NAUTILUS_EXT_SENDTO_LIBS = @NAUTILUS_EXT_SENDTO_LIBS@
192
 
NAUTILUS_SENDTO_CFLAGS = @NAUTILUS_SENDTO_CFLAGS@
193
 
NAUTILUS_SENDTO_LIBS = @NAUTILUS_SENDTO_LIBS@
194
 
NMEDIT = @NMEDIT@
195
 
NST_EBOOK_CFLAGS = @NST_EBOOK_CFLAGS@
196
 
NST_EBOOK_LIBS = @NST_EBOOK_LIBS@
197
 
OBJEXT = @OBJEXT@
198
 
PACKAGE = @PACKAGE@
199
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200
 
PACKAGE_NAME = @PACKAGE_NAME@
201
 
PACKAGE_STRING = @PACKAGE_STRING@
202
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
203
 
PACKAGE_VERSION = @PACKAGE_VERSION@
204
 
PATH_SEPARATOR = @PATH_SEPARATOR@
205
 
PIDGIN_CFLAGS = @PIDGIN_CFLAGS@
206
 
PIDGIN_DATADIR = @PIDGIN_DATADIR@
207
 
PIDGIN_LIBDIR = @PIDGIN_LIBDIR@
208
 
PIDGIN_LIBS = @PIDGIN_LIBS@
209
 
PIDGIN_REQUIRED = @PIDGIN_REQUIRED@
210
 
PKG_CONFIG = @PKG_CONFIG@
211
 
PLUGINS = @PLUGINS@
212
 
POFILES = @POFILES@
213
 
POSUB = @POSUB@
214
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
215
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
216
 
RANLIB = @RANLIB@
217
 
SED = @SED@
218
 
SET_MAKE = @SET_MAKE@
219
 
SHELL = @SHELL@
220
 
SOEXT = @SOEXT@
221
 
STRIP = @STRIP@
222
 
UPNP_CFLAGS = @UPNP_CFLAGS@
223
 
UPNP_LIBS = @UPNP_LIBS@
224
 
USE_NLS = @USE_NLS@
225
 
VERSION = @VERSION@
226
 
WARN_CFLAGS = @WARN_CFLAGS@
227
 
WARN_CXXFLAGS = @WARN_CXXFLAGS@
228
 
XGETTEXT = @XGETTEXT@
229
 
abs_builddir = @abs_builddir@
230
 
abs_srcdir = @abs_srcdir@
231
 
abs_top_builddir = @abs_top_builddir@
232
 
abs_top_srcdir = @abs_top_srcdir@
233
 
ac_ct_CC = @ac_ct_CC@
234
 
ac_ct_CXX = @ac_ct_CXX@
235
 
ac_ct_F77 = @ac_ct_F77@
236
 
am__include = @am__include@
237
 
am__leading_dot = @am__leading_dot@
238
 
am__quote = @am__quote@
239
 
am__tar = @am__tar@
240
 
am__untar = @am__untar@
241
 
bindir = @bindir@
242
 
build = @build@
243
 
build_alias = @build_alias@
244
 
build_cpu = @build_cpu@
245
 
build_os = @build_os@
246
 
build_vendor = @build_vendor@
247
 
builddir = @builddir@
248
 
datadir = @datadir@
249
 
datarootdir = @datarootdir@
250
 
docdir = @docdir@
251
 
dvidir = @dvidir@
252
 
exec_prefix = @exec_prefix@
253
 
host = @host@
254
 
host_alias = @host_alias@
255
 
host_cpu = @host_cpu@
256
 
host_os = @host_os@
257
 
host_vendor = @host_vendor@
258
 
htmldir = @htmldir@
259
 
includedir = @includedir@
260
 
infodir = @infodir@
261
 
install_sh = @install_sh@
262
 
libdir = @libdir@
263
 
libexecdir = @libexecdir@
264
 
localedir = @localedir@
265
 
localstatedir = @localstatedir@
266
 
mandir = @mandir@
267
 
mkdir_p = @mkdir_p@
268
 
oldincludedir = @oldincludedir@
269
 
pdfdir = @pdfdir@
270
 
plugindir = $(libdir)/nautilus-sendto/plugins
271
 
prefix = @prefix@
272
 
program_transform_name = @program_transform_name@
273
 
psdir = @psdir@
274
 
sbindir = @sbindir@
275
 
sharedstatedir = @sharedstatedir@
276
 
srcdir = @srcdir@
277
 
sysconfdir = @sysconfdir@
278
 
target_alias = @target_alias@
279
 
top_build_prefix = @top_build_prefix@
280
 
top_builddir = @top_builddir@
281
 
top_srcdir = @top_srcdir@
282
 
INCLUDES = \
283
 
        -DDATADIR=\"$(datadir)\"                \
284
 
        -DICONDIR=\"$(icondir)\"                \
285
 
        -DLOCALEDIR="\"$(datadir)/locale\""     \
286
 
        -I$(top_srcdir)/src                     \
287
 
        -I$(top_builddir)                       \
288
 
        -DGLADEDIR=\""$(gladedir)"\"            \
289
 
        $(NAUTILUS_SENDTO_CFLAGS)               \
290
 
        $(NST_EBOOK_CFLAGS)                     \
291
 
        $(GAIM_CFLAGS)                          \
292
 
        $(WARN_CFLAGS)
293
 
 
294
 
plugin_LTLIBRARIES = libnstgaim.la
295
 
libnstgaim_la_SOURCES = gaim.c
296
 
libnstgaim_la_LDFLAGS = -module -avoid-version
297
 
libnstgaim_la_LIBADD = $(GAIM_LIBS)
298
 
all: all-am
299
 
 
300
 
.SUFFIXES:
301
 
.SUFFIXES: .c .lo .o .obj
302
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
303
 
        @for dep in $?; do \
304
 
          case '$(am__configure_deps)' in \
305
 
            *$$dep*) \
306
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
307
 
                && exit 0; \
308
 
              exit 1;; \
309
 
          esac; \
310
 
        done; \
311
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/gaim/Makefile'; \
312
 
        cd $(top_srcdir) && \
313
 
          $(AUTOMAKE) --gnu  src/plugins/gaim/Makefile
314
 
.PRECIOUS: Makefile
315
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316
 
        @case '$?' in \
317
 
          *config.status*) \
318
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
319
 
          *) \
320
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322
 
        esac;
323
 
 
324
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
 
 
327
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
328
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
330
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
 
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
332
 
        @$(NORMAL_INSTALL)
333
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
334
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
335
 
          if test -f $$p; then \
336
 
            f=$(am__strip_dir) \
337
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
338
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
339
 
          else :; fi; \
340
 
        done
341
 
 
342
 
uninstall-pluginLTLIBRARIES:
343
 
        @$(NORMAL_UNINSTALL)
344
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
345
 
          p=$(am__strip_dir) \
346
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
347
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
348
 
        done
349
 
 
350
 
clean-pluginLTLIBRARIES:
351
 
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
352
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
353
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
354
 
          test "$$dir" != "$$p" || dir=.; \
355
 
          echo "rm -f \"$${dir}/so_locations\""; \
356
 
          rm -f "$${dir}/so_locations"; \
357
 
        done
358
 
libnstgaim.la: $(libnstgaim_la_OBJECTS) $(libnstgaim_la_DEPENDENCIES) 
359
 
        $(libnstgaim_la_LINK) -rpath $(plugindir) $(libnstgaim_la_OBJECTS) $(libnstgaim_la_LIBADD) $(LIBS)
360
 
 
361
 
mostlyclean-compile:
362
 
        -rm -f *.$(OBJEXT)
363
 
 
364
 
distclean-compile:
365
 
        -rm -f *.tab.c
366
 
 
367
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gaim.Plo@am__quote@
368
 
 
369
 
.c.o:
370
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
371
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
375
 
 
376
 
.c.obj:
377
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
378
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
379
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
382
 
 
383
 
.c.lo:
384
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
385
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
386
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
387
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
389
 
 
390
 
mostlyclean-libtool:
391
 
        -rm -f *.lo
392
 
 
393
 
clean-libtool:
394
 
        -rm -rf .libs _libs
395
 
 
396
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
397
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
398
 
        unique=`for i in $$list; do \
399
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
400
 
          done | \
401
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
402
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
403
 
        mkid -fID $$unique
404
 
tags: TAGS
405
 
 
406
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
407
 
                $(TAGS_FILES) $(LISP)
408
 
        tags=; \
409
 
        here=`pwd`; \
410
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
411
 
        unique=`for i in $$list; do \
412
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413
 
          done | \
414
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
416
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
417
 
          test -n "$$unique" || unique=$$empty_fix; \
418
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419
 
            $$tags $$unique; \
420
 
        fi
421
 
ctags: CTAGS
422
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423
 
                $(TAGS_FILES) $(LISP)
424
 
        tags=; \
425
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
426
 
        unique=`for i in $$list; do \
427
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428
 
          done | \
429
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
431
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
432
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
433
 
             $$tags $$unique
434
 
 
435
 
GTAGS:
436
 
        here=`$(am__cd) $(top_builddir) && pwd` \
437
 
          && cd $(top_srcdir) \
438
 
          && gtags -i $(GTAGS_ARGS) $$here
439
 
 
440
 
distclean-tags:
441
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
442
 
 
443
 
distdir: $(DISTFILES)
444
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446
 
        list='$(DISTFILES)'; \
447
 
          dist_files=`for file in $$list; do echo $$file; done | \
448
 
          sed -e "s|^$$srcdirstrip/||;t" \
449
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
450
 
        case $$dist_files in \
451
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
452
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
453
 
                           sort -u` ;; \
454
 
        esac; \
455
 
        for file in $$dist_files; do \
456
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457
 
          if test -d $$d/$$file; then \
458
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
459
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
460
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
461
 
            fi; \
462
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
463
 
          else \
464
 
            test -f $(distdir)/$$file \
465
 
            || cp -p $$d/$$file $(distdir)/$$file \
466
 
            || exit 1; \
467
 
          fi; \
468
 
        done
469
 
check-am: all-am
470
 
check: check-am
471
 
all-am: Makefile $(LTLIBRARIES)
472
 
installdirs:
473
 
        for dir in "$(DESTDIR)$(plugindir)"; do \
474
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
475
 
        done
476
 
install: install-am
477
 
install-exec: install-exec-am
478
 
install-data: install-data-am
479
 
uninstall: uninstall-am
480
 
 
481
 
install-am: all-am
482
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
483
 
 
484
 
installcheck: installcheck-am
485
 
install-strip:
486
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488
 
          `test -z '$(STRIP)' || \
489
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
490
 
mostlyclean-generic:
491
 
 
492
 
clean-generic:
493
 
 
494
 
distclean-generic:
495
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
496
 
 
497
 
maintainer-clean-generic:
498
 
        @echo "This command is intended for maintainers to use"
499
 
        @echo "it deletes files that may require special tools to rebuild."
500
 
clean: clean-am
501
 
 
502
 
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
503
 
        mostlyclean-am
504
 
 
505
 
distclean: distclean-am
506
 
        -rm -rf ./$(DEPDIR)
507
 
        -rm -f Makefile
508
 
distclean-am: clean-am distclean-compile distclean-generic \
509
 
        distclean-tags
510
 
 
511
 
dvi: dvi-am
512
 
 
513
 
dvi-am:
514
 
 
515
 
html: html-am
516
 
 
517
 
info: info-am
518
 
 
519
 
info-am:
520
 
 
521
 
install-data-am: install-pluginLTLIBRARIES
522
 
 
523
 
install-dvi: install-dvi-am
524
 
 
525
 
install-exec-am:
526
 
 
527
 
install-html: install-html-am
528
 
 
529
 
install-info: install-info-am
530
 
 
531
 
install-man:
532
 
 
533
 
install-pdf: install-pdf-am
534
 
 
535
 
install-ps: install-ps-am
536
 
 
537
 
installcheck-am:
538
 
 
539
 
maintainer-clean: maintainer-clean-am
540
 
        -rm -rf ./$(DEPDIR)
541
 
        -rm -f Makefile
542
 
maintainer-clean-am: distclean-am maintainer-clean-generic
543
 
 
544
 
mostlyclean: mostlyclean-am
545
 
 
546
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
547
 
        mostlyclean-libtool
548
 
 
549
 
pdf: pdf-am
550
 
 
551
 
pdf-am:
552
 
 
553
 
ps: ps-am
554
 
 
555
 
ps-am:
556
 
 
557
 
uninstall-am: uninstall-pluginLTLIBRARIES
558
 
 
559
 
.MAKE: install-am install-strip
560
 
 
561
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
562
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
563
 
        distclean-compile distclean-generic distclean-libtool \
564
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
565
 
        install install-am install-data install-data-am install-dvi \
566
 
        install-dvi-am install-exec install-exec-am install-html \
567
 
        install-html-am install-info install-info-am install-man \
568
 
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
569
 
        install-ps install-ps-am install-strip installcheck \
570
 
        installcheck-am installdirs maintainer-clean \
571
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
572
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
573
 
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
574
 
 
575
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
576
 
# Otherwise a system limit (for SysV at least) may be exceeded.
577
 
.NOEXPORT: