~mordred/ubuntu/natty/librabbitmq/natty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Monty Taylor
  • Date: 2010-11-05 19:37:13 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: mordred@inaugust.com-20101105193713-idmqlis10wprps8f
Initial release. (Closes: #602549)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 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, 2009  Free Software Foundation,
 
6
# 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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@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
subdir = .
 
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
39
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
40
        THANKS TODO config.guess config.sub depcomp install-sh \
 
41
        ltmain.sh missing
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
47
 configure.lineno config.status.lineno
 
48
mkinstalldirs = $(install_sh) -d
 
49
CONFIG_HEADER = config.h
 
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
SOURCES =
 
53
DIST_SOURCES =
 
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
55
        html-recursive info-recursive install-data-recursive \
 
56
        install-dvi-recursive install-exec-recursive \
 
57
        install-html-recursive install-info-recursive \
 
58
        install-pdf-recursive install-ps-recursive install-recursive \
 
59
        installcheck-recursive installdirs-recursive pdf-recursive \
 
60
        ps-recursive uninstall-recursive
 
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
62
  distclean-recursive maintainer-clean-recursive
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
64
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
65
        distdir dist dist-all distcheck
 
66
ETAGS = etags
 
67
CTAGS = ctags
 
68
DIST_SUBDIRS = librabbitmq tests examples tools
 
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
distdir = $(PACKAGE)-$(VERSION)
 
71
top_distdir = $(distdir)
 
72
am__remove_distdir = \
 
73
  { test ! -d "$(distdir)" \
 
74
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
75
         && rm -fr "$(distdir)"; }; }
 
76
am__relativize = \
 
77
  dir0=`pwd`; \
 
78
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
79
  sed_rest='s,^[^/]*/*,,'; \
 
80
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
81
  sed_butlast='s,/*[^/]*$$,,'; \
 
82
  while test -n "$$dir1"; do \
 
83
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
84
    if test "$$first" != "."; then \
 
85
      if test "$$first" = ".."; then \
 
86
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
87
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
88
      else \
 
89
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
90
        if test "$$first2" = "$$first"; then \
 
91
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
92
        else \
 
93
          dir2="../$$dir2"; \
 
94
        fi; \
 
95
        dir0="$$dir0"/"$$first"; \
 
96
      fi; \
 
97
    fi; \
 
98
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
99
  done; \
 
100
  reldir="$$dir2"
 
101
DIST_ARCHIVES = $(distdir).tar.gz
 
102
GZIP_ENV = --best
 
103
distuninstallcheck_listfiles = find . -type f -print
 
104
distcleancheck_listfiles = find . -type f -print
 
105
ACLOCAL = @ACLOCAL@
 
106
AMQP_CODEGEN_DIR = @AMQP_CODEGEN_DIR@
 
107
AMQP_SPEC_JSON_PATH = @AMQP_SPEC_JSON_PATH@
 
108
AMTAR = @AMTAR@
 
109
AR = @AR@
 
110
AS = @AS@
 
111
AUTOCONF = @AUTOCONF@
 
112
AUTOHEADER = @AUTOHEADER@
 
113
AUTOMAKE = @AUTOMAKE@
 
114
AWK = @AWK@
 
115
CC = @CC@
 
116
CCDEPMODE = @CCDEPMODE@
 
117
CFLAGS = @CFLAGS@
 
118
CPP = @CPP@
 
119
CPPFLAGS = @CPPFLAGS@
 
120
CYGPATH_W = @CYGPATH_W@
 
121
DEFS = @DEFS@
 
122
DEPDIR = @DEPDIR@
 
123
DLLTOOL = @DLLTOOL@
 
124
DSYMUTIL = @DSYMUTIL@
 
125
DUMPBIN = @DUMPBIN@
 
126
ECHO_C = @ECHO_C@
 
127
ECHO_N = @ECHO_N@
 
128
ECHO_T = @ECHO_T@
 
129
EGREP = @EGREP@
 
130
EXEEXT = @EXEEXT@
 
131
EXTRA_LIBS = @EXTRA_LIBS@
 
132
FGREP = @FGREP@
 
133
GREP = @GREP@
 
134
INSTALL = @INSTALL@
 
135
INSTALL_DATA = @INSTALL_DATA@
 
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
139
LD = @LD@
 
140
LDFLAGS = @LDFLAGS@
 
141
LIBOBJS = @LIBOBJS@
 
142
LIBPOPT = @LIBPOPT@
 
143
LIBS = @LIBS@
 
144
LIBTOOL = @LIBTOOL@
 
145
LIPO = @LIPO@
 
146
LN_S = @LN_S@
 
147
LTLIBOBJS = @LTLIBOBJS@
 
148
MAKEINFO = @MAKEINFO@
 
149
MKDIR_P = @MKDIR_P@
 
150
NM = @NM@
 
151
NMEDIT = @NMEDIT@
 
152
OBJDUMP = @OBJDUMP@
 
153
OBJEXT = @OBJEXT@
 
154
OTOOL = @OTOOL@
 
155
OTOOL64 = @OTOOL64@
 
156
PACKAGE = @PACKAGE@
 
157
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
158
PACKAGE_NAME = @PACKAGE_NAME@
 
159
PACKAGE_STRING = @PACKAGE_STRING@
 
160
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
161
PACKAGE_URL = @PACKAGE_URL@
 
162
PACKAGE_VERSION = @PACKAGE_VERSION@
 
163
PATH_SEPARATOR = @PATH_SEPARATOR@
 
164
PLATFORM_DIR = @PLATFORM_DIR@
 
165
PYTHON = @PYTHON@
 
166
RANLIB = @RANLIB@
 
167
SED = @SED@
 
168
SET_MAKE = @SET_MAKE@
 
169
SHELL = @SHELL@
 
170
STRIP = @STRIP@
 
171
VERSION = @VERSION@
 
172
XMLTO = @XMLTO@
 
173
abs_builddir = @abs_builddir@
 
174
abs_srcdir = @abs_srcdir@
 
175
abs_top_builddir = @abs_top_builddir@
 
176
abs_top_srcdir = @abs_top_srcdir@
 
177
ac_ct_CC = @ac_ct_CC@
 
178
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
179
am__include = @am__include@
 
180
am__leading_dot = @am__leading_dot@
 
181
am__quote = @am__quote@
 
182
am__tar = @am__tar@
 
183
am__untar = @am__untar@
 
184
bindir = @bindir@
 
185
build = @build@
 
186
build_alias = @build_alias@
 
187
build_cpu = @build_cpu@
 
188
build_os = @build_os@
 
189
build_vendor = @build_vendor@
 
190
builddir = @builddir@
 
191
datadir = @datadir@
 
192
datarootdir = @datarootdir@
 
193
docdir = @docdir@
 
194
dvidir = @dvidir@
 
195
exec_prefix = @exec_prefix@
 
196
host = @host@
 
197
host_alias = @host_alias@
 
198
host_cpu = @host_cpu@
 
199
host_os = @host_os@
 
200
host_vendor = @host_vendor@
 
201
htmldir = @htmldir@
 
202
includedir = @includedir@
 
203
infodir = @infodir@
 
204
install_sh = @install_sh@
 
205
libdir = @libdir@
 
206
libexecdir = @libexecdir@
 
207
localedir = @localedir@
 
208
localstatedir = @localstatedir@
 
209
lt_ECHO = @lt_ECHO@
 
210
mandir = @mandir@
 
211
mkdir_p = @mkdir_p@
 
212
oldincludedir = @oldincludedir@
 
213
pdfdir = @pdfdir@
 
214
prefix = @prefix@
 
215
program_transform_name = @program_transform_name@
 
216
psdir = @psdir@
 
217
sbindir = @sbindir@
 
218
sharedstatedir = @sharedstatedir@
 
219
srcdir = @srcdir@
 
220
sysconfdir = @sysconfdir@
 
221
target_alias = @target_alias@
 
222
top_build_prefix = @top_build_prefix@
 
223
top_builddir = @top_builddir@
 
224
top_srcdir = @top_srcdir@
 
225
@TOOLS_FALSE@TOOLS_SUBDIR = 
 
226
@TOOLS_TRUE@TOOLS_SUBDIR = tools
 
227
SUBDIRS = librabbitmq tests examples $(TOOLS_SUBDIR)
 
228
EXTRA_DIST = codegen LICENSE-MPL-RabbitMQ LICENSE-GPL-2.0
 
229
all: config.h
 
230
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
231
 
 
232
.SUFFIXES:
 
233
am--refresh:
 
234
        @:
 
235
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
236
        @for dep in $?; do \
 
237
          case '$(am__configure_deps)' in \
 
238
            *$$dep*) \
 
239
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
240
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
241
                && exit 0; \
 
242
              exit 1;; \
 
243
          esac; \
 
244
        done; \
 
245
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
246
        $(am__cd) $(top_srcdir) && \
 
247
          $(AUTOMAKE) --gnu Makefile
 
248
.PRECIOUS: Makefile
 
249
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
250
        @case '$?' in \
 
251
          *config.status*) \
 
252
            echo ' $(SHELL) ./config.status'; \
 
253
            $(SHELL) ./config.status;; \
 
254
          *) \
 
255
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
256
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
257
        esac;
 
258
 
 
259
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
260
        $(SHELL) ./config.status --recheck
 
261
 
 
262
$(top_srcdir)/configure:  $(am__configure_deps)
 
263
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
264
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
265
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
266
$(am__aclocal_m4_deps):
 
267
 
 
268
config.h: stamp-h1
 
269
        @if test ! -f $@; then \
 
270
          rm -f stamp-h1; \
 
271
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
272
        else :; fi
 
273
 
 
274
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
275
        @rm -f stamp-h1
 
276
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
277
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
278
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
279
        rm -f stamp-h1
 
280
        touch $@
 
281
 
 
282
distclean-hdr:
 
283
        -rm -f config.h stamp-h1
 
284
 
 
285
mostlyclean-libtool:
 
286
        -rm -f *.lo
 
287
 
 
288
clean-libtool:
 
289
        -rm -rf .libs _libs
 
290
 
 
291
distclean-libtool:
 
292
        -rm -f libtool config.lt
 
293
 
 
294
# This directory's subdirectories are mostly independent; you can cd
 
295
# into them and run `make' without going through this Makefile.
 
296
# To change the values of `make' variables: instead of editing Makefiles,
 
297
# (1) if the variable is set in `config.status', edit `config.status'
 
298
#     (which will cause the Makefiles to be regenerated when you run `make');
 
299
# (2) otherwise, pass the desired values on the `make' command line.
 
300
$(RECURSIVE_TARGETS):
 
301
        @fail= failcom='exit 1'; \
 
302
        for f in x $$MAKEFLAGS; do \
 
303
          case $$f in \
 
304
            *=* | --[!k]*);; \
 
305
            *k*) failcom='fail=yes';; \
 
306
          esac; \
 
307
        done; \
 
308
        dot_seen=no; \
 
309
        target=`echo $@ | sed s/-recursive//`; \
 
310
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
311
          echo "Making $$target in $$subdir"; \
 
312
          if test "$$subdir" = "."; then \
 
313
            dot_seen=yes; \
 
314
            local_target="$$target-am"; \
 
315
          else \
 
316
            local_target="$$target"; \
 
317
          fi; \
 
318
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
319
          || eval $$failcom; \
 
320
        done; \
 
321
        if test "$$dot_seen" = "no"; then \
 
322
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
323
        fi; test -z "$$fail"
 
324
 
 
325
$(RECURSIVE_CLEAN_TARGETS):
 
326
        @fail= failcom='exit 1'; \
 
327
        for f in x $$MAKEFLAGS; do \
 
328
          case $$f in \
 
329
            *=* | --[!k]*);; \
 
330
            *k*) failcom='fail=yes';; \
 
331
          esac; \
 
332
        done; \
 
333
        dot_seen=no; \
 
334
        case "$@" in \
 
335
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
336
          *) list='$(SUBDIRS)' ;; \
 
337
        esac; \
 
338
        rev=''; for subdir in $$list; do \
 
339
          if test "$$subdir" = "."; then :; else \
 
340
            rev="$$subdir $$rev"; \
 
341
          fi; \
 
342
        done; \
 
343
        rev="$$rev ."; \
 
344
        target=`echo $@ | sed s/-recursive//`; \
 
345
        for subdir in $$rev; do \
 
346
          echo "Making $$target in $$subdir"; \
 
347
          if test "$$subdir" = "."; then \
 
348
            local_target="$$target-am"; \
 
349
          else \
 
350
            local_target="$$target"; \
 
351
          fi; \
 
352
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
353
          || eval $$failcom; \
 
354
        done && test -z "$$fail"
 
355
tags-recursive:
 
356
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
357
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
358
        done
 
359
ctags-recursive:
 
360
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
361
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
362
        done
 
363
 
 
364
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
365
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
366
        unique=`for i in $$list; do \
 
367
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
368
          done | \
 
369
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
370
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
371
        mkid -fID $$unique
 
372
tags: TAGS
 
373
 
 
374
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
375
                $(TAGS_FILES) $(LISP)
 
376
        set x; \
 
377
        here=`pwd`; \
 
378
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
379
          include_option=--etags-include; \
 
380
          empty_fix=.; \
 
381
        else \
 
382
          include_option=--include; \
 
383
          empty_fix=; \
 
384
        fi; \
 
385
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
386
          if test "$$subdir" = .; then :; else \
 
387
            test ! -f $$subdir/TAGS || \
 
388
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
389
          fi; \
 
390
        done; \
 
391
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
392
        unique=`for i in $$list; do \
 
393
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
394
          done | \
 
395
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
396
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
397
        shift; \
 
398
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
399
          test -n "$$unique" || unique=$$empty_fix; \
 
400
          if test $$# -gt 0; then \
 
401
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
402
              "$$@" $$unique; \
 
403
          else \
 
404
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
405
              $$unique; \
 
406
          fi; \
 
407
        fi
 
408
ctags: CTAGS
 
409
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
410
                $(TAGS_FILES) $(LISP)
 
411
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
412
        unique=`for i in $$list; do \
 
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
414
          done | \
 
415
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
416
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
417
        test -z "$(CTAGS_ARGS)$$unique" \
 
418
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
419
             $$unique
 
420
 
 
421
GTAGS:
 
422
        here=`$(am__cd) $(top_builddir) && pwd` \
 
423
          && $(am__cd) $(top_srcdir) \
 
424
          && gtags -i $(GTAGS_ARGS) "$$here"
 
425
 
 
426
distclean-tags:
 
427
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
428
 
 
429
distdir: $(DISTFILES)
 
430
        $(am__remove_distdir)
 
431
        test -d "$(distdir)" || mkdir "$(distdir)"
 
432
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
433
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
434
        list='$(DISTFILES)'; \
 
435
          dist_files=`for file in $$list; do echo $$file; done | \
 
436
          sed -e "s|^$$srcdirstrip/||;t" \
 
437
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
438
        case $$dist_files in \
 
439
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
440
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
441
                           sort -u` ;; \
 
442
        esac; \
 
443
        for file in $$dist_files; do \
 
444
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
445
          if test -d $$d/$$file; then \
 
446
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
447
            if test -d "$(distdir)/$$file"; then \
 
448
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
449
            fi; \
 
450
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
451
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
452
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
453
            fi; \
 
454
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
455
          else \
 
456
            test -f "$(distdir)/$$file" \
 
457
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
458
            || exit 1; \
 
459
          fi; \
 
460
        done
 
461
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
462
          if test "$$subdir" = .; then :; else \
 
463
            test -d "$(distdir)/$$subdir" \
 
464
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
465
            || exit 1; \
 
466
          fi; \
 
467
        done
 
468
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
469
          if test "$$subdir" = .; then :; else \
 
470
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
471
            $(am__relativize); \
 
472
            new_distdir=$$reldir; \
 
473
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
474
            $(am__relativize); \
 
475
            new_top_distdir=$$reldir; \
 
476
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
477
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
478
            ($(am__cd) $$subdir && \
 
479
              $(MAKE) $(AM_MAKEFLAGS) \
 
480
                top_distdir="$$new_top_distdir" \
 
481
                distdir="$$new_distdir" \
 
482
                am__remove_distdir=: \
 
483
                am__skip_length_check=: \
 
484
                am__skip_mode_fix=: \
 
485
                distdir) \
 
486
              || exit 1; \
 
487
          fi; \
 
488
        done
 
489
        -test -n "$(am__skip_mode_fix)" \
 
490
        || find "$(distdir)" -type d ! -perm -755 \
 
491
                -exec chmod u+rwx,go+rx {} \; -o \
 
492
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
493
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
494
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
495
        || chmod -R a+r "$(distdir)"
 
496
dist-gzip: distdir
 
497
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
498
        $(am__remove_distdir)
 
499
 
 
500
dist-bzip2: distdir
 
501
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
502
        $(am__remove_distdir)
 
503
 
 
504
dist-lzma: distdir
 
505
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
506
        $(am__remove_distdir)
 
507
 
 
508
dist-xz: distdir
 
509
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
510
        $(am__remove_distdir)
 
511
 
 
512
dist-tarZ: distdir
 
513
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
514
        $(am__remove_distdir)
 
515
 
 
516
dist-shar: distdir
 
517
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
518
        $(am__remove_distdir)
 
519
 
 
520
dist-zip: distdir
 
521
        -rm -f $(distdir).zip
 
522
        zip -rq $(distdir).zip $(distdir)
 
523
        $(am__remove_distdir)
 
524
 
 
525
dist dist-all: distdir
 
526
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
527
        $(am__remove_distdir)
 
528
 
 
529
# This target untars the dist file and tries a VPATH configuration.  Then
 
530
# it guarantees that the distribution is self-contained by making another
 
531
# tarfile.
 
532
distcheck: dist
 
533
        case '$(DIST_ARCHIVES)' in \
 
534
        *.tar.gz*) \
 
535
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
536
        *.tar.bz2*) \
 
537
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
538
        *.tar.lzma*) \
 
539
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
540
        *.tar.xz*) \
 
541
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
542
        *.tar.Z*) \
 
543
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
544
        *.shar.gz*) \
 
545
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
546
        *.zip*) \
 
547
          unzip $(distdir).zip ;;\
 
548
        esac
 
549
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
550
        mkdir $(distdir)/_build
 
551
        mkdir $(distdir)/_inst
 
552
        chmod a-w $(distdir)
 
553
        test -d $(distdir)/_build || exit 0; \
 
554
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
555
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
556
          && am__cwd=`pwd` \
 
557
          && $(am__cd) $(distdir)/_build \
 
558
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
559
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
560
          && $(MAKE) $(AM_MAKEFLAGS) \
 
561
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
562
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
563
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
564
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
565
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
566
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
567
                distuninstallcheck \
 
568
          && chmod -R a-w "$$dc_install_base" \
 
569
          && ({ \
 
570
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
571
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
572
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
573
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
574
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
575
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
576
          && rm -rf "$$dc_destdir" \
 
577
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
578
          && rm -rf $(DIST_ARCHIVES) \
 
579
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
580
          && cd "$$am__cwd" \
 
581
          || exit 1
 
582
        $(am__remove_distdir)
 
583
        @(echo "$(distdir) archives ready for distribution: "; \
 
584
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
585
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
586
distuninstallcheck:
 
587
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
588
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
589
           || { echo "ERROR: files left after uninstall:" ; \
 
590
                if test -n "$(DESTDIR)"; then \
 
591
                  echo "  (check DESTDIR support)"; \
 
592
                fi ; \
 
593
                $(distuninstallcheck_listfiles) ; \
 
594
                exit 1; } >&2
 
595
distcleancheck: distclean
 
596
        @if test '$(srcdir)' = . ; then \
 
597
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
598
          exit 1 ; \
 
599
        fi
 
600
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
601
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
602
               $(distcleancheck_listfiles) ; \
 
603
               exit 1; } >&2
 
604
check-am: all-am
 
605
check: check-recursive
 
606
all-am: Makefile config.h
 
607
installdirs: installdirs-recursive
 
608
installdirs-am:
 
609
install: install-recursive
 
610
install-exec: install-exec-recursive
 
611
install-data: install-data-recursive
 
612
uninstall: uninstall-recursive
 
613
 
 
614
install-am: all-am
 
615
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
616
 
 
617
installcheck: installcheck-recursive
 
618
install-strip:
 
619
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
620
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
621
          `test -z '$(STRIP)' || \
 
622
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
623
mostlyclean-generic:
 
624
 
 
625
clean-generic:
 
626
 
 
627
distclean-generic:
 
628
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
629
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
630
 
 
631
maintainer-clean-generic:
 
632
        @echo "This command is intended for maintainers to use"
 
633
        @echo "it deletes files that may require special tools to rebuild."
 
634
clean: clean-recursive
 
635
 
 
636
clean-am: clean-generic clean-libtool mostlyclean-am
 
637
 
 
638
distclean: distclean-recursive
 
639
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
640
        -rm -f Makefile
 
641
distclean-am: clean-am distclean-generic distclean-hdr \
 
642
        distclean-libtool distclean-tags
 
643
 
 
644
dvi: dvi-recursive
 
645
 
 
646
dvi-am:
 
647
 
 
648
html: html-recursive
 
649
 
 
650
html-am:
 
651
 
 
652
info: info-recursive
 
653
 
 
654
info-am:
 
655
 
 
656
install-data-am:
 
657
 
 
658
install-dvi: install-dvi-recursive
 
659
 
 
660
install-dvi-am:
 
661
 
 
662
install-exec-am:
 
663
 
 
664
install-html: install-html-recursive
 
665
 
 
666
install-html-am:
 
667
 
 
668
install-info: install-info-recursive
 
669
 
 
670
install-info-am:
 
671
 
 
672
install-man:
 
673
 
 
674
install-pdf: install-pdf-recursive
 
675
 
 
676
install-pdf-am:
 
677
 
 
678
install-ps: install-ps-recursive
 
679
 
 
680
install-ps-am:
 
681
 
 
682
installcheck-am:
 
683
 
 
684
maintainer-clean: maintainer-clean-recursive
 
685
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
686
        -rm -rf $(top_srcdir)/autom4te.cache
 
687
        -rm -f Makefile
 
688
maintainer-clean-am: distclean-am maintainer-clean-generic
 
689
 
 
690
mostlyclean: mostlyclean-recursive
 
691
 
 
692
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
693
 
 
694
pdf: pdf-recursive
 
695
 
 
696
pdf-am:
 
697
 
 
698
ps: ps-recursive
 
699
 
 
700
ps-am:
 
701
 
 
702
uninstall-am:
 
703
 
 
704
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
705
        ctags-recursive install-am install-strip tags-recursive
 
706
 
 
707
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
708
        all all-am am--refresh check check-am clean clean-generic \
 
709
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
710
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
711
        distcheck distclean distclean-generic distclean-hdr \
 
712
        distclean-libtool distclean-tags distcleancheck distdir \
 
713
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
714
        install install-am install-data install-data-am install-dvi \
 
715
        install-dvi-am install-exec install-exec-am install-html \
 
716
        install-html-am install-info install-info-am install-man \
 
717
        install-pdf install-pdf-am install-ps install-ps-am \
 
718
        install-strip installcheck installcheck-am installdirs \
 
719
        installdirs-am maintainer-clean maintainer-clean-generic \
 
720
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
721
        ps ps-am tags tags-recursive uninstall uninstall-am
 
722
 
 
723
 
 
724
squeakyclean: maintainer-clean
 
725
        rm -f Makefile.in librabbitmq/Makefile.in tests/Makefile.in examples/Makefile.in tools/Makefile.in
 
726
        rm -f aclocal.m4
 
727
        rm -f config.guess config.h.in* config.sub configure
 
728
        rm -f depcomp install-sh ltmain.sh missing
 
729
        rm -rf codegen
 
730
 
 
731
codegen:
 
732
        mkdir -p $@
 
733
        cp -r "$(top_srcdir)/$(AMQP_CODEGEN_DIR)"/* $@
 
734
        $(MAKE) -C $@ clean
 
735
 
 
736
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
737
# Otherwise a system limit (for SysV at least) may be exceeded.
 
738
.NOEXPORT: