~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to gio/tests/services/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
 
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
VPATH = @srcdir@
 
17
am__make_dryrun = \
 
18
  { \
 
19
    am__dry=no; \
 
20
    case $$MAKEFLAGS in \
 
21
      *\\[\ \   ]*) \
 
22
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
23
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
24
      *) \
 
25
        for am__flg in $$MAKEFLAGS; do \
 
26
          case $$am__flg in \
 
27
            *=*|--*) ;; \
 
28
            *n*) am__dry=yes; break;; \
 
29
          esac; \
 
30
        done;; \
 
31
    esac; \
 
32
    test $$am__dry = yes; \
 
33
  }
 
34
pkgdatadir = $(datadir)/@PACKAGE@
 
35
pkgincludedir = $(includedir)/@PACKAGE@
 
36
pkglibdir = $(libdir)/@PACKAGE@
 
37
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
39
install_sh_DATA = $(install_sh) -c -m 644
 
40
install_sh_PROGRAM = $(install_sh) -c
 
41
install_sh_SCRIPT = $(install_sh) -c
 
42
INSTALL_HEADER = $(INSTALL_DATA)
 
43
transform = $(program_transform_name)
 
44
NORMAL_INSTALL = :
 
45
PRE_INSTALL = :
 
46
POST_INSTALL = :
 
47
NORMAL_UNINSTALL = :
 
48
PRE_UNINSTALL = :
 
49
POST_UNINSTALL = :
 
50
build_triplet = @build@
 
51
host_triplet = @host@
 
52
subdir = gio/tests/services
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
54
        $(srcdir)/org.gtk.GDBus.Examples.ObjectManager.service.in
 
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
56
am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
 
57
        $(top_srcdir)/m4macros/gtk-doc.m4 \
 
58
        $(top_srcdir)/m4macros/libtool.m4 \
 
59
        $(top_srcdir)/m4macros/ltoptions.m4 \
 
60
        $(top_srcdir)/m4macros/ltsugar.m4 \
 
61
        $(top_srcdir)/m4macros/ltversion.m4 \
 
62
        $(top_srcdir)/m4macros/lt~obsolete.m4 \
 
63
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
 
64
        $(top_srcdir)/glib/libcharset/codeset.m4 \
 
65
        $(top_srcdir)/glib/libcharset/glibc21.m4 \
 
66
        $(top_srcdir)/m4macros/glib-gettext.m4 \
 
67
        $(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 = org.gtk.GDBus.Examples.ObjectManager.service
 
73
CONFIG_CLEAN_VPATH_FILES =
 
74
AM_V_P = $(am__v_P_@AM_V@)
 
75
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
76
am__v_P_0 = false
 
77
am__v_P_1 = :
 
78
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
79
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
80
am__v_GEN_0 = @echo "  GEN     " $@;
 
81
am__v_GEN_1 = 
 
82
AM_V_at = $(am__v_at_@AM_V@)
 
83
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
84
am__v_at_0 = @
 
85
am__v_at_1 = 
 
86
SOURCES =
 
87
DIST_SOURCES =
 
88
am__can_run_installinfo = \
 
89
  case $$AM_UPDATE_INFO_DIR in \
 
90
    n|no|NO) false;; \
 
91
    *) (install-info --version) >/dev/null 2>&1;; \
 
92
  esac
 
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
94
ABS_GLIB_RUNTIME_LIBDIR = @ABS_GLIB_RUNTIME_LIBDIR@
 
95
ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
 
96
ACLOCAL = @ACLOCAL@
 
97
ALLOCA = @ALLOCA@
 
98
AMTAR = @AMTAR@
 
99
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
100
AR = @AR@
 
101
AS = @AS@
 
102
AUTOCONF = @AUTOCONF@
 
103
AUTOHEADER = @AUTOHEADER@
 
104
AUTOMAKE = @AUTOMAKE@
 
105
AWK = @AWK@
 
106
CATALOGS = @CATALOGS@
 
107
CATOBJEXT = @CATOBJEXT@
 
108
CC = @CC@
 
109
CCDEPMODE = @CCDEPMODE@
 
110
CFLAGS = @CFLAGS@
 
111
CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
 
112
CPP = @CPP@
 
113
CPPFLAGS = @CPPFLAGS@
 
114
CXX = @CXX@
 
115
CXXCPP = @CXXCPP@
 
116
CXXDEPMODE = @CXXDEPMODE@
 
117
CXXFLAGS = @CXXFLAGS@
 
118
CYGPATH_W = @CYGPATH_W@
 
119
DATADIRNAME = @DATADIRNAME@
 
120
DBUS1_CFLAGS = @DBUS1_CFLAGS@
 
121
DBUS1_LIBS = @DBUS1_LIBS@
 
122
DBUS_DAEMON = @DBUS_DAEMON@
 
123
DEFS = @DEFS@
 
124
DEPDIR = @DEPDIR@
 
125
DLLTOOL = @DLLTOOL@
 
126
DSYMUTIL = @DSYMUTIL@
 
127
DTRACE = @DTRACE@
 
128
DUMPBIN = @DUMPBIN@
 
129
ECHO_C = @ECHO_C@
 
130
ECHO_N = @ECHO_N@
 
131
ECHO_T = @ECHO_T@
 
132
EGREP = @EGREP@
 
133
EXEEXT = @EXEEXT@
 
134
FAM_LIBS = @FAM_LIBS@
 
135
FGREP = @FGREP@
 
136
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
137
GIO = @GIO@
 
138
GIO_MODULE_DIR = @GIO_MODULE_DIR@
 
139
GLIBC21 = @GLIBC21@
 
140
GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
 
141
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 
142
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
143
GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
 
144
GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
 
145
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
146
GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
 
147
GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
 
148
GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
 
149
GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
 
150
GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
 
151
GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
 
152
GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
 
153
GLIB_VERSION = @GLIB_VERSION@
 
154
GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
 
155
GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
 
156
GMOFILES = @GMOFILES@
 
157
GMSGFMT = @GMSGFMT@
 
158
GREP = @GREP@
 
159
GSPAWN = @GSPAWN@
 
160
GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
 
161
GTKDOC_CHECK = @GTKDOC_CHECK@
 
162
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
163
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 
164
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
165
GTKDOC_REBASE = @GTKDOC_REBASE@
 
166
G_LIBS_EXTRA = @G_LIBS_EXTRA@
 
167
G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
 
168
G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
 
169
G_MODULE_IMPL = @G_MODULE_IMPL@
 
170
G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
 
171
G_MODULE_LIBS = @G_MODULE_LIBS@
 
172
G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
 
173
G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
 
174
G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
 
175
G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
 
176
G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
 
177
G_THREAD_LIBS = @G_THREAD_LIBS@
 
178
G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
 
179
G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
 
180
HTML_DIR = @HTML_DIR@
 
181
ICONV_LIBS = @ICONV_LIBS@
 
182
INDENT = @INDENT@
 
183
INSTALL = @INSTALL@
 
184
INSTALL_DATA = @INSTALL_DATA@
 
185
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
186
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
187
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
188
INSTOBJEXT = @INSTOBJEXT@
 
189
INTLLIBS = @INTLLIBS@
 
190
LD = @LD@
 
191
LDFLAGS = @LDFLAGS@
 
192
LIBELF_CFLAGS = @LIBELF_CFLAGS@
 
193
LIBELF_LIBS = @LIBELF_LIBS@
 
194
LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
 
195
LIBFFI_LIBS = @LIBFFI_LIBS@
 
196
LIBOBJS = @LIBOBJS@
 
197
LIBS = @LIBS@
 
198
LIBTOOL = @LIBTOOL@
 
199
LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
 
200
LIPO = @LIPO@
 
201
LN_S = @LN_S@
 
202
LTLIBOBJS = @LTLIBOBJS@
 
203
LTP = @LTP@
 
204
LTP_GENHTML = @LTP_GENHTML@
 
205
LT_AGE = @LT_AGE@
 
206
LT_CURRENT = @LT_CURRENT@
 
207
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
 
208
LT_RELEASE = @LT_RELEASE@
 
209
LT_REVISION = @LT_REVISION@
 
210
MAINT = @MAINT@
 
211
MAKEINFO = @MAKEINFO@
 
212
MANIFEST_TOOL = @MANIFEST_TOOL@
 
213
MKDIR_P = @MKDIR_P@
 
214
MKINSTALLDIRS = @MKINSTALLDIRS@
 
215
MSGFMT = @MSGFMT@
 
216
MSGFMT_OPTS = @MSGFMT_OPTS@
 
217
NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
 
218
NETWORK_LIBS = @NETWORK_LIBS@
 
219
NM = @NM@
 
220
NMEDIT = @NMEDIT@
 
221
OBJDUMP = @OBJDUMP@
 
222
OBJEXT = @OBJEXT@
 
223
OTOOL = @OTOOL@
 
224
OTOOL64 = @OTOOL64@
 
225
PACKAGE = @PACKAGE@
 
226
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
227
PACKAGE_NAME = @PACKAGE_NAME@
 
228
PACKAGE_STRING = @PACKAGE_STRING@
 
229
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
230
PACKAGE_URL = @PACKAGE_URL@
 
231
PACKAGE_VERSION = @PACKAGE_VERSION@
 
232
PATH_SEPARATOR = @PATH_SEPARATOR@
 
233
PCRE_CFLAGS = @PCRE_CFLAGS@
 
234
PCRE_LIBS = @PCRE_LIBS@
 
235
PCRE_REQUIRES = @PCRE_REQUIRES@
 
236
PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
 
237
PERL = @PERL@
 
238
PERL_PATH = @PERL_PATH@
 
239
PKG_CONFIG = @PKG_CONFIG@
 
240
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
241
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
242
PLATFORMDEP = @PLATFORMDEP@
 
243
POFILES = @POFILES@
 
244
POSUB = @POSUB@
 
245
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
246
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
247
PYTHON = @PYTHON@
 
248
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
249
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
250
PYTHON_PREFIX = @PYTHON_PREFIX@
 
251
PYTHON_VERSION = @PYTHON_VERSION@
 
252
RANLIB = @RANLIB@
 
253
REBUILD = @REBUILD@
 
254
SED = @SED@
 
255
SELINUX_LIBS = @SELINUX_LIBS@
 
256
SET_MAKE = @SET_MAKE@
 
257
SHELL = @SHELL@
 
258
SHTOOL = @SHTOOL@
 
259
STRIP = @STRIP@
 
260
USE_NLS = @USE_NLS@
 
261
VERSION = @VERSION@
 
262
WINDRES = @WINDRES@
 
263
WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
 
264
XATTR_LIBS = @XATTR_LIBS@
 
265
XGETTEXT = @XGETTEXT@
 
266
XMLCATALOG = @XMLCATALOG@
 
267
XML_CATALOG_FILE = @XML_CATALOG_FILE@
 
268
XSLTPROC = @XSLTPROC@
 
269
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
270
ZLIB_LIBS = @ZLIB_LIBS@
 
271
abs_builddir = @abs_builddir@
 
272
abs_srcdir = @abs_srcdir@
 
273
abs_top_builddir = @abs_top_builddir@
 
274
abs_top_srcdir = @abs_top_srcdir@
 
275
ac_ct_AR = @ac_ct_AR@
 
276
ac_ct_CC = @ac_ct_CC@
 
277
ac_ct_CXX = @ac_ct_CXX@
 
278
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
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
builddir = @builddir@
 
291
config_h_INCLUDES = @config_h_INCLUDES@
 
292
datadir = @datadir@
 
293
datarootdir = @datarootdir@
 
294
docdir = @docdir@
 
295
dvidir = @dvidir@
 
296
exec_prefix = @exec_prefix@
 
297
gio_INCLUDES = @gio_INCLUDES@
 
298
glib_INCLUDES = @glib_INCLUDES@
 
299
gmodule_INCLUDES = @gmodule_INCLUDES@
 
300
gobject_INCLUDES = @gobject_INCLUDES@
 
301
host = @host@
 
302
host_alias = @host_alias@
 
303
host_cpu = @host_cpu@
 
304
host_os = @host_os@
 
305
host_vendor = @host_vendor@
 
306
htmldir = @htmldir@
 
307
includedir = @includedir@
 
308
infodir = @infodir@
 
309
install_sh = @install_sh@
 
310
libdir = @libdir@
 
311
libexecdir = @libexecdir@
 
312
localedir = @localedir@
 
313
localstatedir = @localstatedir@
 
314
mandir = @mandir@
 
315
mkdir_p = @mkdir_p@
 
316
ms_librarian = @ms_librarian@
 
317
oldincludedir = @oldincludedir@
 
318
pdfdir = @pdfdir@
 
319
pkgpyexecdir = @pkgpyexecdir@
 
320
pkgpythondir = @pkgpythondir@
 
321
prefix = @prefix@
 
322
program_transform_name = @program_transform_name@
 
323
psdir = @psdir@
 
324
pyexecdir = @pyexecdir@
 
325
pythondir = @pythondir@
 
326
sbindir = @sbindir@
 
327
sharedstatedir = @sharedstatedir@
 
328
srcdir = @srcdir@
 
329
sysconfdir = @sysconfdir@
 
330
target_alias = @target_alias@
 
331
top_build_prefix = @top_build_prefix@
 
332
top_builddir = @top_builddir@
 
333
top_srcdir = @top_srcdir@
 
334
EXTRA_DIST = \
 
335
        org.gtk.GDBus.Examples.ObjectManager.service.in
 
336
 
 
337
all: all-am
 
338
 
 
339
.SUFFIXES:
 
340
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
341
        @for dep in $?; do \
 
342
          case '$(am__configure_deps)' in \
 
343
            *$$dep*) \
 
344
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
345
                && { if test -f $@; then exit 0; else break; fi; }; \
 
346
              exit 1;; \
 
347
          esac; \
 
348
        done; \
 
349
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gio/tests/services/Makefile'; \
 
350
        $(am__cd) $(top_srcdir) && \
 
351
          $(AUTOMAKE) --gnu gio/tests/services/Makefile
 
352
.PRECIOUS: Makefile
 
353
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
354
        @case '$?' in \
 
355
          *config.status*) \
 
356
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
357
          *) \
 
358
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
359
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
360
        esac;
 
361
 
 
362
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
363
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
364
 
 
365
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
366
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
367
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
368
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
369
$(am__aclocal_m4_deps):
 
370
org.gtk.GDBus.Examples.ObjectManager.service: $(top_builddir)/config.status $(srcdir)/org.gtk.GDBus.Examples.ObjectManager.service.in
 
371
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
372
 
 
373
mostlyclean-libtool:
 
374
        -rm -f *.lo
 
375
 
 
376
clean-libtool:
 
377
        -rm -rf .libs _libs
 
378
tags: TAGS
 
379
TAGS:
 
380
 
 
381
ctags: CTAGS
 
382
CTAGS:
 
383
 
 
384
cscope cscopelist:
 
385
 
 
386
 
 
387
distdir: $(DISTFILES)
 
388
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
389
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
390
        list='$(DISTFILES)'; \
 
391
          dist_files=`for file in $$list; do echo $$file; done | \
 
392
          sed -e "s|^$$srcdirstrip/||;t" \
 
393
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
394
        case $$dist_files in \
 
395
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
396
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
397
                           sort -u` ;; \
 
398
        esac; \
 
399
        for file in $$dist_files; do \
 
400
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
401
          if test -d $$d/$$file; then \
 
402
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
403
            if test -d "$(distdir)/$$file"; then \
 
404
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
405
            fi; \
 
406
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
407
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
408
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
409
            fi; \
 
410
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
411
          else \
 
412
            test -f "$(distdir)/$$file" \
 
413
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
414
            || exit 1; \
 
415
          fi; \
 
416
        done
 
417
check-am: all-am
 
418
check: check-am
 
419
all-am: Makefile
 
420
installdirs:
 
421
install: install-am
 
422
install-exec: install-exec-am
 
423
install-data: install-data-am
 
424
uninstall: uninstall-am
 
425
 
 
426
install-am: all-am
 
427
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
428
 
 
429
installcheck: installcheck-am
 
430
install-strip:
 
431
        if test -z '$(STRIP)'; then \
 
432
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
433
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
434
              install; \
 
435
        else \
 
436
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
437
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
438
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
439
        fi
 
440
mostlyclean-generic:
 
441
 
 
442
clean-generic:
 
443
 
 
444
distclean-generic:
 
445
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
446
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
447
 
 
448
maintainer-clean-generic:
 
449
        @echo "This command is intended for maintainers to use"
 
450
        @echo "it deletes files that may require special tools to rebuild."
 
451
clean: clean-am
 
452
 
 
453
clean-am: clean-generic clean-libtool mostlyclean-am
 
454
 
 
455
distclean: distclean-am
 
456
        -rm -f Makefile
 
457
distclean-am: clean-am distclean-generic
 
458
 
 
459
dvi: dvi-am
 
460
 
 
461
dvi-am:
 
462
 
 
463
html: html-am
 
464
 
 
465
html-am:
 
466
 
 
467
info: info-am
 
468
 
 
469
info-am:
 
470
 
 
471
install-data-am:
 
472
 
 
473
install-dvi: install-dvi-am
 
474
 
 
475
install-dvi-am:
 
476
 
 
477
install-exec-am:
 
478
 
 
479
install-html: install-html-am
 
480
 
 
481
install-html-am:
 
482
 
 
483
install-info: install-info-am
 
484
 
 
485
install-info-am:
 
486
 
 
487
install-man:
 
488
 
 
489
install-pdf: install-pdf-am
 
490
 
 
491
install-pdf-am:
 
492
 
 
493
install-ps: install-ps-am
 
494
 
 
495
install-ps-am:
 
496
 
 
497
installcheck-am:
 
498
 
 
499
maintainer-clean: maintainer-clean-am
 
500
        -rm -f Makefile
 
501
maintainer-clean-am: distclean-am maintainer-clean-generic
 
502
 
 
503
mostlyclean: mostlyclean-am
 
504
 
 
505
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
506
 
 
507
pdf: pdf-am
 
508
 
 
509
pdf-am:
 
510
 
 
511
ps: ps-am
 
512
 
 
513
ps-am:
 
514
 
 
515
uninstall-am:
 
516
 
 
517
.MAKE: install-am install-strip
 
518
 
 
519
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
520
        distclean distclean-generic distclean-libtool distdir dvi \
 
521
        dvi-am html html-am info info-am install install-am \
 
522
        install-data install-data-am install-dvi install-dvi-am \
 
523
        install-exec install-exec-am install-html install-html-am \
 
524
        install-info install-info-am install-man install-pdf \
 
525
        install-pdf-am install-ps install-ps-am install-strip \
 
526
        installcheck installcheck-am installdirs maintainer-clean \
 
527
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
528
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
529
 
 
530
 
 
531
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
532
# Otherwise a system limit (for SysV at least) may be exceeded.
 
533
.NOEXPORT: