~jamesodhunt/ubuntu/raring/upstart/1.6

« back to all changes in this revision

Viewing changes to nih-dbus/Makefile.in

  • Committer: Scott James Remnant
  • Date: 2010-02-04 23:39:59 UTC
  • mfrom: (1182.1.45 upstart)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: scott@netsplit.com-20100204233959-7kajqjnaoh7208ob
Tags: upstream-0.6.5
ImportĀ upstreamĀ versionĀ 0.6.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
@HAVE_VERSION_SCRIPT_ARG_TRUE@@INSTALL_NIH_TRUE@am__append_1 = @VERSION_SCRIPT_ARG@=$(srcdir)/libnih-dbus.ver
37
 
TESTS = test_dbus_error$(EXEEXT) test_dbus_connection$(EXEEXT) \
38
 
        test_dbus_message$(EXEEXT) test_dbus_object$(EXEEXT) \
39
 
        test_dbus_pending_data$(EXEEXT) test_dbus_proxy$(EXEEXT) \
40
 
        test_dbus_util$(EXEEXT)
41
 
check_PROGRAMS = $(am__EXEEXT_1)
42
 
subdir = nih-dbus
43
 
DIST_COMMON = $(am__include_HEADERS_DIST) \
44
 
        $(am__nihdbusinclude_HEADERS_DIST) $(srcdir)/Makefile.am \
45
 
        $(srcdir)/Makefile.in
46
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
 
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
48
 
        $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/gettext.m4 \
49
 
        $(top_srcdir)/m4/glibc2.m4 $(top_srcdir)/m4/glibc21.m4 \
50
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
51
 
        $(top_srcdir)/m4/intl.m4 $(top_srcdir)/m4/intmax.m4 \
52
 
        $(top_srcdir)/m4/inttypes-pri.m4 \
53
 
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
54
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
55
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libs.m4 \
56
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/linker.m4 \
57
 
        $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longdouble.m4 \
58
 
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \
59
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
60
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/misc.m4 \
61
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
62
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
63
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \
64
 
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
65
 
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/visibility.m4 \
66
 
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
67
 
        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
68
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69
 
        $(ACLOCAL_M4)
70
 
mkinstalldirs = $(install_sh) -d
71
 
CONFIG_HEADER = $(top_builddir)/config.h
72
 
CONFIG_CLEAN_FILES =
73
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74
 
am__vpath_adj = case $$p in \
75
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76
 
    *) f=$$p;; \
77
 
  esac;
78
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
79
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
80
 
        "$(DESTDIR)$(nihdbusincludedir)"
81
 
libLTLIBRARIES_INSTALL = $(INSTALL)
82
 
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
83
 
am__DEPENDENCIES_1 =
84
 
libnih_dbus_la_DEPENDENCIES = ../nih/libnih.la $(am__DEPENDENCIES_1)
85
 
am_libnih_dbus_la_OBJECTS = dbus_error.lo dbus_connection.lo \
86
 
        dbus_message.lo dbus_object.lo dbus_pending_data.lo \
87
 
        dbus_proxy.lo dbus_util.lo
88
 
libnih_dbus_la_OBJECTS = $(am_libnih_dbus_la_OBJECTS)
89
 
libnih_dbus_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
90
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
91
 
        $(libnih_dbus_la_LDFLAGS) $(LDFLAGS) -o $@
92
 
@INSTALL_NIH_FALSE@am_libnih_dbus_la_rpath =
93
 
@INSTALL_NIH_TRUE@am_libnih_dbus_la_rpath = -rpath $(libdir)
94
 
am__EXEEXT_1 = test_dbus_error$(EXEEXT) test_dbus_connection$(EXEEXT) \
95
 
        test_dbus_message$(EXEEXT) test_dbus_object$(EXEEXT) \
96
 
        test_dbus_pending_data$(EXEEXT) test_dbus_proxy$(EXEEXT) \
97
 
        test_dbus_util$(EXEEXT)
98
 
am_test_dbus_connection_OBJECTS = test_dbus_connection.$(OBJEXT)
99
 
test_dbus_connection_OBJECTS = $(am_test_dbus_connection_OBJECTS)
100
 
test_dbus_connection_DEPENDENCIES = libnih-dbus.la ../nih/libnih.la \
101
 
        $(am__DEPENDENCIES_1)
102
 
test_dbus_connection_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
103
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104
 
        $(test_dbus_connection_LDFLAGS) $(LDFLAGS) -o $@
105
 
am_test_dbus_error_OBJECTS = test_dbus_error.$(OBJEXT)
106
 
test_dbus_error_OBJECTS = $(am_test_dbus_error_OBJECTS)
107
 
test_dbus_error_DEPENDENCIES = libnih-dbus.la ../nih/libnih.la \
108
 
        $(am__DEPENDENCIES_1)
109
 
test_dbus_error_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
110
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
111
 
        $(test_dbus_error_LDFLAGS) $(LDFLAGS) -o $@
112
 
am_test_dbus_message_OBJECTS = test_dbus_message.$(OBJEXT)
113
 
test_dbus_message_OBJECTS = $(am_test_dbus_message_OBJECTS)
114
 
test_dbus_message_DEPENDENCIES = libnih-dbus.la ../nih/libnih.la \
115
 
        $(am__DEPENDENCIES_1)
116
 
test_dbus_message_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
117
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
118
 
        $(test_dbus_message_LDFLAGS) $(LDFLAGS) -o $@
119
 
am_test_dbus_object_OBJECTS = test_dbus_object.$(OBJEXT)
120
 
test_dbus_object_OBJECTS = $(am_test_dbus_object_OBJECTS)
121
 
test_dbus_object_DEPENDENCIES = libnih-dbus.la ../nih/libnih.la \
122
 
        $(am__DEPENDENCIES_1)
123
 
test_dbus_object_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
124
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
125
 
        $(test_dbus_object_LDFLAGS) $(LDFLAGS) -o $@
126
 
am_test_dbus_pending_data_OBJECTS = test_dbus_pending_data.$(OBJEXT)
127
 
test_dbus_pending_data_OBJECTS = $(am_test_dbus_pending_data_OBJECTS)
128
 
test_dbus_pending_data_DEPENDENCIES = libnih-dbus.la ../nih/libnih.la \
129
 
        $(am__DEPENDENCIES_1)
130
 
test_dbus_pending_data_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
131
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
132
 
        $(test_dbus_pending_data_LDFLAGS) $(LDFLAGS) -o $@
133
 
am_test_dbus_proxy_OBJECTS = test_dbus_proxy.$(OBJEXT)
134
 
test_dbus_proxy_OBJECTS = $(am_test_dbus_proxy_OBJECTS)
135
 
test_dbus_proxy_DEPENDENCIES = libnih-dbus.la ../nih/libnih.la \
136
 
        $(am__DEPENDENCIES_1)
137
 
test_dbus_proxy_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
138
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
139
 
        $(test_dbus_proxy_LDFLAGS) $(LDFLAGS) -o $@
140
 
am_test_dbus_util_OBJECTS = test_dbus_util.$(OBJEXT)
141
 
test_dbus_util_OBJECTS = $(am_test_dbus_util_OBJECTS)
142
 
test_dbus_util_DEPENDENCIES = libnih-dbus.la ../nih/libnih.la \
143
 
        $(am__DEPENDENCIES_1)
144
 
test_dbus_util_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
145
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
146
 
        $(test_dbus_util_LDFLAGS) $(LDFLAGS) -o $@
147
 
DEFAULT_INCLUDES = 
148
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
149
 
am__depfiles_maybe = depfiles
150
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
153
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
154
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155
 
CCLD = $(CC)
156
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
157
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
158
 
        $(LDFLAGS) -o $@
159
 
SOURCES = $(libnih_dbus_la_SOURCES) $(test_dbus_connection_SOURCES) \
160
 
        $(test_dbus_error_SOURCES) $(test_dbus_message_SOURCES) \
161
 
        $(test_dbus_object_SOURCES) $(test_dbus_pending_data_SOURCES) \
162
 
        $(test_dbus_proxy_SOURCES) $(test_dbus_util_SOURCES)
163
 
DIST_SOURCES = $(libnih_dbus_la_SOURCES) \
164
 
        $(test_dbus_connection_SOURCES) $(test_dbus_error_SOURCES) \
165
 
        $(test_dbus_message_SOURCES) $(test_dbus_object_SOURCES) \
166
 
        $(test_dbus_pending_data_SOURCES) $(test_dbus_proxy_SOURCES) \
167
 
        $(test_dbus_util_SOURCES)
168
 
am__include_HEADERS_DIST = libnih-dbus.h
169
 
includeHEADERS_INSTALL = $(INSTALL_HEADER)
170
 
am__nihdbusinclude_HEADERS_DIST = dbus_error.h dbus_connection.h \
171
 
        dbus_message.h dbus_interface.h dbus_object.h \
172
 
        dbus_pending_data.h dbus_proxy.h dbus_util.h errors.h \
173
 
        test_dbus.h
174
 
nihdbusincludeHEADERS_INSTALL = $(INSTALL_HEADER)
175
 
HEADERS = $(include_HEADERS) $(nihdbusinclude_HEADERS)
176
 
ETAGS = etags
177
 
CTAGS = ctags
178
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179
 
ACLOCAL = @ACLOCAL@
180
 
ALLOCA = @ALLOCA@
181
 
AMTAR = @AMTAR@
182
 
AR = @AR@
183
 
AUTOCONF = @AUTOCONF@
184
 
AUTOHEADER = @AUTOHEADER@
185
 
AUTOMAKE = @AUTOMAKE@
186
 
AWK = @AWK@
187
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
188
 
CATOBJEXT = @CATOBJEXT@
189
 
CC = @CC@
190
 
CCDEPMODE = @CCDEPMODE@
191
 
CFLAGS = @CFLAGS@
192
 
CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
193
 
CPP = @CPP@
194
 
CPPFLAGS = @CPPFLAGS@
195
 
CYGPATH_W = @CYGPATH_W@
196
 
DATADIRNAME = @DATADIRNAME@
197
 
DBUS_CFLAGS = @DBUS_CFLAGS@
198
 
DBUS_LIBS = @DBUS_LIBS@
199
 
DEFS = @DEFS@
200
 
DEPDIR = @DEPDIR@
201
 
DSYMUTIL = @DSYMUTIL@
202
 
DUMPBIN = @DUMPBIN@
203
 
ECHO_C = @ECHO_C@
204
 
ECHO_N = @ECHO_N@
205
 
ECHO_T = @ECHO_T@
206
 
EGREP = @EGREP@
207
 
EXEEXT = @EXEEXT@
208
 
EXPAT_LIBS = @EXPAT_LIBS@
209
 
FGREP = @FGREP@
210
 
GENCAT = @GENCAT@
211
 
GLIBC2 = @GLIBC2@
212
 
GLIBC21 = @GLIBC21@
213
 
GMSGFMT = @GMSGFMT@
214
 
GMSGFMT_015 = @GMSGFMT_015@
215
 
GREP = @GREP@
216
 
HAVE_ASPRINTF = @HAVE_ASPRINTF@
217
 
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
218
 
HAVE_SNPRINTF = @HAVE_SNPRINTF@
219
 
HAVE_VISIBILITY = @HAVE_VISIBILITY@
220
 
HAVE_WPRINTF = @HAVE_WPRINTF@
221
 
INSTALL = @INSTALL@
222
 
INSTALL_DATA = @INSTALL_DATA@
223
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
224
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
225
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
226
 
INSTOBJEXT = @INSTOBJEXT@
227
 
INTLBISON = @INTLBISON@
228
 
INTLLIBS = @INTLLIBS@
229
 
INTLOBJS = @INTLOBJS@
230
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
231
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
232
 
LD = @LD@
233
 
LDFLAGS = @LDFLAGS@
234
 
LIBICONV = @LIBICONV@
235
 
LIBINTL = @LIBINTL@
236
 
LIBMULTITHREAD = @LIBMULTITHREAD@
237
 
LIBOBJS = @LIBOBJS@
238
 
LIBPTH = @LIBPTH@
239
 
LIBS = @LIBS@
240
 
LIBTHREAD = @LIBTHREAD@
241
 
LIBTOOL = @LIBTOOL@
242
 
LIPO = @LIPO@
243
 
LN_S = @LN_S@
244
 
LTLIBICONV = @LTLIBICONV@
245
 
LTLIBINTL = @LTLIBINTL@
246
 
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
247
 
LTLIBOBJS = @LTLIBOBJS@
248
 
LTLIBPTH = @LTLIBPTH@
249
 
LTLIBTHREAD = @LTLIBTHREAD@
250
 
MAKEINFO = @MAKEINFO@
251
 
MKDIR_P = @MKDIR_P@
252
 
MSGFMT = @MSGFMT@
253
 
MSGFMT_015 = @MSGFMT_015@
254
 
MSGMERGE = @MSGMERGE@
255
 
NM = @NM@
256
 
NMEDIT = @NMEDIT@
257
 
OBJDUMP = @OBJDUMP@
258
 
OBJEXT = @OBJEXT@
259
 
OTOOL = @OTOOL@
260
 
OTOOL64 = @OTOOL64@
261
 
PACKAGE = @PACKAGE@
262
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
263
 
PACKAGE_COPYRIGHT = @PACKAGE_COPYRIGHT@
264
 
PACKAGE_NAME = @PACKAGE_NAME@
265
 
PACKAGE_STRING = @PACKAGE_STRING@
266
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
267
 
PACKAGE_URL = @PACKAGE_URL@
268
 
PACKAGE_VERSION = @PACKAGE_VERSION@
269
 
PATH_SEPARATOR = @PATH_SEPARATOR@
270
 
PKG_CONFIG = @PKG_CONFIG@
271
 
POSUB = @POSUB@
272
 
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
273
 
RANLIB = @RANLIB@
274
 
SED = @SED@
275
 
SET_MAKE = @SET_MAKE@
276
 
SHELL = @SHELL@
277
 
STRIP = @STRIP@
278
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
279
 
USE_NLS = @USE_NLS@
280
 
VERSION = @VERSION@
281
 
VERSION_SCRIPT_ARG = @VERSION_SCRIPT_ARG@
282
 
WOE32DLL = @WOE32DLL@
283
 
XGETTEXT = @XGETTEXT@
284
 
XGETTEXT_015 = @XGETTEXT_015@
285
 
abs_builddir = @abs_builddir@
286
 
abs_srcdir = @abs_srcdir@
287
 
abs_top_builddir = @abs_top_builddir@
288
 
abs_top_srcdir = @abs_top_srcdir@
289
 
ac_ct_CC = @ac_ct_CC@
290
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291
 
am__include = @am__include@
292
 
am__leading_dot = @am__leading_dot@
293
 
am__quote = @am__quote@
294
 
am__tar = @am__tar@
295
 
am__untar = @am__untar@
296
 
bindir = @bindir@
297
 
build = @build@
298
 
build_alias = @build_alias@
299
 
build_cpu = @build_cpu@
300
 
build_os = @build_os@
301
 
build_vendor = @build_vendor@
302
 
builddir = @builddir@
303
 
datadir = @datadir@
304
 
datarootdir = @datarootdir@
305
 
docdir = @docdir@
306
 
dvidir = @dvidir@
307
 
exec_prefix = @exec_prefix@
308
 
host = @host@
309
 
host_alias = @host_alias@
310
 
host_cpu = @host_cpu@
311
 
host_os = @host_os@
312
 
host_vendor = @host_vendor@
313
 
htmldir = @htmldir@
314
 
includedir = @includedir@
315
 
infodir = @infodir@
316
 
install_sh = @install_sh@
317
 
libdir = @libdir@
318
 
libexecdir = @libexecdir@
319
 
localedir = @localedir@
320
 
localstatedir = @localstatedir@
321
 
lt_ECHO = @lt_ECHO@
322
 
mandir = @mandir@
323
 
mkdir_p = @mkdir_p@
324
 
oldincludedir = @oldincludedir@
325
 
pdfdir = @pdfdir@
326
 
prefix = @prefix@
327
 
program_transform_name = @program_transform_name@
328
 
psdir = @psdir@
329
 
sbindir = @sbindir@
330
 
sharedstatedir = @sharedstatedir@
331
 
srcdir = @srcdir@
332
 
sysconfdir = @sysconfdir@
333
 
target_alias = @target_alias@
334
 
top_build_prefix = @top_build_prefix@
335
 
top_builddir = @top_builddir@
336
 
top_srcdir = @top_srcdir@
337
 
AM_CFLAGS = \
338
 
        $(DBUS_CFLAGS)
339
 
 
340
 
AM_CPPFLAGS = \
341
 
        -DLOCALEDIR="\"$(localedir)\"" \
342
 
        -I$(top_builddir) -I$(top_srcdir) \
343
 
        -I$(top_srcdir)/intl
344
 
 
345
 
@INSTALL_NIH_TRUE@lib_LTLIBRARIES = libnih-dbus.la
346
 
@INSTALL_NIH_FALSE@noinst_LTLIBRARIES = libnih-dbus.la
347
 
libnih_dbus_la_SOURCES = \
348
 
        dbus_error.c \
349
 
        dbus_connection.c \
350
 
        dbus_message.c \
351
 
        dbus_object.c \
352
 
        dbus_pending_data.c \
353
 
        dbus_proxy.c \
354
 
        dbus_util.c
355
 
 
356
 
@INSTALL_NIH_TRUE@libnih_dbus_la_LDFLAGS = -version-info 0:0:0 \
357
 
@INSTALL_NIH_TRUE@      $(am__append_1)
358
 
libnih_dbus_la_LIBADD = \
359
 
        ../nih/libnih.la \
360
 
        $(DBUS_LIBS) \
361
 
        -lrt
362
 
 
363
 
EXTRA_DIST = libnih-dbus.ver libnih-dbus.supp
364
 
@INSTALL_NIH_TRUE@include_HEADERS = \
365
 
@INSTALL_NIH_TRUE@      libnih-dbus.h
366
 
 
367
 
@INSTALL_NIH_TRUE@nihdbusincludedir = $(includedir)/nih-dbus
368
 
@INSTALL_NIH_TRUE@nihdbusinclude_HEADERS = \
369
 
@INSTALL_NIH_TRUE@      dbus_error.h \
370
 
@INSTALL_NIH_TRUE@      dbus_connection.h \
371
 
@INSTALL_NIH_TRUE@      dbus_message.h \
372
 
@INSTALL_NIH_TRUE@      dbus_interface.h \
373
 
@INSTALL_NIH_TRUE@      dbus_object.h \
374
 
@INSTALL_NIH_TRUE@      dbus_pending_data.h \
375
 
@INSTALL_NIH_TRUE@      dbus_proxy.h \
376
 
@INSTALL_NIH_TRUE@      dbus_util.h \
377
 
@INSTALL_NIH_TRUE@      errors.h \
378
 
@INSTALL_NIH_TRUE@      test_dbus.h
379
 
 
380
 
test_dbus_error_SOURCES = tests/test_dbus_error.c
381
 
test_dbus_error_LDFLAGS = -static
382
 
test_dbus_error_LDADD = libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS)
383
 
test_dbus_connection_SOURCES = tests/test_dbus_connection.c
384
 
test_dbus_connection_LDFLAGS = -static
385
 
test_dbus_connection_LDADD = libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS)
386
 
test_dbus_message_SOURCES = tests/test_dbus_message.c
387
 
test_dbus_message_LDFLAGS = -static
388
 
test_dbus_message_LDADD = libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS)
389
 
test_dbus_object_SOURCES = tests/test_dbus_object.c
390
 
test_dbus_object_LDFLAGS = -static
391
 
test_dbus_object_LDADD = libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS)
392
 
test_dbus_pending_data_SOURCES = tests/test_dbus_pending_data.c
393
 
test_dbus_pending_data_LDFLAGS = -static
394
 
test_dbus_pending_data_LDADD = libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS)
395
 
test_dbus_proxy_SOURCES = tests/test_dbus_proxy.c
396
 
test_dbus_proxy_LDFLAGS = -static
397
 
test_dbus_proxy_LDADD = libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS)
398
 
test_dbus_util_SOURCES = tests/test_dbus_util.c
399
 
test_dbus_util_LDFLAGS = -static
400
 
test_dbus_util_LDADD = libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS)
401
 
all: all-am
402
 
 
403
 
.SUFFIXES:
404
 
.SUFFIXES: .c .lo .o .obj
405
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
406
 
        @for dep in $?; do \
407
 
          case '$(am__configure_deps)' in \
408
 
            *$$dep*) \
409
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
410
 
                && { if test -f $@; then exit 0; else break; fi; }; \
411
 
              exit 1;; \
412
 
          esac; \
413
 
        done; \
414
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  nih-dbus/Makefile'; \
415
 
        cd $(top_srcdir) && \
416
 
          $(AUTOMAKE) --gnu  nih-dbus/Makefile
417
 
.PRECIOUS: Makefile
418
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419
 
        @case '$?' in \
420
 
          *config.status*) \
421
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
422
 
          *) \
423
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
424
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
425
 
        esac;
426
 
 
427
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
428
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
429
 
 
430
 
$(top_srcdir)/configure:  $(am__configure_deps)
431
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
433
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
435
 
        @$(NORMAL_INSTALL)
436
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
437
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
438
 
          if test -f $$p; then \
439
 
            f=$(am__strip_dir) \
440
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
441
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
442
 
          else :; fi; \
443
 
        done
444
 
 
445
 
uninstall-libLTLIBRARIES:
446
 
        @$(NORMAL_UNINSTALL)
447
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
448
 
          p=$(am__strip_dir) \
449
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
450
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
451
 
        done
452
 
 
453
 
clean-libLTLIBRARIES:
454
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
455
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
456
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
457
 
          test "$$dir" != "$$p" || dir=.; \
458
 
          echo "rm -f \"$${dir}/so_locations\""; \
459
 
          rm -f "$${dir}/so_locations"; \
460
 
        done
461
 
 
462
 
clean-noinstLTLIBRARIES:
463
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
464
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
465
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
466
 
          test "$$dir" != "$$p" || dir=.; \
467
 
          echo "rm -f \"$${dir}/so_locations\""; \
468
 
          rm -f "$${dir}/so_locations"; \
469
 
        done
470
 
libnih-dbus.la: $(libnih_dbus_la_OBJECTS) $(libnih_dbus_la_DEPENDENCIES) 
471
 
        $(libnih_dbus_la_LINK) $(am_libnih_dbus_la_rpath) $(libnih_dbus_la_OBJECTS) $(libnih_dbus_la_LIBADD) $(LIBS)
472
 
 
473
 
clean-checkPROGRAMS:
474
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
475
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
476
 
          echo " rm -f $$p $$f"; \
477
 
          rm -f $$p $$f ; \
478
 
        done
479
 
test_dbus_connection$(EXEEXT): $(test_dbus_connection_OBJECTS) $(test_dbus_connection_DEPENDENCIES) 
480
 
        @rm -f test_dbus_connection$(EXEEXT)
481
 
        $(test_dbus_connection_LINK) $(test_dbus_connection_OBJECTS) $(test_dbus_connection_LDADD) $(LIBS)
482
 
test_dbus_error$(EXEEXT): $(test_dbus_error_OBJECTS) $(test_dbus_error_DEPENDENCIES) 
483
 
        @rm -f test_dbus_error$(EXEEXT)
484
 
        $(test_dbus_error_LINK) $(test_dbus_error_OBJECTS) $(test_dbus_error_LDADD) $(LIBS)
485
 
test_dbus_message$(EXEEXT): $(test_dbus_message_OBJECTS) $(test_dbus_message_DEPENDENCIES) 
486
 
        @rm -f test_dbus_message$(EXEEXT)
487
 
        $(test_dbus_message_LINK) $(test_dbus_message_OBJECTS) $(test_dbus_message_LDADD) $(LIBS)
488
 
test_dbus_object$(EXEEXT): $(test_dbus_object_OBJECTS) $(test_dbus_object_DEPENDENCIES) 
489
 
        @rm -f test_dbus_object$(EXEEXT)
490
 
        $(test_dbus_object_LINK) $(test_dbus_object_OBJECTS) $(test_dbus_object_LDADD) $(LIBS)
491
 
test_dbus_pending_data$(EXEEXT): $(test_dbus_pending_data_OBJECTS) $(test_dbus_pending_data_DEPENDENCIES) 
492
 
        @rm -f test_dbus_pending_data$(EXEEXT)
493
 
        $(test_dbus_pending_data_LINK) $(test_dbus_pending_data_OBJECTS) $(test_dbus_pending_data_LDADD) $(LIBS)
494
 
test_dbus_proxy$(EXEEXT): $(test_dbus_proxy_OBJECTS) $(test_dbus_proxy_DEPENDENCIES) 
495
 
        @rm -f test_dbus_proxy$(EXEEXT)
496
 
        $(test_dbus_proxy_LINK) $(test_dbus_proxy_OBJECTS) $(test_dbus_proxy_LDADD) $(LIBS)
497
 
test_dbus_util$(EXEEXT): $(test_dbus_util_OBJECTS) $(test_dbus_util_DEPENDENCIES) 
498
 
        @rm -f test_dbus_util$(EXEEXT)
499
 
        $(test_dbus_util_LINK) $(test_dbus_util_OBJECTS) $(test_dbus_util_LDADD) $(LIBS)
500
 
 
501
 
mostlyclean-compile:
502
 
        -rm -f *.$(OBJEXT)
503
 
 
504
 
distclean-compile:
505
 
        -rm -f *.tab.c
506
 
 
507
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_connection.Plo@am__quote@
508
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_error.Plo@am__quote@
509
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_message.Plo@am__quote@
510
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_object.Plo@am__quote@
511
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_pending_data.Plo@am__quote@
512
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_proxy.Plo@am__quote@
513
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_util.Plo@am__quote@
514
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbus_connection.Po@am__quote@
515
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbus_error.Po@am__quote@
516
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbus_message.Po@am__quote@
517
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbus_object.Po@am__quote@
518
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbus_pending_data.Po@am__quote@
519
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbus_proxy.Po@am__quote@
520
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dbus_util.Po@am__quote@
521
 
 
522
 
.c.o:
523
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
524
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
525
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
526
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
528
 
 
529
 
.c.obj:
530
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
531
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
532
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
533
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
535
 
 
536
 
.c.lo:
537
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
538
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
539
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
540
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
542
 
 
543
 
test_dbus_connection.o: tests/test_dbus_connection.c
544
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_connection.o -MD -MP -MF $(DEPDIR)/test_dbus_connection.Tpo -c -o test_dbus_connection.o `test -f 'tests/test_dbus_connection.c' || echo '$(srcdir)/'`tests/test_dbus_connection.c
545
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_connection.Tpo $(DEPDIR)/test_dbus_connection.Po
546
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_connection.c' object='test_dbus_connection.o' libtool=no @AMDEPBACKSLASH@
547
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_connection.o `test -f 'tests/test_dbus_connection.c' || echo '$(srcdir)/'`tests/test_dbus_connection.c
549
 
 
550
 
test_dbus_connection.obj: tests/test_dbus_connection.c
551
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_connection.obj -MD -MP -MF $(DEPDIR)/test_dbus_connection.Tpo -c -o test_dbus_connection.obj `if test -f 'tests/test_dbus_connection.c'; then $(CYGPATH_W) 'tests/test_dbus_connection.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_connection.c'; fi`
552
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_connection.Tpo $(DEPDIR)/test_dbus_connection.Po
553
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_connection.c' object='test_dbus_connection.obj' libtool=no @AMDEPBACKSLASH@
554
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_connection.obj `if test -f 'tests/test_dbus_connection.c'; then $(CYGPATH_W) 'tests/test_dbus_connection.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_connection.c'; fi`
556
 
 
557
 
test_dbus_error.o: tests/test_dbus_error.c
558
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_error.o -MD -MP -MF $(DEPDIR)/test_dbus_error.Tpo -c -o test_dbus_error.o `test -f 'tests/test_dbus_error.c' || echo '$(srcdir)/'`tests/test_dbus_error.c
559
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_error.Tpo $(DEPDIR)/test_dbus_error.Po
560
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_error.c' object='test_dbus_error.o' libtool=no @AMDEPBACKSLASH@
561
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_error.o `test -f 'tests/test_dbus_error.c' || echo '$(srcdir)/'`tests/test_dbus_error.c
563
 
 
564
 
test_dbus_error.obj: tests/test_dbus_error.c
565
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_error.obj -MD -MP -MF $(DEPDIR)/test_dbus_error.Tpo -c -o test_dbus_error.obj `if test -f 'tests/test_dbus_error.c'; then $(CYGPATH_W) 'tests/test_dbus_error.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_error.c'; fi`
566
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_error.Tpo $(DEPDIR)/test_dbus_error.Po
567
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_error.c' object='test_dbus_error.obj' libtool=no @AMDEPBACKSLASH@
568
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_error.obj `if test -f 'tests/test_dbus_error.c'; then $(CYGPATH_W) 'tests/test_dbus_error.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_error.c'; fi`
570
 
 
571
 
test_dbus_message.o: tests/test_dbus_message.c
572
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_message.o -MD -MP -MF $(DEPDIR)/test_dbus_message.Tpo -c -o test_dbus_message.o `test -f 'tests/test_dbus_message.c' || echo '$(srcdir)/'`tests/test_dbus_message.c
573
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_message.Tpo $(DEPDIR)/test_dbus_message.Po
574
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_message.c' object='test_dbus_message.o' libtool=no @AMDEPBACKSLASH@
575
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_message.o `test -f 'tests/test_dbus_message.c' || echo '$(srcdir)/'`tests/test_dbus_message.c
577
 
 
578
 
test_dbus_message.obj: tests/test_dbus_message.c
579
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_message.obj -MD -MP -MF $(DEPDIR)/test_dbus_message.Tpo -c -o test_dbus_message.obj `if test -f 'tests/test_dbus_message.c'; then $(CYGPATH_W) 'tests/test_dbus_message.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_message.c'; fi`
580
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_message.Tpo $(DEPDIR)/test_dbus_message.Po
581
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_message.c' object='test_dbus_message.obj' libtool=no @AMDEPBACKSLASH@
582
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_message.obj `if test -f 'tests/test_dbus_message.c'; then $(CYGPATH_W) 'tests/test_dbus_message.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_message.c'; fi`
584
 
 
585
 
test_dbus_object.o: tests/test_dbus_object.c
586
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_object.o -MD -MP -MF $(DEPDIR)/test_dbus_object.Tpo -c -o test_dbus_object.o `test -f 'tests/test_dbus_object.c' || echo '$(srcdir)/'`tests/test_dbus_object.c
587
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_object.Tpo $(DEPDIR)/test_dbus_object.Po
588
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_object.c' object='test_dbus_object.o' libtool=no @AMDEPBACKSLASH@
589
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_object.o `test -f 'tests/test_dbus_object.c' || echo '$(srcdir)/'`tests/test_dbus_object.c
591
 
 
592
 
test_dbus_object.obj: tests/test_dbus_object.c
593
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_object.obj -MD -MP -MF $(DEPDIR)/test_dbus_object.Tpo -c -o test_dbus_object.obj `if test -f 'tests/test_dbus_object.c'; then $(CYGPATH_W) 'tests/test_dbus_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_object.c'; fi`
594
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_object.Tpo $(DEPDIR)/test_dbus_object.Po
595
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_object.c' object='test_dbus_object.obj' libtool=no @AMDEPBACKSLASH@
596
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_object.obj `if test -f 'tests/test_dbus_object.c'; then $(CYGPATH_W) 'tests/test_dbus_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_object.c'; fi`
598
 
 
599
 
test_dbus_pending_data.o: tests/test_dbus_pending_data.c
600
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_pending_data.o -MD -MP -MF $(DEPDIR)/test_dbus_pending_data.Tpo -c -o test_dbus_pending_data.o `test -f 'tests/test_dbus_pending_data.c' || echo '$(srcdir)/'`tests/test_dbus_pending_data.c
601
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_pending_data.Tpo $(DEPDIR)/test_dbus_pending_data.Po
602
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_pending_data.c' object='test_dbus_pending_data.o' libtool=no @AMDEPBACKSLASH@
603
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_pending_data.o `test -f 'tests/test_dbus_pending_data.c' || echo '$(srcdir)/'`tests/test_dbus_pending_data.c
605
 
 
606
 
test_dbus_pending_data.obj: tests/test_dbus_pending_data.c
607
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_pending_data.obj -MD -MP -MF $(DEPDIR)/test_dbus_pending_data.Tpo -c -o test_dbus_pending_data.obj `if test -f 'tests/test_dbus_pending_data.c'; then $(CYGPATH_W) 'tests/test_dbus_pending_data.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_pending_data.c'; fi`
608
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_pending_data.Tpo $(DEPDIR)/test_dbus_pending_data.Po
609
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_pending_data.c' object='test_dbus_pending_data.obj' libtool=no @AMDEPBACKSLASH@
610
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_pending_data.obj `if test -f 'tests/test_dbus_pending_data.c'; then $(CYGPATH_W) 'tests/test_dbus_pending_data.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_pending_data.c'; fi`
612
 
 
613
 
test_dbus_proxy.o: tests/test_dbus_proxy.c
614
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_proxy.o -MD -MP -MF $(DEPDIR)/test_dbus_proxy.Tpo -c -o test_dbus_proxy.o `test -f 'tests/test_dbus_proxy.c' || echo '$(srcdir)/'`tests/test_dbus_proxy.c
615
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_proxy.Tpo $(DEPDIR)/test_dbus_proxy.Po
616
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_proxy.c' object='test_dbus_proxy.o' libtool=no @AMDEPBACKSLASH@
617
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
618
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_proxy.o `test -f 'tests/test_dbus_proxy.c' || echo '$(srcdir)/'`tests/test_dbus_proxy.c
619
 
 
620
 
test_dbus_proxy.obj: tests/test_dbus_proxy.c
621
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_proxy.obj -MD -MP -MF $(DEPDIR)/test_dbus_proxy.Tpo -c -o test_dbus_proxy.obj `if test -f 'tests/test_dbus_proxy.c'; then $(CYGPATH_W) 'tests/test_dbus_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_proxy.c'; fi`
622
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_proxy.Tpo $(DEPDIR)/test_dbus_proxy.Po
623
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_proxy.c' object='test_dbus_proxy.obj' libtool=no @AMDEPBACKSLASH@
624
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_proxy.obj `if test -f 'tests/test_dbus_proxy.c'; then $(CYGPATH_W) 'tests/test_dbus_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_proxy.c'; fi`
626
 
 
627
 
test_dbus_util.o: tests/test_dbus_util.c
628
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_util.o -MD -MP -MF $(DEPDIR)/test_dbus_util.Tpo -c -o test_dbus_util.o `test -f 'tests/test_dbus_util.c' || echo '$(srcdir)/'`tests/test_dbus_util.c
629
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_util.Tpo $(DEPDIR)/test_dbus_util.Po
630
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_util.c' object='test_dbus_util.o' libtool=no @AMDEPBACKSLASH@
631
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
632
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_util.o `test -f 'tests/test_dbus_util.c' || echo '$(srcdir)/'`tests/test_dbus_util.c
633
 
 
634
 
test_dbus_util.obj: tests/test_dbus_util.c
635
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_util.obj -MD -MP -MF $(DEPDIR)/test_dbus_util.Tpo -c -o test_dbus_util.obj `if test -f 'tests/test_dbus_util.c'; then $(CYGPATH_W) 'tests/test_dbus_util.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_util.c'; fi`
636
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_util.Tpo $(DEPDIR)/test_dbus_util.Po
637
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_util.c' object='test_dbus_util.obj' libtool=no @AMDEPBACKSLASH@
638
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_util.obj `if test -f 'tests/test_dbus_util.c'; then $(CYGPATH_W) 'tests/test_dbus_util.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_util.c'; fi`
640
 
 
641
 
mostlyclean-libtool:
642
 
        -rm -f *.lo
643
 
 
644
 
clean-libtool:
645
 
        -rm -rf .libs _libs
646
 
install-includeHEADERS: $(include_HEADERS)
647
 
        @$(NORMAL_INSTALL)
648
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
649
 
        @list='$(include_HEADERS)'; for p in $$list; do \
650
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
651
 
          f=$(am__strip_dir) \
652
 
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
653
 
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
654
 
        done
655
 
 
656
 
uninstall-includeHEADERS:
657
 
        @$(NORMAL_UNINSTALL)
658
 
        @list='$(include_HEADERS)'; for p in $$list; do \
659
 
          f=$(am__strip_dir) \
660
 
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
661
 
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
662
 
        done
663
 
install-nihdbusincludeHEADERS: $(nihdbusinclude_HEADERS)
664
 
        @$(NORMAL_INSTALL)
665
 
        test -z "$(nihdbusincludedir)" || $(MKDIR_P) "$(DESTDIR)$(nihdbusincludedir)"
666
 
        @list='$(nihdbusinclude_HEADERS)'; for p in $$list; do \
667
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
668
 
          f=$(am__strip_dir) \
669
 
          echo " $(nihdbusincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(nihdbusincludedir)/$$f'"; \
670
 
          $(nihdbusincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(nihdbusincludedir)/$$f"; \
671
 
        done
672
 
 
673
 
uninstall-nihdbusincludeHEADERS:
674
 
        @$(NORMAL_UNINSTALL)
675
 
        @list='$(nihdbusinclude_HEADERS)'; for p in $$list; do \
676
 
          f=$(am__strip_dir) \
677
 
          echo " rm -f '$(DESTDIR)$(nihdbusincludedir)/$$f'"; \
678
 
          rm -f "$(DESTDIR)$(nihdbusincludedir)/$$f"; \
679
 
        done
680
 
 
681
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
682
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
683
 
        unique=`for i in $$list; do \
684
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
685
 
          done | \
686
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
687
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
688
 
        mkid -fID $$unique
689
 
tags: TAGS
690
 
 
691
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
692
 
                $(TAGS_FILES) $(LISP)
693
 
        tags=; \
694
 
        here=`pwd`; \
695
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
696
 
        unique=`for i in $$list; do \
697
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
698
 
          done | \
699
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
700
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
701
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
702
 
          test -n "$$unique" || unique=$$empty_fix; \
703
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
704
 
            $$tags $$unique; \
705
 
        fi
706
 
ctags: CTAGS
707
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
708
 
                $(TAGS_FILES) $(LISP)
709
 
        tags=; \
710
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
711
 
        unique=`for i in $$list; do \
712
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
713
 
          done | \
714
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
715
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
716
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
717
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
718
 
             $$tags $$unique
719
 
 
720
 
GTAGS:
721
 
        here=`$(am__cd) $(top_builddir) && pwd` \
722
 
          && cd $(top_srcdir) \
723
 
          && gtags -i $(GTAGS_ARGS) $$here
724
 
 
725
 
distclean-tags:
726
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
727
 
 
728
 
check-TESTS: $(TESTS)
729
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
730
 
        srcdir=$(srcdir); export srcdir; \
731
 
        list=' $(TESTS) '; \
732
 
        if test -n "$$list"; then \
733
 
          for tst in $$list; do \
734
 
            if test -f ./$$tst; then dir=./; \
735
 
            elif test -f $$tst; then dir=; \
736
 
            else dir="$(srcdir)/"; fi; \
737
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
738
 
              all=`expr $$all + 1`; \
739
 
              case " $(XFAIL_TESTS) " in \
740
 
              *[\ \     ]$$tst[\ \      ]*) \
741
 
                xpass=`expr $$xpass + 1`; \
742
 
                failed=`expr $$failed + 1`; \
743
 
                echo "XPASS: $$tst"; \
744
 
              ;; \
745
 
              *) \
746
 
                echo "PASS: $$tst"; \
747
 
              ;; \
748
 
              esac; \
749
 
            elif test $$? -ne 77; then \
750
 
              all=`expr $$all + 1`; \
751
 
              case " $(XFAIL_TESTS) " in \
752
 
              *[\ \     ]$$tst[\ \      ]*) \
753
 
                xfail=`expr $$xfail + 1`; \
754
 
                echo "XFAIL: $$tst"; \
755
 
              ;; \
756
 
              *) \
757
 
                failed=`expr $$failed + 1`; \
758
 
                echo "FAIL: $$tst"; \
759
 
              ;; \
760
 
              esac; \
761
 
            else \
762
 
              skip=`expr $$skip + 1`; \
763
 
              echo "SKIP: $$tst"; \
764
 
            fi; \
765
 
          done; \
766
 
          if test "$$all" -eq 1; then \
767
 
            tests="test"; \
768
 
            All=""; \
769
 
          else \
770
 
            tests="tests"; \
771
 
            All="All "; \
772
 
          fi; \
773
 
          if test "$$failed" -eq 0; then \
774
 
            if test "$$xfail" -eq 0; then \
775
 
              banner="$$All$$all $$tests passed"; \
776
 
            else \
777
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
778
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
779
 
            fi; \
780
 
          else \
781
 
            if test "$$xpass" -eq 0; then \
782
 
              banner="$$failed of $$all $$tests failed"; \
783
 
            else \
784
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
785
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
786
 
            fi; \
787
 
          fi; \
788
 
          dashes="$$banner"; \
789
 
          skipped=""; \
790
 
          if test "$$skip" -ne 0; then \
791
 
            if test "$$skip" -eq 1; then \
792
 
              skipped="($$skip test was not run)"; \
793
 
            else \
794
 
              skipped="($$skip tests were not run)"; \
795
 
            fi; \
796
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
797
 
              dashes="$$skipped"; \
798
 
          fi; \
799
 
          report=""; \
800
 
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
801
 
            report="Please report to $(PACKAGE_BUGREPORT)"; \
802
 
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
803
 
              dashes="$$report"; \
804
 
          fi; \
805
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
806
 
          echo "$$dashes"; \
807
 
          echo "$$banner"; \
808
 
          test -z "$$skipped" || echo "$$skipped"; \
809
 
          test -z "$$report" || echo "$$report"; \
810
 
          echo "$$dashes"; \
811
 
          test "$$failed" -eq 0; \
812
 
        else :; fi
813
 
 
814
 
distdir: $(DISTFILES)
815
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
816
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
817
 
        list='$(DISTFILES)'; \
818
 
          dist_files=`for file in $$list; do echo $$file; done | \
819
 
          sed -e "s|^$$srcdirstrip/||;t" \
820
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
821
 
        case $$dist_files in \
822
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
823
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
824
 
                           sort -u` ;; \
825
 
        esac; \
826
 
        for file in $$dist_files; do \
827
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
828
 
          if test -d $$d/$$file; then \
829
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
830
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
831
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
832
 
            fi; \
833
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
834
 
          else \
835
 
            test -f $(distdir)/$$file \
836
 
            || cp -p $$d/$$file $(distdir)/$$file \
837
 
            || exit 1; \
838
 
          fi; \
839
 
        done
840
 
check-am: all-am
841
 
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
842
 
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
843
 
check: check-am
844
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
845
 
installdirs:
846
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(nihdbusincludedir)"; do \
847
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
848
 
        done
849
 
install: install-am
850
 
install-exec: install-exec-am
851
 
install-data: install-data-am
852
 
uninstall: uninstall-am
853
 
 
854
 
install-am: all-am
855
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
856
 
 
857
 
installcheck: installcheck-am
858
 
install-strip:
859
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
860
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
861
 
          `test -z '$(STRIP)' || \
862
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
863
 
mostlyclean-generic:
864
 
 
865
 
clean-generic:
866
 
 
867
 
distclean-generic:
868
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
869
 
 
870
 
maintainer-clean-generic:
871
 
        @echo "This command is intended for maintainers to use"
872
 
        @echo "it deletes files that may require special tools to rebuild."
873
 
clean: clean-am
874
 
 
875
 
clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
876
 
        clean-libtool clean-local clean-noinstLTLIBRARIES \
877
 
        mostlyclean-am
878
 
 
879
 
distclean: distclean-am
880
 
        -rm -rf ./$(DEPDIR)
881
 
        -rm -f Makefile
882
 
distclean-am: clean-am distclean-compile distclean-generic \
883
 
        distclean-tags
884
 
 
885
 
dvi: dvi-am
886
 
 
887
 
dvi-am:
888
 
 
889
 
html: html-am
890
 
 
891
 
info: info-am
892
 
 
893
 
info-am:
894
 
 
895
 
install-data-am: install-includeHEADERS install-nihdbusincludeHEADERS
896
 
 
897
 
install-dvi: install-dvi-am
898
 
 
899
 
install-exec-am: install-libLTLIBRARIES
900
 
 
901
 
install-html: install-html-am
902
 
 
903
 
install-info: install-info-am
904
 
 
905
 
install-man:
906
 
 
907
 
install-pdf: install-pdf-am
908
 
 
909
 
install-ps: install-ps-am
910
 
 
911
 
installcheck-am:
912
 
 
913
 
maintainer-clean: maintainer-clean-am
914
 
        -rm -rf ./$(DEPDIR)
915
 
        -rm -f Makefile
916
 
maintainer-clean-am: distclean-am maintainer-clean-generic \
917
 
        maintainer-clean-local
918
 
 
919
 
mostlyclean: mostlyclean-am
920
 
 
921
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
922
 
        mostlyclean-libtool
923
 
 
924
 
pdf: pdf-am
925
 
 
926
 
pdf-am:
927
 
 
928
 
ps: ps-am
929
 
 
930
 
ps-am:
931
 
 
932
 
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
933
 
        uninstall-nihdbusincludeHEADERS
934
 
 
935
 
.MAKE: install-am install-strip
936
 
 
937
 
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
938
 
        clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
939
 
        clean-libtool clean-local clean-noinstLTLIBRARIES ctags \
940
 
        distclean distclean-compile distclean-generic \
941
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
942
 
        html-am info info-am install install-am install-data \
943
 
        install-data-am install-dvi install-dvi-am install-exec \
944
 
        install-exec-am install-html install-html-am \
945
 
        install-includeHEADERS install-info install-info-am \
946
 
        install-libLTLIBRARIES install-man \
947
 
        install-nihdbusincludeHEADERS install-pdf install-pdf-am \
948
 
        install-ps install-ps-am install-strip installcheck \
949
 
        installcheck-am installdirs maintainer-clean \
950
 
        maintainer-clean-generic maintainer-clean-local mostlyclean \
951
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
952
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
953
 
        uninstall-includeHEADERS uninstall-libLTLIBRARIES \
954
 
        uninstall-nihdbusincludeHEADERS
955
 
 
956
 
 
957
 
.PHONY: tests
958
 
tests: $(BUILT_SOURCES) $(check_PROGRAMS)
959
 
 
960
 
clean-local:
961
 
        rm -f *.gcno *.gcda
962
 
 
963
 
maintainer-clean-local:
964
 
        rm -f *.gcov
965
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
966
 
# Otherwise a system limit (for SysV at least) may be exceeded.
967
 
.NOEXPORT: