~ubuntu-branches/ubuntu/vivid/debtags/vivid-proposed

« back to all changes in this revision

Viewing changes to libapt-front/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Zini
  • Date: 2006-03-18 20:31:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20060318203147-d9uzdeong5f5nk14
Tags: 1.5.5
* Added dumpavail command.
* Don't rebuild the database on install: apt-index-watcher does it instead.
  Closes: #357103.
* Compiles with g++ 4.1.  Closes: #357360.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
 
subdir = libapt-front
40
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41
 
        $(srcdir)/libapt-front.pc.in AUTHORS COPYING TODO
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
 
mkinstalldirs = $(install_sh) -d
47
 
CONFIG_HEADER = $(top_builddir)/config.h
48
 
CONFIG_CLEAN_FILES = libapt-front.pc
49
 
SOURCES =
50
 
DIST_SOURCES =
51
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
 
        html-recursive info-recursive install-data-recursive \
53
 
        install-exec-recursive install-info-recursive \
54
 
        install-recursive installcheck-recursive installdirs-recursive \
55
 
        pdf-recursive ps-recursive uninstall-info-recursive \
56
 
        uninstall-recursive
57
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58
 
am__vpath_adj = case $$p in \
59
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60
 
    *) f=$$p;; \
61
 
  esac;
62
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
63
 
am__installdirs = "$(DESTDIR)$(m4dir)" "$(DESTDIR)$(pkgconfigdir)"
64
 
m4DATA_INSTALL = $(INSTALL_DATA)
65
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
66
 
DATA = $(m4_DATA) $(pkgconfig_DATA)
67
 
ETAGS = etags
68
 
CTAGS = ctags
69
 
DIST_SUBDIRS = $(SUBDIRS)
70
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
 
ACLOCAL = @ACLOCAL@
72
 
AMDEP_FALSE = @AMDEP_FALSE@
73
 
AMDEP_TRUE = @AMDEP_TRUE@
74
 
AMTAR = @AMTAR@
75
 
APTGET = @APTGET@
76
 
AR = @AR@
77
 
AUTOCONF = @AUTOCONF@
78
 
AUTOHEADER = @AUTOHEADER@
79
 
AUTOMAKE = @AUTOMAKE@
80
 
AWK = @AWK@
81
 
CC = @CC@
82
 
CCDEPMODE = @CCDEPMODE@
83
 
CFLAGS = @CFLAGS@
84
 
CPP = @CPP@
85
 
CPPFLAGS = @CPPFLAGS@
86
 
CXX = @CXX@
87
 
CXXCPP = @CXXCPP@
88
 
CXXDEPMODE = @CXXDEPMODE@
89
 
CXXFLAGS = @CXXFLAGS@
90
 
CYGPATH_W = @CYGPATH_W@
91
 
DEFS = @DEFS@
92
 
DEPDIR = @DEPDIR@
93
 
DO_DOCS_FALSE = @DO_DOCS_FALSE@
94
 
DO_DOCS_TRUE = @DO_DOCS_TRUE@
95
 
ECHO = @ECHO@
96
 
ECHO_C = @ECHO_C@
97
 
ECHO_N = @ECHO_N@
98
 
ECHO_T = @ECHO_T@
99
 
EGREP = @EGREP@
100
 
EXEEXT = @EXEEXT@
101
 
F77 = @F77@
102
 
FFLAGS = @FFLAGS@
103
 
INSTALL_DATA = @INSTALL_DATA@
104
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
105
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
106
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107
 
LDFLAGS = @LDFLAGS@
108
 
LIBOBJS = @LIBOBJS@
109
 
LIBS = @LIBS@
110
 
LIBTAGCOLL_CFLAGS = @LIBTAGCOLL_CFLAGS@
111
 
LIBTAGCOLL_LIBS = @LIBTAGCOLL_LIBS@
112
 
LIBTOOL = @LIBTOOL@
113
 
LN_S = @LN_S@
114
 
LTLIBOBJS = @LTLIBOBJS@
115
 
MAKEINFO = @MAKEINFO@
116
 
OBJEXT = @OBJEXT@
117
 
PACKAGE = @PACKAGE@
118
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
119
 
PACKAGE_NAME = @PACKAGE_NAME@
120
 
PACKAGE_STRING = @PACKAGE_STRING@
121
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
122
 
PACKAGE_VERSION = @PACKAGE_VERSION@
123
 
PATH_SEPARATOR = @PATH_SEPARATOR@
124
 
PKG_CONFIG = @PKG_CONFIG@
125
 
PYTHON = @PYTHON@
126
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
127
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
128
 
PYTHON_PREFIX = @PYTHON_PREFIX@
129
 
PYTHON_VERSION = @PYTHON_VERSION@
130
 
RANLIB = @RANLIB@
131
 
SET_MAKE = @SET_MAKE@
132
 
SHELL = @SHELL@
133
 
STRIP = @STRIP@
134
 
VERSION = @VERSION@
135
 
ac_ct_AR = @ac_ct_AR@
136
 
ac_ct_CC = @ac_ct_CC@
137
 
ac_ct_CXX = @ac_ct_CXX@
138
 
ac_ct_F77 = @ac_ct_F77@
139
 
ac_ct_RANLIB = @ac_ct_RANLIB@
140
 
ac_ct_STRIP = @ac_ct_STRIP@
141
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
142
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
143
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
144
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
145
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
146
 
am__include = @am__include@
147
 
am__leading_dot = @am__leading_dot@
148
 
am__quote = @am__quote@
149
 
am__tar = @am__tar@
150
 
am__untar = @am__untar@
151
 
bashcompdir = @bashcompdir@
152
 
bindir = @bindir@
153
 
build = @build@
154
 
build_alias = @build_alias@
155
 
build_cpu = @build_cpu@
156
 
build_os = @build_os@
157
 
build_vendor = @build_vendor@
158
 
confdir = @confdir@
159
 
databasedir = @databasedir@
160
 
datadir = @datadir@
161
 
exec_prefix = @exec_prefix@
162
 
host = @host@
163
 
host_alias = @host_alias@
164
 
host_cpu = @host_cpu@
165
 
host_os = @host_os@
166
 
host_vendor = @host_vendor@
167
 
includedir = @includedir@
168
 
infodir = @infodir@
169
 
install_sh = @install_sh@
170
 
libdir = @libdir@
171
 
libexecdir = @libexecdir@
172
 
localstatedir = @localstatedir@
173
 
mandir = @mandir@
174
 
mkdir_p = @mkdir_p@
175
 
oldincludedir = @oldincludedir@
176
 
pkgcachedir = @pkgcachedir@
177
 
pkgpyexecdir = @pkgpyexecdir@
178
 
pkgpythondir = @pkgpythondir@
179
 
prefix = @prefix@
180
 
program_transform_name = @program_transform_name@
181
 
pyexecdir = @pyexecdir@
182
 
pythondir = @pythondir@
183
 
sbindir = @sbindir@
184
 
sharedstatedir = @sharedstatedir@
185
 
sysconfdir = @sysconfdir@
186
 
target_alias = @target_alias@
187
 
SUBDIRS = apt-front tests utils doc
188
 
pkgconfigdir = $(libdir)/pkgconfig
189
 
pkgconfig_DATA = libapt-front.pc
190
 
m4dir = $(datadir)/aclocal
191
 
m4_DATA = libapt-front.m4
192
 
EXTRA_DIST = libapt-front.m4 libapt-front.pc.in
193
 
all: all-recursive
194
 
 
195
 
.SUFFIXES:
196
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
197
 
        @for dep in $?; do \
198
 
          case '$(am__configure_deps)' in \
199
 
            *$$dep*) \
200
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
201
 
                && exit 0; \
202
 
              exit 1;; \
203
 
          esac; \
204
 
        done; \
205
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libapt-front/Makefile'; \
206
 
        cd $(top_srcdir) && \
207
 
          $(AUTOMAKE) --foreign  libapt-front/Makefile
208
 
.PRECIOUS: Makefile
209
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210
 
        @case '$?' in \
211
 
          *config.status*) \
212
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
213
 
          *) \
214
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
215
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
216
 
        esac;
217
 
 
218
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
219
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220
 
 
221
 
$(top_srcdir)/configure:  $(am__configure_deps)
222
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
224
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225
 
libapt-front.pc: $(top_builddir)/config.status $(srcdir)/libapt-front.pc.in
226
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
227
 
 
228
 
mostlyclean-libtool:
229
 
        -rm -f *.lo
230
 
 
231
 
clean-libtool:
232
 
        -rm -rf .libs _libs
233
 
 
234
 
distclean-libtool:
235
 
        -rm -f libtool
236
 
uninstall-info-am:
237
 
install-m4DATA: $(m4_DATA)
238
 
        @$(NORMAL_INSTALL)
239
 
        test -z "$(m4dir)" || $(mkdir_p) "$(DESTDIR)$(m4dir)"
240
 
        @list='$(m4_DATA)'; for p in $$list; do \
241
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
242
 
          f=$(am__strip_dir) \
243
 
          echo " $(m4DATA_INSTALL) '$$d$$p' '$(DESTDIR)$(m4dir)/$$f'"; \
244
 
          $(m4DATA_INSTALL) "$$d$$p" "$(DESTDIR)$(m4dir)/$$f"; \
245
 
        done
246
 
 
247
 
uninstall-m4DATA:
248
 
        @$(NORMAL_UNINSTALL)
249
 
        @list='$(m4_DATA)'; for p in $$list; do \
250
 
          f=$(am__strip_dir) \
251
 
          echo " rm -f '$(DESTDIR)$(m4dir)/$$f'"; \
252
 
          rm -f "$(DESTDIR)$(m4dir)/$$f"; \
253
 
        done
254
 
install-pkgconfigDATA: $(pkgconfig_DATA)
255
 
        @$(NORMAL_INSTALL)
256
 
        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
257
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
258
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
259
 
          f=$(am__strip_dir) \
260
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
261
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
262
 
        done
263
 
 
264
 
uninstall-pkgconfigDATA:
265
 
        @$(NORMAL_UNINSTALL)
266
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
267
 
          f=$(am__strip_dir) \
268
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
269
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
270
 
        done
271
 
 
272
 
# This directory's subdirectories are mostly independent; you can cd
273
 
# into them and run `make' without going through this Makefile.
274
 
# To change the values of `make' variables: instead of editing Makefiles,
275
 
# (1) if the variable is set in `config.status', edit `config.status'
276
 
#     (which will cause the Makefiles to be regenerated when you run `make');
277
 
# (2) otherwise, pass the desired values on the `make' command line.
278
 
$(RECURSIVE_TARGETS):
279
 
        @failcom='exit 1'; \
280
 
        for f in x $$MAKEFLAGS; do \
281
 
          case $$f in \
282
 
            *=* | --[!k]*);; \
283
 
            *k*) failcom='fail=yes';; \
284
 
          esac; \
285
 
        done; \
286
 
        dot_seen=no; \
287
 
        target=`echo $@ | sed s/-recursive//`; \
288
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
289
 
          echo "Making $$target in $$subdir"; \
290
 
          if test "$$subdir" = "."; then \
291
 
            dot_seen=yes; \
292
 
            local_target="$$target-am"; \
293
 
          else \
294
 
            local_target="$$target"; \
295
 
          fi; \
296
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297
 
          || eval $$failcom; \
298
 
        done; \
299
 
        if test "$$dot_seen" = "no"; then \
300
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
301
 
        fi; test -z "$$fail"
302
 
 
303
 
mostlyclean-recursive clean-recursive distclean-recursive \
304
 
maintainer-clean-recursive:
305
 
        @failcom='exit 1'; \
306
 
        for f in x $$MAKEFLAGS; do \
307
 
          case $$f in \
308
 
            *=* | --[!k]*);; \
309
 
            *k*) failcom='fail=yes';; \
310
 
          esac; \
311
 
        done; \
312
 
        dot_seen=no; \
313
 
        case "$@" in \
314
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
315
 
          *) list='$(SUBDIRS)' ;; \
316
 
        esac; \
317
 
        rev=''; for subdir in $$list; do \
318
 
          if test "$$subdir" = "."; then :; else \
319
 
            rev="$$subdir $$rev"; \
320
 
          fi; \
321
 
        done; \
322
 
        rev="$$rev ."; \
323
 
        target=`echo $@ | sed s/-recursive//`; \
324
 
        for subdir in $$rev; do \
325
 
          echo "Making $$target in $$subdir"; \
326
 
          if test "$$subdir" = "."; then \
327
 
            local_target="$$target-am"; \
328
 
          else \
329
 
            local_target="$$target"; \
330
 
          fi; \
331
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
332
 
          || eval $$failcom; \
333
 
        done && test -z "$$fail"
334
 
tags-recursive:
335
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
336
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
337
 
        done
338
 
ctags-recursive:
339
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
340
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
341
 
        done
342
 
 
343
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
344
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
345
 
        unique=`for i in $$list; do \
346
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
 
          done | \
348
 
          $(AWK) '    { files[$$0] = 1; } \
349
 
               END { for (i in files) print i; }'`; \
350
 
        mkid -fID $$unique
351
 
tags: TAGS
352
 
 
353
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
354
 
                $(TAGS_FILES) $(LISP)
355
 
        tags=; \
356
 
        here=`pwd`; \
357
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
358
 
          include_option=--etags-include; \
359
 
          empty_fix=.; \
360
 
        else \
361
 
          include_option=--include; \
362
 
          empty_fix=; \
363
 
        fi; \
364
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
365
 
          if test "$$subdir" = .; then :; else \
366
 
            test ! -f $$subdir/TAGS || \
367
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
368
 
          fi; \
369
 
        done; \
370
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
371
 
        unique=`for i in $$list; do \
372
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373
 
          done | \
374
 
          $(AWK) '    { files[$$0] = 1; } \
375
 
               END { for (i in files) print i; }'`; \
376
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
377
 
          test -n "$$unique" || unique=$$empty_fix; \
378
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379
 
            $$tags $$unique; \
380
 
        fi
381
 
ctags: CTAGS
382
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
383
 
                $(TAGS_FILES) $(LISP)
384
 
        tags=; \
385
 
        here=`pwd`; \
386
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387
 
        unique=`for i in $$list; do \
388
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389
 
          done | \
390
 
          $(AWK) '    { files[$$0] = 1; } \
391
 
               END { for (i in files) print i; }'`; \
392
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
393
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394
 
             $$tags $$unique
395
 
 
396
 
GTAGS:
397
 
        here=`$(am__cd) $(top_builddir) && pwd` \
398
 
          && cd $(top_srcdir) \
399
 
          && gtags -i $(GTAGS_ARGS) $$here
400
 
 
401
 
distclean-tags:
402
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
403
 
 
404
 
distdir: $(DISTFILES)
405
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
406
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
407
 
        list='$(DISTFILES)'; for file in $$list; do \
408
 
          case $$file in \
409
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
410
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
411
 
          esac; \
412
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
413
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
414
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
415
 
            dir="/$$dir"; \
416
 
            $(mkdir_p) "$(distdir)$$dir"; \
417
 
          else \
418
 
            dir=''; \
419
 
          fi; \
420
 
          if test -d $$d/$$file; then \
421
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
423
 
            fi; \
424
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
425
 
          else \
426
 
            test -f $(distdir)/$$file \
427
 
            || cp -p $$d/$$file $(distdir)/$$file \
428
 
            || exit 1; \
429
 
          fi; \
430
 
        done
431
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
432
 
          if test "$$subdir" = .; then :; else \
433
 
            test -d "$(distdir)/$$subdir" \
434
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
435
 
            || exit 1; \
436
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
437
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
438
 
            (cd $$subdir && \
439
 
              $(MAKE) $(AM_MAKEFLAGS) \
440
 
                top_distdir="$$top_distdir" \
441
 
                distdir="$$distdir/$$subdir" \
442
 
                distdir) \
443
 
              || exit 1; \
444
 
          fi; \
445
 
        done
446
 
check-am: all-am
447
 
check: check-recursive
448
 
all-am: Makefile $(DATA)
449
 
installdirs: installdirs-recursive
450
 
installdirs-am:
451
 
        for dir in "$(DESTDIR)$(m4dir)" "$(DESTDIR)$(pkgconfigdir)"; do \
452
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
453
 
        done
454
 
install: install-recursive
455
 
install-exec: install-exec-recursive
456
 
install-data: install-data-recursive
457
 
uninstall: uninstall-recursive
458
 
 
459
 
install-am: all-am
460
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
461
 
 
462
 
installcheck: installcheck-recursive
463
 
install-strip:
464
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
465
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
466
 
          `test -z '$(STRIP)' || \
467
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
468
 
mostlyclean-generic:
469
 
 
470
 
clean-generic:
471
 
 
472
 
distclean-generic:
473
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
474
 
 
475
 
maintainer-clean-generic:
476
 
        @echo "This command is intended for maintainers to use"
477
 
        @echo "it deletes files that may require special tools to rebuild."
478
 
clean: clean-recursive
479
 
 
480
 
clean-am: clean-generic clean-libtool mostlyclean-am
481
 
 
482
 
distclean: distclean-recursive
483
 
        -rm -f Makefile
484
 
distclean-am: clean-am distclean-generic distclean-libtool \
485
 
        distclean-tags
486
 
 
487
 
dvi: dvi-recursive
488
 
 
489
 
dvi-am:
490
 
 
491
 
html: html-recursive
492
 
 
493
 
info: info-recursive
494
 
 
495
 
info-am:
496
 
 
497
 
install-data-am: install-m4DATA install-pkgconfigDATA
498
 
 
499
 
install-exec-am:
500
 
 
501
 
install-info: install-info-recursive
502
 
 
503
 
install-man:
504
 
 
505
 
installcheck-am:
506
 
 
507
 
maintainer-clean: maintainer-clean-recursive
508
 
        -rm -f Makefile
509
 
maintainer-clean-am: distclean-am maintainer-clean-generic
510
 
 
511
 
mostlyclean: mostlyclean-recursive
512
 
 
513
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
514
 
 
515
 
pdf: pdf-recursive
516
 
 
517
 
pdf-am:
518
 
 
519
 
ps: ps-recursive
520
 
 
521
 
ps-am:
522
 
 
523
 
uninstall-am: uninstall-info-am uninstall-m4DATA \
524
 
        uninstall-pkgconfigDATA
525
 
 
526
 
uninstall-info: uninstall-info-recursive
527
 
 
528
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
529
 
        clean clean-generic clean-libtool clean-recursive ctags \
530
 
        ctags-recursive distclean distclean-generic distclean-libtool \
531
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
532
 
        html-am info info-am install install-am install-data \
533
 
        install-data-am install-exec install-exec-am install-info \
534
 
        install-info-am install-m4DATA install-man \
535
 
        install-pkgconfigDATA install-strip installcheck \
536
 
        installcheck-am installdirs installdirs-am maintainer-clean \
537
 
        maintainer-clean-generic maintainer-clean-recursive \
538
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
539
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
540
 
        uninstall uninstall-am uninstall-info-am uninstall-m4DATA \
541
 
        uninstall-pkgconfigDATA
542
 
 
543
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
544
 
# Otherwise a system limit (for SysV at least) may be exceeded.
545
 
.NOEXPORT: