~ubuntu-branches/ubuntu/hardy/dbus/hardy-proposed

1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
1
# Makefile.in generated by automake 1.10 from Makefile.am.
1 by Daniel Stone
Import upstream version 0.23.4
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
1 by Daniel Stone
Import upstream version 0.23.4
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
15
@SET_MAKE@
16
17
VPATH = @srcdir@
18
pkgdatadir = $(datadir)/@PACKAGE@
19
pkglibdir = $(libdir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
install_sh_DATA = $(install_sh) -c -m 644
23
install_sh_PROGRAM = $(install_sh) -c
24
install_sh_SCRIPT = $(install_sh) -c
25
INSTALL_HEADER = $(INSTALL_DATA)
26
transform = $(program_transform_name)
27
NORMAL_INSTALL = :
28
PRE_INSTALL = :
29
POST_INSTALL = :
30
NORMAL_UNINSTALL = :
31
PRE_UNINSTALL = :
32
POST_UNINSTALL = :
1.1.1 by Martin Pitt
Import upstream version 0.36.2
33
build_triplet = @build@
1 by Daniel Stone
Import upstream version 0.23.4
34
host_triplet = @host@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
35
target_triplet = @target@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
36
subdir = .
1 by Daniel Stone
Import upstream version 0.23.4
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Doxyfile.in \
38
	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39
	$(srcdir)/config.h.in $(srcdir)/dbus-1.pc.in \
1.1.4 by Sebastian Dröge
Import upstream version 0.92
40
	$(top_srcdir)/configure \
1 by Daniel Stone
Import upstream version 0.23.4
41
	$(top_srcdir)/test/data/valid-config-files/debug-allow-all-sha1.conf.in \
42
	$(top_srcdir)/test/data/valid-config-files/debug-allow-all.conf.in \
43
	$(top_srcdir)/test/data/valid-service-files/debug-echo.service.in \
44
	$(top_srcdir)/test/data/valid-service-files/debug-segfault.service.in \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
45
	$(top_srcdir)/test/data/valid-service-files/debug-shell-echo-fail.service.in \
46
	$(top_srcdir)/test/data/valid-service-files/debug-shell-echo-success.service.in \
1.1.4 by Sebastian Dröge
Import upstream version 0.92
47
	AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub \
1.1.5 by Sebastian Dröge
Import upstream version 0.93
48
	depcomp install-sh ltmain.sh missing
1 by Daniel Stone
Import upstream version 0.23.4
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
51
	$(top_srcdir)/configure.in
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
	$(ACLOCAL_M4)
54
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
55
 configure.lineno config.status.lineno
1.1.5 by Sebastian Dröge
Import upstream version 0.93
56
mkinstalldirs = $(install_sh) -d
1 by Daniel Stone
Import upstream version 0.23.4
57
CONFIG_HEADER = config.h
1.1.4 by Sebastian Dröge
Import upstream version 0.92
58
CONFIG_CLEAN_FILES = Doxyfile dbus-1.pc \
1 by Daniel Stone
Import upstream version 0.23.4
59
	test/data/valid-config-files/debug-allow-all.conf \
60
	test/data/valid-config-files/debug-allow-all-sha1.conf \
61
	test/data/valid-service-files/debug-echo.service \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
62
	test/data/valid-service-files/debug-segfault.service \
63
	test/data/valid-service-files/debug-shell-echo-success.service \
1.1.4 by Sebastian Dröge
Import upstream version 0.92
64
	test/data/valid-service-files/debug-shell-echo-fail.service
1 by Daniel Stone
Import upstream version 0.23.4
65
SOURCES =
66
DIST_SOURCES =
67
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68
	html-recursive info-recursive install-data-recursive \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
69
	install-dvi-recursive install-exec-recursive \
70
	install-html-recursive install-info-recursive \
71
	install-pdf-recursive install-ps-recursive install-recursive \
72
	installcheck-recursive installdirs-recursive pdf-recursive \
73
	ps-recursive uninstall-recursive
1.1.1 by Martin Pitt
Import upstream version 0.36.2
74
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75
am__vpath_adj = case $$p in \
76
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77
    *) f=$$p;; \
78
  esac;
79
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
1 by Daniel Stone
Import upstream version 0.23.4
80
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
81
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
82
DATA = $(pkgconfig_DATA)
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
84
  distclean-recursive maintainer-clean-recursive
1 by Daniel Stone
Import upstream version 0.23.4
85
ETAGS = etags
86
CTAGS = ctags
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
distdir = $(PACKAGE)-$(VERSION)
89
top_distdir = $(distdir)
90
am__remove_distdir = \
91
  { test ! -d $(distdir) \
92
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
93
         && rm -fr $(distdir); }; }
94
DIST_ARCHIVES = $(distdir).tar.gz
95
GZIP_ENV = --best
96
distuninstallcheck_listfiles = find . -type f -print
97
distcleancheck_listfiles = find . -type f -print
98
ACLOCAL = @ACLOCAL@
99
AMTAR = @AMTAR@
100
AR = @AR@
101
AUTOCONF = @AUTOCONF@
102
AUTOHEADER = @AUTOHEADER@
103
AUTOMAKE = @AUTOMAKE@
104
AWK = @AWK@
105
CC = @CC@
106
CCDEPMODE = @CCDEPMODE@
107
CFLAGS = @CFLAGS@
108
CPP = @CPP@
109
CPPFLAGS = @CPPFLAGS@
110
CXX = @CXX@
111
CXXCPP = @CXXCPP@
112
CXXDEPMODE = @CXXDEPMODE@
113
CXXFLAGS = @CXXFLAGS@
114
CYGPATH_W = @CYGPATH_W@
1.1.6 by Sebastian Dröge
Import upstream version 0.95
115
DBUS_BINDIR = @DBUS_BINDIR@
1 by Daniel Stone
Import upstream version 0.23.4
116
DBUS_BUS_CFLAGS = @DBUS_BUS_CFLAGS@
117
DBUS_BUS_LIBS = @DBUS_BUS_LIBS@
118
DBUS_CLIENT_CFLAGS = @DBUS_CLIENT_CFLAGS@
119
DBUS_CLIENT_LIBS = @DBUS_CLIENT_LIBS@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
120
DBUS_CONSOLE_AUTH_DIR = @DBUS_CONSOLE_AUTH_DIR@
1.1.3 by Sebastian Dröge
Import upstream version 0.62
121
DBUS_CONSOLE_OWNER_FILE = @DBUS_CONSOLE_OWNER_FILE@
1.1.4 by Sebastian Dröge
Import upstream version 0.92
122
DBUS_DAEMONDIR = @DBUS_DAEMONDIR@
1.1.6 by Sebastian Dröge
Import upstream version 0.95
123
DBUS_DATADIR = @DBUS_DATADIR@
1 by Daniel Stone
Import upstream version 0.23.4
124
DBUS_HAVE_INT64 = @DBUS_HAVE_INT64@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
125
DBUS_INT16_TYPE = @DBUS_INT16_TYPE@
126
DBUS_INT32_TYPE = @DBUS_INT32_TYPE@
1 by Daniel Stone
Import upstream version 0.23.4
127
DBUS_INT64_CONSTANT = @DBUS_INT64_CONSTANT@
128
DBUS_INT64_TYPE = @DBUS_INT64_TYPE@
129
DBUS_PATH_OR_ABSTRACT = @DBUS_PATH_OR_ABSTRACT@
130
DBUS_SESSION_SOCKET_DIR = @DBUS_SESSION_SOCKET_DIR@
131
DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
132
DBUS_SYSTEM_PID_FILE = @DBUS_SYSTEM_PID_FILE@
133
DBUS_SYSTEM_SOCKET = @DBUS_SYSTEM_SOCKET@
134
DBUS_TEST_CFLAGS = @DBUS_TEST_CFLAGS@
135
DBUS_TEST_LIBS = @DBUS_TEST_LIBS@
136
DBUS_UINT64_CONSTANT = @DBUS_UINT64_CONSTANT@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
137
DBUS_USER = @DBUS_USER@
1 by Daniel Stone
Import upstream version 0.23.4
138
DBUS_X_CFLAGS = @DBUS_X_CFLAGS@
139
DBUS_X_LIBS = @DBUS_X_LIBS@
140
DEFS = @DEFS@
141
DEPDIR = @DEPDIR@
142
DOXYGEN = @DOXYGEN@
143
ECHO = @ECHO@
144
ECHO_C = @ECHO_C@
145
ECHO_N = @ECHO_N@
146
ECHO_T = @ECHO_T@
147
EGREP = @EGREP@
148
EXEEXT = @EXEEXT@
149
EXPANDED_BINDIR = @EXPANDED_BINDIR@
150
EXPANDED_DATADIR = @EXPANDED_DATADIR@
151
EXPANDED_LIBDIR = @EXPANDED_LIBDIR@
152
EXPANDED_LOCALSTATEDIR = @EXPANDED_LOCALSTATEDIR@
153
EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@
154
F77 = @F77@
155
FFLAGS = @FFLAGS@
156
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
157
GREP = @GREP@
158
INSTALL = @INSTALL@
1 by Daniel Stone
Import upstream version 0.23.4
159
INSTALL_DATA = @INSTALL_DATA@
160
INSTALL_PROGRAM = @INSTALL_PROGRAM@
161
INSTALL_SCRIPT = @INSTALL_SCRIPT@
162
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
163
LDFLAGS = @LDFLAGS@
164
LIBOBJS = @LIBOBJS@
165
LIBS = @LIBS@
166
LIBTOOL = @LIBTOOL@
167
LIBXML_CFLAGS = @LIBXML_CFLAGS@
168
LIBXML_LIBS = @LIBXML_LIBS@
169
LN_S = @LN_S@
170
LTLIBOBJS = @LTLIBOBJS@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
171
LT_AGE = @LT_AGE@
172
LT_CURRENT = @LT_CURRENT@
173
LT_REVISION = @LT_REVISION@
1 by Daniel Stone
Import upstream version 0.23.4
174
MAINT = @MAINT@
175
MAKEINFO = @MAKEINFO@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
176
MKDIR_P = @MKDIR_P@
1 by Daniel Stone
Import upstream version 0.23.4
177
OBJEXT = @OBJEXT@
178
PACKAGE = @PACKAGE@
179
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180
PACKAGE_NAME = @PACKAGE_NAME@
181
PACKAGE_STRING = @PACKAGE_STRING@
182
PACKAGE_TARNAME = @PACKAGE_TARNAME@
183
PACKAGE_VERSION = @PACKAGE_VERSION@
184
PATH_SEPARATOR = @PATH_SEPARATOR@
185
PKG_CONFIG = @PKG_CONFIG@
186
RANLIB = @RANLIB@
1.1.6 by Sebastian Dröge
Import upstream version 0.95
187
R_DYNAMIC_LDFLAG = @R_DYNAMIC_LDFLAG@
1.1.4 by Sebastian Dröge
Import upstream version 0.92
188
SED = @SED@
1 by Daniel Stone
Import upstream version 0.23.4
189
SET_MAKE = @SET_MAKE@
190
SHELL = @SHELL@
191
STRIP = @STRIP@
1.1.6 by Sebastian Dröge
Import upstream version 0.95
192
TEST_BUS_BINARY = @TEST_BUS_BINARY@
1 by Daniel Stone
Import upstream version 0.23.4
193
TEST_EXIT_BINARY = @TEST_EXIT_BINARY@
194
TEST_SEGFAULT_BINARY = @TEST_SEGFAULT_BINARY@
195
TEST_SERVICE_BINARY = @TEST_SERVICE_BINARY@
196
TEST_SERVICE_DIR = @TEST_SERVICE_DIR@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
197
TEST_SHELL_SERVICE_BINARY = @TEST_SHELL_SERVICE_BINARY@
1 by Daniel Stone
Import upstream version 0.23.4
198
TEST_SLEEP_FOREVER_BINARY = @TEST_SLEEP_FOREVER_BINARY@
199
TEST_SOCKET_DIR = @TEST_SOCKET_DIR@
200
VERSION = @VERSION@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
201
XMKMF = @XMKMF@
1 by Daniel Stone
Import upstream version 0.23.4
202
XMLTO = @XMLTO@
203
X_CFLAGS = @X_CFLAGS@
204
X_EXTRA_LIBS = @X_EXTRA_LIBS@
205
X_LIBS = @X_LIBS@
206
X_PRE_LIBS = @X_PRE_LIBS@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
207
abs_builddir = @abs_builddir@
208
abs_srcdir = @abs_srcdir@
209
abs_top_builddir = @abs_top_builddir@
210
abs_top_srcdir = @abs_top_srcdir@
1 by Daniel Stone
Import upstream version 0.23.4
211
ac_ct_CC = @ac_ct_CC@
212
ac_ct_CXX = @ac_ct_CXX@
213
ac_ct_F77 = @ac_ct_F77@
214
am__include = @am__include@
215
am__leading_dot = @am__leading_dot@
216
am__quote = @am__quote@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
217
am__tar = @am__tar@
218
am__untar = @am__untar@
1 by Daniel Stone
Import upstream version 0.23.4
219
bindir = @bindir@
220
build = @build@
221
build_alias = @build_alias@
222
build_cpu = @build_cpu@
223
build_os = @build_os@
224
build_vendor = @build_vendor@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
225
builddir = @builddir@
1 by Daniel Stone
Import upstream version 0.23.4
226
datadir = @datadir@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
227
datarootdir = @datarootdir@
228
docdir = @docdir@
229
dvidir = @dvidir@
1 by Daniel Stone
Import upstream version 0.23.4
230
exec_prefix = @exec_prefix@
231
host = @host@
232
host_alias = @host_alias@
233
host_cpu = @host_cpu@
234
host_os = @host_os@
235
host_vendor = @host_vendor@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
236
htmldir = @htmldir@
1 by Daniel Stone
Import upstream version 0.23.4
237
includedir = @includedir@
238
infodir = @infodir@
239
install_sh = @install_sh@
240
libdir = @libdir@
241
libexecdir = @libexecdir@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
242
localedir = @localedir@
1 by Daniel Stone
Import upstream version 0.23.4
243
localstatedir = @localstatedir@
244
mandir = @mandir@
245
mkdir_p = @mkdir_p@
246
oldincludedir = @oldincludedir@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
247
pdfdir = @pdfdir@
1 by Daniel Stone
Import upstream version 0.23.4
248
prefix = @prefix@
249
program_transform_name = @program_transform_name@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
250
psdir = @psdir@
1 by Daniel Stone
Import upstream version 0.23.4
251
sbindir = @sbindir@
252
sharedstatedir = @sharedstatedir@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
253
srcdir = @srcdir@
1 by Daniel Stone
Import upstream version 0.23.4
254
sysconfdir = @sysconfdir@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
255
target = @target@
1 by Daniel Stone
Import upstream version 0.23.4
256
target_alias = @target_alias@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
257
target_cpu = @target_cpu@
258
target_os = @target_os@
259
target_vendor = @target_vendor@
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
260
top_builddir = @top_builddir@
261
top_srcdir = @top_srcdir@
1.1.4 by Sebastian Dröge
Import upstream version 0.92
262
SUBDIRS = dbus bus doc tools test
263
DIST_SUBDIRS = dbus bus doc tools test
1 by Daniel Stone
Import upstream version 0.23.4
264
pkgconfigdir = $(libdir)/pkgconfig
1.1.4 by Sebastian Dröge
Import upstream version 0.92
265
pkgconfig_DATA = dbus-1.pc 
1 by Daniel Stone
Import upstream version 0.23.4
266
DISTCLEANFILES = \
1.1.4 by Sebastian Dröge
Import upstream version 0.92
267
	dbus-1.pc
1 by Daniel Stone
Import upstream version 0.23.4
268
269
EXTRA_DIST = \
270
	HACKING			\
1.1.6 by Sebastian Dröge
Import upstream version 0.95
271
	dbus-1.pc.in		\
272
	cleanup-man-pages.sh
1 by Daniel Stone
Import upstream version 0.23.4
273
1.1.4 by Sebastian Dröge
Import upstream version 0.92
274
@DBUS_GCOV_ENABLED_TRUE@GCOV_DIRS = dbus bus
1 by Daniel Stone
Import upstream version 0.23.4
275
all: config.h
276
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
277
278
.SUFFIXES:
279
am--refresh:
280
	@:
281
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
282
	@for dep in $?; do \
283
	  case '$(am__configure_deps)' in \
284
	    *$$dep*) \
285
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
286
	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
287
		&& exit 0; \
288
	      exit 1;; \
289
	  esac; \
290
	done; \
291
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
292
	cd $(top_srcdir) && \
293
	  $(AUTOMAKE) --gnu  Makefile
294
.PRECIOUS: Makefile
295
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296
	@case '$?' in \
297
	  *config.status*) \
298
	    echo ' $(SHELL) ./config.status'; \
299
	    $(SHELL) ./config.status;; \
300
	  *) \
301
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
302
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
303
	esac;
304
305
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306
	$(SHELL) ./config.status --recheck
307
308
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309
	cd $(srcdir) && $(AUTOCONF)
310
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
311
	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
312
313
config.h: stamp-h1
314
	@if test ! -f $@; then \
315
	  rm -f stamp-h1; \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
316
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
1 by Daniel Stone
Import upstream version 0.23.4
317
	else :; fi
318
319
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
320
	@rm -f stamp-h1
321
	cd $(top_builddir) && $(SHELL) ./config.status config.h
322
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
323
	cd $(top_srcdir) && $(AUTOHEADER)
324
	rm -f stamp-h1
325
	touch $@
326
327
distclean-hdr:
328
	-rm -f config.h stamp-h1
329
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
330
	cd $(top_builddir) && $(SHELL) ./config.status $@
331
dbus-1.pc: $(top_builddir)/config.status $(srcdir)/dbus-1.pc.in
332
	cd $(top_builddir) && $(SHELL) ./config.status $@
333
test/data/valid-config-files/debug-allow-all.conf: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-config-files/debug-allow-all.conf.in
334
	cd $(top_builddir) && $(SHELL) ./config.status $@
335
test/data/valid-config-files/debug-allow-all-sha1.conf: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-config-files/debug-allow-all-sha1.conf.in
336
	cd $(top_builddir) && $(SHELL) ./config.status $@
337
test/data/valid-service-files/debug-echo.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-echo.service.in
338
	cd $(top_builddir) && $(SHELL) ./config.status $@
339
test/data/valid-service-files/debug-segfault.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-segfault.service.in
340
	cd $(top_builddir) && $(SHELL) ./config.status $@
1.1.1 by Martin Pitt
Import upstream version 0.36.2
341
test/data/valid-service-files/debug-shell-echo-success.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-shell-echo-success.service.in
342
	cd $(top_builddir) && $(SHELL) ./config.status $@
343
test/data/valid-service-files/debug-shell-echo-fail.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-shell-echo-fail.service.in
344
	cd $(top_builddir) && $(SHELL) ./config.status $@
1 by Daniel Stone
Import upstream version 0.23.4
345
346
mostlyclean-libtool:
347
	-rm -f *.lo
348
349
clean-libtool:
350
	-rm -rf .libs _libs
351
352
distclean-libtool:
353
	-rm -f libtool
354
install-pkgconfigDATA: $(pkgconfig_DATA)
355
	@$(NORMAL_INSTALL)
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
356
	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1 by Daniel Stone
Import upstream version 0.23.4
357
	@list='$(pkgconfig_DATA)'; for p in $$list; do \
358
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
359
	  f=$(am__strip_dir) \
1 by Daniel Stone
Import upstream version 0.23.4
360
	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
361
	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
362
	done
363
364
uninstall-pkgconfigDATA:
365
	@$(NORMAL_UNINSTALL)
366
	@list='$(pkgconfig_DATA)'; for p in $$list; do \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
367
	  f=$(am__strip_dir) \
1 by Daniel Stone
Import upstream version 0.23.4
368
	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
369
	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
370
	done
371
372
# This directory's subdirectories are mostly independent; you can cd
373
# into them and run `make' without going through this Makefile.
374
# To change the values of `make' variables: instead of editing Makefiles,
375
# (1) if the variable is set in `config.status', edit `config.status'
376
#     (which will cause the Makefiles to be regenerated when you run `make');
377
# (2) otherwise, pass the desired values on the `make' command line.
378
$(RECURSIVE_TARGETS):
1.1.1 by Martin Pitt
Import upstream version 0.36.2
379
	@failcom='exit 1'; \
380
	for f in x $$MAKEFLAGS; do \
381
	  case $$f in \
382
	    *=* | --[!k]*);; \
383
	    *k*) failcom='fail=yes';; \
384
	  esac; \
385
	done; \
1 by Daniel Stone
Import upstream version 0.23.4
386
	dot_seen=no; \
387
	target=`echo $@ | sed s/-recursive//`; \
388
	list='$(SUBDIRS)'; for subdir in $$list; do \
389
	  echo "Making $$target in $$subdir"; \
390
	  if test "$$subdir" = "."; then \
391
	    dot_seen=yes; \
392
	    local_target="$$target-am"; \
393
	  else \
394
	    local_target="$$target"; \
395
	  fi; \
396
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
397
	  || eval $$failcom; \
1 by Daniel Stone
Import upstream version 0.23.4
398
	done; \
399
	if test "$$dot_seen" = "no"; then \
400
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
401
	fi; test -z "$$fail"
402
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
403
$(RECURSIVE_CLEAN_TARGETS):
1.1.1 by Martin Pitt
Import upstream version 0.36.2
404
	@failcom='exit 1'; \
405
	for f in x $$MAKEFLAGS; do \
406
	  case $$f in \
407
	    *=* | --[!k]*);; \
408
	    *k*) failcom='fail=yes';; \
409
	  esac; \
410
	done; \
1 by Daniel Stone
Import upstream version 0.23.4
411
	dot_seen=no; \
412
	case "$@" in \
413
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
414
	  *) list='$(SUBDIRS)' ;; \
415
	esac; \
416
	rev=''; for subdir in $$list; do \
417
	  if test "$$subdir" = "."; then :; else \
418
	    rev="$$subdir $$rev"; \
419
	  fi; \
420
	done; \
421
	rev="$$rev ."; \
422
	target=`echo $@ | sed s/-recursive//`; \
423
	for subdir in $$rev; do \
424
	  echo "Making $$target in $$subdir"; \
425
	  if test "$$subdir" = "."; then \
426
	    local_target="$$target-am"; \
427
	  else \
428
	    local_target="$$target"; \
429
	  fi; \
430
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
431
	  || eval $$failcom; \
1 by Daniel Stone
Import upstream version 0.23.4
432
	done && test -z "$$fail"
433
tags-recursive:
434
	list='$(SUBDIRS)'; for subdir in $$list; do \
435
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
436
	done
437
ctags-recursive:
438
	list='$(SUBDIRS)'; for subdir in $$list; do \
439
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
440
	done
441
442
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444
	unique=`for i in $$list; do \
445
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446
	  done | \
447
	  $(AWK) '    { files[$$0] = 1; } \
448
	       END { for (i in files) print i; }'`; \
449
	mkid -fID $$unique
450
tags: TAGS
451
452
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
453
		$(TAGS_FILES) $(LISP)
454
	tags=; \
455
	here=`pwd`; \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
456
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1 by Daniel Stone
Import upstream version 0.23.4
457
	  include_option=--etags-include; \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
458
	  empty_fix=.; \
1 by Daniel Stone
Import upstream version 0.23.4
459
	else \
460
	  include_option=--include; \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
461
	  empty_fix=; \
1 by Daniel Stone
Import upstream version 0.23.4
462
	fi; \
463
	list='$(SUBDIRS)'; for subdir in $$list; do \
464
	  if test "$$subdir" = .; then :; else \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
465
	    test ! -f $$subdir/TAGS || \
1 by Daniel Stone
Import upstream version 0.23.4
466
	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
467
	  fi; \
468
	done; \
469
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
470
	unique=`for i in $$list; do \
471
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
472
	  done | \
473
	  $(AWK) '    { files[$$0] = 1; } \
474
	       END { for (i in files) print i; }'`; \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
475
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
476
	  test -n "$$unique" || unique=$$empty_fix; \
477
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478
	    $$tags $$unique; \
479
	fi
1 by Daniel Stone
Import upstream version 0.23.4
480
ctags: CTAGS
481
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
482
		$(TAGS_FILES) $(LISP)
483
	tags=; \
484
	here=`pwd`; \
485
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
486
	unique=`for i in $$list; do \
487
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488
	  done | \
489
	  $(AWK) '    { files[$$0] = 1; } \
490
	       END { for (i in files) print i; }'`; \
491
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
492
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
493
	     $$tags $$unique
494
495
GTAGS:
496
	here=`$(am__cd) $(top_builddir) && pwd` \
497
	  && cd $(top_srcdir) \
498
	  && gtags -i $(GTAGS_ARGS) $$here
499
500
distclean-tags:
501
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
502
503
distdir: $(DISTFILES)
504
	$(am__remove_distdir)
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
505
	test -d $(distdir) || mkdir $(distdir)
506
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508
	list='$(DISTFILES)'; \
509
	  dist_files=`for file in $$list; do echo $$file; done | \
510
	  sed -e "s|^$$srcdirstrip/||;t" \
511
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512
	case $$dist_files in \
513
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
514
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
515
			   sort -u` ;; \
516
	esac; \
517
	for file in $$dist_files; do \
1 by Daniel Stone
Import upstream version 0.23.4
518
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519
	  if test -d $$d/$$file; then \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
520
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1 by Daniel Stone
Import upstream version 0.23.4
521
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
522
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
523
	    fi; \
524
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
525
	  else \
526
	    test -f $(distdir)/$$file \
527
	    || cp -p $$d/$$file $(distdir)/$$file \
528
	    || exit 1; \
529
	  fi; \
530
	done
531
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
532
	  if test "$$subdir" = .; then :; else \
533
	    test -d "$(distdir)/$$subdir" \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
534
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
1 by Daniel Stone
Import upstream version 0.23.4
535
	    || exit 1; \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
536
	    distdir=`$(am__cd) $(distdir) && pwd`; \
537
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1 by Daniel Stone
Import upstream version 0.23.4
538
	    (cd $$subdir && \
539
	      $(MAKE) $(AM_MAKEFLAGS) \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
540
	        top_distdir="$$top_distdir" \
541
	        distdir="$$distdir/$$subdir" \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
542
		am__remove_distdir=: \
543
		am__skip_length_check=: \
1 by Daniel Stone
Import upstream version 0.23.4
544
	        distdir) \
545
	      || exit 1; \
546
	  fi; \
547
	done
548
	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
549
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
550
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
551
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1 by Daniel Stone
Import upstream version 0.23.4
552
	|| chmod -R a+r $(distdir)
553
dist-gzip: distdir
1.1.1 by Martin Pitt
Import upstream version 0.36.2
554
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1 by Daniel Stone
Import upstream version 0.23.4
555
	$(am__remove_distdir)
556
557
dist-bzip2: distdir
1.1.1 by Martin Pitt
Import upstream version 0.36.2
558
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1 by Daniel Stone
Import upstream version 0.23.4
559
	$(am__remove_distdir)
560
561
dist-tarZ: distdir
1.1.1 by Martin Pitt
Import upstream version 0.36.2
562
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1 by Daniel Stone
Import upstream version 0.23.4
563
	$(am__remove_distdir)
564
565
dist-shar: distdir
566
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
567
	$(am__remove_distdir)
568
569
dist-zip: distdir
570
	-rm -f $(distdir).zip
571
	zip -rq $(distdir).zip $(distdir)
572
	$(am__remove_distdir)
573
574
dist dist-all: distdir
1.1.1 by Martin Pitt
Import upstream version 0.36.2
575
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1 by Daniel Stone
Import upstream version 0.23.4
576
	$(am__remove_distdir)
577
578
# This target untars the dist file and tries a VPATH configuration.  Then
579
# it guarantees that the distribution is self-contained by making another
580
# tarfile.
581
distcheck: dist
582
	case '$(DIST_ARCHIVES)' in \
583
	*.tar.gz*) \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
584
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1 by Daniel Stone
Import upstream version 0.23.4
585
	*.tar.bz2*) \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
586
	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1 by Daniel Stone
Import upstream version 0.23.4
587
	*.tar.Z*) \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
588
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1 by Daniel Stone
Import upstream version 0.23.4
589
	*.shar.gz*) \
1.1.1 by Martin Pitt
Import upstream version 0.36.2
590
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
1 by Daniel Stone
Import upstream version 0.23.4
591
	*.zip*) \
592
	  unzip $(distdir).zip ;;\
593
	esac
594
	chmod -R a-w $(distdir); chmod a+w $(distdir)
595
	mkdir $(distdir)/_build
596
	mkdir $(distdir)/_inst
597
	chmod a-w $(distdir)
598
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
599
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
600
	  && cd $(distdir)/_build \
601
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
602
	    $(DISTCHECK_CONFIGURE_FLAGS) \
603
	  && $(MAKE) $(AM_MAKEFLAGS) \
604
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
605
	  && $(MAKE) $(AM_MAKEFLAGS) check \
606
	  && $(MAKE) $(AM_MAKEFLAGS) install \
607
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
608
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
609
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
610
	        distuninstallcheck \
611
	  && chmod -R a-w "$$dc_install_base" \
612
	  && ({ \
613
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
614
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
615
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
616
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
617
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
618
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
619
	  && rm -rf "$$dc_destdir" \
620
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
621
	  && rm -rf $(DIST_ARCHIVES) \
622
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
623
	$(am__remove_distdir)
624
	@(echo "$(distdir) archives ready for distribution: "; \
625
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
626
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1 by Daniel Stone
Import upstream version 0.23.4
627
distuninstallcheck:
628
	@cd $(distuninstallcheck_dir) \
629
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
630
	   || { echo "ERROR: files left after uninstall:" ; \
631
	        if test -n "$(DESTDIR)"; then \
632
	          echo "  (check DESTDIR support)"; \
633
	        fi ; \
634
	        $(distuninstallcheck_listfiles) ; \
635
	        exit 1; } >&2
636
distcleancheck: distclean
637
	@if test '$(srcdir)' = . ; then \
638
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
639
	  exit 1 ; \
640
	fi
641
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
642
	  || { echo "ERROR: files left in build directory after distclean:" ; \
643
	       $(distcleancheck_listfiles) ; \
644
	       exit 1; } >&2
645
check-am: all-am
646
check: check-recursive
647
all-am: Makefile $(DATA) config.h all-local
648
installdirs: installdirs-recursive
649
installdirs-am:
650
	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
651
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1 by Daniel Stone
Import upstream version 0.23.4
652
	done
653
install: install-recursive
654
install-exec: install-exec-recursive
655
install-data: install-data-recursive
656
uninstall: uninstall-recursive
657
658
install-am: all-am
659
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
660
661
installcheck: installcheck-recursive
662
install-strip:
663
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
664
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
665
	  `test -z '$(STRIP)' || \
666
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
667
mostlyclean-generic:
668
669
clean-generic:
670
671
distclean-generic:
1.1.1 by Martin Pitt
Import upstream version 0.36.2
672
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1 by Daniel Stone
Import upstream version 0.23.4
673
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
674
675
maintainer-clean-generic:
676
	@echo "This command is intended for maintainers to use"
677
	@echo "it deletes files that may require special tools to rebuild."
678
clean: clean-recursive
679
680
clean-am: clean-generic clean-libtool mostlyclean-am
681
682
distclean: distclean-recursive
683
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
684
	-rm -f Makefile
685
distclean-am: clean-am distclean-generic distclean-hdr \
686
	distclean-libtool distclean-tags
687
688
dvi: dvi-recursive
689
690
dvi-am:
691
692
html: html-recursive
693
694
info: info-recursive
695
696
info-am:
697
698
install-data-am: install-pkgconfigDATA
699
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
700
install-dvi: install-dvi-recursive
701
1 by Daniel Stone
Import upstream version 0.23.4
702
install-exec-am:
703
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
704
install-html: install-html-recursive
705
1 by Daniel Stone
Import upstream version 0.23.4
706
install-info: install-info-recursive
707
708
install-man:
709
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
710
install-pdf: install-pdf-recursive
711
712
install-ps: install-ps-recursive
713
1 by Daniel Stone
Import upstream version 0.23.4
714
installcheck-am:
715
716
maintainer-clean: maintainer-clean-recursive
717
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
718
	-rm -rf $(top_srcdir)/autom4te.cache
719
	-rm -f Makefile
720
maintainer-clean-am: distclean-am maintainer-clean-generic
721
722
mostlyclean: mostlyclean-recursive
723
724
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
725
726
pdf: pdf-recursive
727
728
pdf-am:
729
730
ps: ps-recursive
731
732
ps-am:
733
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
734
uninstall-am: uninstall-pkgconfigDATA
735
736
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
737
	install-strip
738
739
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
740
	all all-am all-local am--refresh check check-am clean \
741
	clean-generic clean-libtool ctags ctags-recursive dist \
742
	dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
743
	distcheck distclean distclean-generic distclean-hdr \
744
	distclean-libtool distclean-tags distcleancheck distdir \
1 by Daniel Stone
Import upstream version 0.23.4
745
	distuninstallcheck dvi dvi-am html html-am info info-am \
1.1.10 by Laurent Bigonville
Import upstream version 1.1.1
746
	install install-am install-data install-data-am install-dvi \
747
	install-dvi-am install-exec install-exec-am install-html \
748
	install-html-am install-info install-info-am install-man \
749
	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
750
	install-ps-am install-strip installcheck installcheck-am \
751
	installdirs installdirs-am maintainer-clean \
752
	maintainer-clean-generic mostlyclean mostlyclean-generic \
753
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
754
	uninstall uninstall-am uninstall-pkgconfigDATA
1 by Daniel Stone
Import upstream version 0.23.4
755
756
757
all-local: Doxyfile
758
759
@DBUS_GCOV_ENABLED_TRUE@clean-gcov:
760
@DBUS_GCOV_ENABLED_TRUE@	find -name "*.da" -o -name "*.gcov" | xargs rm || true
761
762
@DBUS_GCOV_ENABLED_TRUE@clean-bbg:
763
@DBUS_GCOV_ENABLED_TRUE@	find -name "*.bbg" -o -name "*.bb" | xargs rm || true
764
765
@DBUS_GCOV_ENABLED_TRUE@.PHONY: coverage-report.txt
766
@DBUS_GCOV_ENABLED_TRUE@coverage-report.txt:
767
@DBUS_GCOV_ENABLED_TRUE@	BBG_FILES=`find $(GCOV_DIRS) -name "*.bbg" -o -name "*.gcno"` ;			\
768
@DBUS_GCOV_ENABLED_TRUE@	C_FILES= ;									\
769
@DBUS_GCOV_ENABLED_TRUE@	for F in $$BBG_FILES ; do							\
770
@DBUS_GCOV_ENABLED_TRUE@		F_nolibs=`echo $$F | sed -e 's/.libs\///g'` ;				\
771
@DBUS_GCOV_ENABLED_TRUE@		C=`echo $$F_nolibs | sed -e 's/.bbg/.c/g' | sed -e 's/.gcno/.c/g'`  ;	\
772
@DBUS_GCOV_ENABLED_TRUE@		B=`basename $$F .bbg` ;							\
773
@DBUS_GCOV_ENABLED_TRUE@		D=`dirname $$F` ;							\
774
@DBUS_GCOV_ENABLED_TRUE@		DA=`echo $$F | sed -e 's/.bbg/.da/g'` ;					\
775
@DBUS_GCOV_ENABLED_TRUE@		DA_libs=`echo $$D/.libs/$$B/.da` ;					\
776
@DBUS_GCOV_ENABLED_TRUE@		if test -e $$DA || test -e $$DA_libs; then				\
777
@DBUS_GCOV_ENABLED_TRUE@			C_FILES="$$C_FILES $$C" ;					\
778
@DBUS_GCOV_ENABLED_TRUE@		fi ;									\
779
@DBUS_GCOV_ENABLED_TRUE@	done ;										\
780
@DBUS_GCOV_ENABLED_TRUE@	echo $$C_FILES ;								\
781
@DBUS_GCOV_ENABLED_TRUE@	$(top_builddir)/test/decode-gcov --report $$C_FILES > coverage-report.txt
782
783
@DBUS_GCOV_ENABLED_TRUE@check-coverage: clean-gcov all check coverage-report.txt
784
@DBUS_GCOV_ENABLED_TRUE@	cat coverage-report.txt
785
786
@DBUS_GCOV_ENABLED_FALSE@coverage-report.txt:
787
@DBUS_GCOV_ENABLED_FALSE@	echo "Need to reconfigure with --enable-gcov"
788
789
@DBUS_GCOV_ENABLED_FALSE@check-coverage:
790
@DBUS_GCOV_ENABLED_FALSE@	echo "Need to reconfigure with --enable-gcov"
791
# Tell versions [3.59,3.63) of GNU make to not export all variables.
792
# Otherwise a system limit (for SysV at least) may be exceeded.
793
.NOEXPORT: