~ubuntu-branches/ubuntu/wily/libtorrent/wily-proposed

« back to all changes in this revision

Viewing changes to src/tracker/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rogério Brito
  • Date: 2011-03-20 01:06:18 UTC
  • mfrom: (1.1.13 upstream) (4.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110320010618-g3wyylccqzqko73c
Tags: 0.12.7-5
* Use Steinar's "real" patch for IPv6. Addresses #490277, #618275,
  and Closes: #617791.
* Adapt libtorrent-0.12.6-ipv6-07.patch. It FTBFS otherwise.
* Add proper attibution to the IPv6 patch.

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
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = src/tracker
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/scripts/attributes.m4 \
 
41
        $(top_srcdir)/scripts/checks.m4 \
 
42
        $(top_srcdir)/scripts/common.m4 \
 
43
        $(top_srcdir)/scripts/libtool.m4 \
 
44
        $(top_srcdir)/scripts/ltoptions.m4 \
 
45
        $(top_srcdir)/scripts/ltsugar.m4 \
 
46
        $(top_srcdir)/scripts/ltversion.m4 \
 
47
        $(top_srcdir)/scripts/lt~obsolete.m4 \
 
48
        $(top_srcdir)/configure.ac
 
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
50
        $(ACLOCAL_M4)
 
51
mkinstalldirs = $(install_sh) -d
 
52
CONFIG_HEADER = $(top_builddir)/config.h
 
53
CONFIG_CLEAN_FILES =
 
54
CONFIG_CLEAN_VPATH_FILES =
 
55
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
56
libsub_tracker_la_LIBADD =
 
57
am_libsub_tracker_la_OBJECTS = tracker_dht.lo tracker_http.lo \
 
58
        tracker_manager.lo tracker_udp.lo
 
59
libsub_tracker_la_OBJECTS = $(am_libsub_tracker_la_OBJECTS)
 
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
62
am__depfiles_maybe = depfiles
 
63
am__mv = mv -f
 
64
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
65
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
66
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
67
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
68
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
69
CXXLD = $(CXX)
 
70
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
71
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
72
        $(LDFLAGS) -o $@
 
73
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
74
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
75
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
76
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
77
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
78
CCLD = $(CC)
 
79
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
80
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
81
        $(LDFLAGS) -o $@
 
82
SOURCES = $(libsub_tracker_la_SOURCES)
 
83
DIST_SOURCES = $(libsub_tracker_la_SOURCES)
 
84
ETAGS = etags
 
85
CTAGS = ctags
 
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
87
ACLOCAL = @ACLOCAL@
 
88
AMTAR = @AMTAR@
 
89
AR = @AR@
 
90
AUTOCONF = @AUTOCONF@
 
91
AUTOHEADER = @AUTOHEADER@
 
92
AUTOMAKE = @AUTOMAKE@
 
93
AWK = @AWK@
 
94
CC = @CC@
 
95
CCDEPMODE = @CCDEPMODE@
 
96
CFLAGS = @CFLAGS@
 
97
CPP = @CPP@
 
98
CPPFLAGS = @CPPFLAGS@
 
99
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
 
100
CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
 
101
CPPUNIT_LIBS = @CPPUNIT_LIBS@
 
102
CXX = @CXX@
 
103
CXXCPP = @CXXCPP@
 
104
CXXDEPMODE = @CXXDEPMODE@
 
105
CXXFLAGS = @CXXFLAGS@
 
106
CYGPATH_W = @CYGPATH_W@
 
107
DEFS = @DEFS@
 
108
DEPDIR = @DEPDIR@
 
109
DSYMUTIL = @DSYMUTIL@
 
110
DUMPBIN = @DUMPBIN@
 
111
ECHO_C = @ECHO_C@
 
112
ECHO_N = @ECHO_N@
 
113
ECHO_T = @ECHO_T@
 
114
EGREP = @EGREP@
 
115
EXEEXT = @EXEEXT@
 
116
FGREP = @FGREP@
 
117
GREP = @GREP@
 
118
INSTALL = @INSTALL@
 
119
INSTALL_DATA = @INSTALL_DATA@
 
120
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
121
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
122
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
123
LD = @LD@
 
124
LDFLAGS = @LDFLAGS@
 
125
LIBOBJS = @LIBOBJS@
 
126
LIBS = @LIBS@
 
127
LIBTOOL = @LIBTOOL@
 
128
LIBTORRENT_CFLAGS = @LIBTORRENT_CFLAGS@
 
129
LIBTORRENT_CURRENT = @LIBTORRENT_CURRENT@
 
130
LIBTORRENT_INTERFACE_VERSION_INFO = @LIBTORRENT_INTERFACE_VERSION_INFO@
 
131
LIBTORRENT_INTERFACE_VERSION_NO = @LIBTORRENT_INTERFACE_VERSION_NO@
 
132
LIBTORRENT_LIBS = @LIBTORRENT_LIBS@
 
133
LIPO = @LIPO@
 
134
LN_S = @LN_S@
 
135
LTLIBOBJS = @LTLIBOBJS@
 
136
MAKEINFO = @MAKEINFO@
 
137
MKDIR_P = @MKDIR_P@
 
138
NM = @NM@
 
139
NMEDIT = @NMEDIT@
 
140
OBJDUMP = @OBJDUMP@
 
141
OBJEXT = @OBJEXT@
 
142
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
143
OPENSSL_LIBS = @OPENSSL_LIBS@
 
144
OTOOL = @OTOOL@
 
145
OTOOL64 = @OTOOL64@
 
146
PACKAGE = @PACKAGE@
 
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
148
PACKAGE_NAME = @PACKAGE_NAME@
 
149
PACKAGE_STRING = @PACKAGE_STRING@
 
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_URL = @PACKAGE_URL@
 
152
PACKAGE_VERSION = @PACKAGE_VERSION@
 
153
PATH_SEPARATOR = @PATH_SEPARATOR@
 
154
PKG_CONFIG = @PKG_CONFIG@
 
155
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
156
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
157
RANLIB = @RANLIB@
 
158
SED = @SED@
 
159
SET_MAKE = @SET_MAKE@
 
160
SHELL = @SHELL@
 
161
STRIP = @STRIP@
 
162
STUFF_CFLAGS = @STUFF_CFLAGS@
 
163
STUFF_LIBS = @STUFF_LIBS@
 
164
VERSION = @VERSION@
 
165
abs_builddir = @abs_builddir@
 
166
abs_srcdir = @abs_srcdir@
 
167
abs_top_builddir = @abs_top_builddir@
 
168
abs_top_srcdir = @abs_top_srcdir@
 
169
ac_ct_CC = @ac_ct_CC@
 
170
ac_ct_CXX = @ac_ct_CXX@
 
171
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
172
am__include = @am__include@
 
173
am__leading_dot = @am__leading_dot@
 
174
am__quote = @am__quote@
 
175
am__tar = @am__tar@
 
176
am__untar = @am__untar@
 
177
bindir = @bindir@
 
178
build = @build@
 
179
build_alias = @build_alias@
 
180
build_cpu = @build_cpu@
 
181
build_os = @build_os@
 
182
build_vendor = @build_vendor@
 
183
builddir = @builddir@
 
184
datadir = @datadir@
 
185
datarootdir = @datarootdir@
 
186
docdir = @docdir@
 
187
dvidir = @dvidir@
 
188
exec_prefix = @exec_prefix@
 
189
host = @host@
 
190
host_alias = @host_alias@
 
191
host_cpu = @host_cpu@
 
192
host_os = @host_os@
 
193
host_vendor = @host_vendor@
 
194
htmldir = @htmldir@
 
195
includedir = @includedir@
 
196
infodir = @infodir@
 
197
install_sh = @install_sh@
 
198
libdir = @libdir@
 
199
libexecdir = @libexecdir@
 
200
localedir = @localedir@
 
201
localstatedir = @localstatedir@
 
202
mandir = @mandir@
 
203
mkdir_p = @mkdir_p@
 
204
oldincludedir = @oldincludedir@
 
205
pdfdir = @pdfdir@
 
206
prefix = @prefix@
 
207
program_transform_name = @program_transform_name@
 
208
psdir = @psdir@
 
209
sbindir = @sbindir@
 
210
sharedstatedir = @sharedstatedir@
 
211
srcdir = @srcdir@
 
212
sysconfdir = @sysconfdir@
 
213
target_alias = @target_alias@
 
214
top_build_prefix = @top_build_prefix@
 
215
top_builddir = @top_builddir@
 
216
top_srcdir = @top_srcdir@
 
217
noinst_LTLIBRARIES = libsub_tracker.la
 
218
libsub_tracker_la_SOURCES = \
 
219
        tracker_dht.cc \
 
220
        tracker_dht.h \
 
221
        tracker_http.cc \
 
222
        tracker_http.h \
 
223
        tracker_manager.cc \
 
224
        tracker_manager.h \
 
225
        tracker_udp.cc \
 
226
        tracker_udp.h
 
227
 
 
228
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
 
229
all: all-am
 
230
 
 
231
.SUFFIXES:
 
232
.SUFFIXES: .cc .lo .o .obj
 
233
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
234
        @for dep in $?; do \
 
235
          case '$(am__configure_deps)' in \
 
236
            *$$dep*) \
 
237
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
238
                && { if test -f $@; then exit 0; else break; fi; }; \
 
239
              exit 1;; \
 
240
          esac; \
 
241
        done; \
 
242
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tracker/Makefile'; \
 
243
        $(am__cd) $(top_srcdir) && \
 
244
          $(AUTOMAKE) --gnu src/tracker/Makefile
 
245
.PRECIOUS: Makefile
 
246
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
247
        @case '$?' in \
 
248
          *config.status*) \
 
249
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
250
          *) \
 
251
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
252
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
253
        esac;
 
254
 
 
255
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
256
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
257
 
 
258
$(top_srcdir)/configure:  $(am__configure_deps)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
262
$(am__aclocal_m4_deps):
 
263
 
 
264
clean-noinstLTLIBRARIES:
 
265
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
266
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
267
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
268
          test "$$dir" != "$$p" || dir=.; \
 
269
          echo "rm -f \"$${dir}/so_locations\""; \
 
270
          rm -f "$${dir}/so_locations"; \
 
271
        done
 
272
libsub_tracker.la: $(libsub_tracker_la_OBJECTS) $(libsub_tracker_la_DEPENDENCIES) 
 
273
        $(CXXLINK)  $(libsub_tracker_la_OBJECTS) $(libsub_tracker_la_LIBADD) $(LIBS)
 
274
 
 
275
mostlyclean-compile:
 
276
        -rm -f *.$(OBJEXT)
 
277
 
 
278
distclean-compile:
 
279
        -rm -f *.tab.c
 
280
 
 
281
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracker_dht.Plo@am__quote@
 
282
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracker_http.Plo@am__quote@
 
283
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracker_manager.Plo@am__quote@
 
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracker_udp.Plo@am__quote@
 
285
 
 
286
.cc.o:
 
287
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
288
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
289
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
290
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
291
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
292
 
 
293
.cc.obj:
 
294
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
295
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
296
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
297
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
298
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
299
 
 
300
.cc.lo:
 
301
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
302
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
303
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
304
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
305
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
306
 
 
307
mostlyclean-libtool:
 
308
        -rm -f *.lo
 
309
 
 
310
clean-libtool:
 
311
        -rm -rf .libs _libs
 
312
 
 
313
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
314
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
315
        unique=`for i in $$list; do \
 
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
317
          done | \
 
318
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
320
        mkid -fID $$unique
 
321
tags: TAGS
 
322
 
 
323
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
324
                $(TAGS_FILES) $(LISP)
 
325
        set x; \
 
326
        here=`pwd`; \
 
327
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
328
        unique=`for i in $$list; do \
 
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
330
          done | \
 
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
333
        shift; \
 
334
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
335
          test -n "$$unique" || unique=$$empty_fix; \
 
336
          if test $$# -gt 0; then \
 
337
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
338
              "$$@" $$unique; \
 
339
          else \
 
340
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
341
              $$unique; \
 
342
          fi; \
 
343
        fi
 
344
ctags: CTAGS
 
345
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
346
                $(TAGS_FILES) $(LISP)
 
347
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
348
        unique=`for i in $$list; do \
 
349
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
350
          done | \
 
351
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
352
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
353
        test -z "$(CTAGS_ARGS)$$unique" \
 
354
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
355
             $$unique
 
356
 
 
357
GTAGS:
 
358
        here=`$(am__cd) $(top_builddir) && pwd` \
 
359
          && $(am__cd) $(top_srcdir) \
 
360
          && gtags -i $(GTAGS_ARGS) "$$here"
 
361
 
 
362
distclean-tags:
 
363
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
364
 
 
365
distdir: $(DISTFILES)
 
366
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
367
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
368
        list='$(DISTFILES)'; \
 
369
          dist_files=`for file in $$list; do echo $$file; done | \
 
370
          sed -e "s|^$$srcdirstrip/||;t" \
 
371
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
372
        case $$dist_files in \
 
373
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
374
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
375
                           sort -u` ;; \
 
376
        esac; \
 
377
        for file in $$dist_files; do \
 
378
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
379
          if test -d $$d/$$file; then \
 
380
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
381
            if test -d "$(distdir)/$$file"; then \
 
382
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
383
            fi; \
 
384
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
385
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
386
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
387
            fi; \
 
388
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
389
          else \
 
390
            test -f "$(distdir)/$$file" \
 
391
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
392
            || exit 1; \
 
393
          fi; \
 
394
        done
 
395
check-am: all-am
 
396
check: check-am
 
397
all-am: Makefile $(LTLIBRARIES)
 
398
installdirs:
 
399
install: install-am
 
400
install-exec: install-exec-am
 
401
install-data: install-data-am
 
402
uninstall: uninstall-am
 
403
 
 
404
install-am: all-am
 
405
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
406
 
 
407
installcheck: installcheck-am
 
408
install-strip:
 
409
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
410
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
411
          `test -z '$(STRIP)' || \
 
412
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
413
mostlyclean-generic:
 
414
 
 
415
clean-generic:
 
416
 
 
417
distclean-generic:
 
418
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
419
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
420
 
 
421
maintainer-clean-generic:
 
422
        @echo "This command is intended for maintainers to use"
 
423
        @echo "it deletes files that may require special tools to rebuild."
 
424
clean: clean-am
 
425
 
 
426
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
427
        mostlyclean-am
 
428
 
 
429
distclean: distclean-am
 
430
        -rm -rf ./$(DEPDIR)
 
431
        -rm -f Makefile
 
432
distclean-am: clean-am distclean-compile distclean-generic \
 
433
        distclean-tags
 
434
 
 
435
dvi: dvi-am
 
436
 
 
437
dvi-am:
 
438
 
 
439
html: html-am
 
440
 
 
441
html-am:
 
442
 
 
443
info: info-am
 
444
 
 
445
info-am:
 
446
 
 
447
install-data-am:
 
448
 
 
449
install-dvi: install-dvi-am
 
450
 
 
451
install-dvi-am:
 
452
 
 
453
install-exec-am:
 
454
 
 
455
install-html: install-html-am
 
456
 
 
457
install-html-am:
 
458
 
 
459
install-info: install-info-am
 
460
 
 
461
install-info-am:
 
462
 
 
463
install-man:
 
464
 
 
465
install-pdf: install-pdf-am
 
466
 
 
467
install-pdf-am:
 
468
 
 
469
install-ps: install-ps-am
 
470
 
 
471
install-ps-am:
 
472
 
 
473
installcheck-am:
 
474
 
 
475
maintainer-clean: maintainer-clean-am
 
476
        -rm -rf ./$(DEPDIR)
 
477
        -rm -f Makefile
 
478
maintainer-clean-am: distclean-am maintainer-clean-generic
 
479
 
 
480
mostlyclean: mostlyclean-am
 
481
 
 
482
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
483
        mostlyclean-libtool
 
484
 
 
485
pdf: pdf-am
 
486
 
 
487
pdf-am:
 
488
 
 
489
ps: ps-am
 
490
 
 
491
ps-am:
 
492
 
 
493
uninstall-am:
 
494
 
 
495
.MAKE: install-am install-strip
 
496
 
 
497
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
498
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
499
        distclean-compile distclean-generic distclean-libtool \
 
500
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
501
        install install-am install-data install-data-am install-dvi \
 
502
        install-dvi-am install-exec install-exec-am install-html \
 
503
        install-html-am install-info install-info-am install-man \
 
504
        install-pdf install-pdf-am install-ps install-ps-am \
 
505
        install-strip installcheck installcheck-am installdirs \
 
506
        maintainer-clean maintainer-clean-generic mostlyclean \
 
507
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
508
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
509
 
 
510
 
 
511
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
512
# Otherwise a system limit (for SysV at least) may be exceeded.
 
513
.NOEXPORT: