~ubuntu-branches/ubuntu/karmic/ekiga/karmic

« back to all changes in this revision

Viewing changes to lib/engine/presence/avahi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-03-17 15:14:12 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317151412-no6uq0wl8zz2hsw3
Tags: 3.2.0-0ubuntu1
* New upstream release (LP: #341367)
  - Better NAT support in case of Cone NAT
  - Uniformise detection of libnotify; fix compilation with mingw
  - Fix "URL completion combobox shows identical completions"
  - Fix "Assistant loosing values when going backward"
  - Fix GmConf settings when compiled with another package name
  - Fix unregistration of accounts
  - Fix build with --enable-kde
  - Fixed possible crash when retrieving presence information
  - New translations: crh, or
  - Updated translations: as, bg, bn_IN, da, de, el, eu, gl, gu, hi, hu,
    ja, kn, ko, ku, lt, ml, mr, or, pt, ro, ru, ta, te, tr
  - New help translation: en_GB
  - Updated help translation: fr
  - Better NAT support in case of Cone NAT
  - There is now only one H.263 plugin implementing both H.263 and H.263+
  - Allow several ALSA devices to have the same name
  - Added support for the G.722 audio codec: G.722 is a 16 kHz wideband
    audio codec advertised as HD Voice by the famous Polycom. It is a
    great boost in quality and interoperability
  - Added support for the CELT ultral-low delay audio codec: CELT delivers
    high quality audio at 32 kHz or 48 kHz, allowing to transmit music in
    high quality, with low delay and low bitrate
  - Added support for SIP dialog-info notifications: they allow displaying
    notifications of incoming calls in the roster. With software like
    kamailio or Asterisk, it allows being informed of incoming calls
    reaching your colleagues
  - Largely improved LDAP support: the OpenLDAP guys contributed several
    patches to provide state-of-the-art LDAP support in the Ekiga address
    book. The new code even supports authentication
  - Killed the gconf_test_age test, Ekiga can now finally work with
    badly installed GConf schemas
  - Better handling of multiple network interfaces with dynamic addition
    and removal
  - Added settings migration from Ekiga 2.0.x.
  - Other various fixes, cleanups, removal of deprecated symbols etc.
  - New translations: crh, or
  - New help translation: en_GB, eu
  - Updated many translations and help
  - Experimental features:
    * Significant improvements in IPv6 support
    * Gstreamer audio and video capture support near to be finished...
* debian/patches/migrate_2.0_settings.patch:
  - Removed, migration is now upstream
* debian/patches/00_news.patch
  - Removed
* debian/patches/ubuntu_lpi.patch:
  - Modified to work with 3.2

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