~ubuntu-branches/debian/sid/pion/sid

« back to all changes in this revision

Viewing changes to include/pion/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Roberto C. Sanchez
  • Date: 2013-07-06 18:04:35 UTC
  • Revision ID: package-import@ubuntu.com-20130706180435-kejjzc1qpyz3qv6c
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

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
 
 
18
# --------------------------------
 
19
# pion automake configuration file
 
20
# --------------------------------
 
21
 
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
pkglibdir = $(libdir)/@PACKAGE@
 
26
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
install_sh_DATA = $(install_sh) -c -m 644
 
29
install_sh_PROGRAM = $(install_sh) -c
 
30
install_sh_SCRIPT = $(install_sh) -c
 
31
INSTALL_HEADER = $(INSTALL_DATA)
 
32
transform = $(program_transform_name)
 
33
NORMAL_INSTALL = :
 
34
PRE_INSTALL = :
 
35
POST_INSTALL = :
 
36
NORMAL_UNINSTALL = :
 
37
PRE_UNINSTALL = :
 
38
POST_UNINSTALL = :
 
39
build_triplet = @build@
 
40
host_triplet = @host@
 
41
subdir = include/pion
 
42
DIST_COMMON = $(pion_include_HEADERS) $(srcdir)/Makefile.am \
 
43
        $(srcdir)/Makefile.in $(srcdir)/config.hpp.in
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/build/ax_boost_base.m4 \
 
46
        $(top_srcdir)/build/ax_compiler_vendor.m4 \
 
47
        $(top_srcdir)/build/ax_prog_doxygen.m4 \
 
48
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
49
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
50
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
51
        $(top_srcdir)/build/pion-setup.inc \
 
52
        $(top_srcdir)/build/pion-boost.inc \
 
53
        $(top_srcdir)/build/pion-config.inc $(top_srcdir)/configure.ac
 
54
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
55
        $(ACLOCAL_M4)
 
56
mkinstalldirs = $(install_sh) -d
 
57
CONFIG_HEADER = config.hpp
 
58
CONFIG_CLEAN_FILES =
 
59
CONFIG_CLEAN_VPATH_FILES =
 
60
AM_V_GEN = $(am__v_GEN_$(V))
 
61
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
62
am__v_GEN_0 = @echo "  GEN   " $@;
 
63
AM_V_at = $(am__v_at_$(V))
 
64
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
65
am__v_at_0 = @
 
66
SOURCES =
 
67
DIST_SOURCES =
 
68
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
69
        html-recursive info-recursive install-data-recursive \
 
70
        install-dvi-recursive install-exec-recursive \
 
71
        install-html-recursive install-info-recursive \
 
72
        install-pdf-recursive install-ps-recursive install-recursive \
 
73
        installcheck-recursive installdirs-recursive pdf-recursive \
 
74
        ps-recursive uninstall-recursive
 
75
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
76
am__vpath_adj = case $$p in \
 
77
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
78
    *) f=$$p;; \
 
79
  esac;
 
80
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
81
am__install_max = 40
 
82
am__nobase_strip_setup = \
 
83
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
84
am__nobase_strip = \
 
85
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
86
am__nobase_list = $(am__nobase_strip_setup); \
 
87
  for p in $$list; do echo "$$p $$p"; done | \
 
88
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
89
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
90
    if (++n[$$2] == $(am__install_max)) \
 
91
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
92
    END { for (dir in files) print dir, files[dir] }'
 
93
am__base_list = \
 
94
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
95
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
96
am__installdirs = "$(DESTDIR)$(pion_includedir)"
 
97
HEADERS = $(pion_include_HEADERS)
 
98
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
99
  distclean-recursive maintainer-clean-recursive
 
100
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
101
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
102
        distdir
 
103
ETAGS = etags
 
104
CTAGS = ctags
 
105
DIST_SUBDIRS = $(SUBDIRS)
 
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
107
am__relativize = \
 
108
  dir0=`pwd`; \
 
109
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
110
  sed_rest='s,^[^/]*/*,,'; \
 
111
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
112
  sed_butlast='s,/*[^/]*$$,,'; \
 
113
  while test -n "$$dir1"; do \
 
114
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
115
    if test "$$first" != "."; then \
 
116
      if test "$$first" = ".."; then \
 
117
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
118
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
119
      else \
 
120
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
121
        if test "$$first2" = "$$first"; then \
 
122
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
123
        else \
 
124
          dir2="../$$dir2"; \
 
125
        fi; \
 
126
        dir0="$$dir0"/"$$first"; \
 
127
      fi; \
 
128
    fi; \
 
129
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
130
  done; \
 
131
  reldir="$$dir2"
 
132
ACLOCAL = @ACLOCAL@
 
133
AMTAR = @AMTAR@
 
134
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
135
AR = @AR@
 
136
AS = @AS@
 
137
AUTOCONF = @AUTOCONF@
 
138
AUTOHEADER = @AUTOHEADER@
 
139
AUTOMAKE = @AUTOMAKE@
 
140
AWK = @AWK@
 
141
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
142
BOOST_DATE_TIME_LIB = @BOOST_DATE_TIME_LIB@
 
143
BOOST_FILESYSTEM_LIB = @BOOST_FILESYSTEM_LIB@
 
144
BOOST_HOME_DIR = @BOOST_HOME_DIR@
 
145
BOOST_LDFLAGS = @BOOST_LDFLAGS@
 
146
BOOST_LIB_EXTENSION = @BOOST_LIB_EXTENSION@
 
147
BOOST_REGEX_LIB = @BOOST_REGEX_LIB@
 
148
BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
 
149
BOOST_TEST_LIB = @BOOST_TEST_LIB@
 
150
BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
 
151
CC = @CC@
 
152
CCDEPMODE = @CCDEPMODE@
 
153
CFLAGS = @CFLAGS@
 
154
CPP = @CPP@
 
155
CPPFLAGS = @CPPFLAGS@
 
156
CXX = @CXX@
 
157
CXXCPP = @CXXCPP@
 
158
CXXDEPMODE = @CXXDEPMODE@
 
159
CXXFLAGS = @CXXFLAGS@
 
160
CYGPATH_W = @CYGPATH_W@
 
161
DEFS = @DEFS@
 
162
DEPDIR = @DEPDIR@
 
163
DLLTOOL = @DLLTOOL@
 
164
DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
 
165
DSYMUTIL = @DSYMUTIL@
 
166
DUMPBIN = @DUMPBIN@
 
167
DX_CONFIG = @DX_CONFIG@
 
168
DX_DOCDIR = @DX_DOCDIR@
 
169
DX_DOT = @DX_DOT@
 
170
DX_DOXYGEN = @DX_DOXYGEN@
 
171
DX_DVIPS = @DX_DVIPS@
 
172
DX_EGREP = @DX_EGREP@
 
173
DX_ENV = @DX_ENV@
 
174
DX_FLAG_chi = @DX_FLAG_chi@
 
175
DX_FLAG_chm = @DX_FLAG_chm@
 
176
DX_FLAG_doc = @DX_FLAG_doc@
 
177
DX_FLAG_dot = @DX_FLAG_dot@
 
178
DX_FLAG_html = @DX_FLAG_html@
 
179
DX_FLAG_man = @DX_FLAG_man@
 
180
DX_FLAG_pdf = @DX_FLAG_pdf@
 
181
DX_FLAG_ps = @DX_FLAG_ps@
 
182
DX_FLAG_rtf = @DX_FLAG_rtf@
 
183
DX_FLAG_xml = @DX_FLAG_xml@
 
184
DX_HHC = @DX_HHC@
 
185
DX_LATEX = @DX_LATEX@
 
186
DX_MAKEINDEX = @DX_MAKEINDEX@
 
187
DX_PDFLATEX = @DX_PDFLATEX@
 
188
DX_PERL = @DX_PERL@
 
189
DX_PROJECT = @DX_PROJECT@
 
190
ECHO_C = @ECHO_C@
 
191
ECHO_N = @ECHO_N@
 
192
ECHO_T = @ECHO_T@
 
193
EGREP = @EGREP@
 
194
EXEEXT = @EXEEXT@
 
195
FGREP = @FGREP@
 
196
GREP = @GREP@
 
197
INSTALL = @INSTALL@
 
198
INSTALL_DATA = @INSTALL_DATA@
 
199
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
200
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
201
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
202
LD = @LD@
 
203
LDFLAGS = @LDFLAGS@
 
204
LIBOBJS = @LIBOBJS@
 
205
LIBS = @LIBS@
 
206
LIBTOOL = @LIBTOOL@
 
207
LIPO = @LIPO@
 
208
LN_S = @LN_S@
 
209
LTLIBOBJS = @LTLIBOBJS@
 
210
MAKEINFO = @MAKEINFO@
 
211
MKDIR_P = @MKDIR_P@
 
212
NM = @NM@
 
213
NMEDIT = @NMEDIT@
 
214
OBJDUMP = @OBJDUMP@
 
215
OBJEXT = @OBJEXT@
 
216
OTOOL = @OTOOL@
 
217
OTOOL64 = @OTOOL64@
 
218
PACKAGE = @PACKAGE@
 
219
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
220
PACKAGE_NAME = @PACKAGE_NAME@
 
221
PACKAGE_STRING = @PACKAGE_STRING@
 
222
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
223
PACKAGE_VERSION = @PACKAGE_VERSION@
 
224
PATH_SEPARATOR = @PATH_SEPARATOR@
 
225
PION_BZLIB = @PION_BZLIB@
 
226
PION_CYGWIN_DIRECTORY = @PION_CYGWIN_DIRECTORY@
 
227
PION_DLOPEN_LIBS = @PION_DLOPEN_LIBS@
 
228
PION_EXTERNAL_LIBS = @PION_EXTERNAL_LIBS@
 
229
PION_LIBRARY_VERSION = @PION_LIBRARY_VERSION@
 
230
PION_LOG_LIB = @PION_LOG_LIB@
 
231
PION_PLUGINS_DIRECTORY = @PION_PLUGINS_DIRECTORY@
 
232
PION_SSL_LIB = @PION_SSL_LIB@
 
233
PION_TESTS_CPPFLAGS = @PION_TESTS_CPPFLAGS@
 
234
PION_TESTS_MAKEDIRS = @PION_TESTS_MAKEDIRS@
 
235
PION_ZLIB = @PION_ZLIB@
 
236
RANLIB = @RANLIB@
 
237
SED = @SED@
 
238
SET_MAKE = @SET_MAKE@
 
239
SHELL = @SHELL@
 
240
STRIP = @STRIP@
 
241
VERSION = @VERSION@
 
242
abs_builddir = @abs_builddir@
 
243
abs_srcdir = @abs_srcdir@
 
244
abs_top_builddir = @abs_top_builddir@
 
245
abs_top_srcdir = @abs_top_srcdir@
 
246
ac_ct_CC = @ac_ct_CC@
 
247
ac_ct_CXX = @ac_ct_CXX@
 
248
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
249
am__include = @am__include@
 
250
am__leading_dot = @am__leading_dot@
 
251
am__quote = @am__quote@
 
252
am__tar = @am__tar@
 
253
am__untar = @am__untar@
 
254
bindir = @bindir@
 
255
build = @build@
 
256
build_alias = @build_alias@
 
257
build_cpu = @build_cpu@
 
258
build_os = @build_os@
 
259
build_vendor = @build_vendor@
 
260
builddir = @builddir@
 
261
datadir = @datadir@
 
262
datarootdir = @datarootdir@
 
263
docdir = @docdir@
 
264
dvidir = @dvidir@
 
265
exec_prefix = @exec_prefix@
 
266
host = @host@
 
267
host_alias = @host_alias@
 
268
host_cpu = @host_cpu@
 
269
host_os = @host_os@
 
270
host_vendor = @host_vendor@
 
271
htmldir = @htmldir@
 
272
includedir = @includedir@
 
273
infodir = @infodir@
 
274
install_sh = @install_sh@
 
275
libdir = @libdir@
 
276
libexecdir = @libexecdir@
 
277
localedir = @localedir@
 
278
localstatedir = @localstatedir@
 
279
lt_ECHO = @lt_ECHO@
 
280
mandir = @mandir@
 
281
mkdir_p = @mkdir_p@
 
282
oldincludedir = @oldincludedir@
 
283
pdfdir = @pdfdir@
 
284
prefix = @prefix@
 
285
program_transform_name = @program_transform_name@
 
286
psdir = @psdir@
 
287
sbindir = @sbindir@
 
288
sharedstatedir = @sharedstatedir@
 
289
srcdir = @srcdir@
 
290
sysconfdir = @sysconfdir@
 
291
target_alias = @target_alias@
 
292
top_build_prefix = @top_build_prefix@
 
293
top_builddir = @top_builddir@
 
294
top_srcdir = @top_srcdir@
 
295
pion_includedir = $(includedir)/pion
 
296
pion_include_HEADERS = \
 
297
        admin_rights.hpp algorithm.hpp config.hpp error.hpp hash_map.hpp logger.hpp \
 
298
        plugin.hpp plugin_manager.hpp process.hpp scheduler.hpp user.hpp
 
299
 
 
300
EXTRA_DIST = config.hpp.win config.hpp.xcode config.hpp.in
 
301
SUBDIRS = http spdy test tcp
 
302
all: config.hpp
 
303
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
304
 
 
305
.SUFFIXES:
 
306
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
307
        @for dep in $?; do \
 
308
          case '$(am__configure_deps)' in \
 
309
            *$$dep*) \
 
310
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
311
                && { if test -f $@; then exit 0; else break; fi; }; \
 
312
              exit 1;; \
 
313
          esac; \
 
314
        done; \
 
315
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/pion/Makefile'; \
 
316
        $(am__cd) $(top_srcdir) && \
 
317
          $(AUTOMAKE) --foreign include/pion/Makefile
 
318
.PRECIOUS: Makefile
 
319
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
320
        @case '$?' in \
 
321
          *config.status*) \
 
322
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
323
          *) \
 
324
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
325
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
326
        esac;
 
327
 
 
328
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
329
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
330
 
 
331
$(top_srcdir)/configure:  $(am__configure_deps)
 
332
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
333
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
334
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
335
$(am__aclocal_m4_deps):
 
336
 
 
337
config.hpp: stamp-h1
 
338
        @if test ! -f $@; then \
 
339
          rm -f stamp-h1; \
 
340
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
341
        else :; fi
 
342
 
 
343
stamp-h1: $(srcdir)/config.hpp.in $(top_builddir)/config.status
 
344
        @rm -f stamp-h1
 
345
        cd $(top_builddir) && $(SHELL) ./config.status include/pion/config.hpp
 
346
$(srcdir)/config.hpp.in:  $(am__configure_deps) 
 
347
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
348
        rm -f stamp-h1
 
349
        touch $@
 
350
 
 
351
distclean-hdr:
 
352
        -rm -f config.hpp stamp-h1
 
353
 
 
354
mostlyclean-libtool:
 
355
        -rm -f *.lo
 
356
 
 
357
clean-libtool:
 
358
        -rm -rf .libs _libs
 
359
install-pion_includeHEADERS: $(pion_include_HEADERS)
 
