~ubuntu-branches/ubuntu/saucy/sssd/saucy

« back to all changes in this revision

Viewing changes to common/path_utils/Makefile.in

  • Committer: Stéphane Graber
  • Date: 2011-06-15 16:23:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: stgraber@ubuntu.com-20110615162314-rbhoppnpaxfqo5q7
Merge 1.5.8

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
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
 
@HAVE_GCC_TRUE@am__append_1 = \
39
 
@HAVE_GCC_TRUE@        -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
40
 
@HAVE_GCC_TRUE@        -Wcast-align -Wwrite-strings
41
 
 
42
 
subdir = .
43
 
DIST_COMMON = $(am__configure_deps) $(dist_noinst_DATA) \
44
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45
 
        $(srcdir)/config.h.in $(srcdir)/path_utils.pc.in \
46
 
        $(top_srcdir)/configure build/config.guess build/config.sub \
47
 
        build/depcomp build/install-sh build/ltmain.sh build/missing
48
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
50
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
51
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
52
 
        $(top_srcdir)/configure.ac
53
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
 
        $(ACLOCAL_M4)
55
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56
 
 configure.lineno config.status.lineno
57
 
mkinstalldirs = $(install_sh) -d
58
 
CONFIG_HEADER = config.h
59
 
CONFIG_CLEAN_FILES = path_utils.pc
60
 
CONFIG_CLEAN_VPATH_FILES =
61
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
62
 
libpath_utils_la_LIBADD =
63
 
am_libpath_utils_la_OBJECTS = path_utils.lo
64
 
libpath_utils_la_OBJECTS = $(am_libpath_utils_la_OBJECTS)
65
 
AM_V_lt = $(am__v_lt_$(V))
66
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
67
 
am__v_lt_0 = --silent
68
 
DEFAULT_INCLUDES = -I.@am__isrc@
69
 
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
70
 
am__depfiles_maybe = depfiles
71
 
am__mv = mv -f
72
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
75
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
76
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
77
 
        $(AM_CFLAGS) $(CFLAGS)
78
 
AM_V_CC = $(am__v_CC_$(V))
79
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
80
 
am__v_CC_0 = @echo "  CC    " $@;
81
 
AM_V_at = $(am__v_at_$(V))
82
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
83
 
am__v_at_0 = @
84
 
CCLD = $(CC)
85
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
86
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
87
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
88
 
AM_V_CCLD = $(am__v_CCLD_$(V))
89
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
90
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
91
 
AM_V_GEN = $(am__v_GEN_$(V))
92
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
93
 
am__v_GEN_0 = @echo "  GEN   " $@;
94
 
SOURCES = $(libpath_utils_la_SOURCES)
95
 
DIST_SOURCES = $(libpath_utils_la_SOURCES)
96
 
DATA = $(dist_noinst_DATA)
97
 
ETAGS = etags
98
 
CTAGS = ctags
99
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100
 
distdir = $(PACKAGE)-$(VERSION)
101
 
top_distdir = $(distdir)
102
 
am__remove_distdir = \
103
 
  { test ! -d "$(distdir)" \
104
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
105
 
         && rm -fr "$(distdir)"; }; }
106
 
DIST_ARCHIVES = $(distdir).tar.gz
107
 
GZIP_ENV = --best
108
 
distuninstallcheck_listfiles = find . -type f -print
109
 
distcleancheck_listfiles = find . -type f -print
110
 
ACLOCAL = @ACLOCAL@
111
 
AMTAR = @AMTAR@
112
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
113
 
AR = @AR@
114
 
AUTOCONF = @AUTOCONF@
115
 
AUTOHEADER = @AUTOHEADER@
116
 
AUTOMAKE = @AUTOMAKE@
117
 
AWK = @AWK@
118
 
CC = @CC@
119
 
CCDEPMODE = @CCDEPMODE@
120
 
CFLAGS = @CFLAGS@
121
 
CPP = @CPP@
122
 
CPPFLAGS = @CPPFLAGS@
123
 
CYGPATH_W = @CYGPATH_W@
124
 
DEFS = @DEFS@
125
 
DEPDIR = @DEPDIR@
126
 
DSYMUTIL = @DSYMUTIL@
127
 
DUMPBIN = @DUMPBIN@
128
 
ECHO_C = @ECHO_C@
129
 
ECHO_N = @ECHO_N@
130
 
ECHO_T = @ECHO_T@
131
 
EGREP = @EGREP@
132
 
EXEEXT = @EXEEXT@
133
 
FGREP = @FGREP@
134
 
GREP = @GREP@
135
 
INSTALL = @INSTALL@
136
 
INSTALL_DATA = @INSTALL_DATA@
137
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
138
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
139
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140
 
LD = @LD@
141
 
LDFLAGS = @LDFLAGS@
142
 
LIBOBJS = @LIBOBJS@
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_VERSION = @PACKAGE_VERSION@
162
 
PATH_SEPARATOR = @PATH_SEPARATOR@
163
 
RANLIB = @RANLIB@
164
 
SED = @SED@
165
 
SET_MAKE = @SET_MAKE@
166
 
SHELL = @SHELL@
167
 
STRIP = @STRIP@
168
 
VERSION = @VERSION@
169
 
abs_builddir = @abs_builddir@
170
 
abs_srcdir = @abs_srcdir@
171
 
abs_top_builddir = @abs_top_builddir@
172
 
abs_top_srcdir = @abs_top_srcdir@
173
 
ac_ct_CC = @ac_ct_CC@
174
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
175
 
am__include = @am__include@
176
 
am__leading_dot = @am__leading_dot@
177
 
am__quote = @am__quote@
178
 
am__tar = @am__tar@
179
 
am__untar = @am__untar@
180
 
bindir = @bindir@
181
 
build = @build@
182
 
build_alias = @build_alias@
183
 
build_cpu = @build_cpu@
184
 
build_os = @build_os@
185
 
build_vendor = @build_vendor@
186
 
builddir = @builddir@
187
 
datadir = @datadir@
188
 
datarootdir = @datarootdir@
189
 
docdir = @docdir@
190
 
dvidir = @dvidir@
191
 
exec_prefix = @exec_prefix@
192
 
host = @host@
193
 
host_alias = @host_alias@
194
 
host_cpu = @host_cpu@
195
 
host_os = @host_os@
196
 
host_vendor = @host_vendor@
197
 
htmldir = @htmldir@
198
 
includedir = @includedir@
199
 
infodir = @infodir@
200
 
install_sh = @install_sh@
201
 
libdir = @libdir@
202
 
libexecdir = @libexecdir@
203
 
localedir = @localedir@
204
 
localstatedir = @localstatedir@
205
 
lt_ECHO = @lt_ECHO@
206
 
mandir = @mandir@
207
 
mkdir_p = @mkdir_p@
208
 
oldincludedir = @oldincludedir@
209
 
pdfdir = @pdfdir@
210
 
prefix = @prefix@
211
 
program_transform_name = @program_transform_name@
212
 
psdir = @psdir@
213
 
sbindir = @sbindir@
214
 
sharedstatedir = @sharedstatedir@
215
 
srcdir = @srcdir@
216
 
sysconfdir = @sysconfdir@
217
 
target_alias = @target_alias@
218
 
top_build_prefix = @top_build_prefix@
219
 
top_builddir = @top_builddir@
220
 
top_srcdir = @top_srcdir@
221
 
AM_CFLAGS = $(am__append_1)
222
 
ACLOCAL_AMFLAGS = -I m4
223
 
pkgconfigdir = $(libdir)/pkgconfig
224
 
dist_noinst_DATA = \
225
 
    path_utils.pc \
226
 
    m4
227
 
 
228
 
noinst_LTLIBRARIES = libpath_utils.la
229
 
libpath_utils_la_SOURCES = \
230
 
    path_utils.c \
231
 
    path_utils.h
232
 
 
233
 
all: config.h
234
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
235
 
 
236
 
.SUFFIXES:
237
 
.SUFFIXES: .c .lo .o .obj
238
 
am--refresh:
239
 
        @:
240
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
241
 
        @for dep in $?; do \
242
 
          case '$(am__configure_deps)' in \
243
 
            *$$dep*) \
244
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
245
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
246
 
                && exit 0; \
247
 
              exit 1;; \
248
 
          esac; \
249
 
        done; \
250
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
251
 
        $(am__cd) $(top_srcdir) && \
252
 
          $(AUTOMAKE) --foreign Makefile
253
 
.PRECIOUS: Makefile
254
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255
 
        @case '$?' in \
256
 
          *config.status*) \
257
 
            echo ' $(SHELL) ./config.status'; \
258
 
            $(SHELL) ./config.status;; \
259
 
          *) \
260
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
261
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
262
 
        esac;
263
 
 
264
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265
 
        $(SHELL) ./config.status --recheck
266
 
 
267
 
$(top_srcdir)/configure:  $(am__configure_deps)
268
 
        $(am__cd) $(srcdir) && $(AUTOCONF)
269
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
270
 
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
271
 
$(am__aclocal_m4_deps):
272
 
 
273
 
config.h: stamp-h1
274
 
        @if test ! -f $@; then \
275
 
          rm -f stamp-h1; \
276
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
277
 
        else :; fi
278
 
 
279
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
280
 
        @rm -f stamp-h1
281
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
282
 
$(srcdir)/config.h.in:  $(am__configure_deps) 
283
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
284
 
        rm -f stamp-h1
285
 
        touch $@
286
 
 
287
 
distclean-hdr:
288
 
        -rm -f config.h stamp-h1
289
 
path_utils.pc: $(top_builddir)/config.status $(srcdir)/path_utils.pc.in
290
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
291
 
 
292
 
clean-noinstLTLIBRARIES:
293
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
294
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
295
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
296
 
          test "$$dir" != "$$p" || dir=.; \
297
 
          echo "rm -f \"$${dir}/so_locations\""; \
298
 
          rm -f "$${dir}/so_locations"; \
299
 
        done
300
 
libpath_utils.la: $(libpath_utils_la_OBJECTS) $(libpath_utils_la_DEPENDENCIES) 
301
 
        $(AM_V_CCLD)$(LINK)  $(libpath_utils_la_OBJECTS) $(libpath_utils_la_LIBADD) $(LIBS)
302
 
 
303
 
mostlyclean-compile:
304
 
        -rm -f *.$(OBJEXT)
305
 
 
306
 
distclean-compile:
307
 
        -rm -f *.tab.c
308
 
 
309
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path_utils.Plo@am__quote@
310
 
 
311
 
.c.o:
312
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
313
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
314
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
315
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
318
 
 
319
 
.c.obj:
320
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
321
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
322
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
323
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
326
 
 
327
 
.c.lo:
328
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
330
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
331
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
332
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
334
 
 
335
 
mostlyclean-libtool:
336
 
        -rm -f *.lo
337
 
 
338
 
clean-libtool:
339
 
        -rm -rf .libs _libs
340
 
 
341
 
distclean-libtool:
342
 
        -rm -f libtool config.lt
343
 
 
344
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
345
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
346
 
        unique=`for i in $$list; do \
347
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348
 
          done | \
349
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
351
 
        mkid -fID $$unique
352
 
tags: TAGS
353
 
 
354
 
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
355
 
                $(TAGS_FILES) $(LISP)
356
 
        set x; \
357
 
        here=`pwd`; \
358
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
359
 
        unique=`for i in $$list; do \
360
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361
 
          done | \
362
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
364
 
        shift; \
365
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
366
 
          test -n "$$unique" || unique=$$empty_fix; \
367
 
          if test $$# -gt 0; then \
368
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369
 
              "$$@" $$unique; \
370
 
          else \
371
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372
 
              $$unique; \
373
 
          fi; \
374
 
        fi
375
 
ctags: CTAGS
376
 
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
377
 
                $(TAGS_FILES) $(LISP)
378
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
379
 
        unique=`for i in $$list; do \
380
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
 
          done | \
382
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
 
        test -z "$(CTAGS_ARGS)$$unique" \
385
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386
 
             $$unique
387
 
 
388
 
GTAGS:
389
 
        here=`$(am__cd) $(top_builddir) && pwd` \
390
 
          && $(am__cd) $(top_srcdir) \
391
 
          && gtags -i $(GTAGS_ARGS) "$$here"
392
 
 
393
 
distclean-tags:
394
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
 
 
396
 
distdir: $(DISTFILES)
397
 
        $(am__remove_distdir)
398
 
        test -d "$(distdir)" || mkdir "$(distdir)"
399
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401
 
        list='$(DISTFILES)'; \
402
 
          dist_files=`for file in $$list; do echo $$file; done | \
403
 
          sed -e "s|^$$srcdirstrip/||;t" \
404
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
405
 
        case $$dist_files in \
406
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
407
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408
 
                           sort -u` ;; \
409
 
        esac; \
410
 
        for file in $$dist_files; do \
411
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412
 
          if test -d $$d/$$file; then \
413
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
414
 
            if test -d "$(distdir)/$$file"; then \
415
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
416
 
            fi; \
417
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
418
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
419
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420
 
            fi; \
421
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
422
 
          else \
423
 
            test -f "$(distdir)/$$file" \
424
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
425
 
            || exit 1; \
426
 
          fi; \
427
 
        done
428
 
        -test -n "$(am__skip_mode_fix)" \
429
 
        || find "$(distdir)" -type d ! -perm -755 \
430
 
                -exec chmod u+rwx,go+rx {} \; -o \
431
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
432
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
433
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
434
 
        || chmod -R a+r "$(distdir)"
435
 
dist-gzip: distdir
436
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
437
 
        $(am__remove_distdir)
438
 
 
439
 
dist-bzip2: distdir
440
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
441
 
        $(am__remove_distdir)
442
 
 
443
 
dist-lzma: distdir
444
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
445
 
        $(am__remove_distdir)
446
 
 
447
 
dist-xz: distdir
448
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
449
 
        $(am__remove_distdir)
450
 
 
451
 
dist-tarZ: distdir
452
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
453
 
        $(am__remove_distdir)
454
 
 
455
 
dist-shar: distdir
456
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
457
 
        $(am__remove_distdir)
458
 
 
459
 
dist-zip: distdir
460
 
        -rm -f $(distdir).zip
461
 
        zip -rq $(distdir).zip $(distdir)
462
 
        $(am__remove_distdir)
463
 
 
464
 
dist dist-all: distdir
465
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
466
 
        $(am__remove_distdir)
467
 
 
468
 
# This target untars the dist file and tries a VPATH configuration.  Then
469
 
# it guarantees that the distribution is self-contained by making another
470
 
# tarfile.
471
 
distcheck: dist
472
 
        case '$(DIST_ARCHIVES)' in \
473
 
        *.tar.gz*) \
474
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
475
 
        *.tar.bz2*) \
476
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
477
 
        *.tar.lzma*) \
478
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
479
 
        *.tar.xz*) \
480
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
481
 
        *.tar.Z*) \
482
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
483
 
        *.shar.gz*) \
484
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
485
 
        *.zip*) \
486
 
          unzip $(distdir).zip ;;\
487
 
        esac
488
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
489
 
        mkdir $(distdir)/_build
490
 
        mkdir $(distdir)/_inst
491
 
        chmod a-w $(distdir)
492
 
        test -d $(distdir)/_build || exit 0; \
493
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
494
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
495
 
          && am__cwd=`pwd` \
496
 
          && $(am__cd) $(distdir)/_build \
497
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
498
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
499
 
          && $(MAKE) $(AM_MAKEFLAGS) \
500
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
501
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
502
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
503
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
504
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
505
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
506
 
                distuninstallcheck \
507
 
          && chmod -R a-w "$$dc_install_base" \
508
 
          && ({ \
509
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
510
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
511
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
512
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
513
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
514
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
515
 
          && rm -rf "$$dc_destdir" \
516
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
517
 
          && rm -rf $(DIST_ARCHIVES) \
518
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
519
 
          && cd "$$am__cwd" \
520
 
          || exit 1
521
 
        $(am__remove_distdir)
522
 
        @(echo "$(distdir) archives ready for distribution: "; \
523
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
524
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
525
 
distuninstallcheck:
526
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
527
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
528
 
           || { echo "ERROR: files left after uninstall:" ; \
529
 
                if test -n "$(DESTDIR)"; then \
530
 
                  echo "  (check DESTDIR support)"; \
531
 
                fi ; \
532
 
                $(distuninstallcheck_listfiles) ; \
533
 
                exit 1; } >&2
534
 
distcleancheck: distclean
535
 
        @if test '$(srcdir)' = . ; then \
536
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
537
 
          exit 1 ; \
538
 
        fi
539
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
540
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
541
 
               $(distcleancheck_listfiles) ; \
542
 
               exit 1; } >&2
543
 
check-am: all-am
544
 
check: check-am
545
 
all-am: Makefile $(LTLIBRARIES) $(DATA) config.h
546
 
installdirs:
547
 
install: install-am
548
 
install-exec: install-exec-am
549
 
install-data: install-data-am
550
 
uninstall: uninstall-am
551
 
 
552
 
install-am: all-am
553
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
 
 
555
 
installcheck: installcheck-am
556
 
install-strip:
557
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559
 
          `test -z '$(STRIP)' || \
560
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
561
 
mostlyclean-generic:
562
 
 
563
 
clean-generic:
564
 
 
565
 
distclean-generic:
566
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
567
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
568
 
 
569
 
maintainer-clean-generic:
570
 
        @echo "This command is intended for maintainers to use"
571
 
        @echo "it deletes files that may require special tools to rebuild."
572
 
clean: clean-am
573
 
 
574
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
575
 
        mostlyclean-am
576
 
 
577
 
distclean: distclean-am
578
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
579
 
        -rm -rf ./$(DEPDIR)
580
 
        -rm -f Makefile
581
 
distclean-am: clean-am distclean-compile distclean-generic \
582
 
        distclean-hdr distclean-libtool distclean-tags
583
 
 
584
 
dvi: dvi-am
585
 
 
586
 
dvi-am:
587
 
 
588
 
html: html-am
589
 
 
590
 
html-am:
591
 
 
592
 
info: info-am
593
 
 
594
 
info-am:
595
 
 
596
 
install-data-am:
597
 
 
598
 
install-dvi: install-dvi-am
599
 
 
600
 
install-dvi-am:
601
 
 
602
 
install-exec-am:
603
 
 
604
 
install-html: install-html-am
605
 
 
606
 
install-html-am:
607
 
 
608
 
install-info: install-info-am
609
 
 
610
 
install-info-am:
611
 
 
612
 
install-man:
613
 
 
614
 
install-pdf: install-pdf-am
615
 
 
616
 
install-pdf-am:
617
 
 
618
 
install-ps: install-ps-am
619
 
 
620
 
install-ps-am:
621
 
 
622
 
installcheck-am:
623
 
 
624
 
maintainer-clean: maintainer-clean-am
625
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
626
 
        -rm -rf $(top_srcdir)/autom4te.cache
627
 
        -rm -rf ./$(DEPDIR)
628
 
        -rm -f Makefile
629
 
maintainer-clean-am: distclean-am maintainer-clean-generic
630
 
 
631
 
mostlyclean: mostlyclean-am
632
 
 
633
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
634
 
        mostlyclean-libtool
635
 
 
636
 
pdf: pdf-am
637
 
 
638
 
pdf-am:
639
 
 
640
 
ps: ps-am
641
 
 
642
 
ps-am:
643
 
 
644
 
uninstall-am:
645
 
 
646
 
.MAKE: all install-am install-strip
647
 
 
648
 
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
649
 
        clean-generic clean-libtool clean-noinstLTLIBRARIES ctags dist \
650
 
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
651
 
        dist-xz dist-zip distcheck distclean distclean-compile \
652
 
        distclean-generic distclean-hdr distclean-libtool \
653
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
654
 
        dvi-am html html-am info info-am install install-am \
655
 
        install-data install-data-am install-dvi install-dvi-am \
656
 
        install-exec install-exec-am install-html install-html-am \
657
 
        install-info install-info-am install-man install-pdf \
658
 
        install-pdf-am install-ps install-ps-am install-strip \
659
 
        installcheck installcheck-am installdirs maintainer-clean \
660
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
661
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
662
 
        tags uninstall uninstall-am
663
 
 
664
 
 
665
 
tests: all $(check_PROGRAMS)
666
 
 
667
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
668
 
# Otherwise a system limit (for SysV at least) may be exceeded.
669
 
.NOEXPORT: