~ubuntu-branches/ubuntu/intrepid/kdebluetooth/intrepid-proposed

« back to all changes in this revision

Viewing changes to kdebluetooth/kioslave/obex/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2008-08-07 09:49:47 UTC
  • mto: This revision was merged to the branch mainline in revision 56.
  • Revision ID: james.westby@ubuntu.com-20080807094947-pj6q3uxwuv7l844q
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
3
 
# @configure_input@
4
 
 
5
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
#
19
 
#   This file is part of kio_obex.
20
 
#
21
 
#   Copyright (c) 2003-2004 Mathias Froehlich <Mathias.Froehlich@web.de>
22
 
#
23
 
#   This library is free software; you can redistribute it and/or
24
 
#   modify it under the terms of the GNU Library General Public
25
 
#   License as published by the Free Software Foundation; either
26
 
#   version 2 of the License, or (at your option) any later version.
27
 
#
28
 
#   This library is distributed in the hope that it will be useful,
29
 
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
30
 
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
31
 
#   Library General Public License for more details.
32
 
#
33
 
#   You should have received a copy of the GNU Library General Public License
34
 
#   along with this library; see the file COPYING.LIB.  If not, write to
35
 
#   the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
36
 
#   Boston, MA 02110-1301, USA.
37
 
#
38
 
srcdir = @srcdir@
39
 
top_srcdir = @top_srcdir@
40
 
VPATH = @srcdir@
41
 
pkgdatadir = $(datadir)/@PACKAGE@
42
 
pkglibdir = $(libdir)/@PACKAGE@
43
 
pkgincludedir = $(includedir)/@PACKAGE@
44
 
top_builddir = ../../..
45
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
 
INSTALL = @INSTALL@
47
 
install_sh_DATA = $(install_sh) -c -m 644
48
 
install_sh_PROGRAM = $(install_sh) -c
49
 
install_sh_SCRIPT = $(install_sh) -c
50
 
INSTALL_HEADER = $(INSTALL_DATA)
51
 
transform = $(program_transform_name)
52
 
NORMAL_INSTALL = :
53
 
PRE_INSTALL = :
54
 
POST_INSTALL = :
55
 
NORMAL_UNINSTALL = :
56
 
PRE_UNINSTALL = :
57
 
POST_UNINSTALL = :
58
 
build_triplet = @build@
59
 
host_triplet = @host@
60
 
target_triplet = @target@
61
 
subdir = kdebluetooth/kioslave/obex
62
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
63
 
        AUTHORS TODO
64
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
66
 
        $(top_srcdir)/configure.in
67
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68
 
        $(ACLOCAL_M4)
69
 
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
70
 
CONFIG_HEADER = $(top_builddir)/config.h
71
 
CONFIG_CLEAN_FILES =
72
 
SOURCES =
73
 
DIST_SOURCES =
74
 
#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75
 
#>-     html-recursive info-recursive install-data-recursive \
76
 
#>-     install-exec-recursive install-info-recursive \
77
 
#>-     install-recursive installcheck-recursive installdirs-recursive \
78
 
#>-     pdf-recursive ps-recursive uninstall-info-recursive \
79
 
#>-     uninstall-recursive
80
 
#>+ 6
81
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82
 
        html-recursive info-recursive install-data-recursive \
83
 
        install-exec-recursive install-info-recursive \
84
 
        install-recursive installcheck-recursive installdirs-recursive \
85
 
        pdf-recursive ps-recursive uninstall-info-recursive \
86
 
        uninstall-recursive nmcheck-recursive bcheck-recursive
87
 
ETAGS = etags
88
 
CTAGS = ctags
89
 
DIST_SUBDIRS = $(SUBDIRS)
90
 
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
 
#>+ 1
92
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
93
 
ACLOCAL = @ACLOCAL@
94
 
AMDEP_FALSE = @AMDEP_FALSE@
95
 
AMDEP_TRUE = @AMDEP_TRUE@
96
 
AMTAR = @AMTAR@
97
 
AR = @AR@
98
 
ARTSCCONFIG = @ARTSCCONFIG@
99
 
AUTOCONF = @AUTOCONF@
100
 
AUTODIRS = @AUTODIRS@
101
 
AUTOHEADER = @AUTOHEADER@
102
 
AUTOMAKE = @AUTOMAKE@
103
 
AWK = @AWK@
104
 
BLUETOOTH_CFLAGS = @BLUETOOTH_CFLAGS@
105
 
BLUETOOTH_LIBS = @BLUETOOTH_LIBS@
106
 
CC = @CC@
107
 
CCDEPMODE = @CCDEPMODE@
108
 
CFLAGS = @CFLAGS@
109
 
CONF_FILES = @CONF_FILES@
110
 
CPP = @CPP@
111
 
CPPFLAGS = @CPPFLAGS@
112
 
CXX = @CXX@
113
 
CXXCPP = @CXXCPP@
114
 
CXXDEPMODE = @CXXDEPMODE@
115
 
CXXFLAGS = @CXXFLAGS@
116
 
CYGPATH_W = @CYGPATH_W@
117
 
DBUS_CFLAGS = @DBUS_CFLAGS@
118
 
DBUS_LIBS = @DBUS_LIBS@
119
 
DCOPIDL = @DCOPIDL@
120
 
DCOPIDL2CPP = @DCOPIDL2CPP@
121
 
DCOPIDLNG = @DCOPIDLNG@
122
 
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
123
 
DEFS = @DEFS@
124
 
DEPDIR = @DEPDIR@
125
 
DOXYGEN = @DOXYGEN@
126
 
DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
127
 
DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
128
 
ECHO = @ECHO@
129
 
ECHO_C = @ECHO_C@
130
 
ECHO_N = @ECHO_N@
131
 
ECHO_T = @ECHO_T@
132
 
EGREP = @EGREP@
133
 
ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@
134
 
EXEEXT = @EXEEXT@
135
 
F77 = @F77@
136
 
FFLAGS = @FFLAGS@
137
 
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
138
 
GMSGFMT = @GMSGFMT@
139
 
GREP = @GREP@
140
 
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
141
 
INSTALL_DATA = @INSTALL_DATA@
142
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
143
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
144
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145
 
KBTOBEXSRV_BINDIR = @KBTOBEXSRV_BINDIR@
146
 
KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
147
 
KCONFIG_COMPILER = @KCONFIG_COMPILER@
148
 
KDECONFIG = @KDECONFIG@
149
 
KDE_CHECK_PLUGIN = @KDE_CHECK_PLUGIN@
150
 
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
151
 
KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@
152
 
KDE_HAVE_DOT = @KDE_HAVE_DOT@
153
 
KDE_INCLUDES = @KDE_INCLUDES@
154
 
KDE_LDFLAGS = @KDE_LDFLAGS@
155
 
KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
156
 
KDE_MT_LIBS = @KDE_MT_LIBS@
157
 
KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
158
 
KDE_PLUGIN = @KDE_PLUGIN@
159
 
KDE_RPATH = @KDE_RPATH@
160
 
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
161
 
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
162
 
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
163
 
KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
164
 
KDE_USE_FPIE = @KDE_USE_FPIE@
165
 
KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
166
 
KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
167
 
KDE_USE_PIE = @KDE_USE_PIE@
168
 
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
169
 
LDFLAGS = @LDFLAGS@
170
 
LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@
171
 
LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@
172
 
LIBCOMPAT = @LIBCOMPAT@
173
 
LIBCRYPT = @LIBCRYPT@
174
 
LIBDL = @LIBDL@
175
 
LIBJPEG = @LIBJPEG@
176
 
LIBOBJS = @LIBOBJS@
177
 
LIBPNG = @LIBPNG@
178
 
LIBPTHREAD = @LIBPTHREAD@
179
 
LIBRESOLV = @LIBRESOLV@
180
 
LIBS = @LIBS@
181
 
LIBSM = @LIBSM@
182
 
LIBSOCKET = @LIBSOCKET@
183
 
LIBTOOL = @LIBTOOL@
184
 
LIBUCB = @LIBUCB@
185
 
LIBUTIL = @LIBUTIL@
186
 
LIBZ = @LIBZ@
187
 
LIB_ARTS = @LIB_ARTS@
188
 
LIB_BLUETOOTH = @LIB_BLUETOOTH@
189
 
LIB_KAB = @LIB_KAB@
190
 
LIB_KABC = @LIB_KABC@
191
 
LIB_KDECORE = @LIB_KDECORE@
192
 
LIB_KDED = @LIB_KDED@
193
 
LIB_KDEPIM = @LIB_KDEPIM@
194
 
LIB_KDEPRINT = @LIB_KDEPRINT@
195
 
LIB_KDEUI = @LIB_KDEUI@
196
 
LIB_KDNSSD = @LIB_KDNSSD@
197
 
LIB_KFILE = @LIB_KFILE@
198
 
LIB_KFM = @LIB_KFM@
199
 
LIB_KHTML = @LIB_KHTML@
200
 
LIB_KIMPROXY = @LIB_KIMPROXY@
201
 
LIB_KIO = @LIB_KIO@
202
 
LIB_KJS = @LIB_KJS@
203
 
LIB_KNEWSTUFF = @LIB_KNEWSTUFF@
204
 
LIB_KPARTS = @LIB_KPARTS@
205
 
LIB_KSPELL = @LIB_KSPELL@
206
 
LIB_KSYCOCA = @LIB_KSYCOCA@
207
 
LIB_KUNITTEST = @LIB_KUNITTEST@
208
 
LIB_KUTILS = @LIB_KUTILS@
209
 
LIB_LOCKDEV = @LIB_LOCKDEV@
210
 
LIB_POLL = @LIB_POLL@
211
 
LIB_QPE = @LIB_QPE@
212
 
LIB_QT = @LIB_QT@
213
 
LIB_SDP = @LIB_SDP@
214
 
LIB_SMB = @LIB_SMB@
215
 
LIB_X11 = @LIB_X11@
216
 
LIB_XEXT = @LIB_XEXT@
217
 
LIB_XRENDER = @LIB_XRENDER@
218
 
LN_S = @LN_S@
219
 
LTLIBOBJS = @LTLIBOBJS@
220
 
MAKEINFO = @MAKEINFO@
221
 
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
222
 
MCOPIDL = @MCOPIDL@
223
 
MEINPROC = @MEINPROC@
224
 
MOC = @MOC@
225
 
MSGFMT = @MSGFMT@
226
 
NOOPT_CFLAGS = @NOOPT_CFLAGS@
227
 
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
228
 
OBJEXT = @OBJEXT@
229
 
OPENOBEX_CFLAGS = @OPENOBEX_CFLAGS@
230
 
OPENOBEX_LIBS = @OPENOBEX_LIBS@
231
 
PACKAGE = @PACKAGE@
232
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233
 
PACKAGE_NAME = @PACKAGE_NAME@
234
 
PACKAGE_STRING = @PACKAGE_STRING@
235
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
236
 
PACKAGE_VERSION = @PACKAGE_VERSION@
237
 
PATH_SEPARATOR = @PATH_SEPARATOR@
238
 
PERL = @PERL@
239
 
PKG_CONFIG = @PKG_CONFIG@
240
 
QOBEX_BTTRANSPORT_FALSE = @QOBEX_BTTRANSPORT_FALSE@
241
 
QOBEX_BTTRANSPORT_TRUE = @QOBEX_BTTRANSPORT_TRUE@
242
 
QOBEX_IRDATRANSPORT_FALSE = @QOBEX_IRDATRANSPORT_FALSE@
243
 
QOBEX_IRDATRANSPORT_TRUE = @QOBEX_IRDATRANSPORT_TRUE@
244
 
QTDOCDIR = @QTDOCDIR@
245
 
QTE_NORTTI = @QTE_NORTTI@
246
 
QT_INCLUDES = @QT_INCLUDES@
247
 
QT_LDFLAGS = @QT_LDFLAGS@
248
 
RANLIB = @RANLIB@
249
 
SET_MAKE = @SET_MAKE@
250
 
SHELL = @SHELL@
251
 
STRIP = @STRIP@
252
 
TOPSUBDIRS = @TOPSUBDIRS@
253
 
UIC = @UIC@
254
 
UIC_TR = @UIC_TR@
255
 
USER_INCLUDES = @USER_INCLUDES@
256
 
USER_LDFLAGS = @USER_LDFLAGS@
257
 
USE_EXCEPTIONS = @USE_EXCEPTIONS@
258
 
USE_RTTI = @USE_RTTI@
259
 
USE_THREADS = @USE_THREADS@
260
 
VERSION = @VERSION@
261
 
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
262
 
XGETTEXT = @XGETTEXT@
263
 
XMKMF = @XMKMF@
264
 
XMLLINT = @XMLLINT@
265
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
266
 
X_INCLUDES = @X_INCLUDES@
267
 
X_LDFLAGS = @X_LDFLAGS@
268
 
X_PRE_LIBS = @X_PRE_LIBS@
269
 
X_RPATH = @X_RPATH@
270
 
ac_ct_CC = @ac_ct_CC@
271
 
ac_ct_CXX = @ac_ct_CXX@
272
 
ac_ct_F77 = @ac_ct_F77@
273
 
all_includes = @all_includes@
274
 
all_libraries = @all_libraries@
275
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
276
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
277
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
278
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
279
 
am__include = @am__include@
280
 
am__leading_dot = @am__leading_dot@
281
 
am__quote = @am__quote@
282
 
am__tar = @am__tar@
283
 
am__untar = @am__untar@
284
 
bindir = @bindir@
285
 
build = @build@
286
 
build_alias = @build_alias@
287
 
build_cpu = @build_cpu@
288
 
build_os = @build_os@
289
 
build_vendor = @build_vendor@
290
 
datadir = @datadir@
291
 
datarootdir = @datarootdir@
292
 
doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
293
 
doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
294
 
docdir = @docdir@
295
 
dunhandler_dir = @dunhandler_dir@
296
 
dvidir = @dvidir@
297
 
exec_prefix = @exec_prefix@
298
 
faxhandler_dir = @faxhandler_dir@
299
 
host = @host@
300
 
host_alias = @host_alias@
301
 
host_cpu = @host_cpu@
302
 
host_os = @host_os@
303
 
host_vendor = @host_vendor@
304
 
htmldir = @htmldir@
305
 
include_ARTS_FALSE = @include_ARTS_FALSE@
306
 
include_ARTS_TRUE = @include_ARTS_TRUE@
307
 
include_x11_FALSE = @include_x11_FALSE@
308
 
include_x11_TRUE = @include_x11_TRUE@
309
 
includedir = @includedir@
310
 
infodir = @infodir@
311
 
install_sh = @install_sh@
312
 
kde_appsdir = @kde_appsdir@
313
 
kde_bindir = @kde_bindir@
314
 
kde_confdir = @kde_confdir@
315
 
kde_datadir = @kde_datadir@
316
 
kde_htmldir = @kde_htmldir@
317
 
kde_icondir = @kde_icondir@
318
 
kde_includes = @kde_includes@
319
 
kde_kcfgdir = @kde_kcfgdir@
320
 
kde_libraries = @kde_libraries@
321
 
kde_libs_htmldir = @kde_libs_htmldir@
322
 
kde_libs_prefix = @kde_libs_prefix@
323
 
kde_locale = @kde_locale@
324
 
kde_mimedir = @kde_mimedir@
325
 
kde_moduledir = @kde_moduledir@
326
 
kde_qtver = @kde_qtver@
327
 
kde_servicesdir = @kde_servicesdir@
328
 
kde_servicetypesdir = @kde_servicetypesdir@
329
 
kde_sounddir = @kde_sounddir@
330
 
kde_styledir = @kde_styledir@
331
 
kde_templatesdir = @kde_templatesdir@
332
 
kde_wallpaperdir = @kde_wallpaperdir@
333
 
kde_widgetdir = @kde_widgetdir@
334
 
kdebluetooth_SUBDIR_included_FALSE = @kdebluetooth_SUBDIR_included_FALSE@
335
 
kdebluetooth_SUBDIR_included_TRUE = @kdebluetooth_SUBDIR_included_TRUE@
336
 
kdeinitdir = @kdeinitdir@
337
 
libdir = @libdir@
338
 
libexecdir = @libexecdir@
339
 
localedir = @localedir@
340
 
localstatedir = @localstatedir@
341
 
mandir = @mandir@
342
 
mkdir_p = @mkdir_p@
343
 
oldincludedir = @oldincludedir@
344
 
pdfdir = @pdfdir@
345
 
po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
346
 
po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
347
 
prefix = @prefix@
348
 
program_transform_name = @program_transform_name@
349
 
psdir = @psdir@
350
 
qt_includes = @qt_includes@
351
 
qt_libraries = @qt_libraries@
352
 
sbindir = @sbindir@
353
 
sharedstatedir = @sharedstatedir@
354
 
sysconfdir = @sysconfdir@
355
 
target = @target@
356
 
target_alias = @target_alias@
357
 
target_cpu = @target_cpu@
358
 
target_os = @target_os@
359
 
target_vendor = @target_vendor@
360
 
unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@
361
 
unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@
362
 
x_includes = @x_includes@
363
 
x_libraries = @x_libraries@
364
 
xdg_appsdir = @xdg_appsdir@
365
 
xdg_directorydir = @xdg_directorydir@
366
 
xdg_menudir = @xdg_menudir@
367
 
SUBDIRS = kio_obex #kcm_obex
368
 
#>- all: all-recursive
369
 
#>+ 1
370
 
all: docs-am  all-recursive
371
 
 
372
 
.SUFFIXES:
373
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
374
 
#>-     @for dep in $?; do \
375
 
#>-       case '$(am__configure_deps)' in \
376
 
#>-         *$$dep*) \
377
 
#>-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
378
 
#>-             && exit 0; \
379
 
#>-           exit 1;; \
380
 
#>-       esac; \
381
 
#>-     done; \
382
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kdebluetooth/kioslave/obex/Makefile'; \
383
 
#>-     cd $(top_srcdir) && \
384
 
#>-       $(AUTOMAKE) --foreign  kdebluetooth/kioslave/obex/Makefile
385
 
#>+ 12
386
 
        @for dep in $?; do \
387
 
          case '$(am__configure_deps)' in \
388
 
            *$$dep*) \
389
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
390
 
                && exit 0; \
391
 
              exit 1;; \
392
 
          esac; \
393
 
        done; \
394
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kdebluetooth/kioslave/obex/Makefile'; \
395
 
        cd $(top_srcdir) && \
396
 
          $(AUTOMAKE) --foreign  kdebluetooth/kioslave/obex/Makefile
397
 
        cd $(top_srcdir) && perl admin/am_edit kdebluetooth/kioslave/obex/Makefile.in
398
 
.PRECIOUS: Makefile
399
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
400
 
        @case '$?' in \
401
 
          *config.status*) \
402
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
403
 
          *) \
404
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
405
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
406
 
        esac;
407
 
 
408
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
409
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410
 
 
411
 
$(top_srcdir)/configure:  $(am__configure_deps)
412
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
414
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415
 
 
416
 
mostlyclean-libtool:
417
 
        -rm -f *.lo
418
 
 
419
 
clean-libtool:
420
 
        -rm -rf .libs _libs
421
 
 
422
 
distclean-libtool:
423
 
        -rm -f libtool
424
 
uninstall-info-am:
425
 
 
426
 
# This directory's subdirectories are mostly independent; you can cd
427
 
# into them and run `make' without going through this Makefile.
428
 
# To change the values of `make' variables: instead of editing Makefiles,
429
 
# (1) if the variable is set in `config.status', edit `config.status'
430
 
#     (which will cause the Makefiles to be regenerated when you run `make');
431
 
# (2) otherwise, pass the desired values on the `make' command line.
432
 
$(RECURSIVE_TARGETS):
433
 
        @failcom='exit 1'; \
434
 
        for f in x $$MAKEFLAGS; do \
435
 
          case $$f in \
436
 
            *=* | --[!k]*);; \
437
 
            *k*) failcom='fail=yes';; \
438
 
          esac; \
439
 
        done; \
440
 
        dot_seen=no; \
441
 
        target=`echo $@ | sed s/-recursive//`; \
442
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
443
 
          echo "Making $$target in $$subdir"; \
444
 
          if test "$$subdir" = "."; then \
445
 
            dot_seen=yes; \
446
 
            local_target="$$target-am"; \
447
 
          else \
448
 
            local_target="$$target"; \
449
 
          fi; \
450
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
451
 
          || eval $$failcom; \
452
 
        done; \
453
 
        if test "$$dot_seen" = "no"; then \
454
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
455
 
        fi; test -z "$$fail"
456
 
 
457
 
mostlyclean-recursive clean-recursive distclean-recursive \
458
 
maintainer-clean-recursive:
459
 
        @failcom='exit 1'; \
460
 
        for f in x $$MAKEFLAGS; do \
461
 
          case $$f in \
462
 
            *=* | --[!k]*);; \
463
 
            *k*) failcom='fail=yes';; \
464
 
          esac; \
465
 
        done; \
466
 
        dot_seen=no; \
467
 
        case "$@" in \
468
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
469
 
          *) list='$(SUBDIRS)' ;; \
470
 
        esac; \
471
 
        rev=''; for subdir in $$list; do \
472
 
          if test "$$subdir" = "."; then :; else \
473
 
            rev="$$subdir $$rev"; \
474
 
          fi; \
475
 
        done; \
476
 
        rev="$$rev ."; \
477
 
        target=`echo $@ | sed s/-recursive//`; \
478
 
        for subdir in $$rev; do \
479
 
          echo "Making $$target in $$subdir"; \
480
 
          if test "$$subdir" = "."; then \
481
 
            local_target="$$target-am"; \
482
 
          else \
483
 
            local_target="$$target"; \
484
 
          fi; \
485
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
486
 
          || eval $$failcom; \
487
 
        done && test -z "$$fail"
488
 
tags-recursive:
489
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
490
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
491
 
        done
492
 
ctags-recursive:
493
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
494
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
495
 
        done
496
 
 
497
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
498
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
499
 
        unique=`for i in $$list; do \
500
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501
 
          done | \
502
 
          $(AWK) '    { files[$$0] = 1; } \
503
 
               END { for (i in files) print i; }'`; \
504
 
        mkid -fID $$unique
505
 
tags: TAGS
506
 
 
507
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
508
 
                $(TAGS_FILES) $(LISP)
509
 
        tags=; \
510
 
        here=`pwd`; \
511
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
512
 
          include_option=--etags-include; \
513
 
          empty_fix=.; \
514
 
        else \
515
 
          include_option=--include; \
516
 
          empty_fix=; \
517
 
        fi; \
518
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
519
 
          if test "$$subdir" = .; then :; else \
520
 
            test ! -f $$subdir/TAGS || \
521
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
522
 
          fi; \
523
 
        done; \
524
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
525
 
        unique=`for i in $$list; do \
526
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527
 
          done | \
528
 
          $(AWK) '    { files[$$0] = 1; } \
529
 
               END { for (i in files) print i; }'`; \
530
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
531
 
          test -n "$$unique" || unique=$$empty_fix; \
532
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533
 
            $$tags $$unique; \
534
 
        fi
535
 
ctags: CTAGS
536
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
537
 
                $(TAGS_FILES) $(LISP)
538
 
        tags=; \
539
 
        here=`pwd`; \
540
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
541
 
        unique=`for i in $$list; do \
542
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
543
 
          done | \
544
 
          $(AWK) '    { files[$$0] = 1; } \
545
 
               END { for (i in files) print i; }'`; \
546
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
547
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
548
 
             $$tags $$unique
549
 
 
550
 
GTAGS:
551
 
        here=`$(am__cd) $(top_builddir) && pwd` \
552
 
          && cd $(top_srcdir) \
553
 
          && gtags -i $(GTAGS_ARGS) $$here
554
 
 
555
 
distclean-tags:
556
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
557
 
 
558
 
distdir: $(DISTFILES)
559
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
560
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
561
 
        list='$(DISTFILES)'; for file in $$list; do \
562
 
          case $$file in \
563
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
564
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
565
 
          esac; \
566
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
567
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
568
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
569
 
            dir="/$$dir"; \
570
 
            $(mkdir_p) "$(distdir)$$dir"; \
571
 
          else \
572
 
            dir=''; \
573
 
          fi; \
574
 
          if test -d $$d/$$file; then \
575
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
576
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
577
 
            fi; \
578
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
579
 
          else \
580
 
            test -f $(distdir)/$$file \
581
 
            || cp -p $$d/$$file $(distdir)/$$file \
582
 
            || exit 1; \
583
 
          fi; \
584
 
        done
585
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
586
 
          if test "$$subdir" = .; then :; else \
587
 
            test -d "$(distdir)/$$subdir" \
588
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
589
 
            || exit 1; \
590
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
591
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
592
 
            (cd $$subdir && \
593
 
              $(MAKE) $(AM_MAKEFLAGS) \
594
 
                top_distdir="$$top_distdir" \
595
 
                distdir="$$distdir/$$subdir" \
596
 
                distdir) \
597
 
              || exit 1; \
598
 
          fi; \
599
 
        done
600
 
check-am: all-am
601
 
check: check-recursive
602
 
all-am: Makefile
603
 
installdirs: installdirs-recursive
604
 
installdirs-am:
605
 
install: install-recursive
606
 
install-exec: install-exec-recursive
607
 
install-data: install-data-recursive
608
 
uninstall: uninstall-recursive
609
 
 
610
 
install-am: all-am
611
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
612
 
 
613
 
installcheck: installcheck-recursive
614
 
install-strip:
615
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617
 
          `test -z '$(STRIP)' || \
618
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
619
 
mostlyclean-generic:
620
 
 
621
 
clean-generic:
622
 
 
623
 
distclean-generic:
624
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
625
 
 
626
 
maintainer-clean-generic:
627
 
        @echo "This command is intended for maintainers to use"
628
 
        @echo "it deletes files that may require special tools to rebuild."
629
 
#>- clean: clean-recursive
630
 
#>+ 1
631
 
clean: kde-rpo-clean  clean-recursive
632
 
 
633
 
#>- clean-am: clean-generic clean-libtool mostlyclean-am
634
 
#>+ 1
635
 
clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
636
 
 
637
 
distclean: distclean-recursive
638
 
        -rm -f Makefile
639
 
distclean-am: clean-am distclean-generic distclean-libtool \
640
 
        distclean-tags
641
 
 
642
 
dvi: dvi-recursive
643
 
 
644
 
dvi-am:
645
 
 
646
 
html: html-recursive
647
 
 
648
 
info: info-recursive
649
 
 
650
 
info-am:
651
 
 
652
 
install-data-am:
653
 
 
654
 
install-exec-am:
655
 
 
656
 
install-info: install-info-recursive
657
 
 
658
 
install-man:
659
 
 
660
 
installcheck-am:
661
 
 
662
 
maintainer-clean: maintainer-clean-recursive
663
 
        -rm -f Makefile
664
 
maintainer-clean-am: distclean-am maintainer-clean-generic
665
 
 
666
 
mostlyclean: mostlyclean-recursive
667
 
 
668
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
669
 
 
670
 
pdf: pdf-recursive
671
 
 
672
 
pdf-am:
673
 
 
674
 
ps: ps-recursive
675
 
 
676
 
ps-am:
677
 
 
678
 
uninstall-am: uninstall-info-am
679
 
 
680
 
uninstall-info: uninstall-info-recursive
681
 
 
682
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
683
 
        clean clean-generic clean-libtool clean-recursive ctags \
684
 
        ctags-recursive distclean distclean-generic distclean-libtool \
685
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
686
 
        html-am info info-am install install-am install-data \
687
 
        install-data-am install-exec install-exec-am install-info \
688
 
        install-info-am install-man install-strip installcheck \
689
 
        installcheck-am installdirs installdirs-am maintainer-clean \
690
 
        maintainer-clean-generic maintainer-clean-recursive \
691
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
692
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
693
 
        uninstall uninstall-am uninstall-info-am
694
 
 
695
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
696
 
# Otherwise a system limit (for SysV at least) may be exceeded.
697
 
.NOEXPORT:
698
 
 
699
 
#>+ 2
700
 
KDE_DIST=Makefile.in Makefile.am 
701
 
 
702
 
#>+ 2
703
 
docs-am:
704
 
 
705
 
#>+ 15
706
 
force-reedit:
707
 
                @for dep in $?; do \
708
 
          case '$(am__configure_deps)' in \
709
 
            *$$dep*) \
710
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
711
 
                && exit 0; \
712
 
              exit 1;; \
713
 
          esac; \
714
 
        done; \
715
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kdebluetooth/kioslave/obex/Makefile'; \
716
 
        cd $(top_srcdir) && \
717
 
          $(AUTOMAKE) --foreign  kdebluetooth/kioslave/obex/Makefile
718
 
        cd $(top_srcdir) && perl admin/am_edit kdebluetooth/kioslave/obex/Makefile.in
719
 
 
720
 
 
721
 
#>+ 21
722
 
clean-bcheck: 
723
 
        rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
724
 
 
725
 
bcheck: bcheck-recursive
726
 
 
727
 
bcheck-am:
728
 
        @for i in ; do \
729
 
            if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
730
 
                echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
731
 
                echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
732
 
                echo "$$i"; \
733
 
                if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
734
 
                    rm -f $$i.bchecktest.cc; exit 1; \
735
 
                fi ; \
736
 
                echo "" >> $$i.bchecktest.cc.class; \
737
 
                perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
738
 
                rm -f a.out; \
739
 
            fi ; \
740
 
        done
741
 
 
742
 
 
743
 
#>+ 3
744
 
final:
745
 
        $(MAKE) all-am
746
 
 
747
 
#>+ 3
748
 
final-install:
749
 
        $(MAKE) install-am
750
 
 
751
 
#>+ 3
752
 
no-final:
753
 
        $(MAKE) all-am
754
 
 
755
 
#>+ 3
756
 
no-final-install:
757
 
        $(MAKE) install-am
758
 
 
759
 
#>+ 3
760
 
kde-rpo-clean:
761
 
        -rm -f *.rpo
762
 
 
763
 
#>+ 3
764
 
nmcheck: 
765
 
nmcheck-am: nmcheck