360
        @$(NORMAL_INSTALL)
 
361
        test -z "$(pion_includedir)" || $(MKDIR_P) "$(DESTDIR)$(pion_includedir)"
 
362
        @list='$(pion_include_HEADERS)'; test -n "$(pion_includedir)" || list=; \
 
363
        for p in $$list; do \
 
364
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
365
          echo "$$d$$p"; \
 
366
        done | $(am__base_list) | \
 
367
        while read files; do \
 
368
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pion_includedir)'"; \
 
369
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pion_includedir)" || exit $$?; \
 
370
        done
 
371
 
 
372
uninstall-pion_includeHEADERS:
 
373
        @$(NORMAL_UNINSTALL)
 
374
        @list='$(pion_include_HEADERS)'; test -n "$(pion_includedir)" || list=; \
 
375
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
376
        test -n "$$files" || exit 0; \
 
377
        echo " ( cd '$(DESTDIR)$(pion_includedir)' && rm -f" $$files ")"; \
 
378
        cd "$(DESTDIR)$(pion_includedir)" && rm -f $$files
 
379
 
 
380
# This directory's subdirectories are mostly independent; you can cd
 
381
# into them and run `make' without going through this Makefile.
 
382
# To change the values of `make' variables: instead of editing Makefiles,
 
383
# (1) if the variable is set in `config.status', edit `config.status'
 
384
#     (which will cause the Makefiles to be regenerated when you run `make');
 
385
# (2) otherwise, pass the desired values on the `make' command line.
 
386
$(RECURSIVE_TARGETS):
 
387
        @fail= failcom='exit 1'; \
 
388
        for f in x $$MAKEFLAGS; do \
 
389
          case $$f in \
 
390
            *=* | --[!k]*);; \
 
391
            *k*) failcom='fail=yes';; \
 
392
          esac; \
 
393
        done; \
 
394
        dot_seen=no; \
 
395
        target=`echo $@ | sed s/-recursive//`; \
 
396
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
397
          echo "Making $$target in $$subdir"; \
 
398
          if test "$$subdir" = "."; then \
 
399
            dot_seen=yes; \
 
400
            local_target="$$target-am"; \
 
401
          else \
 
402
            local_target="$$target"; \
 
403
          fi; \
 
404
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
405
          || eval $$failcom; \
 
406
        done; \
 
407
        if test "$$dot_seen" = "no"; then \
 
408
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
409
        fi; test -z "$$fail"
 
410
 
 
411
$(RECURSIVE_CLEAN_TARGETS):
 
412
        @fail= failcom='exit 1'; \
 
413
        for f in x $$MAKEFLAGS; do \
 
414
          case $$f in \
 
415
            *=* | --[!k]*);; \
 
416
            *k*) failcom='fail=yes';; \
 
417
          esac; \
 
418
        done; \
 
419
        dot_seen=no; \
 
420
        case "$@" in \
 
421
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
422
          *) list='$(SUBDIRS)' ;; \
 
423
        esac; \
 
424
        rev=''; for subdir in $$list; do \
 
425
          if test "$$subdir" = "."; then :; else \
 
426
            rev="$$subdir $$rev"; \
 
427
          fi; \
 
428
        done; \
 
429
        rev="$$rev ."; \
 
430
        target=`echo $@ | sed s/-recursive//`; \
 
431
        for subdir in $$rev; do \
 
432
          echo "Making $$target in $$subdir"; \
 
433
          if test "$$subdir" = "."; then \
 
434
            local_target="$$target-am"; \
 
435
          else \
 
436
            local_target="$$target"; \
 
437
          fi; \
 
438
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
439
          || eval $$failcom; \
 
440
        done && test -z "$$fail"
 
441
tags-recursive:
 
442
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
443
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
444
        done
 
445
ctags-recursive:
 
446
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
447
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
448
        done
 
449
 
 
450
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
451
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
452
        unique=`for i in $$list; do \
 
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
454
          done | \
 
455
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
457
        mkid -fID $$unique
 
458
tags: TAGS
 
459
 
 
460
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hpp.in $(TAGS_DEPENDENCIES) \
 
461
                $(TAGS_FILES) $(LISP)
 
462
        set x; \
 
463
        here=`pwd`; \
 
464
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
465
          include_option=--etags-include; \
 
466
          empty_fix=.; \
 
467
        else \
 
468
          include_option=--include; \
 
469
          empty_fix=; \
 
470
        fi; \
 
471
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
472
          if test "$$subdir" = .; then :; else \
 
473
            test ! -f $$subdir/TAGS || \
 
474
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
475
          fi; \
 
476
        done; \
 
477
        list='$(SOURCES) $(HEADERS) config.hpp.in $(LISP) $(TAGS_FILES)'; \
 
478
        unique=`for i in $$list; do \
 
479
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
480
          done | \
 
481
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
482
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
483
        shift; \
 
484
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
485
          test -n "$$unique" || unique=$$empty_fix; \
 
486
          if test $$# -gt 0; then \
 
487
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
488
              "$$@" $$unique; \
 
489
          else \
 
490
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
491
              $$unique; \
 
492
          fi; \
 
493
        fi
 
494
ctags: CTAGS
 
495
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.hpp.in $(TAGS_DEPENDENCIES) \
 
496
                $(TAGS_FILES) $(LISP)
 
497
        list='$(SOURCES) $(HEADERS) config.hpp.in $(LISP) $(TAGS_FILES)'; \
 
498
        unique=`for i in $$list; do \
 
499
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
500
          done | \
 
501
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
502
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
503
        test -z "$(CTAGS_ARGS)$$unique" \
 
504
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
505
             $$unique
 
506
 
 
507
GTAGS:
 
508
        here=`$(am__cd) $(top_builddir) && pwd` \
 
509
          && $(am__cd) $(top_srcdir) \
 
510
          && gtags -i $(GTAGS_ARGS) "$$here"
 
511
 
 
512
distclean-tags:
 
513
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
514
 
 
515
distdir: $(DISTFILES)
 
516
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
517
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
518
        list='$(DISTFILES)'; \
 
519
          dist_files=`for file in $$list; do echo $$file; done | \
 
520
          sed -e "s|^$$srcdirstrip/||;t" \
 
521
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
522
        case $$dist_files in \
 
523
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
524
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
525
                           sort -u` ;; \
 
526
        esac; \
 
527
        for file in $$dist_files; do \
 
528
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
529
          if test -d $$d/$$file; then \
 
530
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
531
            if test -d "$(distdir)/$$file"; then \
 
532
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
533
            fi; \
 
534
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
535
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
536
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
537
            fi; \
 
538
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
539
          else \
 
540
            test -f "$(distdir)/$$file" \
 
541
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
542
            || exit 1; \
 
543
          fi; \
 
544
        done
 
545
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
546
          if test "$$subdir" = .; then :; else \
 
547
            test -d "$(distdir)/$$subdir" \
 
548
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
549
            || exit 1; \
 
550
          fi; \
 
551
        done
 
552
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
553
          if test "$$subdir" = .; then :; else \
 
554
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
555
            $(am__relativize); \
 
556
            new_distdir=$$reldir; \
 
557
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
558
            $(am__relativize); \
 
559
            new_top_distdir=$$reldir; \
 
560
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
561
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
562
            ($(am__cd) $$subdir && \
 
563
              $(MAKE) $(AM_MAKEFLAGS) \
 
564
                top_distdir="$$new_top_distdir" \
 
565
                distdir="$$new_distdir" \
 
566
                am__remove_distdir=: \
 
567
                am__skip_length_check=: \
 
568
                am__skip_mode_fix=: \
 
569
                distdir) \
 
570
              || exit 1; \
 
571
          fi; \
 
572
        done
 
573
check-am: all-am
 
574
check: check-recursive
 
575
all-am: Makefile $(HEADERS) config.hpp
 
576
installdirs: installdirs-recursive
 
577
installdirs-am:
 
578
        for dir in "$(DESTDIR)$(pion_includedir)"; do \
 
579
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
580
        done
 
581
install: install-recursive
 
582
install-exec: install-exec-recursive
 
583
install-data: install-data-recursive
 
584
uninstall: uninstall-recursive
 
585
 
 
586
install-am: all-am
 
587
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
588
 
 
589
installcheck: installcheck-recursive
 
590
install-strip:
 
591
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
592
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
593
          `test -z '$(STRIP)' || \
 
594
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
595
mostlyclean-generic:
 
596
 
 
597
clean-generic:
 
598
 
 
599
distclean-generic:
 
600
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
601
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
602
 
 
603
maintainer-clean-generic:
 
604
        @echo "This command is intended for maintainers to use"
 
605
        @echo "it deletes files that may require special tools to rebuild."
 
606
clean: clean-recursive
 
607
 
 
608
clean-am: clean-generic clean-libtool mostlyclean-am
 
609
 
 
610
distclean: distclean-recursive
 
611
        -rm -f Makefile
 
612
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
613
 
 
614
dvi: dvi-recursive
 
615
 
 
616
dvi-am:
 
617
 
 
618
html: html-recursive
 
619
 
 
620
html-am:
 
621
 
 
622
info: info-recursive
 
623
 
 
624
info-am:
 
625
 
 
626
install-data-am: install-pion_includeHEADERS
 
627
 
 
628
install-dvi: install-dvi-recursive
 
629
 
 
630
install-dvi-am:
 
631
 
 
632
install-exec-am:
 
633
 
 
634
install-html: install-html-recursive
 
635
 
 
636
install-html-am:
 
637
 
 
638
install-info: install-info-recursive
 
639
 
 
640
install-info-am:
 
641
 
 
642
install-man:
 
643
 
 
644
install-pdf: install-pdf-recursive
 
645
 
 
646
install-pdf-am:
 
647
 
 
648
install-ps: install-ps-recursive
 
649
 
 
650
install-ps-am:
 
651
 
 
652
installcheck-am:
 
653
 
 
654
maintainer-clean: maintainer-clean-recursive
 
655
        -rm -f Makefile
 
656
maintainer-clean-am: distclean-am maintainer-clean-generic
 
657
 
 
658
mostlyclean: mostlyclean-recursive
 
659
 
 
660
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
661
 
 
662
pdf: pdf-recursive
 
663
 
 
664
pdf-am:
 
665
 
 
666
ps: ps-recursive
 
667
 
 
668
ps-am:
 
669
 
 
670
uninstall-am: uninstall-pion_includeHEADERS
 
671
 
 
672
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
673
        ctags-recursive install-am install-strip tags-recursive
 
674
 
 
675
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
676
        all all-am check check-am clean clean-generic clean-libtool \
 
677
        ctags ctags-recursive distclean distclean-generic \
 
678
        distclean-hdr distclean-libtool distclean-tags distdir dvi \
 
679
        dvi-am html html-am info info-am install install-am \
 
680
        install-data install-data-am install-dvi install-dvi-am \
 
681
        install-exec install-exec-am install-html install-html-am \
 
682
        install-info install-info-am install-man install-pdf \
 
683
        install-pdf-am install-pion_includeHEADERS install-ps \
 
684
        install-ps-am install-strip installcheck installcheck-am \
 
685
        installdirs installdirs-am maintainer-clean \
 
686
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
687
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
688
        uninstall uninstall-am uninstall-pion_includeHEADERS
 
689
 
 
690
 
 
691
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
692
# Otherwise a system limit (for SysV at least) may be exceeded.
 
693
.NOEXPORT: