~ubuntu-branches/ubuntu/maverick/ekiga/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eugen Dedu, Eugen Dedu, Loic Minier
  • Date: 2008-09-27 10:00:00 UTC
  • mfrom: (1.1.8 upstream)
  • mto: (1.4.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20080927100000-l5k5werb6czr5b3h
Tags: 3.0.1-1
[ Eugen Dedu ]
* New version.  (Closes: #500089).
* Add our own changelog file in /usr/share/doc.
* Remove gnomemeeting transitional package.
* Discover new interfaces.  (Closes: #488199).
* Compile with dbus support.  (Closes: #467212).
* Numeric keypad inserts digits at correct position.  (Closes: #440159).
* Use libnotify upon call.  (Closes: #412604).
* Symlink identical GNOME help files, to reduce size.  (Closes: #505536).
* Explicitely build-depends on a few dev packages, even if they were
  pulled out anyway by the other dependencies.

[ Loic Minier ]
* Use clean:: instead of clean: in rules.
* Don't disable Uploaders: generation for control.in -> control generation
  in rules.
* Fix some tabs which were size 4 anyway.
* Generate a PO template during build by calling intltool-update -p in
  install; thanks Ubuntu and Martin Pitt; closes: #505535.
* Also let the -dbg depend on ${misc:Depends}.
* Cleanup rules; in particular, use dpkg-parsechangelog and honor
  distclean/clean failures, remove old clean rules, commented out stuff,
  gtk-only stuff.
* Pass -s to dh_* in binary-arch.
* Use debian/*.links and debian/*.manpages instead of symlink manually or
  passing files to dh_installman.
* Use ftp.gnome.org in copyright.
* Switch to quilt and fix target deps in the process; build-dep on quilt
  instead of dpatch; rename news.dpatch to 00_news.patch and refresh;
  replace 00list with series.
* Install autotools-dev config.guess and .sub after patching.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = .
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
37
33
build_triplet = @build@
38
34
host_triplet = @host@
39
35
target_triplet = @target@
40
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
42
 
        $(srcdir)/ekiga.desktop.in.in $(srcdir)/ekiga.schemas.in.in \
43
 
        $(srcdir)/net.ekiga.helper.service.in \
44
 
        $(srcdir)/net.ekiga.instance.service.in \
45
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
46
 
        TODO config.guess config.sub depcomp install-sh ltmain.sh \
47
 
        missing mkinstalldirs
 
36
 
 
37
### Don't execute make in the help subdirectory if BULD_DOC is set
 
38
@HAVE_GNOME_DOC_UTILS_TRUE@am__append_1 = help
48
39
subdir = .
 
40
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Doxyfile.in \
 
41
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
42
        $(srcdir)/config.h.in $(srcdir)/ekiga.desktop.in.in \
 
43
        $(srcdir)/ekiga.schemas.in.in $(top_srcdir)/configure AUTHORS \
 
44
        COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
 
45
        depcomp install-sh ltmain.sh missing mkinstalldirs
49
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
47
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
51
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
49
        $(ACLOCAL_M4)
53
50
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54
 
 configure.lineno configure.status.lineno
 
51
 configure.lineno config.status.lineno
55
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56
53
CONFIG_HEADER = config.h
57
 
CONFIG_CLEAN_FILES = ekiga.schemas.in ekiga.desktop.in \
58
 
        net.ekiga.instance.service net.ekiga.helper.service
 
54
CONFIG_CLEAN_FILES = Doxyfile ekiga.schemas.in ekiga.desktop.in
59
55
SOURCES =
60
56
DIST_SOURCES =
61
57
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62
58
        html-recursive info-recursive install-data-recursive \
63
 
        install-exec-recursive install-info-recursive \
64
 
        install-recursive installcheck-recursive installdirs-recursive \
65
 
        pdf-recursive ps-recursive uninstall-info-recursive \
66
 
        uninstall-recursive
 
59
        install-dvi-recursive install-exec-recursive \
 
60
        install-html-recursive install-info-recursive \
 
61
        install-pdf-recursive install-ps-recursive install-recursive \
 
62
        installcheck-recursive installdirs-recursive pdf-recursive \
 
63
        ps-recursive uninstall-recursive
67
64
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68
65
am__vpath_adj = case $$p in \
69
66
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71
68
  esac;
72
69
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
73
70
am__installdirs = "$(DESTDIR)$(Applicationsdir)" \
74
 
        "$(DESTDIR)$(icondir)" "$(DESTDIR)$(schemasdir)" \
75
 
        "$(DESTDIR)$(servicedir)"
 
71
        "$(DESTDIR)$(schemasdir)"
76
72
ApplicationsDATA_INSTALL = $(INSTALL_DATA)
77
 
iconDATA_INSTALL = $(INSTALL_DATA)
78
73
schemasDATA_INSTALL = $(INSTALL_DATA)
79
 
serviceDATA_INSTALL = $(INSTALL_DATA)
80
 
DATA = $(Applications_DATA) $(icon_DATA) $(schemas_DATA) \
81
 
        $(service_DATA)
 
74
DATA = $(Applications_DATA) $(schemas_DATA)
 
75
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
76
  distclean-recursive maintainer-clean-recursive
82
77
ETAGS = etags
83
78
CTAGS = ctags
84
 
DIST_SUBDIRS = help man sounds pixmaps lib src po
 
79
DIST_SUBDIRS = man sounds pixmaps lib src po help
85
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
81
distdir = $(PACKAGE)-$(VERSION)
87
82
top_distdir = $(distdir)
95
90
distcleancheck_listfiles = find . -type f -print
96
91
ACLOCAL = @ACLOCAL@
97
92
ALL_LINGUAS = @ALL_LINGUAS@
98
 
AMDEP_FALSE = @AMDEP_FALSE@
99
 
AMDEP_TRUE = @AMDEP_TRUE@
100
93
AMTAR = @AMTAR@
101
94
AR = @AR@
102
95
AUTOCONF = @AUTOCONF@
108
101
CATALOGS = @CATALOGS@
109
102
CATOBJEXT = @CATOBJEXT@
110
103
CC = @CC@
 
104
CCAS = @CCAS@
 
105
CCASDEPMODE = @CCASDEPMODE@
 
106
CCASFLAGS = @CCASFLAGS@
111
107
CCDEPMODE = @CCDEPMODE@
112
108
CFLAGS = @CFLAGS@
113
109
CPP = @CPP@
120
116
DATADIRNAME = @DATADIRNAME@
121
117
DBUS_CFLAGS = @DBUS_CFLAGS@
122
118
DBUS_LIBS = @DBUS_LIBS@
123
 
DBUS_SERVICES_INSTALL_FALSE = @DBUS_SERVICES_INSTALL_FALSE@
124
 
DBUS_SERVICES_INSTALL_TRUE = @DBUS_SERVICES_INSTALL_TRUE@
125
119
DEFS = @DEFS@
126
120
DEPDIR = @DEPDIR@
127
 
DISABLE_DOC_FALSE = @DISABLE_DOC_FALSE@
128
 
DISABLE_DOC_TRUE = @DISABLE_DOC_TRUE@
129
 
DISABLE_GNOME_FALSE = @DISABLE_GNOME_FALSE@
130
 
DISABLE_GNOME_TRUE = @DISABLE_GNOME_TRUE@
 
121
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
131
122
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
123
DSYMUTIL = @DSYMUTIL@
 
124
DX_CFLAGS = @DX_CFLAGS@
 
125
DX_LIBS = @DX_LIBS@
132
126
ECHO = @ECHO@
133
127
ECHO_C = @ECHO_C@
134
128
ECHO_N = @ECHO_N@
136
130
EDS_CFLAGS = @EDS_CFLAGS@
137
131
EDS_LIBS = @EDS_LIBS@
138
132
EGREP = @EGREP@
139
 
EKIGA_CFLAGS = @EKIGA_CFLAGS@
140
 
EKIGA_LDADD = @EKIGA_LDADD@
141
 
EKIGA_LIBS = @EKIGA_LIBS@
142
 
EKIGA_LIB_CFLAGS = @EKIGA_LIB_CFLAGS@
143
 
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
144
 
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
145
133
EXEEXT = @EXEEXT@
146
134
F77 = @F77@
147
135
FFLAGS = @FFLAGS@
148
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
149
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
 
136
GCONF_CFLAGS = @GCONF_CFLAGS@
 
137
GCONF_LIBS = @GCONF_LIBS@
150
138
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
151
139
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
152
140
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
141
GLIB_CFLAGS = @GLIB_CFLAGS@
 
142
GLIB_LIBS = @GLIB_LIBS@
153
143
GMOFILES = @GMOFILES@
154
144
GMSGFMT = @GMSGFMT@
 
145
GNOME_CFLAGS = @GNOME_CFLAGS@
 
146
GNOME_LIBS = @GNOME_LIBS@
155
147
GREP = @GREP@
156
 
HAS_AVAHI_FALSE = @HAS_AVAHI_FALSE@
157
 
HAS_AVAHI_TRUE = @HAS_AVAHI_TRUE@
158
 
HAS_DBUS_FALSE = @HAS_DBUS_FALSE@
159
 
HAS_DBUS_TRUE = @HAS_DBUS_TRUE@
160
 
HAVE_GNOME_DOC_UTILS_FALSE = @HAVE_GNOME_DOC_UTILS_FALSE@
161
 
HAVE_GNOME_DOC_UTILS_TRUE = @HAVE_GNOME_DOC_UTILS_TRUE@
 
148
GTK_CFLAGS = @GTK_CFLAGS@
 
149
GTK_LIBS = @GTK_LIBS@
162
150
HELP_DIR = @HELP_DIR@
 
151
INSTALL = @INSTALL@
163
152
INSTALL_DATA = @INSTALL_DATA@
164
153
INSTALL_PROGRAM = @INSTALL_PROGRAM@
165
154
INSTALL_SCRIPT = @INSTALL_SCRIPT@
170
159
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
171
160
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
172
161
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
173
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
174
162
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
175
163
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
176
164
INTLTOOL_MERGE = @INTLTOOL_MERGE@
177
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
178
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
179
165
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
180
166
INTLTOOL_PERL = @INTLTOOL_PERL@
 
167
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
181
168
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
182
169
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
183
170
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
189
176
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
190
177
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
191
178
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
192
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
193
179
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
194
180
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
181
LDAP_CFLAGS = @LDAP_CFLAGS@
 
182
LDAP_LIBS = @LDAP_LIBS@
195
183
LDFLAGS = @LDFLAGS@
196
184
LIBOBJS = @LIBOBJS@
197
185
LIBS = @LIBS@
199
187
LN_S = @LN_S@
200
188
LTLIBOBJS = @LTLIBOBJS@
201
189
MAINT = @MAINT@
202
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
203
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
204
190
MAKEINFO = @MAKEINFO@
 
191
MKDIR_P = @MKDIR_P@
205
192
MKINSTALLDIRS = @MKINSTALLDIRS@
206
193
MSGFMT = @MSGFMT@
207
194
MSGFMT_OPTS = @MSGFMT_OPTS@
 
195
MSGMERGE = @MSGMERGE@
 
196
NMEDIT = @NMEDIT@
 
197
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
 
198
NOTIFY_LIBS = @NOTIFY_LIBS@
208
199
OBJEXT = @OBJEXT@
209
200
OMF_DIR = @OMF_DIR@
 
201
OPAL_CFLAGS = @OPAL_CFLAGS@
 
202
OPAL_LIBS = @OPAL_LIBS@
210
203
PACKAGE = @PACKAGE@
211
204
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212
205
PACKAGE_NAME = @PACKAGE_NAME@
219
212
POSUB = @POSUB@
220
213
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
221
214
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
222
 
PTLIB_CONFIG = @PTLIB_CONFIG@
 
215
PTLIB_CFLAGS = @PTLIB_CFLAGS@
 
216
PTLIB_LIBS = @PTLIB_LIBS@
223
217
RANLIB = @RANLIB@
224
218
SCHEMA_AGE = @SCHEMA_AGE@
225
 
SDL_CFLAGS = @SDL_CFLAGS@
226
 
SDL_CONFIG = @SDL_CONFIG@
227
 
SDL_LIBS = @SDL_LIBS@
228
219
SED = @SED@
229
220
SET_MAKE = @SET_MAKE@
230
221
SHELL = @SHELL@
 
222
SIGC_CFLAGS = @SIGC_CFLAGS@
 
223
SIGC_LIBS = @SIGC_LIBS@
231
224
SK_CONFIG = @SK_CONFIG@
232
225
STRIP = @STRIP@
233
226
USE_NLS = @USE_NLS@
234
227
VERSION = @VERSION@
235
 
WIN32_FALSE = @WIN32_FALSE@
236
 
WIN32_TRUE = @WIN32_TRUE@
237
228
XGETTEXT = @XGETTEXT@
 
229
XML_CFLAGS = @XML_CFLAGS@
 
230
XML_LIBS = @XML_LIBS@
 
231
XV_CFLAGS = @XV_CFLAGS@
 
232
XV_LIBS = @XV_LIBS@
 
233
abs_builddir = @abs_builddir@
 
234
abs_srcdir = @abs_srcdir@
 
235
abs_top_builddir = @abs_top_builddir@
 
236
abs_top_srcdir = @abs_top_srcdir@
238
237
ac_ct_CC = @ac_ct_CC@
239
238
ac_ct_CXX = @ac_ct_CXX@
240
239
ac_ct_F77 = @ac_ct_F77@
241
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
242
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
243
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
244
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
245
240
am__include = @am__include@
246
241
am__leading_dot = @am__leading_dot@
247
242
am__quote = @am__quote@
253
248
build_cpu = @build_cpu@
254
249
build_os = @build_os@
255
250
build_vendor = @build_vendor@
 
251
builddir = @builddir@
256
252
datadir = @datadir@
257
253
datarootdir = @datarootdir@
258
254
docdir = @docdir@
282
278
psdir = @psdir@
283
279
sbindir = @sbindir@
284
280
sharedstatedir = @sharedstatedir@
 
281
srcdir = @srcdir@
285
282
sysconfdir = @sysconfdir@
286
283
target = @target@
287
284
target_alias = @target_alias@
288
285
target_cpu = @target_cpu@
289
286
target_os = @target_os@
290
287
target_vendor = @target_vendor@
291
 
icondir = $(datadir)/pixmaps
292
 
@DISABLE_DOC_FALSE@@DISABLE_GNOME_FALSE@SUBDIRS = help man sounds pixmaps lib src po 
293
 
@DISABLE_DOC_TRUE@@DISABLE_GNOME_FALSE@SUBDIRS = man sounds pixmaps lib src po 
294
 
 
295
 
### Don't execute make in the help subdirectory if DISABLE_GNOME is set
296
 
@DISABLE_GNOME_TRUE@SUBDIRS = man sounds pixmaps lib src po 
 
288
top_builddir = @top_builddir@
 
289
top_srcdir = @top_srcdir@
 
290
SUBDIRS = man sounds pixmaps lib src po $(am__append_1)
297
291
DESKTOP_IN_FILES = @PACKAGE_NAME@.desktop.in
298
292
DESKTOP_FILES = $(DESKTOP_IN_FILES:.desktop.in=.desktop)
299
293
SCHEMAS_FILE = @PACKAGE_NAME@.schemas
300
294
 
301
 
### Icon
302
 
icon_DATA = pixmaps/@PACKAGE_NAME@.png
303
 
 
304
295
### Win32 files
305
296
WIN32_DIST = \
306
297
        win32/ico/ekiga.ico                                     \
307
298
        win32/ico/ekiga-uninstall.ico                                   \
308
 
        win32/diff/opal_opal.pc.in                              \
309
 
        win32/diff/ptlib_Makefile.am                            \
310
 
        win32/diff/Makefile.ekiga-win32                         \
311
 
        win32/diff/ptlib_vfw.patch                              \
312
 
        win32/diff/ekiga_configure.diff                         \
313
 
        win32/diff/opal_configure.ac                            \
314
 
        win32/diff/ekiga_pkgconfig.patch                        \
315
 
        win32/diff/opal_Makefile.am                             \
316
 
        win32/diff/ptlib_configure.ac                           \
317
 
        win32/diff/ptlib_pwlib.pc.in                            \
318
 
        win32/ekiga.rc                                          \
 
299
        ekiga.rc                                                \
319
300
        win32/Makefile                                          \
320
 
        win32/README.win32                                      \
321
301
        win32/nsisinstaller/ekiga.nsi                           \
322
302
        win32/nsisinstaller/language_files/hungarian.nsh        \
323
303
        win32/nsisinstaller/language_files/english.nsh          \
326
306
 
327
307
 
328
308
### Extra dist
329
 
EXTRA_DIST = $(DESKTOP_IN_FILES) $(DESKTOP_FILES) intltool-extract.in intltool-merge.in intltool-update.in gnome-doc-utils.make LICENSE MAINTAINERS FAQ README $(SCHEMAS_FILE) src/components/@PACKAGE_NAME@.server gnome-doc-utils.make lib/gmmarshallers.list src/components/dbus-helper-stub.xml src/components/dbus_stub.xml $(WIN32_DIST)
 
309
EXTRA_DIST = \
 
310
        $(DESKTOP_IN_FILES)                                     \
 
311
        $(DESKTOP_FILES)                                        \
 
312
        gnome-doc-utils.make                                    \
 
313
        FAQ                                                     \
 
314
        README                                                  \
 
315
        $(SCHEMAS_FILE)                                         \
 
316
        gnome-doc-utils.make                                    \
 
317
        lib/gmmarshallers.list                                  \
 
318
        $(WIN32_DIST)
 
319
 
330
320
Applicationsdir = $(datadir)/applications
331
321
Applications_DATA = $(DESKTOP_FILES)
332
322
 
333
323
### Dist Clear
334
 
DISTCLEANFILES = gnome-doc-utils.make
335
 
@DISABLE_GNOME_FALSE@schemasdir = $(GCONF_SCHEMA_FILE_DIR)
 
324
DISTCLEANFILES = gnome-doc-utils.make ekiga.desktop ekiga.schemas
 
325
@HAVE_GCONF_FALSE@schemasdir = $(sysconfdir)/@PACKAGE_NAME@
336
326
 
337
 
### Install the schemas file in /etc if GNOME support is not compiled in,
 
327
### Install the schemas file in /etc if GCONF support is not compiled in,
338
328
### and do not install the schemas at all
339
 
@DISABLE_GNOME_TRUE@schemasdir = $(sysconfdir)/@PACKAGE_NAME@
340
 
@DISABLE_GNOME_FALSE@schemas_DATA = $(SCHEMAS_FILE)
341
 
@DISABLE_GNOME_TRUE@schemas_DATA = $(SCHEMAS_FILE)
342
 
@DBUS_SERVICES_INSTALL_TRUE@servicedir = ${datadir}/dbus-1/services
343
 
@DBUS_SERVICES_INSTALL_TRUE@service_DATA = \
344
 
@DBUS_SERVICES_INSTALL_TRUE@    net.ekiga.instance.service      \
345
 
@DBUS_SERVICES_INSTALL_TRUE@    net.ekiga.helper.service
346
 
 
 
329
@HAVE_GCONF_TRUE@schemasdir = $(GCONF_SCHEMA_FILE_DIR)
 
330
@HAVE_GCONF_FALSE@schemas_DATA = $(SCHEMAS_FILE)
 
331
@HAVE_GCONF_TRUE@schemas_DATA = $(SCHEMAS_FILE)
347
332
all: config.h
348
333
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
349
334
 
385
370
config.h: stamp-h1
386
371
        @if test ! -f $@; then \
387
372
          rm -f stamp-h1; \
388
 
          $(MAKE) stamp-h1; \
 
373
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
389
374
        else :; fi
390
375
 
391
376
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
398
383
 
399
384
distclean-hdr:
400
385
        -rm -f config.h stamp-h1
 
386
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
 
387
        cd $(top_builddir) && $(SHELL) ./config.status $@
401
388
ekiga.schemas.in: $(top_builddir)/config.status $(srcdir)/ekiga.schemas.in.in
402
389
        cd $(top_builddir) && $(SHELL) ./config.status $@
403
390
ekiga.desktop.in: $(top_builddir)/config.status $(srcdir)/ekiga.desktop.in.in
404
391
        cd $(top_builddir) && $(SHELL) ./config.status $@
405
 
net.ekiga.instance.service: $(top_builddir)/config.status $(srcdir)/net.ekiga.instance.service.in
406
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
407
 
net.ekiga.helper.service: $(top_builddir)/config.status $(srcdir)/net.ekiga.helper.service.in
408
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
409
392
 
410
393
mostlyclean-libtool:
411
394
        -rm -f *.lo
415
398
 
416
399
distclean-libtool:
417
400
        -rm -f libtool
418
 
uninstall-info-am:
419
401
install-ApplicationsDATA: $(Applications_DATA)
420
402
        @$(NORMAL_INSTALL)
421
 
        test -z "$(Applicationsdir)" || $(mkdir_p) "$(DESTDIR)$(Applicationsdir)"
 
403
        test -z "$(Applicationsdir)" || $(MKDIR_P) "$(DESTDIR)$(Applicationsdir)"
422
404
        @list='$(Applications_DATA)'; for p in $$list; do \
423
405
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
424
406
          f=$(am__strip_dir) \
433
415
          echo " rm -f '$(DESTDIR)$(Applicationsdir)/$$f'"; \
434
416
          rm -f "$(DESTDIR)$(Applicationsdir)/$$f"; \
435
417
        done
436
 
install-iconDATA: $(icon_DATA)
437
 
        @$(NORMAL_INSTALL)
438
 
        test -z "$(icondir)" || $(mkdir_p) "$(DESTDIR)$(icondir)"
439
 
        @list='$(icon_DATA)'; for p in $$list; do \
440
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
441
 
          f=$(am__strip_dir) \
442
 
          echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
443
 
          $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
444
 
        done
445
 
 
446
 
uninstall-iconDATA:
447
 
        @$(NORMAL_UNINSTALL)
448
 
        @list='$(icon_DATA)'; for p in $$list; do \
449
 
          f=$(am__strip_dir) \
450
 
          echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
451
 
          rm -f "$(DESTDIR)$(icondir)/$$f"; \
452
 
        done
453
418
install-schemasDATA: $(schemas_DATA)
454
419
        @$(NORMAL_INSTALL)
455
 
        test -z "$(schemasdir)" || $(mkdir_p) "$(DESTDIR)$(schemasdir)"
 
420
        test -z "$(schemasdir)" || $(MKDIR_P) "$(DESTDIR)$(schemasdir)"
456
421
        @list='$(schemas_DATA)'; for p in $$list; do \
457
422
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
458
423
          f=$(am__strip_dir) \
467
432
          echo " rm -f '$(DESTDIR)$(schemasdir)/$$f'"; \
468
433
          rm -f "$(DESTDIR)$(schemasdir)/$$f"; \
469
434
        done
470
 
install-serviceDATA: $(service_DATA)
471
 
        @$(NORMAL_INSTALL)
472
 
        test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
473
 
        @list='$(service_DATA)'; for p in $$list; do \
474
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
475
 
          f=$(am__strip_dir) \
476
 
          echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
477
 
          $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
478
 
        done
479
 
 
480
 
uninstall-serviceDATA:
481
 
        @$(NORMAL_UNINSTALL)
482
 
        @list='$(service_DATA)'; for p in $$list; do \
483
 
          f=$(am__strip_dir) \
484
 
          echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
485
 
          rm -f "$(DESTDIR)$(servicedir)/$$f"; \
486
 
        done
487
435
 
488
436
# This directory's subdirectories are mostly independent; you can cd
489
437
# into them and run `make' without going through this Makefile.
516
464
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
517
465
        fi; test -z "$$fail"
518
466
 
519
 
mostlyclean-recursive clean-recursive distclean-recursive \
520
 
maintainer-clean-recursive:
 
467
$(RECURSIVE_CLEAN_TARGETS):
521
468
        @failcom='exit 1'; \
522
469
        for f in x $$MAKEFLAGS; do \
523
470
          case $$f in \
561
508
        unique=`for i in $$list; do \
562
509
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
563
510
          done | \
564
 
          $(AWK) '    { files[$$0] = 1; } \
565
 
               END { for (i in files) print i; }'`; \
 
511
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
512
              END { if (nonempty) { for (i in files) print i; }; }'`; \
566
513
        mkid -fID $$unique
567
514
tags: TAGS
568
515
 
587
534
        unique=`for i in $$list; do \
588
535
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589
536
          done | \
590
 
          $(AWK) '    { files[$$0] = 1; } \
591
 
               END { for (i in files) print i; }'`; \
 
537
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
538
              END { if (nonempty) { for (i in files) print i; }; }'`; \
592
539
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
593
540
          test -n "$$unique" || unique=$$empty_fix; \
594
541
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598
545
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
599
546
                $(TAGS_FILES) $(LISP)
600
547
        tags=; \
601
 
        here=`pwd`; \
602
548
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
603
549
        unique=`for i in $$list; do \
604
550
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
605
551
          done | \
606
 
          $(AWK) '    { files[$$0] = 1; } \
607
 
               END { for (i in files) print i; }'`; \
 
552
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
553
              END { if (nonempty) { for (i in files) print i; }; }'`; \
608
554
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
609
555
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
610
556
             $$tags $$unique
619
565
 
620
566
distdir: $(DISTFILES)
621
567
        $(am__remove_distdir)
622
 
        mkdir $(distdir)
623
 
        $(mkdir_p) $(distdir)/. $(distdir)/lib $(distdir)/po $(distdir)/src $(distdir)/src/components $(distdir)/win32 $(distdir)/win32/diff $(distdir)/win32/ico $(distdir)/win32/nsisinstaller $(distdir)/win32/nsisinstaller/language_files
624
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
625
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
626
 
        list='$(DISTFILES)'; for file in $$list; do \
627
 
          case $$file in \
628
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
629
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
630
 
          esac; \
 
568
        test -d $(distdir) || mkdir $(distdir)
 
569
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
570
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
571
        list='$(DISTFILES)'; \
 
572
          dist_files=`for file in $$list; do echo $$file; done | \
 
573
          sed -e "s|^$$srcdirstrip/||;t" \
 
574
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
575
        case $$dist_files in \
 
576
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
577
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
578
                           sort -u` ;; \
 
579
        esac; \
 
580
        for file in $$dist_files; do \
631
581
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
632
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
633
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
634
 
            dir="/$$dir"; \
635
 
            $(mkdir_p) "$(distdir)$$dir"; \
636
 
          else \
637
 
            dir=''; \
638
 
          fi; \
639
582
          if test -d $$d/$$file; then \
 
583
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
640
584
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
641
585
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
642
586
            fi; \
650
594
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
651
595
          if test "$$subdir" = .; then :; else \
652
596
            test -d "$(distdir)/$$subdir" \
653
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
597
            || $(MKDIR_P) "$(distdir)/$$subdir" \
654
598
            || exit 1; \
655
599
            distdir=`$(am__cd) $(distdir) && pwd`; \
656
600
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
658
602
              $(MAKE) $(AM_MAKEFLAGS) \
659
603
                top_distdir="$$top_distdir" \
660
604
                distdir="$$distdir/$$subdir" \
 
605
                am__remove_distdir=: \
 
606
                am__skip_length_check=: \
661
607
                distdir) \
662
608
              || exit 1; \
663
609
          fi; \
665
611
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
666
612
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
667
613
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
668
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
614
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
669
615
        || chmod -R a+r $(distdir)
670
616
dist-gzip: distdir
671
617
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
675
621
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
676
622
        $(am__remove_distdir)
677
623
 
 
624
dist-lzma: distdir
 
625
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
626
        $(am__remove_distdir)
 
627
 
678
628
dist-tarZ: distdir
679
629
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
680
630
        $(am__remove_distdir)
701
651
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
702
652
        *.tar.bz2*) \
703
653
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
654
        *.tar.lzma*) \
 
655
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
704
656
        *.tar.Z*) \
705
657
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
706
658
        *.shar.gz*) \
740
692
        $(am__remove_distdir)
741
693
        @(echo "$(distdir) archives ready for distribution: "; \
742
694
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
743
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
695
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
744
696
distuninstallcheck:
745
697
        @cd $(distuninstallcheck_dir) \
746
698
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
764
716
all-am: Makefile $(DATA) config.h
765
717
installdirs: installdirs-recursive
766
718
installdirs-am:
767
 
        for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(schemasdir)" "$(DESTDIR)$(servicedir)"; do \
768
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
719
        for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(schemasdir)"; do \
 
720
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
769
721
        done
770
722
install: install-recursive
771
723
install-exec: install-exec-recursive
813
765
info-am:
814
766
 
815
767
install-data-am: install-ApplicationsDATA install-data-local \
816
 
        install-iconDATA install-schemasDATA install-serviceDATA
 
768
        install-schemasDATA
 
769
 
 
770
install-dvi: install-dvi-recursive
817
771
 
818
772
install-exec-am:
819
773
 
 
774
install-html: install-html-recursive
 
775
 
820
776
install-info: install-info-recursive
821
777
 
822
778
install-man:
823
779
 
 
780
install-pdf: install-pdf-recursive
 
781
 
 
782
install-ps: install-ps-recursive
 
783
 
824
784
installcheck-am:
825
785
 
826
786
maintainer-clean: maintainer-clean-recursive
841
801
 
842
802
ps-am:
843
803
 
844
 
uninstall-am: uninstall-ApplicationsDATA uninstall-iconDATA \
845
 
        uninstall-info-am uninstall-schemasDATA uninstall-serviceDATA
846
 
 
847
 
uninstall-info: uninstall-info-recursive
848
 
 
849
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
850
 
        check-am clean clean-generic clean-libtool clean-recursive \
851
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
852
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
853
 
        distclean-generic distclean-hdr distclean-libtool \
854
 
        distclean-recursive distclean-tags distcleancheck distdir \
855
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
856
 
        install install-ApplicationsDATA install-am install-data \
857
 
        install-data-am install-data-local install-exec \
858
 
        install-exec-am install-iconDATA install-info install-info-am \
859
 
        install-man install-schemasDATA install-serviceDATA \
 
804
uninstall-am: uninstall-ApplicationsDATA uninstall-schemasDATA
 
805
 
 
806
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
807
        install-strip
 
808
 
 
809
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
810
        all all-am am--refresh check check-am clean clean-generic \
 
811
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
812
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
813
        distclean distclean-generic distclean-hdr distclean-libtool \
 
814
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
815
        dvi-am html html-am info info-am install \
 
816
        install-ApplicationsDATA install-am install-data \
 
817
        install-data-am install-data-local install-dvi install-dvi-am \
 
818
        install-exec install-exec-am install-html install-html-am \
 
819
        install-info install-info-am install-man install-pdf \
 
820
        install-pdf-am install-ps install-ps-am install-schemasDATA \
860
821
        install-strip installcheck installcheck-am installdirs \
861
822
        installdirs-am maintainer-clean maintainer-clean-generic \
862
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
863
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
864
 
        tags tags-recursive uninstall uninstall-ApplicationsDATA \
865
 
        uninstall-am uninstall-iconDATA uninstall-info-am \
866
 
        uninstall-schemasDATA uninstall-serviceDATA
 
823
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
824
        ps ps-am tags tags-recursive uninstall \
 
825
        uninstall-ApplicationsDATA uninstall-am uninstall-schemasDATA
867
826
 
868
827
 
869
828
### Intltool on the desktop and on the schemas files