~ubuntu-branches/ubuntu/precise/libdebian-installer/precise-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-10-20 03:34:24 UTC
  • Revision ID: james.westby@ubuntu.com-20071020033424-2wa0awrt1uc0h9ud
Tags: 0.53
* Remove compatibility with ancient dpkg-architecture; build-depend on
  newer dpkg-dev instead.
* archdetect: Add the powerpc/cell platform.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
SOURCES = $(libdebian_installer_extra_la_SOURCES) $(libdebian_installer_la_SOURCES)
18
 
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
17
VPATH = @srcdir@
22
18
pkgdatadir = $(datadir)/@PACKAGE@
23
19
pkglibdir = $(libdir)/@PACKAGE@
24
20
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
26
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
22
install_sh_DATA = $(install_sh) -c -m 644
29
23
install_sh_PROGRAM = $(install_sh) -c
30
24
install_sh_SCRIPT = $(install_sh) -c
36
30
NORMAL_UNINSTALL = :
37
31
PRE_UNINSTALL = :
38
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
39
34
host_triplet = @host@
40
35
subdir = src
41
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
40
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(mkdir_p)
 
41
mkinstalldirs = $(install_sh) -d
47
42
CONFIG_HEADER = $(top_builddir)/config.h \
48
43
        $(top_builddir)/include/debian-installer/config.h
49
44
CONFIG_CLEAN_FILES =
 
45
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
46
am__vpath_adj = case $$p in \
 
47
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
48
    *) f=$$p;; \
 
49
  esac;
 
50
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50
51
am__installdirs = "$(DESTDIR)$(libdir)"
51
52
libLTLIBRARIES_INSTALL = $(INSTALL)
52
53
LTLIBRARIES = $(lib_LTLIBRARIES)
53
54
am_libdebian_installer_extra_la_OBJECTS = list.lo release.lo
54
55
libdebian_installer_extra_la_OBJECTS =  \
55
56
        $(am_libdebian_installer_extra_la_OBJECTS)
 
57
libdebian_installer_extra_la_LINK = $(LIBTOOL) --tag=CC \
 
58
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
59
        $(AM_CFLAGS) $(CFLAGS) $(libdebian_installer_extra_la_LDFLAGS) \
 
60
        $(LDFLAGS) -o $@
56
61
am_libdebian_installer_la_OBJECTS = exec.lo hash.lo log.lo mem.lo \
57
62
        mem_chunk.lo package.lo package_parser.lo packages.lo \
58
63
        packages_parser.lo parser.lo parser_rfc822.lo slist.lo \
59
64
        string.lo tree.lo utils.lo
60
65
libdebian_installer_la_OBJECTS = $(am_libdebian_installer_la_OBJECTS)
61
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/include/debian-installer
 
66
libdebian_installer_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
67
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
68
        $(libdebian_installer_la_LDFLAGS) $(LDFLAGS) -o $@
 
69
DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(top_builddir)/include/debian-installer@am__isrc@
62
70
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
71
am__depfiles_maybe = depfiles
64
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/exec.Plo ./$(DEPDIR)/hash.Plo \
65
 
@AMDEP_TRUE@    ./$(DEPDIR)/list.Plo ./$(DEPDIR)/log.Plo \
66
 
@AMDEP_TRUE@    ./$(DEPDIR)/mem.Plo ./$(DEPDIR)/mem_chunk.Plo \
67
 
@AMDEP_TRUE@    ./$(DEPDIR)/package.Plo \
68
 
@AMDEP_TRUE@    ./$(DEPDIR)/package_parser.Plo \
69
 
@AMDEP_TRUE@    ./$(DEPDIR)/packages.Plo \
70
 
@AMDEP_TRUE@    ./$(DEPDIR)/packages_parser.Plo \
71
 
@AMDEP_TRUE@    ./$(DEPDIR)/parser.Plo \
72
 
@AMDEP_TRUE@    ./$(DEPDIR)/parser_rfc822.Plo \
73
 
@AMDEP_TRUE@    ./$(DEPDIR)/release.Plo ./$(DEPDIR)/slist.Plo \
74
 
@AMDEP_TRUE@    ./$(DEPDIR)/string.Plo ./$(DEPDIR)/tree.Plo \
75
 
@AMDEP_TRUE@    ./$(DEPDIR)/utils.Plo
76
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
79
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80
 
        $(AM_CFLAGS) $(CFLAGS)
 
74
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
75
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
76
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81
77
CCLD = $(CC)
82
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
78
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
79
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
80
        $(LDFLAGS) -o $@
84
81
SOURCES = $(libdebian_installer_extra_la_SOURCES) \
85
82
        $(libdebian_installer_la_SOURCES)
86
83
DIST_SOURCES = $(libdebian_installer_extra_la_SOURCES) \
87
84
        $(libdebian_installer_la_SOURCES)
88
85
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
89
86
        html-recursive info-recursive install-data-recursive \
90
 
        install-exec-recursive install-info-recursive \
91
 
        install-recursive installcheck-recursive installdirs-recursive \
92
 
        pdf-recursive ps-recursive uninstall-info-recursive \
93
 
        uninstall-recursive
 
87
        install-dvi-recursive install-exec-recursive \
 
88
        install-html-recursive install-info-recursive \
 
89
        install-pdf-recursive install-ps-recursive install-recursive \
 
90
        installcheck-recursive installdirs-recursive pdf-recursive \
 
91
        ps-recursive uninstall-recursive
 
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
93
  distclean-recursive maintainer-clean-recursive
94
94
ETAGS = etags
95
95
CTAGS = ctags
96
96
DIST_SUBDIRS = $(SUBDIRS)
97
97
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98
98
ACLOCAL = @ACLOCAL@
99
 
AMDEP_FALSE = @AMDEP_FALSE@
100
 
AMDEP_TRUE = @AMDEP_TRUE@
101
99
AMTAR = @AMTAR@
102
100
AR = @AR@
103
101
AUTOCONF = @AUTOCONF@
126
124
F77 = @F77@
127
125
FFLAGS = @FFLAGS@
128
126
GREP = @GREP@
 
127
INSTALL = @INSTALL@
129
128
INSTALL_DATA = @INSTALL_DATA@
130
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
131
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
139
138
LN_S = @LN_S@
140
139
LTLIBOBJS = @LTLIBOBJS@
141
140
MAINT = @MAINT@
142
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
143
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
144
141
MAKEINFO = @MAKEINFO@
 
142
MKDIR_P = @MKDIR_P@
145
143
OBJEXT = @OBJEXT@
146
144
PACKAGE = @PACKAGE@
147
145
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151
149
PACKAGE_VERSION = @PACKAGE_VERSION@
152
150
PATH_SEPARATOR = @PATH_SEPARATOR@
153
151
RANLIB = @RANLIB@
 
152
SED = @SED@
154
153
SET_MAKE = @SET_MAKE@
155
154
SHELL = @SHELL@
156
155
STRIP = @STRIP@
157
156
SUBARCH_SYSTEM = @SUBARCH_SYSTEM@
158
157
VERSION = @VERSION@
 
158
abs_builddir = @abs_builddir@
 
159
abs_srcdir = @abs_srcdir@
 
160
abs_top_builddir = @abs_top_builddir@
 
161
abs_top_srcdir = @abs_top_srcdir@
159
162
ac_ct_CC = @ac_ct_CC@
160
163
ac_ct_CXX = @ac_ct_CXX@
161
164
ac_ct_F77 = @ac_ct_F77@
162
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
163
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
164
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
165
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
166
165
am__include = @am__include@
167
166
am__leading_dot = @am__leading_dot@
168
167
am__quote = @am__quote@
 
168
am__tar = @am__tar@
 
169
am__untar = @am__untar@
169
170
bindir = @bindir@
170
171
build = @build@
171
172
build_alias = @build_alias@
172
173
build_cpu = @build_cpu@
173
174
build_os = @build_os@
174
175
build_vendor = @build_vendor@
 
176
builddir = @builddir@
175
177
datadir = @datadir@
176
178
datarootdir = @datarootdir@
177
179
docdir = @docdir@
199
201
psdir = @psdir@
200
202
sbindir = @sbindir@
201
203
sharedstatedir = @sharedstatedir@
 
204
srcdir = @srcdir@
202
205
sysconfdir = @sysconfdir@
203
206
target_alias = @target_alias@
 
207
top_builddir = @top_builddir@
 
208
top_srcdir = @top_srcdir@
204
209
SUBDIRS = system
205
210
INCLUDES = \
206
211
        -I$(top_srcdir)/include
286
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
292
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
288
293
        @$(NORMAL_INSTALL)
289
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
294
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
290
295
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
291
296
          if test -f $$p; then \
292
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
297
            f=$(am__strip_dir) \
293
298
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
294
299
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
295
300
          else :; fi; \
298
303
uninstall-libLTLIBRARIES:
299
304
        @$(NORMAL_UNINSTALL)
300
305
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
301
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
306
          p=$(am__strip_dir) \
302
307
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
303
308
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
304
309
        done
312
317
          rm -f "$${dir}/so_locations"; \
313
318
        done
314
319
libdebian-installer-extra.la: $(libdebian_installer_extra_la_OBJECTS) $(libdebian_installer_extra_la_DEPENDENCIES) 
315
 
        $(LINK) -rpath $(libdir) $(libdebian_installer_extra_la_LDFLAGS) $(libdebian_installer_extra_la_OBJECTS) $(libdebian_installer_extra_la_LIBADD) $(LIBS)
 
320
        $(libdebian_installer_extra_la_LINK) -rpath $(libdir) $(libdebian_installer_extra_la_OBJECTS) $(libdebian_installer_extra_la_LIBADD) $(LIBS)
316
321
libdebian-installer.la: $(libdebian_installer_la_OBJECTS) $(libdebian_installer_la_DEPENDENCIES) 
317
 
        $(LINK) -rpath $(libdir) $(libdebian_installer_la_LDFLAGS) $(libdebian_installer_la_OBJECTS) $(libdebian_installer_la_LIBADD) $(LIBS)
 
322
        $(libdebian_installer_la_LINK) -rpath $(libdir) $(libdebian_installer_la_OBJECTS) $(libdebian_installer_la_LIBADD) $(LIBS)
318
323
 
319
324
mostlyclean-compile:
320
325
        -rm -f *.$(OBJEXT)
341
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@
342
347
 
343
348
.c.o:
344
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
345
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
349
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
350
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
348
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
353
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
350
354
 
351
355
.c.obj:
352
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
353
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
356
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
357
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
356
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357
360
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
358
361
 
359
362
.c.lo:
360
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
361
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
363
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
364
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
362
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
363
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
364
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365
367
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
366
368
 
367
369
mostlyclean-libtool:
370
372
clean-libtool:
371
373
        -rm -rf .libs _libs
372
374
 
373
 
distclean-libtool:
374
 
        -rm -f libtool
375
 
uninstall-info-am:
376
 
 
377
375
# This directory's subdirectories are mostly independent; you can cd
378
376
# into them and run `make' without going through this Makefile.
379
377
# To change the values of `make' variables: instead of editing Makefiles,
381
379
#     (which will cause the Makefiles to be regenerated when you run `make');
382
380
# (2) otherwise, pass the desired values on the `make' command line.
383
381
$(RECURSIVE_TARGETS):
384
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
382
        @failcom='exit 1'; \
 
383
        for f in x $$MAKEFLAGS; do \
 
384
          case $$f in \
 
385
            *=* | --[!k]*);; \
 
386
            *k*) failcom='fail=yes';; \
 
387
          esac; \
 
388
        done; \
385
389
        dot_seen=no; \
386
390
        target=`echo $@ | sed s/-recursive//`; \
387
391
        list='$(SUBDIRS)'; for subdir in $$list; do \
393
397
            local_target="$$target"; \
394
398
          fi; \
395
399
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
396
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
400
          || eval $$failcom; \
397
401
        done; \
398
402
        if test "$$dot_seen" = "no"; then \
399
403
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
400
404
        fi; test -z "$$fail"
401
405
 
402
 
mostlyclean-recursive clean-recursive distclean-recursive \
403
 
maintainer-clean-recursive:
404
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
406
$(RECURSIVE_CLEAN_TARGETS):
 
407
        @failcom='exit 1'; \
 
408
        for f in x $$MAKEFLAGS; do \
 
409
          case $$f in \
 
410
            *=* | --[!k]*);; \
 
411
            *k*) failcom='fail=yes';; \
 
412
          esac; \
 
413
        done; \
405
414
        dot_seen=no; \
406
415
        case "$@" in \
407
416
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
422
431
            local_target="$$target"; \
423
432
          fi; \
424
433
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
425
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
434
          || eval $$failcom; \
426
435
        done && test -z "$$fail"
427
436
tags-recursive:
428
437
        list='$(SUBDIRS)'; for subdir in $$list; do \
495
504
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
496
505
 
497
506
distdir: $(DISTFILES)
498
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
499
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
500
 
        list='$(DISTFILES)'; for file in $$list; do \
501
 
          case $$file in \
502
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
503
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
504
 
          esac; \
 
507
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
508
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
509
        list='$(DISTFILES)'; \
 
510
          dist_files=`for file in $$list; do echo $$file; done | \
 
511
          sed -e "s|^$$srcdirstrip/||;t" \
 
512
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
513
        case $$dist_files in \
 
514
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
515
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
516
                           sort -u` ;; \
 
517
        esac; \
 
518
        for file in $$dist_files; do \
505
519
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
506
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
507
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
508
 
            dir="/$$dir"; \
509
 
            $(mkdir_p) "$(distdir)$$dir"; \
510
 
          else \
511
 
            dir=''; \
512
 
          fi; \
513
520
          if test -d $$d/$$file; then \
 
521
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
514
522
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
515
523
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
516
524
            fi; \
521
529
            || exit 1; \
522
530
          fi; \
523
531
        done
524
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
532
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525
533
          if test "$$subdir" = .; then :; else \
526
534
            test -d "$(distdir)/$$subdir" \
527
 
            || mkdir "$(distdir)/$$subdir" \
 
535
            || $(MKDIR_P) "$(distdir)/$$subdir" \
528
536
            || exit 1; \
 
537
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
538
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
529
539
            (cd $$subdir && \
530
540
              $(MAKE) $(AM_MAKEFLAGS) \
531
 
                top_distdir="../$(top_distdir)" \
532
 
                distdir="../$(distdir)/$$subdir" \
 
541
                top_distdir="$$top_distdir" \
 
542
                distdir="$$distdir/$$subdir" \
 
543
                am__remove_distdir=: \
 
544
                am__skip_length_check=: \
533
545
                distdir) \
534
546
              || exit 1; \
535
547
          fi; \
540
552
installdirs: installdirs-recursive
541
553
installdirs-am:
542
554
        for dir in "$(DESTDIR)$(libdir)"; do \
543
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
555
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
544
556
        done
545
557
install: install-recursive
546
558
install-exec: install-exec-recursive
561
573
clean-generic:
562
574
 
563
575
distclean-generic:
564
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
576
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565
577
 
566
578
maintainer-clean-generic:
567
579
        @echo "This command is intended for maintainers to use"
575
587
        -rm -rf ./$(DEPDIR)
576
588
        -rm -f Makefile
577
589
distclean-am: clean-am distclean-compile distclean-generic \
578
 
        distclean-libtool distclean-tags
 
590
        distclean-tags
579
591
 
580
592
dvi: dvi-recursive
581
593
 
589
601
 
590
602
install-data-am:
591
603
 
 
604
install-dvi: install-dvi-recursive
 
605
 
592
606
install-exec-am: install-libLTLIBRARIES
593
607
 
 
608
install-html: install-html-recursive
 
609
 
594
610
install-info: install-info-recursive
595
611
 
596
612
install-man:
597
613
 
 
614
install-pdf: install-pdf-recursive
 
615
 
 
616
install-ps: install-ps-recursive
 
617
 
598
618
installcheck-am:
599
619
 
600
620
maintainer-clean: maintainer-clean-recursive
615
635
 
616
636
ps-am:
617
637
 
618
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
619
 
 
620
 
uninstall-info: uninstall-info-recursive
621
 
 
622
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
623
 
        clean clean-generic clean-libLTLIBRARIES clean-libtool \
624
 
        clean-recursive ctags ctags-recursive distclean \
625
 
        distclean-compile distclean-generic distclean-libtool \
626
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
638
uninstall-am: uninstall-libLTLIBRARIES
 
639
 
 
640
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
641
        install-strip
 
642
 
 
643
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
644
        all all-am check check-am clean clean-generic \
 
645
        clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
 
646
        distclean distclean-compile distclean-generic \
 
647
        distclean-libtool distclean-tags distdir dvi dvi-am html \
627
648
        html-am info info-am install install-am install-data \
628
 
        install-data-am install-exec install-exec-am install-info \
629
 
        install-info-am install-libLTLIBRARIES install-man \
630
 
        install-strip installcheck installcheck-am installdirs \
631
 
        installdirs-am maintainer-clean maintainer-clean-generic \
632
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
633
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
649
        install-data-am install-dvi install-dvi-am install-exec \
 
650
        install-exec-am install-html install-html-am install-info \
 
651
        install-info-am install-libLTLIBRARIES install-man install-pdf \
 
652
        install-pdf-am install-ps install-ps-am install-strip \
 
653
        installcheck installcheck-am installdirs installdirs-am \
 
654
        maintainer-clean maintainer-clean-generic mostlyclean \
 
655
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
634
656
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
635
 
        uninstall-info-am uninstall-libLTLIBRARIES
 
657
        uninstall-libLTLIBRARIES
636
658
 
637
659
# Tell versions [3.59,3.63) of GNU make to not export all variables.
638
660
# Otherwise a system limit (for SysV at least) may be exceeded.