~ubuntu-branches/ubuntu/wily/telepathy-glib/wily

1.5.4 by Simon McVittie
Import upstream version 0.10.0
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
1.1.5 by Simon McVittie
Import upstream version 0.7.0
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.5.1 by Simon McVittie
Import upstream version 0.9.0
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
1.1.5 by Simon McVittie
Import upstream version 0.7.0
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
16
@SET_MAKE@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
17
1.1.5 by Simon McVittie
Import upstream version 0.7.0
18
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
20
pkgincludedir = $(includedir)/@PACKAGE@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
21
pkglibdir = $(libdir)/@PACKAGE@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
1.2.1 by Simon McVittie
Import upstream version 0.7.12
35
build_triplet = @build@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
36
host_triplet = @host@
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
37
@INSTALL_EXAMPLES_TRUE@bin_PROGRAMS = $(am__EXEEXT_1)
38
@INSTALL_EXAMPLES_FALSE@noinst_PROGRAMS = $(am__EXEEXT_1)
1.1.5 by Simon McVittie
Import upstream version 0.7.0
39
subdir = examples/client
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.21 by Simon McVittie
Import upstream version 0.7.23
42
am__aclocal_m4_deps = $(top_srcdir)/m4/compiler.m4 \
1.7.1 by Simon McVittie
Import upstream version 0.11.4
43
	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/introspection.m4 \
44
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/linker.m4 \
45
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
1.1.21 by Simon McVittie
Import upstream version 0.7.23
47
	$(top_srcdir)/m4/tp-compiler-flag.m4 \
48
	$(top_srcdir)/m4/tp-compiler-warnings.m4 \
1.6.23 by Ken VanDine
Import upstream version 0.14.1
49
	$(top_srcdir)/m4/tp-linker-flag.m4 $(top_srcdir)/configure.ac
1.1.5 by Simon McVittie
Import upstream version 0.7.0
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
	$(ACLOCAL_M4)
1.2.1 by Simon McVittie
Import upstream version 0.7.12
52
mkinstalldirs = $(install_sh) -d
1.1.5 by Simon McVittie
Import upstream version 0.7.0
53
CONFIG_HEADER = $(top_builddir)/config.h
54
CONFIG_CLEAN_FILES =
1.5.1 by Simon McVittie
Import upstream version 0.9.0
55
CONFIG_CLEAN_VPATH_FILES =
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
56
am__EXEEXT_1 = telepathy-example-inspect-channel$(EXEEXT) \
57
	telepathy-example-inspect-connection$(EXEEXT) \
58
	telepathy-example-inspect-contact$(EXEEXT) \
59
	telepathy-example-inspect-cm$(EXEEXT) \
60
	telepathy-example-list-connections$(EXEEXT) \
61
	telepathy-example-list-managers$(EXEEXT) \
1.6.1 by Simon McVittie
Import upstream version 0.11.5
62
	telepathy-example-extended-client$(EXEEXT) \
63
	telepathy-example-media-observer$(EXEEXT) \
1.6.2 by Simon McVittie
Import upstream version 0.11.6
64
	telepathy-example-approver$(EXEEXT) \
1.6.30 by Jonny Lamb
Import upstream version 0.15.5
65
	telepathy-example-text-handler$(EXEEXT) \
66
	telepathy-example-contact-list$(EXEEXT)
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
67
am__installdirs = "$(DESTDIR)$(bindir)"
68
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
1.6.1 by Simon McVittie
Import upstream version 0.11.5
69
am_telepathy_example_approver_OBJECTS = approver.$(OBJEXT)
70
telepathy_example_approver_OBJECTS =  \
71
	$(am_telepathy_example_approver_OBJECTS)
72
telepathy_example_approver_LDADD = $(LDADD)
1.8.2 by Simon McVittie
Import upstream version 0.13.4
73
am__DEPENDENCIES_1 =
1.6.1 by Simon McVittie
Import upstream version 0.11.5
74
telepathy_example_approver_DEPENDENCIES =  \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
75
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
76
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.6.1 by Simon McVittie
Import upstream version 0.11.5
77
AM_V_lt = $(am__v_lt_$(V))
78
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
79
am__v_lt_0 = --silent
1.6.30 by Jonny Lamb
Import upstream version 0.15.5
80
am_telepathy_example_contact_list_OBJECTS = contact-list.$(OBJEXT)
81
telepathy_example_contact_list_OBJECTS =  \
82
	$(am_telepathy_example_contact_list_OBJECTS)
83
telepathy_example_contact_list_LDADD = $(LDADD)
84
telepathy_example_contact_list_DEPENDENCIES =  \
85
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
86
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
87
am_telepathy_example_extended_client_OBJECTS =  \
88
	extended-client.$(OBJEXT)
89
telepathy_example_extended_client_OBJECTS =  \
90
	$(am_telepathy_example_extended_client_OBJECTS)
1.8.2 by Simon McVittie
Import upstream version 0.13.4
91
am__DEPENDENCIES_2 =  \
92
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
93
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
94
telepathy_example_extended_client_DEPENDENCIES =  \
95
	$(top_builddir)/examples/extensions/libexample-extensions.la \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
96
	$(am__DEPENDENCIES_2)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
97
am_telepathy_example_inspect_channel_OBJECTS =  \
98
	inspect-channel.$(OBJEXT)
99
telepathy_example_inspect_channel_OBJECTS =  \
100
	$(am_telepathy_example_inspect_channel_OBJECTS)
1.1.20 by Simon McVittie
Import upstream version 0.7.20
101
telepathy_example_inspect_channel_LDADD = $(LDADD)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
102
telepathy_example_inspect_channel_DEPENDENCIES =  \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
103
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
104
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
105
am_telepathy_example_inspect_cm_OBJECTS = inspect-cm.$(OBJEXT)
106
telepathy_example_inspect_cm_OBJECTS =  \
107
	$(am_telepathy_example_inspect_cm_OBJECTS)
1.1.20 by Simon McVittie
Import upstream version 0.7.20
108
telepathy_example_inspect_cm_LDADD = $(LDADD)
109
telepathy_example_inspect_cm_DEPENDENCIES =  \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
110
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
111
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
112
am_telepathy_example_inspect_connection_OBJECTS =  \
113
	inspect-connection.$(OBJEXT)
114
telepathy_example_inspect_connection_OBJECTS =  \
115
	$(am_telepathy_example_inspect_connection_OBJECTS)
1.1.20 by Simon McVittie
Import upstream version 0.7.20
116
telepathy_example_inspect_connection_LDADD = $(LDADD)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
117
telepathy_example_inspect_connection_DEPENDENCIES =  \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
118
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
119
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.1.18 by Simon McVittie
Import upstream version 0.7.18
120
am_telepathy_example_inspect_contact_OBJECTS =  \
121
	inspect-contact.$(OBJEXT)
122
telepathy_example_inspect_contact_OBJECTS =  \
123
	$(am_telepathy_example_inspect_contact_OBJECTS)
1.1.20 by Simon McVittie
Import upstream version 0.7.20
124
telepathy_example_inspect_contact_LDADD = $(LDADD)
1.1.18 by Simon McVittie
Import upstream version 0.7.18
125
telepathy_example_inspect_contact_DEPENDENCIES =  \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
126
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
127
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
128
am_telepathy_example_list_connections_OBJECTS =  \
129
	list-connections.$(OBJEXT)
130
telepathy_example_list_connections_OBJECTS =  \
131
	$(am_telepathy_example_list_connections_OBJECTS)
1.1.20 by Simon McVittie
Import upstream version 0.7.20
132
telepathy_example_list_connections_LDADD = $(LDADD)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
133
telepathy_example_list_connections_DEPENDENCIES =  \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
134
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
135
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
136
am_telepathy_example_list_managers_OBJECTS = list-managers.$(OBJEXT)
137
telepathy_example_list_managers_OBJECTS =  \
138
	$(am_telepathy_example_list_managers_OBJECTS)
1.1.20 by Simon McVittie
Import upstream version 0.7.20
139
telepathy_example_list_managers_LDADD = $(LDADD)
140
telepathy_example_list_managers_DEPENDENCIES =  \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
141
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
142
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.6.1 by Simon McVittie
Import upstream version 0.11.5
143
am_telepathy_example_media_observer_OBJECTS =  \
144
	media-observer.$(OBJEXT)
145
telepathy_example_media_observer_OBJECTS =  \
146
	$(am_telepathy_example_media_observer_OBJECTS)
147
telepathy_example_media_observer_LDADD = $(LDADD)
148
telepathy_example_media_observer_DEPENDENCIES =  \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
149
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
150
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.6.2 by Simon McVittie
Import upstream version 0.11.6
151
am_telepathy_example_text_handler_OBJECTS = text-handler.$(OBJEXT)
152
telepathy_example_text_handler_OBJECTS =  \
153
	$(am_telepathy_example_text_handler_OBJECTS)
154
telepathy_example_text_handler_LDADD = $(LDADD)
155
telepathy_example_text_handler_DEPENDENCIES =  \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
156
	$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
157
	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
158
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
159
depcomp = $(SHELL) $(top_srcdir)/depcomp
160
am__depfiles_maybe = depfiles
1.5.1 by Simon McVittie
Import upstream version 0.9.0
161
am__mv = mv -f
1.1.6 by Simon McVittie
Import upstream version 0.7.1
162
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
164
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1.1.26 by Simon McVittie
Import upstream version 0.7.31
166
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
167
	$(AM_CFLAGS) $(CFLAGS)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
168
AM_V_CC = $(am__v_CC_$(V))
169
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
170
am__v_CC_0 = @echo "  CC    " $@;
171
AM_V_at = $(am__v_at_$(V))
172
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
173
am__v_at_0 = @
1.1.6 by Simon McVittie
Import upstream version 0.7.1
174
CCLD = $(CC)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
175
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1.1.26 by Simon McVittie
Import upstream version 0.7.31
177
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
178
AM_V_CCLD = $(am__v_CCLD_$(V))
179
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
180
am__v_CCLD_0 = @echo "  CCLD  " $@;
181
AM_V_GEN = $(am__v_GEN_$(V))
182
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
183
am__v_GEN_0 = @echo "  GEN   " $@;
1.6.1 by Simon McVittie
Import upstream version 0.11.5
184
SOURCES = $(telepathy_example_approver_SOURCES) \
1.6.30 by Jonny Lamb
Import upstream version 0.15.5
185
	$(telepathy_example_contact_list_SOURCES) \
1.6.1 by Simon McVittie
Import upstream version 0.11.5
186
	$(telepathy_example_extended_client_SOURCES) \
187
	$(telepathy_example_inspect_channel_SOURCES) \
188
	$(telepathy_example_inspect_cm_SOURCES) \
189
	$(telepathy_example_inspect_connection_SOURCES) \
190
	$(telepathy_example_inspect_contact_SOURCES) \
191
	$(telepathy_example_list_connections_SOURCES) \
192
	$(telepathy_example_list_managers_SOURCES) \
1.6.2 by Simon McVittie
Import upstream version 0.11.6
193
	$(telepathy_example_media_observer_SOURCES) \
194
	$(telepathy_example_text_handler_SOURCES)
1.6.1 by Simon McVittie
Import upstream version 0.11.5
195
DIST_SOURCES = $(telepathy_example_approver_SOURCES) \
1.6.30 by Jonny Lamb
Import upstream version 0.15.5
196
	$(telepathy_example_contact_list_SOURCES) \
1.6.1 by Simon McVittie
Import upstream version 0.11.5
197
	$(telepathy_example_extended_client_SOURCES) \
198
	$(telepathy_example_inspect_channel_SOURCES) \
199
	$(telepathy_example_inspect_cm_SOURCES) \
200
	$(telepathy_example_inspect_connection_SOURCES) \
201
	$(telepathy_example_inspect_contact_SOURCES) \
202
	$(telepathy_example_list_connections_SOURCES) \
203
	$(telepathy_example_list_managers_SOURCES) \
1.6.2 by Simon McVittie
Import upstream version 0.11.6
204
	$(telepathy_example_media_observer_SOURCES) \
205
	$(telepathy_example_text_handler_SOURCES)
1.8.2 by Simon McVittie
Import upstream version 0.13.4
206
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
207
	html-recursive info-recursive install-data-recursive \
208
	install-dvi-recursive install-exec-recursive \
209
	install-html-recursive install-info-recursive \
210
	install-pdf-recursive install-ps-recursive install-recursive \
211
	installcheck-recursive installdirs-recursive pdf-recursive \
212
	ps-recursive uninstall-recursive
213
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
214
  distclean-recursive maintainer-clean-recursive
215
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
216
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
217
	distdir
1.1.6 by Simon McVittie
Import upstream version 0.7.1
218
ETAGS = etags
219
CTAGS = ctags
1.8.2 by Simon McVittie
Import upstream version 0.13.4
220
DIST_SUBDIRS = $(SUBDIRS)
1.1.5 by Simon McVittie
Import upstream version 0.7.0
221
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.8.2 by Simon McVittie
Import upstream version 0.13.4
222
am__relativize = \
223
  dir0=`pwd`; \
224
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
225
  sed_rest='s,^[^/]*/*,,'; \
226
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
227
  sed_butlast='s,/*[^/]*$$,,'; \
228
  while test -n "$$dir1"; do \
229
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
230
    if test "$$first" != "."; then \
231
      if test "$$first" = ".."; then \
232
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
233
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
234
      else \
235
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
236
        if test "$$first2" = "$$first"; then \
237
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
238
        else \
239
          dir2="../$$dir2"; \
240
        fi; \
241
        dir0="$$dir0"/"$$first"; \
242
      fi; \
243
    fi; \
244
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
245
  done; \
246
  reldir="$$dir2"
1.1.5 by Simon McVittie
Import upstream version 0.7.0
247
ACLOCAL = @ACLOCAL@
248
AMTAR = @AMTAR@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
249
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
250
AR = @AR@
251
AUTOCONF = @AUTOCONF@
252
AUTOHEADER = @AUTOHEADER@
253
AUTOMAKE = @AUTOMAKE@
254
AWK = @AWK@
255
CC = @CC@
256
CCDEPMODE = @CCDEPMODE@
257
CFLAGS = @CFLAGS@
258
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
259
CPP = @CPP@
260
CPPFLAGS = @CPPFLAGS@
1.6.3 by Simon McVittie
Import upstream version 0.11.7
261
CXX = @CXX@
262
CXXCPP = @CXXCPP@
263
CXXDEPMODE = @CXXDEPMODE@
264
CXXFLAGS = @CXXFLAGS@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
265
CYGPATH_W = @CYGPATH_W@
266
DBUS_CFLAGS = @DBUS_CFLAGS@
267
DBUS_LIBS = @DBUS_LIBS@
268
DEFS = @DEFS@
269
DEPDIR = @DEPDIR@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
270
DSYMUTIL = @DSYMUTIL@
17.2.2 by Matthias Klose
* Build-depend on python.
271
DUMPBIN = @DUMPBIN@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
272
ECHO_C = @ECHO_C@
273
ECHO_N = @ECHO_N@
274
ECHO_T = @ECHO_T@
275
EGREP = @EGREP@
276
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
1.5.7 by Simon McVittie
Import upstream version 0.11.1
277
ENABLE_DOC_CHECKS = @ENABLE_DOC_CHECKS@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
278
ERROR_CFLAGS = @ERROR_CFLAGS@
279
EXEEXT = @EXEEXT@
17.2.2 by Matthias Klose
* Build-depend on python.
280
FGREP = @FGREP@
1.5.6 by Simon McVittie
Import upstream version 0.11.0
281
GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
282
GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
283
GLIB_CFLAGS = @GLIB_CFLAGS@
284
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
285
GLIB_LIBS = @GLIB_LIBS@
1.6.1 by Simon McVittie
Import upstream version 0.11.5
286
GLIB_MKENUMS = @GLIB_MKENUMS@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
287
GREP = @GREP@
288
GTKDOC_CHECK = @GTKDOC_CHECK@
1.5.4 by Simon McVittie
Import upstream version 0.10.0
289
GTKDOC_MKPDF = @GTKDOC_MKPDF@
290
GTKDOC_REBASE = @GTKDOC_REBASE@
1.6.4 by Simon McVittie
Import upstream version 0.11.8
291
HAVE_VALA = @HAVE_VALA@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
292
HTML_DIR = @HTML_DIR@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
293
INSTALL = @INSTALL@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
294
INSTALL_DATA = @INSTALL_DATA@
295
INSTALL_PROGRAM = @INSTALL_PROGRAM@
296
INSTALL_SCRIPT = @INSTALL_SCRIPT@
297
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.7.1 by Simon McVittie
Import upstream version 0.11.4
298
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
299
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
300
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
301
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
302
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
17.2.2 by Matthias Klose
* Build-depend on python.
303
LD = @LD@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
304
LDFLAGS = @LDFLAGS@
305
LIBOBJS = @LIBOBJS@
306
LIBS = @LIBS@
307
LIBTOOL = @LIBTOOL@
17.2.2 by Matthias Klose
* Build-depend on python.
308
LIPO = @LIPO@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
309
LN_S = @LN_S@
310
LTLIBOBJS = @LTLIBOBJS@
311
LT_AGE = @LT_AGE@
312
LT_CURRENT = @LT_CURRENT@
313
LT_REVISION = @LT_REVISION@
314
MAKEINFO = @MAKEINFO@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
315
MKDIR_P = @MKDIR_P@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
316
NM = @NM@
317
NMEDIT = @NMEDIT@
17.2.2 by Matthias Klose
* Build-depend on python.
318
OBJDUMP = @OBJDUMP@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
319
OBJEXT = @OBJEXT@
17.2.2 by Matthias Klose
* Build-depend on python.
320
OTOOL = @OTOOL@
321
OTOOL64 = @OTOOL64@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
322
PACKAGE = @PACKAGE@
323
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
324
PACKAGE_NAME = @PACKAGE_NAME@
325
PACKAGE_STRING = @PACKAGE_STRING@
326
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.4.2 by Simon McVittie
Import upstream version 0.7.35
327
PACKAGE_URL = @PACKAGE_URL@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
328
PACKAGE_VERSION = @PACKAGE_VERSION@
329
PATH_SEPARATOR = @PATH_SEPARATOR@
330
PKG_CONFIG = @PKG_CONFIG@
1.6.2 by Simon McVittie
Import upstream version 0.11.6
331
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
332
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
333
PYTHON = @PYTHON@
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
334
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
335
PYTHON_PLATFORM = @PYTHON_PLATFORM@
336
PYTHON_PREFIX = @PYTHON_PREFIX@
337
PYTHON_VERSION = @PYTHON_VERSION@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
338
RANLIB = @RANLIB@
339
SED = @SED@
340
SET_MAKE = @SET_MAKE@
341
SHELL = @SHELL@
342
STRIP = @STRIP@
343
TP_GLIB_CFLAGS = @TP_GLIB_CFLAGS@
1.6.4 by Simon McVittie
Import upstream version 0.11.8
344
VALAC = @VALAC@
345
VALAFLAGS = @VALAFLAGS@
346
VAPIGEN = @VAPIGEN@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
347
VERSION = @VERSION@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
348
VERSION_SCRIPT_ARG = @VERSION_SCRIPT_ARG@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
349
XSLTPROC = @XSLTPROC@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
350
abs_builddir = @abs_builddir@
351
abs_srcdir = @abs_srcdir@
352
abs_top_builddir = @abs_top_builddir@
353
abs_top_srcdir = @abs_top_srcdir@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
354
ac_ct_CC = @ac_ct_CC@
1.6.3 by Simon McVittie
Import upstream version 0.11.7
355
ac_ct_CXX = @ac_ct_CXX@
17.2.2 by Matthias Klose
* Build-depend on python.
356
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
357
am__include = @am__include@
358
am__leading_dot = @am__leading_dot@
359
am__quote = @am__quote@
1.2.1 by Simon McVittie
Import upstream version 0.7.12
360
am__tar = @am__tar@
361
am__untar = @am__untar@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
362
bindir = @bindir@
363
build = @build@
364
build_alias = @build_alias@
365
build_cpu = @build_cpu@
366
build_os = @build_os@
367
build_vendor = @build_vendor@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
368
builddir = @builddir@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
369
datadir = @datadir@
370
datarootdir = @datarootdir@
371
docdir = @docdir@
372
dvidir = @dvidir@
373
exec_prefix = @exec_prefix@
374
host = @host@
375
host_alias = @host_alias@
376
host_cpu = @host_cpu@
377
host_os = @host_os@
378
host_vendor = @host_vendor@
379
htmldir = @htmldir@
380
includedir = @includedir@
381
infodir = @infodir@
382
install_sh = @install_sh@
383
libdir = @libdir@
384
libexecdir = @libexecdir@
385
localedir = @localedir@
386
localstatedir = @localstatedir@
1.6.32 by Sjoerd Simons
Import upstream version 0.16.1
387
lt_ECHO = @lt_ECHO@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
388
mandir = @mandir@
389
mkdir_p = @mkdir_p@
390
oldincludedir = @oldincludedir@
391
pdfdir = @pdfdir@
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
392
pkgpyexecdir = @pkgpyexecdir@
393
pkgpythondir = @pkgpythondir@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
394
prefix = @prefix@
395
program_transform_name = @program_transform_name@
396
psdir = @psdir@
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
397
pyexecdir = @pyexecdir@
398
pythondir = @pythondir@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
399
sbindir = @sbindir@
400
sharedstatedir = @sharedstatedir@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
401
srcdir = @srcdir@
1.1.5 by Simon McVittie
Import upstream version 0.7.0
402
sysconfdir = @sysconfdir@
403
target_alias = @target_alias@
1.5.1 by Simon McVittie
Import upstream version 0.9.0
404
top_build_prefix = @top_build_prefix@
405
top_builddir = @top_builddir@
406
top_srcdir = @top_srcdir@
1.6.31 by Ken VanDine
Import upstream version 0.16.0
407
SUBDIRS = stream-tubes python js
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
408
EXAMPLES = telepathy-example-inspect-channel \
409
	telepathy-example-inspect-connection \
410
	telepathy-example-inspect-contact telepathy-example-inspect-cm \
411
	telepathy-example-list-connections \
412
	telepathy-example-list-managers \
1.6.1 by Simon McVittie
Import upstream version 0.11.5
413
	telepathy-example-extended-client \
1.6.2 by Simon McVittie
Import upstream version 0.11.6
414
	telepathy-example-media-observer telepathy-example-approver \
1.6.30 by Jonny Lamb
Import upstream version 0.15.5
415
	telepathy-example-text-handler telepathy-example-contact-list
1.1.6 by Simon McVittie
Import upstream version 0.7.1
416
telepathy_example_inspect_channel_SOURCES = inspect-channel.c
417
telepathy_example_inspect_connection_SOURCES = inspect-connection.c
1.1.18 by Simon McVittie
Import upstream version 0.7.18
418
telepathy_example_inspect_contact_SOURCES = inspect-contact.c
1.1.6 by Simon McVittie
Import upstream version 0.7.1
419
telepathy_example_inspect_cm_SOURCES = inspect-cm.c
420
telepathy_example_list_connections_SOURCES = list-connections.c
421
telepathy_example_list_managers_SOURCES = list-managers.c
422
telepathy_example_extended_client_SOURCES = extended-client.c
423
telepathy_example_extended_client_LDADD = \
424
    $(top_builddir)/examples/extensions/libexample-extensions.la \
1.1.20 by Simon McVittie
Import upstream version 0.7.20
425
    $(LDADD)
426
1.6.1 by Simon McVittie
Import upstream version 0.11.5
427
telepathy_example_media_observer_SOURCES = media-observer.c
428
telepathy_example_approver_SOURCES = approver.c
1.6.2 by Simon McVittie
Import upstream version 0.11.6
429
telepathy_example_text_handler_SOURCES = text-handler.c
1.6.30 by Jonny Lamb
Import upstream version 0.15.5
430
telepathy_example_contact_list_SOURCES = contact-list.c
1.1.20 by Simon McVittie
Import upstream version 0.7.20
431
432
# In an external project you'd use $(TP_GLIB_LIBS) (obtained from
1.8.2 by Simon McVittie
Import upstream version 0.13.4
433
# pkg-config via autoconf) instead of the .la path, and put it last; we use
434
# a different format here because we're part of the telepathy-glib source tree.
435
# Similarly, in an external project you'd put $(TP_GLIB_CFLAGS) at the end of
436
# AM_CPPFLAGS.
1.1.20 by Simon McVittie
Import upstream version 0.7.20
437
LDADD = \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
438
    $(top_builddir)/telepathy-glib/libtelepathy-glib.la \
439
    $(GLIB_LIBS) \
440
    $(DBUS_LIBS) \
441
    $(NULL)
442
443
AM_CPPFLAGS = \
444
    -I${top_srcdir} -I${top_builddir} \
445
    $(GLIB_CFLAGS) \
446
    $(DBUS_CFLAGS) \
447
    $(NULL)
448
449
AM_CFLAGS = $(ERROR_CFLAGS)
1.6.23 by Ken VanDine
Import upstream version 0.14.1
450
AM_LDFLAGS = \
451
    $(ERROR_LDFLAGS) \
452
    $(NULL)
453
1.8.2 by Simon McVittie
Import upstream version 0.13.4
454
all: all-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
455
456
.SUFFIXES:
1.1.6 by Simon McVittie
Import upstream version 0.7.1
457
.SUFFIXES: .c .lo .o .obj
1.1.5 by Simon McVittie
Import upstream version 0.7.0
458
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
459
	@for dep in $?; do \
460
	  case '$(am__configure_deps)' in \
461
	    *$$dep*) \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
462
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
463
	        && { if test -f $@; then exit 0; else break; fi; }; \
1.1.5 by Simon McVittie
Import upstream version 0.7.0
464
	      exit 1;; \
465
	  esac; \
466
	done; \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
467
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/client/Makefile'; \
468
	$(am__cd) $(top_srcdir) && \
469
	  $(AUTOMAKE) --gnu examples/client/Makefile
1.1.5 by Simon McVittie
Import upstream version 0.7.0
470
.PRECIOUS: Makefile
471
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
472
	@case '$?' in \
473
	  *config.status*) \
474
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
475
	  *) \
476
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
477
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
478
	esac;
479
480
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
481
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482
483
$(top_srcdir)/configure:  $(am__configure_deps)
484
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
486
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.5.1 by Simon McVittie
Import upstream version 0.9.0
487
$(am__aclocal_m4_deps):
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
488
install-binPROGRAMS: $(bin_PROGRAMS)
489
	@$(NORMAL_INSTALL)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
490
	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
491
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
492
	for p in $$list; do echo "$$p $$p"; done | \
493
	sed 's/$(EXEEXT)$$//' | \
494
	while read p p1; do if test -f $$p || test -f $$p1; \
495
	  then echo "$$p"; echo "$$p"; else :; fi; \
496
	done | \
497
	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
498
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
499
	sed 'N;N;N;s,\n, ,g' | \
500
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
501
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
502
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
503
	    else { print "f", $$3 "/" $$4, $$1; } } \
504
	  END { for (d in files) print "f", d, files[d] }' | \
505
	while read type dir files; do \
506
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
507
	    test -z "$$files" || { \
508
	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
509
	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
510
	    } \
511
	; done
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
512
513
uninstall-binPROGRAMS:
514
	@$(NORMAL_UNINSTALL)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
515
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
516
	files=`for p in $$list; do echo "$$p"; done | \
517
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
518
	      -e 's/$$/$(EXEEXT)/' `; \
519
	test -n "$$list" || exit 0; \
520
	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
521
	cd "$(DESTDIR)$(bindir)" && rm -f $$files
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
522
523
clean-binPROGRAMS:
1.5.1 by Simon McVittie
Import upstream version 0.9.0
524
	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
525
	echo " rm -f" $$list; \
526
	rm -f $$list || exit $$?; \
527
	test -n "$(EXEEXT)" || exit 0; \
528
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
529
	echo " rm -f" $$list; \
530
	rm -f $$list
1.1.5 by Simon McVittie
Import upstream version 0.7.0
531
1.1.6 by Simon McVittie
Import upstream version 0.7.1
532
clean-noinstPROGRAMS:
1.5.1 by Simon McVittie
Import upstream version 0.9.0
533
	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
534
	echo " rm -f" $$list; \
535
	rm -f $$list || exit $$?; \
536
	test -n "$(EXEEXT)" || exit 0; \
537
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
538
	echo " rm -f" $$list; \
539
	rm -f $$list
1.6.1 by Simon McVittie
Import upstream version 0.11.5
540
telepathy-example-approver$(EXEEXT): $(telepathy_example_approver_OBJECTS) $(telepathy_example_approver_DEPENDENCIES) 
541
	@rm -f telepathy-example-approver$(EXEEXT)
542
	$(AM_V_CCLD)$(LINK) $(telepathy_example_approver_OBJECTS) $(telepathy_example_approver_LDADD) $(LIBS)
1.6.30 by Jonny Lamb
Import upstream version 0.15.5
543
telepathy-example-contact-list$(EXEEXT): $(telepathy_example_contact_list_OBJECTS) $(telepathy_example_contact_list_DEPENDENCIES) 
544
	@rm -f telepathy-example-contact-list$(EXEEXT)
545
	$(AM_V_CCLD)$(LINK) $(telepathy_example_contact_list_OBJECTS) $(telepathy_example_contact_list_LDADD) $(LIBS)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
546
telepathy-example-extended-client$(EXEEXT): $(telepathy_example_extended_client_OBJECTS) $(telepathy_example_extended_client_DEPENDENCIES) 
547
	@rm -f telepathy-example-extended-client$(EXEEXT)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
548
	$(AM_V_CCLD)$(LINK) $(telepathy_example_extended_client_OBJECTS) $(telepathy_example_extended_client_LDADD) $(LIBS)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
549
telepathy-example-inspect-channel$(EXEEXT): $(telepathy_example_inspect_channel_OBJECTS) $(telepathy_example_inspect_channel_DEPENDENCIES) 
550
	@rm -f telepathy-example-inspect-channel$(EXEEXT)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
551
	$(AM_V_CCLD)$(LINK) $(telepathy_example_inspect_channel_OBJECTS) $(telepathy_example_inspect_channel_LDADD) $(LIBS)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
552
telepathy-example-inspect-cm$(EXEEXT): $(telepathy_example_inspect_cm_OBJECTS) $(telepathy_example_inspect_cm_DEPENDENCIES) 
553
	@rm -f telepathy-example-inspect-cm$(EXEEXT)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
554
	$(AM_V_CCLD)$(LINK) $(telepathy_example_inspect_cm_OBJECTS) $(telepathy_example_inspect_cm_LDADD) $(LIBS)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
555
telepathy-example-inspect-connection$(EXEEXT): $(telepathy_example_inspect_connection_OBJECTS) $(telepathy_example_inspect_connection_DEPENDENCIES) 
556
	@rm -f telepathy-example-inspect-connection$(EXEEXT)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
557
	$(AM_V_CCLD)$(LINK) $(telepathy_example_inspect_connection_OBJECTS) $(telepathy_example_inspect_connection_LDADD) $(LIBS)
1.1.18 by Simon McVittie
Import upstream version 0.7.18
558
telepathy-example-inspect-contact$(EXEEXT): $(telepathy_example_inspect_contact_OBJECTS) $(telepathy_example_inspect_contact_DEPENDENCIES) 
559
	@rm -f telepathy-example-inspect-contact$(EXEEXT)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
560
	$(AM_V_CCLD)$(LINK) $(telepathy_example_inspect_contact_OBJECTS) $(telepathy_example_inspect_contact_LDADD) $(LIBS)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
561
telepathy-example-list-connections$(EXEEXT): $(telepathy_example_list_connections_OBJECTS) $(telepathy_example_list_connections_DEPENDENCIES) 
562
	@rm -f telepathy-example-list-connections$(EXEEXT)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
563
	$(AM_V_CCLD)$(LINK) $(telepathy_example_list_connections_OBJECTS) $(telepathy_example_list_connections_LDADD) $(LIBS)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
564
telepathy-example-list-managers$(EXEEXT): $(telepathy_example_list_managers_OBJECTS) $(telepathy_example_list_managers_DEPENDENCIES) 
565
	@rm -f telepathy-example-list-managers$(EXEEXT)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
566
	$(AM_V_CCLD)$(LINK) $(telepathy_example_list_managers_OBJECTS) $(telepathy_example_list_managers_LDADD) $(LIBS)
1.6.1 by Simon McVittie
Import upstream version 0.11.5
567
telepathy-example-media-observer$(EXEEXT): $(telepathy_example_media_observer_OBJECTS) $(telepathy_example_media_observer_DEPENDENCIES) 
568
	@rm -f telepathy-example-media-observer$(EXEEXT)
569
	$(AM_V_CCLD)$(LINK) $(telepathy_example_media_observer_OBJECTS) $(telepathy_example_media_observer_LDADD) $(LIBS)
1.6.2 by Simon McVittie
Import upstream version 0.11.6
570
telepathy-example-text-handler$(EXEEXT): $(telepathy_example_text_handler_OBJECTS) $(telepathy_example_text_handler_DEPENDENCIES) 
571
	@rm -f telepathy-example-text-handler$(EXEEXT)
572
	$(AM_V_CCLD)$(LINK) $(telepathy_example_text_handler_OBJECTS) $(telepathy_example_text_handler_LDADD) $(LIBS)
1.1.6 by Simon McVittie
Import upstream version 0.7.1
573
574
mostlyclean-compile:
575
	-rm -f *.$(OBJEXT)
576
577
distclean-compile:
578
	-rm -f *.tab.c
579
1.6.1 by Simon McVittie
Import upstream version 0.11.5
580
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/approver.Po@am__quote@
1.6.30 by Jonny Lamb
Import upstream version 0.15.5
581
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/contact-list.Po@am__quote@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
582
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extended-client.Po@am__quote@
583
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inspect-channel.Po@am__quote@
584
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inspect-cm.Po@am__quote@
585
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inspect-connection.Po@am__quote@
1.1.18 by Simon McVittie
Import upstream version 0.7.18
586
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inspect-contact.Po@am__quote@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
587
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list-connections.Po@am__quote@
588
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list-managers.Po@am__quote@
1.6.1 by Simon McVittie
Import upstream version 0.11.5
589
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/media-observer.Po@am__quote@
1.6.2 by Simon McVittie
Import upstream version 0.11.6
590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-handler.Po@am__quote@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
591
592
.c.o:
1.5.1 by Simon McVittie
Import upstream version 0.9.0
593
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
594
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
595
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.2.1 by Simon McVittie
Import upstream version 0.7.12
597
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
598
@am__fastdepCC_FALSE@	$(COMPILE) -c $<
599
600
.c.obj:
1.5.1 by Simon McVittie
Import upstream version 0.9.0
601
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
602
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
603
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
604
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.2.1 by Simon McVittie
Import upstream version 0.7.12
605
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
606
@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
607
608
.c.lo:
1.5.1 by Simon McVittie
Import upstream version 0.9.0
609
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
610
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
611
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
612
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.2.1 by Simon McVittie
Import upstream version 0.7.12
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.6 by Simon McVittie
Import upstream version 0.7.1
614
@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
615
1.1.5 by Simon McVittie
Import upstream version 0.7.0
616
mostlyclean-libtool:
617
	-rm -f *.lo
618
619
clean-libtool:
620
	-rm -rf .libs _libs
621
1.8.2 by Simon McVittie
Import upstream version 0.13.4
622
# This directory's subdirectories are mostly independent; you can cd
623
# into them and run `make' without going through this Makefile.
624
# To change the values of `make' variables: instead of editing Makefiles,
625
# (1) if the variable is set in `config.status', edit `config.status'
626
#     (which will cause the Makefiles to be regenerated when you run `make');
627
# (2) otherwise, pass the desired values on the `make' command line.
628
$(RECURSIVE_TARGETS):
629
	@fail= failcom='exit 1'; \
630
	for f in x $$MAKEFLAGS; do \
631
	  case $$f in \
632
	    *=* | --[!k]*);; \
633
	    *k*) failcom='fail=yes';; \
634
	  esac; \
635
	done; \
636
	dot_seen=no; \
637
	target=`echo $@ | sed s/-recursive//`; \
638
	list='$(SUBDIRS)'; for subdir in $$list; do \
639
	  echo "Making $$target in $$subdir"; \
640
	  if test "$$subdir" = "."; then \
641
	    dot_seen=yes; \
642
	    local_target="$$target-am"; \
643
	  else \
644
	    local_target="$$target"; \
645
	  fi; \
646
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
647
	  || eval $$failcom; \
648
	done; \
649
	if test "$$dot_seen" = "no"; then \
650
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
651
	fi; test -z "$$fail"
652
653
$(RECURSIVE_CLEAN_TARGETS):
654
	@fail= failcom='exit 1'; \
655
	for f in x $$MAKEFLAGS; do \
656
	  case $$f in \
657
	    *=* | --[!k]*);; \
658
	    *k*) failcom='fail=yes';; \
659
	  esac; \
660
	done; \
661
	dot_seen=no; \
662
	case "$@" in \
663
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
664
	  *) list='$(SUBDIRS)' ;; \
665
	esac; \
666
	rev=''; for subdir in $$list; do \
667
	  if test "$$subdir" = "."; then :; else \
668
	    rev="$$subdir $$rev"; \
669
	  fi; \
670
	done; \
671
	rev="$$rev ."; \
672
	target=`echo $@ | sed s/-recursive//`; \
673
	for subdir in $$rev; do \
674
	  echo "Making $$target in $$subdir"; \
675
	  if test "$$subdir" = "."; then \
676
	    local_target="$$target-am"; \
677
	  else \
678
	    local_target="$$target"; \
679
	  fi; \
680
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
681
	  || eval $$failcom; \
682
	done && test -z "$$fail"
683
tags-recursive:
684
	list='$(SUBDIRS)'; for subdir in $$list; do \
685
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
686
	done
687
ctags-recursive:
688
	list='$(SUBDIRS)'; for subdir in $$list; do \
689
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
690
	done
691
1.1.6 by Simon McVittie
Import upstream version 0.7.1
692
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
693
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
694
	unique=`for i in $$list; do \
695
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
696
	  done | \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
697
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
698
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.6 by Simon McVittie
Import upstream version 0.7.1
699
	mkid -fID $$unique
1.1.5 by Simon McVittie
Import upstream version 0.7.0
700
tags: TAGS
701
1.8.2 by Simon McVittie
Import upstream version 0.13.4
702
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1.1.6 by Simon McVittie
Import upstream version 0.7.1
703
		$(TAGS_FILES) $(LISP)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
704
	set x; \
1.1.6 by Simon McVittie
Import upstream version 0.7.1
705
	here=`pwd`; \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
706
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
707
	  include_option=--etags-include; \
708
	  empty_fix=.; \
709
	else \
710
	  include_option=--include; \
711
	  empty_fix=; \
712
	fi; \
713
	list='$(SUBDIRS)'; for subdir in $$list; do \
714
	  if test "$$subdir" = .; then :; else \
715
	    test ! -f $$subdir/TAGS || \
716
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
717
	  fi; \
718
	done; \
1.1.6 by Simon McVittie
Import upstream version 0.7.1
719
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
720
	unique=`for i in $$list; do \
721
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
722
	  done | \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
723
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
724
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
725
	shift; \
726
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1.6 by Simon McVittie
Import upstream version 0.7.1
727
	  test -n "$$unique" || unique=$$empty_fix; \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
728
	  if test $$# -gt 0; then \
729
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
730
	      "$$@" $$unique; \
731
	  else \
732
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
733
	      $$unique; \
734
	  fi; \
1.1.6 by Simon McVittie
Import upstream version 0.7.1
735
	fi
1.1.5 by Simon McVittie
Import upstream version 0.7.0
736
ctags: CTAGS
1.8.2 by Simon McVittie
Import upstream version 0.13.4
737
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1.1.6 by Simon McVittie
Import upstream version 0.7.1
738
		$(TAGS_FILES) $(LISP)
739
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
740
	unique=`for i in $$list; do \
741
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
742
	  done | \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
743
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
744
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
745
	test -z "$(CTAGS_ARGS)$$unique" \
1.1.6 by Simon McVittie
Import upstream version 0.7.1
746
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
747
	     $$unique
1.1.6 by Simon McVittie
Import upstream version 0.7.1
748
749
GTAGS:
750
	here=`$(am__cd) $(top_builddir) && pwd` \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
751
	  && $(am__cd) $(top_srcdir) \
752
	  && gtags -i $(GTAGS_ARGS) "$$here"
1.1.6 by Simon McVittie
Import upstream version 0.7.1
753
754
distclean-tags:
755
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1.5 by Simon McVittie
Import upstream version 0.7.0
756
757
distdir: $(DISTFILES)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
758
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
759
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
760
	list='$(DISTFILES)'; \
761
	  dist_files=`for file in $$list; do echo $$file; done | \
762
	  sed -e "s|^$$srcdirstrip/||;t" \
763
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
764
	case $$dist_files in \
765
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
766
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
767
			   sort -u` ;; \
768
	esac; \
769
	for file in $$dist_files; do \
1.1.5 by Simon McVittie
Import upstream version 0.7.0
770
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
771
	  if test -d $$d/$$file; then \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
772
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
773
	    if test -d "$(distdir)/$$file"; then \
774
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
775
	    fi; \
1.1.5 by Simon McVittie
Import upstream version 0.7.0
776
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
777
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
778
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1.5 by Simon McVittie
Import upstream version 0.7.0
779
	    fi; \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
780
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1.5 by Simon McVittie
Import upstream version 0.7.0
781
	  else \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
782
	    test -f "$(distdir)/$$file" \
783
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1.1.5 by Simon McVittie
Import upstream version 0.7.0
784
	    || exit 1; \
785
	  fi; \
786
	done
1.8.2 by Simon McVittie
Import upstream version 0.13.4
787
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
788
	  if test "$$subdir" = .; then :; else \
789
	    test -d "$(distdir)/$$subdir" \
790
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
791
	    || exit 1; \
792
	  fi; \
793
	done
794
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
795
	  if test "$$subdir" = .; then :; else \
796
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
797
	    $(am__relativize); \
798
	    new_distdir=$$reldir; \
799
	    dir1=$$subdir; dir2="$(top_distdir)"; \
800
	    $(am__relativize); \
801
	    new_top_distdir=$$reldir; \
802
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
803
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
804
	    ($(am__cd) $$subdir && \
805
	      $(MAKE) $(AM_MAKEFLAGS) \
806
	        top_distdir="$$new_top_distdir" \
807
	        distdir="$$new_distdir" \
808
		am__remove_distdir=: \
809
		am__skip_length_check=: \
810
		am__skip_mode_fix=: \
811
	        distdir) \
812
	      || exit 1; \
813
	  fi; \
814
	done
1.1.5 by Simon McVittie
Import upstream version 0.7.0
815
check-am: all-am
1.8.2 by Simon McVittie
Import upstream version 0.13.4
816
check: check-recursive
1.1.6 by Simon McVittie
Import upstream version 0.7.1
817
all-am: Makefile $(PROGRAMS)
1.8.2 by Simon McVittie
Import upstream version 0.13.4
818
installdirs: installdirs-recursive
819
installdirs-am:
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
820
	for dir in "$(DESTDIR)$(bindir)"; do \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
821
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
822
	done
1.8.2 by Simon McVittie
Import upstream version 0.13.4
823
install: install-recursive
824
install-exec: install-exec-recursive
825
install-data: install-data-recursive
826
uninstall: uninstall-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
827
828
install-am: all-am
829
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
830
1.8.2 by Simon McVittie
Import upstream version 0.13.4
831
installcheck: installcheck-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
832
install-strip:
833
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
834
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
835
	  `test -z '$(STRIP)' || \
836
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
837
mostlyclean-generic:
838
839
clean-generic:
840
841
distclean-generic:
1.2.1 by Simon McVittie
Import upstream version 0.7.12
842
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.5.1 by Simon McVittie
Import upstream version 0.9.0
843
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1.5 by Simon McVittie
Import upstream version 0.7.0
844
845
maintainer-clean-generic:
846
	@echo "This command is intended for maintainers to use"
847
	@echo "it deletes files that may require special tools to rebuild."
1.8.2 by Simon McVittie
Import upstream version 0.13.4
848
clean: clean-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
849
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
850
clean-am: clean-binPROGRAMS clean-generic clean-libtool \
851
	clean-noinstPROGRAMS mostlyclean-am
1.1.5 by Simon McVittie
Import upstream version 0.7.0
852
1.8.2 by Simon McVittie
Import upstream version 0.13.4
853
distclean: distclean-recursive
1.1.6 by Simon McVittie
Import upstream version 0.7.1
854
	-rm -rf ./$(DEPDIR)
1.1.5 by Simon McVittie
Import upstream version 0.7.0
855
	-rm -f Makefile
1.1.6 by Simon McVittie
Import upstream version 0.7.1
856
distclean-am: clean-am distclean-compile distclean-generic \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
857
	distclean-tags
1.1.5 by Simon McVittie
Import upstream version 0.7.0
858
1.8.2 by Simon McVittie
Import upstream version 0.13.4
859
dvi: dvi-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
860
861
dvi-am:
862
1.8.2 by Simon McVittie
Import upstream version 0.13.4
863
html: html-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
864
1.5.1 by Simon McVittie
Import upstream version 0.9.0
865
html-am:
866
1.8.2 by Simon McVittie
Import upstream version 0.13.4
867
info: info-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
868
869
info-am:
870
871
install-data-am:
872
1.8.2 by Simon McVittie
Import upstream version 0.13.4
873
install-dvi: install-dvi-recursive
1.5.1 by Simon McVittie
Import upstream version 0.9.0
874
875
install-dvi-am:
876
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
877
install-exec-am: install-binPROGRAMS
1.1.5 by Simon McVittie
Import upstream version 0.7.0
878
1.8.2 by Simon McVittie
Import upstream version 0.13.4
879
install-html: install-html-recursive
1.5.1 by Simon McVittie
Import upstream version 0.9.0
880
881
install-html-am:
882
1.8.2 by Simon McVittie
Import upstream version 0.13.4
883
install-info: install-info-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
884
1.5.1 by Simon McVittie
Import upstream version 0.9.0
885
install-info-am:
886
1.1.5 by Simon McVittie
Import upstream version 0.7.0
887
install-man:
888
1.8.2 by Simon McVittie
Import upstream version 0.13.4
889
install-pdf: install-pdf-recursive
1.5.1 by Simon McVittie
Import upstream version 0.9.0
890
891
install-pdf-am:
892
1.8.2 by Simon McVittie
Import upstream version 0.13.4
893
install-ps: install-ps-recursive
1.5.1 by Simon McVittie
Import upstream version 0.9.0
894
895
install-ps-am:
896
1.1.5 by Simon McVittie
Import upstream version 0.7.0
897
installcheck-am:
898
1.8.2 by Simon McVittie
Import upstream version 0.13.4
899
maintainer-clean: maintainer-clean-recursive
1.1.6 by Simon McVittie
Import upstream version 0.7.1
900
	-rm -rf ./$(DEPDIR)
1.1.5 by Simon McVittie
Import upstream version 0.7.0
901
	-rm -f Makefile
902
maintainer-clean-am: distclean-am maintainer-clean-generic
903
1.8.2 by Simon McVittie
Import upstream version 0.13.4
904
mostlyclean: mostlyclean-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
905
1.1.6 by Simon McVittie
Import upstream version 0.7.1
906
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
907
	mostlyclean-libtool
1.1.5 by Simon McVittie
Import upstream version 0.7.0
908
1.8.2 by Simon McVittie
Import upstream version 0.13.4
909
pdf: pdf-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
910
911
pdf-am:
912
1.8.2 by Simon McVittie
Import upstream version 0.13.4
913
ps: ps-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
914
915
ps-am:
916
1.5.1 by Simon McVittie
Import upstream version 0.9.0
917
uninstall-am: uninstall-binPROGRAMS
918
1.8.2 by Simon McVittie
Import upstream version 0.13.4
919
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
920
	install-am install-strip tags-recursive
1.1.5 by Simon McVittie
Import upstream version 0.7.0
921
1.8.2 by Simon McVittie
Import upstream version 0.13.4
922
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
923
	all all-am check check-am clean clean-binPROGRAMS \
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
924
	clean-generic clean-libtool clean-noinstPROGRAMS ctags \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
925
	ctags-recursive distclean distclean-compile distclean-generic \
1.2.2 by Jonny Lamb
Import upstream version 0.7.29
926
	distclean-libtool distclean-tags distdir dvi dvi-am html \
927
	html-am info info-am install install-am install-binPROGRAMS \
1.5.1 by Simon McVittie
Import upstream version 0.9.0
928
	install-data install-data-am install-dvi install-dvi-am \
929
	install-exec install-exec-am install-html install-html-am \
930
	install-info install-info-am install-man install-pdf \
931
	install-pdf-am install-ps install-ps-am install-strip \
1.8.2 by Simon McVittie
Import upstream version 0.13.4
932
	installcheck installcheck-am installdirs installdirs-am \
933
	maintainer-clean maintainer-clean-generic mostlyclean \
934
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
935
	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
936
	uninstall-binPROGRAMS
1.5.1 by Simon McVittie
Import upstream version 0.9.0
937
1.1.5 by Simon McVittie
Import upstream version 0.7.0
938
939
# Tell versions [3.59,3.63) of GNU make to not export all variables.
940
# Otherwise a system limit (for SysV at least) may be exceeded.
941
.NOEXPORT: