~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to examples/extensions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2009-06-26 18:39:28 UTC
  • mfrom: (1.4.1 upstream) (17.2.5 karmic)
  • Revision ID: james.westby@ubuntu.com-20090626183928-8mvdxsfsak23eqcp
Tags: 0.7.33-1
* New upstream version (API, ABI unchanged)
  + Should fix builds on powerpc, sparc etc.
* Standards-Version: 3.8.2 (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  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.
23
23
# class, or by omitting those options entirely we could have made an extension
24
24
# that will work on TpProxy or any subclass of TpProxy.
25
25
 
 
26
srcdir = @srcdir@
 
27
top_srcdir = @top_srcdir@
26
28
VPATH = @srcdir@
27
29
pkgdatadir = $(datadir)/@PACKAGE@
28
30
pkglibdir = $(libdir)/@PACKAGE@
29
31
pkgincludedir = $(includedir)/@PACKAGE@
 
32
top_builddir = ../..
30
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
34
INSTALL = @INSTALL@
31
35
install_sh_DATA = $(install_sh) -c -m 644
32
36
install_sh_PROGRAM = $(install_sh) -c
33
37
install_sh_SCRIPT = $(install_sh) -c
48
52
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
49
53
        $(top_srcdir)/m4/linker.m4 $(top_srcdir)/m4/ltoptions.m4 \
50
54
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
51
 
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
55
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/shave.m4 \
52
56
        $(top_srcdir)/m4/tp-compiler-flag.m4 \
53
57
        $(top_srcdir)/m4/tp-compiler-warnings.m4 \
54
58
        $(top_srcdir)/configure.ac
68
72
libexample_extensions_la_OBJECTS =  \
69
73
        $(am_libexample_extensions_la_OBJECTS) \
70
74
        $(nodist_libexample_extensions_la_OBJECTS)
71
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
75
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
72
76
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
77
am__depfiles_maybe = depfiles
74
78
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
79
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
80
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
81
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
82
        $(AM_CFLAGS) $(CFLAGS)
79
83
CCLD = $(CC)
80
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82
 
        $(LDFLAGS) -o $@
 
84
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
85
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
83
86
SOURCES = $(libexample_extensions_la_SOURCES) \
84
87
        $(nodist_libexample_extensions_la_SOURCES)
85
88
DIST_SOURCES = $(libexample_extensions_la_SOURCES)
87
90
CTAGS = ctags
88
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
92
ACLOCAL = @ACLOCAL@
 
93
AMDEP_FALSE = @AMDEP_FALSE@
 
94
AMDEP_TRUE = @AMDEP_TRUE@
90
95
AMTAR = @AMTAR@
 
96
AM_MAKEFLAGS = @AM_MAKEFLAGS@
91
97
AR = @AR@
92
98
AUTOCONF = @AUTOCONF@
93
99
AUTOHEADER = @AUTOHEADER@
99
105
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
100
106
CPP = @CPP@
101
107
CPPFLAGS = @CPPFLAGS@
 
108
CXX = @CXX@
102
109
CYGPATH_W = @CYGPATH_W@
103
110
DBUS_CFLAGS = @DBUS_CFLAGS@
104
111
DBUS_LIBS = @DBUS_LIBS@
111
118
ECHO_T = @ECHO_T@
112
119
EGREP = @EGREP@
113
120
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
 
121
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
 
122
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
114
123
ERROR_CFLAGS = @ERROR_CFLAGS@
115
124
EXEEXT = @EXEEXT@
 
125
F77 = @F77@
 
126
FC = @FC@
116
127
FGREP = @FGREP@
117
128
GLIB_CFLAGS = @GLIB_CFLAGS@
118
129
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
119
130
GLIB_LIBS = @GLIB_LIBS@
120
131
GREP = @GREP@
121
132
GTKDOC_CHECK = @GTKDOC_CHECK@
 
133
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
 
134
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
122
135
HANDLE_LEAK_DEBUG_CFLAGS = @HANDLE_LEAK_DEBUG_CFLAGS@
 
136
HAVE_LD_VERSION_SCRIPT_FALSE = @HAVE_LD_VERSION_SCRIPT_FALSE@
 
137
HAVE_LD_VERSION_SCRIPT_TRUE = @HAVE_LD_VERSION_SCRIPT_TRUE@
 
138
HAVE_VERSION_SCRIPT_ARG_FALSE = @HAVE_VERSION_SCRIPT_ARG_FALSE@
 
139
HAVE_VERSION_SCRIPT_ARG_TRUE = @HAVE_VERSION_SCRIPT_ARG_TRUE@
123
140
HTML_DIR = @HTML_DIR@
124
 
INSTALL = @INSTALL@
125
141
INSTALL_DATA = @INSTALL_DATA@
 
142
INSTALL_EXAMPLES_FALSE = @INSTALL_EXAMPLES_FALSE@
 
143
INSTALL_EXAMPLES_TRUE = @INSTALL_EXAMPLES_TRUE@
126
144
INSTALL_PROGRAM = @INSTALL_PROGRAM@
127
145
INSTALL_SCRIPT = @INSTALL_SCRIPT@
128
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137
155
LT_AGE = @LT_AGE@
138
156
LT_CURRENT = @LT_CURRENT@
139
157
LT_REVISION = @LT_REVISION@
 
158
MAKEFLAGS = @MAKEFLAGS@
140
159
MAKEINFO = @MAKEINFO@
141
 
MKDIR_P = @MKDIR_P@
142
160
NM = @NM@
143
161
NMEDIT = @NMEDIT@
 
162
OBJC = @OBJC@
144
163
OBJDUMP = @OBJDUMP@
145
164
OBJEXT = @OBJEXT@
 
165
OFFICIAL_RELEASE_FALSE = @OFFICIAL_RELEASE_FALSE@
 
166
OFFICIAL_RELEASE_TRUE = @OFFICIAL_RELEASE_TRUE@
146
167
OTOOL = @OTOOL@
147
168
OTOOL64 = @OTOOL64@
 
169
OUT_OF_TREE_BUILD_FALSE = @OUT_OF_TREE_BUILD_FALSE@
 
170
OUT_OF_TREE_BUILD_TRUE = @OUT_OF_TREE_BUILD_TRUE@
148
171
PACKAGE = @PACKAGE@
149
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150
173
PACKAGE_NAME = @PACKAGE_NAME@
158
181
PYTHON_PLATFORM = @PYTHON_PLATFORM@
159
182
PYTHON_PREFIX = @PYTHON_PREFIX@
160
183
PYTHON_VERSION = @PYTHON_VERSION@
 
184
Q = @Q@
161
185
RANLIB = @RANLIB@
162
186
SED = @SED@
163
187
SET_MAKE = @SET_MAKE@
164
188
SHELL = @SHELL@
165
189
STRIP = @STRIP@
166
190
TP_GLIB_CFLAGS = @TP_GLIB_CFLAGS@
 
191
V = @V@
167
192
VERSION = @VERSION@
168
193
VERSION_SCRIPT_ARG = @VERSION_SCRIPT_ARG@
169
194
XSLTPROC = @XSLTPROC@
170
 
abs_builddir = @abs_builddir@
171
 
abs_srcdir = @abs_srcdir@
172
 
abs_top_builddir = @abs_top_builddir@
173
 
abs_top_srcdir = @abs_top_srcdir@
174
195
ac_ct_CC = @ac_ct_CC@
175
196
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
197
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
198
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
176
199
am__include = @am__include@
177
200
am__leading_dot = @am__leading_dot@
178
201
am__quote = @am__quote@
184
207
build_cpu = @build_cpu@
185
208
build_os = @build_os@
186
209
build_vendor = @build_vendor@
187
 
builddir = @builddir@
188
210
datadir = @datadir@
189
211
datarootdir = @datarootdir@
190
212
docdir = @docdir@
217
239
pythondir = @pythondir@
218
240
sbindir = @sbindir@
219
241
sharedstatedir = @sharedstatedir@
220
 
srcdir = @srcdir@
 
242
shavedir = @shavedir@
221
243
sysconfdir = @sysconfdir@
222
244
target_alias = @target_alias@
223
 
top_build_prefix = @top_build_prefix@
224
 
top_builddir = @top_builddir@
225
 
top_srcdir = @top_srcdir@
226
245
tools_dir = $(top_srcdir)/tools
227
246
AM_CFLAGS = \
228
247
    $(ERROR_CFLAGS) \
320
339
          rm -f "$${dir}/so_locations"; \
321
340
        done
322
341
libexample-extensions.la: $(libexample_extensions_la_OBJECTS) $(libexample_extensions_la_DEPENDENCIES) 
323
 
        $(LINK)  $(libexample_extensions_la_OBJECTS) $(libexample_extensions_la_LIBADD) $(LIBS)
 
342
        $(LINK)  $(libexample_extensions_la_LDFLAGS) $(libexample_extensions_la_OBJECTS) $(libexample_extensions_la_LIBADD) $(LIBS)
324
343
 
325
344
mostlyclean-compile:
326
345
        -rm -f *.$(OBJEXT)
334
353
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svc-connection.Plo@am__quote@
335
354
 
336
355
.c.o:
337
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
356
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
357
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
339
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
360
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
342
361
 
343
362
.c.obj:
344
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
345
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
363
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
364
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
346
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
367
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
349
368
 
350
369
.c.lo:
351
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
370
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
371
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
353
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
354
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
374
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
356
375
 
357
376
signals-marshal.lo: _gen/signals-marshal.c
358
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signals-marshal.lo -MD -MP -MF $(DEPDIR)/signals-marshal.Tpo -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c
359
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/signals-marshal.Tpo $(DEPDIR)/signals-marshal.Plo
 
377
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signals-marshal.lo -MD -MP -MF "$(DEPDIR)/signals-marshal.Tpo" -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c; \
 
378
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/signals-marshal.Tpo" "$(DEPDIR)/signals-marshal.Plo"; else rm -f "$(DEPDIR)/signals-marshal.Tpo"; exit 1; fi
360
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='_gen/signals-marshal.c' object='signals-marshal.lo' libtool=yes @AMDEPBACKSLASH@
361
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c
 
381
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c
363
382
 
364
383
svc-connection.lo: _gen/svc-connection.c
365
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT svc-connection.lo -MD -MP -MF $(DEPDIR)/svc-connection.Tpo -c -o svc-connection.lo `test -f '_gen/svc-connection.c' || echo '$(srcdir)/'`_gen/svc-connection.c
366
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/svc-connection.Tpo $(DEPDIR)/svc-connection.Plo
 
384
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT svc-connection.lo -MD -MP -MF "$(DEPDIR)/svc-connection.Tpo" -c -o svc-connection.lo `test -f '_gen/svc-connection.c' || echo '$(srcdir)/'`_gen/svc-connection.c; \
 
385
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/svc-connection.Tpo" "$(DEPDIR)/svc-connection.Plo"; else rm -f "$(DEPDIR)/svc-connection.Tpo"; exit 1; fi
367
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='_gen/svc-connection.c' object='svc-connection.lo' libtool=yes @AMDEPBACKSLASH@
368
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc-connection.lo `test -f '_gen/svc-connection.c' || echo '$(srcdir)/'`_gen/svc-connection.c
 
388
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc-connection.lo `test -f '_gen/svc-connection.c' || echo '$(srcdir)/'`_gen/svc-connection.c
370
389
 
371
390
mostlyclean-libtool:
372
391
        -rm -f *.lo
374
393
clean-libtool:
375
394
        -rm -rf .libs _libs
376
395
 
 
396
distclean-libtool:
 
397
        -rm -f libtool
 
398
uninstall-info-am:
 
399
 
377
400
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
378
401
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379
402
        unique=`for i in $$list; do \
380
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
404
          done | \
382
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
383
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
405
          $(AWK) '    { files[$$0] = 1; } \
 
406
               END { for (i in files) print i; }'`; \
384
407
        mkid -fID $$unique
385
408
tags: TAGS
386
409
 
392
415
        unique=`for i in $$list; do \
393
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394
417
          done | \
395
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
418
          $(AWK) '    { files[$$0] = 1; } \
 
419
               END { for (i in files) print i; }'`; \
397
420
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
398
421
          test -n "$$unique" || unique=$$empty_fix; \
399
422
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403
426
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
404
427
                $(TAGS_FILES) $(LISP)
405
428
        tags=; \
 
429
        here=`pwd`; \
406
430
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407
431
        unique=`for i in $$list; do \
408
432
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
433
          done | \
410
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
434
          $(AWK) '    { files[$$0] = 1; } \
 
435
               END { for (i in files) print i; }'`; \
412
436
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
413
437
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414
438
             $$tags $$unique
422
446
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423
447
 
424
448
distdir: $(DISTFILES)
425
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
427
 
        list='$(DISTFILES)'; \
428
 
          dist_files=`for file in $$list; do echo $$file; done | \
429
 
          sed -e "s|^$$srcdirstrip/||;t" \
430
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
431
 
        case $$dist_files in \
432
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
433
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
434
 
                           sort -u` ;; \
435
 
        esac; \
436
 
        for file in $$dist_files; do \
 
449
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
450
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
451
        list='$(DISTFILES)'; for file in $$list; do \
 
452
          case $$file in \
 
453
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
454
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
455
          esac; \
437
456
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
457
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
458
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
459
            dir="/$$dir"; \
 
460
            $(mkdir_p) "$(distdir)$$dir"; \
 
461
          else \
 
462
            dir=''; \
 
463
          fi; \
438
464
          if test -d $$d/$$file; then \
439
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
440
465
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
441
466
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
442
467
            fi; \
488
513
        -rm -rf ./$(DEPDIR)
489
514
        -rm -f Makefile
490
515
distclean-am: clean-am distclean-compile distclean-generic \
491
 
        distclean-tags
 
516
        distclean-libtool distclean-tags
492
517
 
493
518
dvi: dvi-am
494
519
 
502
527
 
503
528
install-data-am:
504
529
 
505
 
install-dvi: install-dvi-am
506
 
 
507
530
install-exec-am:
508
531
 
509
 
install-html: install-html-am
510
 
 
511
532
install-info: install-info-am
512
533
 
513
534
install-man:
514
535
 
515
 
install-pdf: install-pdf-am
516
 
 
517
 
install-ps: install-ps-am
518
 
 
519
536
installcheck-am:
520
537
 
521
538
maintainer-clean: maintainer-clean-am
536
553
 
537
554
ps-am:
538
555
 
539
 
uninstall-am:
540
 
 
541
 
.MAKE: install-am install-strip
 
556
uninstall-am: uninstall-info-am
542
557
 
543
558
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
544
559
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
545
560
        distclean-compile distclean-generic distclean-libtool \
546
561
        distclean-tags distdir dvi dvi-am html html-am info info-am \
547
 
        install install-am install-data install-data-am install-dvi \
548
 
        install-dvi-am install-exec install-exec-am install-html \
549
 
        install-html-am install-info install-info-am install-man \
550
 
        install-pdf install-pdf-am install-ps install-ps-am \
 
562
        install install-am install-data install-data-am install-exec \
 
563
        install-exec-am install-info install-info-am install-man \
551
564
        install-strip installcheck installcheck-am installdirs \
552
565
        maintainer-clean maintainer-clean-generic mostlyclean \
553
566
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
554
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
555
 
 
 
567
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
568
        uninstall-info-am
 
569
 
 
570
 
 
571
include $(tools_dir)/shave.mk
556
572
 
557
573
# Generated files which can be generated for all categories simultaneously
558
574
 
559
575
_gen/all.xml: all.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
560
576
        $(mkdir_p) _gen
561
 
        $(PYTHON) $(tools_dir)/xincludator.py $< > $@
 
577
        $(QUIET_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
562
578
 
563
579
extensions.html: _gen/all.xml $(tools_dir)/doc-generator.xsl
564
 
        $(XSLTPROC) $(XSLTPROCFLAGS) \
 
580
        $(QUIET_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) \
565
581
                $(tools_dir)/doc-generator.xsl \
566
582
                $< > $@
567
583
 
568
584
_gen/gtypes.h _gen/gtypes-body.h: _gen/all.xml \
569
585
        $(top_srcdir)/tools/glib-gtypes-generator.py
570
 
        $(PYTHON) $(top_srcdir)/tools/glib-gtypes-generator.py \
 
586
        $(QUIET_GEN)$(PYTHON) $(top_srcdir)/tools/glib-gtypes-generator.py \
571
587
                $< _gen/gtypes Example
572
588
 
573
589
_gen/signals-marshal.list: _gen/all.xml \
574
590
        $(tools_dir)/glib-signals-marshal-gen.py
575
 
        $(PYTHON) $(tools_dir)/glib-signals-marshal-gen.py $< > $@
 
591
        $(QUIET_GEN)$(PYTHON) $(tools_dir)/glib-signals-marshal-gen.py $< > $@
576
592
 
577
593
_gen/signals-marshal.h: _gen/signals-marshal.list Makefile.am
578
 
        $(GLIB_GENMARSHAL) --header --prefix=_example_ext_marshal $< > $@
 
594
        $(QUIET_GEN)$(GLIB_GENMARSHAL) --header --prefix=_example_ext_marshal $< > $@
579
595
 
580
596
_gen/signals-marshal.c: _gen/signals-marshal.list Makefile.am
581
 
        { echo '#include "_gen/signals-marshal.h"' && \
 
597
        $(QUIET_GEN){ echo '#include "_gen/signals-marshal.h"' && \
582
598
        $(GLIB_GENMARSHAL) --body --prefix=_example_ext_marshal $< ; } > $@
583
599
 
584
600
_gen/register-dbus-glib-marshallers-body.h: _gen/all.xml \
585
601
        $(tools_dir)/glib-client-marshaller-gen.py
586
 
        $(PYTHON) $(tools_dir)/glib-client-marshaller-gen.py $< \
 
602
        $(QUIET_GEN)$(PYTHON) $(tools_dir)/glib-client-marshaller-gen.py $< \
587
603
                _example_ext > $@
588
604
 
589
605
_gen/enums.h: _gen/all.xml \
590
606
        $(tools_dir)/c-constants-gen.py
591
 
        $(PYTHON) $(tools_dir)/c-constants-gen.py \
 
607
        $(QUIET_GEN)$(PYTHON) $(tools_dir)/c-constants-gen.py \
592
608
                Example \
593
609
                $< > $@
594
610
 
595
611
_gen/interfaces-body.h _gen/interfaces.h: _gen/all.xml \
596
612
        $(tools_dir)/glib-interfaces-gen.py
597
 
        $(PYTHON) $(tools_dir)/glib-interfaces-gen.py \
 
613
        $(QUIET_GEN)$(PYTHON) $(tools_dir)/glib-interfaces-gen.py \
598
614
                Example _gen/interfaces-body.h _gen/interfaces.h $<
599
615
 
600
616
# Generated files which must be generated per "category". Each TpProxy
603
619
 
604
620
_gen/connection.xml: connection.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
605
621
        $(mkdir_p) _gen
606
 
        $(PYTHON) $(tools_dir)/xincludator.py $< > $@
 
622
        $(QUIET_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
607
623
 
608
624
_gen/cli-connection-body.h _gen/cli-connection.h: _gen/connection.xml \
609
 
        $(tools_dir)/glib-client-gen.py
610
 
        $(PYTHON) $(tools_dir)/glib-client-gen.py \
 
625
        $(tools_dir)/glib-client-gen.py Makefile.am
 
626
        $(QUIET_GEN)$(PYTHON) $(tools_dir)/glib-client-gen.py \
611
627
                --group=connection \
612
628
                --subclass=TpConnection \
613
629
                --subclass-assert=TP_IS_CONNECTION \
614
630
                --iface-quark-prefix=EXAMPLE_IFACE_QUARK \
615
631
                --tp-proxy-api=0.7.6 \
 
632
                --generate-reentrant \
616
633
                $< Example_Cli _gen/cli-connection
617
634
 
618
635
_gen/svc-connection.c _gen/svc-connection.h: _gen/connection.xml \
619
636
        $(tools_dir)/glib-ginterface-gen.py
620
 
        $(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
 
637
        $(QUIET_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
621
638
                --filename=_gen/svc-connection \
622
639
                --signal-marshal-prefix=_example_ext \
623
640
                --include='<telepathy-glib/dbus.h>' \