~ubuntu-branches/ubuntu/natty/libxi/natty-201011191114

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-11-21 18:39:28 UTC
  • mfrom: (1.1.10 upstream) (0.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20091121183928-ek2jwqx3rmhv3zjz
Tags: 2:1.3-1
* Bump Standards-Version to 3.8.3.
* Add build-deps on xmlto and asciidoc to build the manpages.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
# $XdotOrg: $
18
 
 
19
18
VPATH = @srcdir@
20
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
24
install_sh_DATA = $(install_sh) -c -m 644
25
25
install_sh_PROGRAM = $(install_sh) -c
37
37
subdir = .
38
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
39
        $(srcdir)/Makefile.in $(srcdir)/xi.pc.in \
40
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41
 
        config.guess config.sub depcomp install-sh ltmain.sh missing
 
40
        $(top_srcdir)/configure COPYING ChangeLog config.guess \
 
41
        config.sub depcomp install-sh ltmain.sh missing
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
48
mkinstalldirs = $(install_sh) -d
49
49
CONFIG_HEADER = $(top_builddir)/src/config.h
50
50
CONFIG_CLEAN_FILES = xi.pc
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
AM_V_GEN = $(am__v_GEN_$(V))
 
53
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_GEN_0 = @echo "  GEN   " $@;
 
55
AM_V_at = $(am__v_at_$(V))
 
56
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
57
am__v_at_0 = @
51
58
SOURCES =
52
59
DIST_SOURCES =
53
60
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62
69
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
70
    *) f=$$p;; \
64
71
  esac;
65
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
72
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
73
am__install_max = 40
 
74
am__nobase_strip_setup = \
 
75
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
76
am__nobase_strip = \
 
77
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
78
am__nobase_list = $(am__nobase_strip_setup); \
 
79
  for p in $$list; do echo "$$p $$p"; done | \
 
80
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
81
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
82
    if (++n[$$2] == $(am__install_max)) \
 
83
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
84
    END { for (dir in files) print dir, files[dir] }'
 
85
am__base_list = \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
87
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
66
88
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
67
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
68
89
DATA = $(pkgconfig_DATA)
69
90
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
70
91
  distclean-recursive maintainer-clean-recursive
 
92
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
93
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
94
        distdir dist dist-all distcheck
71
95
ETAGS = etags
72
96
CTAGS = ctags
73
97
DIST_SUBDIRS = $(SUBDIRS)
75
99
distdir = $(PACKAGE)-$(VERSION)
76
100
top_distdir = $(distdir)
77
101
am__remove_distdir = \
78
 
  { test ! -d $(distdir) \
79
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
         && rm -fr $(distdir); }; }
 
102
  { test ! -d "$(distdir)" \
 
103
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
104
         && rm -fr "$(distdir)"; }; }
 
105
am__relativize = \
 
106
  dir0=`pwd`; \
 
107
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
108
  sed_rest='s,^[^/]*/*,,'; \
 
109
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
110
  sed_butlast='s,/*[^/]*$$,,'; \
 
111
  while test -n "$$dir1"; do \
 
112
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
113
    if test "$$first" != "."; then \
 
114
      if test "$$first" = ".."; then \
 
115
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
116
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
117
      else \
 
118
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
119
        if test "$$first2" = "$$first"; then \
 
120
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
121
        else \
 
122
          dir2="../$$dir2"; \
 
123
        fi; \
 
124
        dir0="$$dir0"/"$$first"; \
 
125
      fi; \
 
126
    fi; \
 
127
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
128
  done; \
 
129
  reldir="$$dir2"
81
130
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
82
131
GZIP_ENV = --best
83
132
distuninstallcheck_listfiles = find . -type f -print
84
 
distcleancheck_listfiles = find . -type f -print
85
133
ACLOCAL = @ACLOCAL@
86
134
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
87
135
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
88
136
AMTAR = @AMTAR@
 
137
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
89
138
APP_MAN_DIR = @APP_MAN_DIR@
90
139
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
91
140
AR = @AR@
 
141
ASCIIDOC = @ASCIIDOC@
92
142
AUTOCONF = @AUTOCONF@
93
143
AUTOHEADER = @AUTOHEADER@
94
144
AUTOMAKE = @AUTOMAKE@
96
146
CC = @CC@
97
147
CCDEPMODE = @CCDEPMODE@
98
148
CFLAGS = @CFLAGS@
 
149
CHANGELOG_CMD = @CHANGELOG_CMD@
99
150
CPP = @CPP@
100
151
CPPFLAGS = @CPPFLAGS@
101
 
CXX = @CXX@
102
 
CXXCPP = @CXXCPP@
103
 
CXXDEPMODE = @CXXDEPMODE@
104
 
CXXFLAGS = @CXXFLAGS@
 
152
CWARNFLAGS = @CWARNFLAGS@
105
153
CYGPATH_W = @CYGPATH_W@
106
154
DEFS = @DEFS@
107
155
DEPDIR = @DEPDIR@
108
156
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
109
157
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
110
158
DSYMUTIL = @DSYMUTIL@
111
 
ECHO = @ECHO@
 
159
DUMPBIN = @DUMPBIN@
112
160
ECHO_C = @ECHO_C@
113
161
ECHO_N = @ECHO_N@
114
162
ECHO_T = @ECHO_T@
115
163
EGREP = @EGREP@
116
164
EXEEXT = @EXEEXT@
117
 
F77 = @F77@
118
 
FFLAGS = @FFLAGS@
 
165
FGREP = @FGREP@
119
166
FILE_MAN_DIR = @FILE_MAN_DIR@
120
167
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
121
168
GREP = @GREP@
124
171
INSTALL_PROGRAM = @INSTALL_PROGRAM@
125
172
INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
173
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
174
LD = @LD@
127
175
LDFLAGS = @LDFLAGS@
128
176
LIBOBJS = @LIBOBJS@
129
177
LIBS = @LIBS@
130
178
LIBTOOL = @LIBTOOL@
131
179
LIB_MAN_DIR = @LIB_MAN_DIR@
132
180
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
 
181
LIPO = @LIPO@
133
182
LN_S = @LN_S@
134
183
LTLIBOBJS = @LTLIBOBJS@
135
184
MAINT = @MAINT@
138
187
MISC_MAN_DIR = @MISC_MAN_DIR@
139
188
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
140
189
MKDIR_P = @MKDIR_P@
 
190
NM = @NM@
141
191
NMEDIT = @NMEDIT@
 
192
OBJDUMP = @OBJDUMP@
142
193
OBJEXT = @OBJEXT@
 
194
OTOOL = @OTOOL@
 
195
OTOOL64 = @OTOOL64@
143
196
PACKAGE = @PACKAGE@
144
197
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145
198
PACKAGE_NAME = @PACKAGE_NAME@
157
210
XI_CFLAGS = @XI_CFLAGS@
158
211
XI_LIBS = @XI_LIBS@
159
212
XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
 
213
XMLTO = @XMLTO@
160
214
XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
161
215
abs_builddir = @abs_builddir@
162
216
abs_srcdir = @abs_srcdir@
163
217
abs_top_builddir = @abs_top_builddir@
164
218
abs_top_srcdir = @abs_top_srcdir@
165
219
ac_ct_CC = @ac_ct_CC@
166
 
ac_ct_CXX = @ac_ct_CXX@
167
 
ac_ct_F77 = @ac_ct_F77@
 
220
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
168
221
am__include = @am__include@
169
222
am__leading_dot = @am__leading_dot@
170
223
am__quote = @am__quote@
179
232
builddir = @builddir@
180
233
datadir = @datadir@
181
234
datarootdir = @datarootdir@
 
235
distcleancheck_listfiles = @distcleancheck_listfiles@
182
236
docdir = @docdir@
183
237
dvidir = @dvidir@
184
238
exec_prefix = @exec_prefix@
195
249
libexecdir = @libexecdir@
196
250
localedir = @localedir@
197
251
localstatedir = @localstatedir@
 
252
lt_ECHO = @lt_ECHO@
198
253
mandir = @mandir@
199
254
mkdir_p = @mkdir_p@
200
255
oldincludedir = @oldincludedir@
210
265
top_build_prefix = @top_build_prefix@
211
266
top_builddir = @top_builddir@
212
267
top_srcdir = @top_srcdir@
213
 
AM_CFLAGS = $(XI_CFLAGS)
214
268
SUBDIRS = src man
215
269
pkgconfigdir = $(libdir)/pkgconfig
216
270
pkgconfig_DATA = xi.pc
217
 
EXTRA_DIST = xi.pc.in autogen.sh ChangeLog
 
271
EXTRA_DIST = xi.pc.in ChangeLog
218
272
CLEANFILES = ChangeLog
219
273
all: all-recursive
220
274
 
225
279
        @for dep in $?; do \
226
280
          case '$(am__configure_deps)' in \
227
281
            *$$dep*) \
228
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
229
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
282
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
283
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
230
284
                && exit 0; \
231
285
              exit 1;; \
232
286
          esac; \
233
287
        done; \
234
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
235
 
        cd $(top_srcdir) && \
236
 
          $(AUTOMAKE) --gnu  Makefile
 
288
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
289
        $(am__cd) $(top_srcdir) && \
 
290
          $(AUTOMAKE) --foreign Makefile
237
291
.PRECIOUS: Makefile
238
292
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239
293
        @case '$?' in \
249
303
        $(SHELL) ./config.status --recheck
250
304
 
251
305
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252
 
        cd $(srcdir) && $(AUTOCONF)
 
306
        $(am__cd) $(srcdir) && $(AUTOCONF)
253
307
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
308
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
309
$(am__aclocal_m4_deps):
255
310
xi.pc: $(top_builddir)/config.status $(srcdir)/xi.pc.in
256
311
        cd $(top_builddir) && $(SHELL) ./config.status $@
257
312
 
262
317
        -rm -rf .libs _libs
263
318
 
264
319
distclean-libtool:
265
 
        -rm -f libtool
 
320
        -rm -f libtool config.lt
266
321
install-pkgconfigDATA: $(pkgconfig_DATA)
267
322
        @$(NORMAL_INSTALL)
268
323
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
269
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
324
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
325
        for p in $$list; do \
270
326
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
271
 
          f=$(am__strip_dir) \
272
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
273
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
327
          echo "$$d$$p"; \
 
328
        done | $(am__base_list) | \
 
329
        while read files; do \
 
330
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
331
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
274
332
        done
275
333
 
276
334
uninstall-pkgconfigDATA:
277
335
        @$(NORMAL_UNINSTALL)
278
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
279
 
          f=$(am__strip_dir) \
280
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
281
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
282
 
        done
 
336
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
337
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
338
        test -n "$$files" || exit 0; \
 
339
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
340
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
283
341
 
284
342
# This directory's subdirectories are mostly independent; you can cd
285
343
# into them and run `make' without going through this Makefile.
305
363
          else \
306
364
            local_target="$$target"; \
307
365
          fi; \
308
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
366
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309
367
          || eval $$failcom; \
310
368
        done; \
311
369
        if test "$$dot_seen" = "no"; then \
339
397
          else \
340
398
            local_target="$$target"; \
341
399
          fi; \
342
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
400
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
343
401
          || eval $$failcom; \
344
402
        done && test -z "$$fail"
345
403
tags-recursive:
346
404
        list='$(SUBDIRS)'; for subdir in $$list; do \
347
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
405
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
348
406
        done
349
407
ctags-recursive:
350
408
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
409
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
352
410
        done
353
411
 
354
412
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
356
414
        unique=`for i in $$list; do \
357
415
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358
416
          done | \
359
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
417
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
360
418
              END { if (nonempty) { for (i in files) print i; }; }'`; \
361
419
        mkid -fID $$unique
362
420
tags: TAGS
363
421
 
364
422
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
365
423
                $(TAGS_FILES) $(LISP)
366
 
        tags=; \
 
424
        set x; \
367
425
        here=`pwd`; \
368
426
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
369
427
          include_option=--etags-include; \
375
433
        list='$(SUBDIRS)'; for subdir in $$list; do \
376
434
          if test "$$subdir" = .; then :; else \
377
435
            test ! -f $$subdir/TAGS || \
378
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
436
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
379
437
          fi; \
380
438
        done; \
381
439
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384
442
          done | \
385
443
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
444
              END { if (nonempty) { for (i in files) print i; }; }'`; \
387
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
445
        shift; \
 
446
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
388
447
          test -n "$$unique" || unique=$$empty_fix; \
389
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390
 
            $$tags $$unique; \
 
448
          if test $$# -gt 0; then \
 
449
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
450
              "$$@" $$unique; \
 
451
          else \
 
452
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
453
              $$unique; \
 
454
          fi; \
391
455
        fi
392
456
ctags: CTAGS
393
457
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
458
                $(TAGS_FILES) $(LISP)
395
 
        tags=; \
396
459
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
397
460
        unique=`for i in $$list; do \
398
461
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399
462
          done | \
400
463
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401
464
              END { if (nonempty) { for (i in files) print i; }; }'`; \
402
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
465
        test -z "$(CTAGS_ARGS)$$unique" \
403
466
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404
 
             $$tags $$unique
 
467
             $$unique
405
468
 
406
469
GTAGS:
407
470
        here=`$(am__cd) $(top_builddir) && pwd` \
408
 
          && cd $(top_srcdir) \
409
 
          && gtags -i $(GTAGS_ARGS) $$here
 
471
          && $(am__cd) $(top_srcdir) \
 
472
          && gtags -i $(GTAGS_ARGS) "$$here"
410
473
 
411
474
distclean-tags:
412
475
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
476
 
414
477
distdir: $(DISTFILES)
415
478
        $(am__remove_distdir)
416
 
        test -d $(distdir) || mkdir $(distdir)
 
479
        test -d "$(distdir)" || mkdir "$(distdir)"
417
480
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418
481
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419
482
        list='$(DISTFILES)'; \
429
492
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430
493
          if test -d $$d/$$file; then \
431
494
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
495
            if test -d "$(distdir)/$$file"; then \
 
496
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
497
            fi; \
432
498
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
433
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
499
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
500
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434
501
            fi; \
435
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
502
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
436
503
          else \
437
 
            test -f $(distdir)/$$file \
438
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
504
            test -f "$(distdir)/$$file" \
 
505
            || cp -p $$d/$$file "$(distdir)/$$file" \
439
506
            || exit 1; \
440
507
          fi; \
441
508
        done
442
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
509
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
443
510
          if test "$$subdir" = .; then :; else \
444
511
            test -d "$(distdir)/$$subdir" \
445
512
            || $(MKDIR_P) "$(distdir)/$$subdir" \
446
513
            || exit 1; \
447
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
448
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
449
 
            (cd $$subdir && \
 
514
          fi; \
 
515
        done
 
516
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
517
          if test "$$subdir" = .; then :; else \
 
518
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
519
            $(am__relativize); \
 
520
            new_distdir=$$reldir; \
 
521
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
522
            $(am__relativize); \
 
523
            new_top_distdir=$$reldir; \
 
524
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
525
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
526
            ($(am__cd) $$subdir && \
450
527
              $(MAKE) $(AM_MAKEFLAGS) \
451
 
                top_distdir="$$top_distdir" \
452
 
                distdir="$$distdir/$$subdir" \
 
528
                top_distdir="$$new_top_distdir" \
 
529
                distdir="$$new_distdir" \
453
530
                am__remove_distdir=: \
454
531
                am__skip_length_check=: \
 
532
                am__skip_mode_fix=: \
455
533
                distdir) \
456
534
              || exit 1; \
457
535
          fi; \
459
537
        $(MAKE) $(AM_MAKEFLAGS) \
460
538
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
461
539
          dist-hook
462
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
540
        -test -n "$(am__skip_mode_fix)" \
 
541
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
463
542
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
464
543
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
465
544
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
466
 
        || chmod -R a+r $(distdir)
 
545
        || chmod -R a+r "$(distdir)"
467
546
dist-gzip: distdir
468
547
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
469
548
        $(am__remove_distdir)
475
554
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
476
555
        $(am__remove_distdir)
477
556
 
 
557
dist-xz: distdir
 
558
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
559
        $(am__remove_distdir)
 
560
 
478
561
dist-tarZ: distdir
479
562
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
480
563
        $(am__remove_distdir)
504
587
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
505
588
        *.tar.lzma*) \
506
589
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
590
        *.tar.xz*) \
 
591
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
507
592
        *.tar.Z*) \
508
593
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
509
594
        *.shar.gz*) \
515
600
        mkdir $(distdir)/_build
516
601
        mkdir $(distdir)/_inst
517
602
        chmod a-w $(distdir)
 
603
        test -d $(distdir)/_build || exit 0; \
518
604
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
519
605
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
520
 
          && cd $(distdir)/_build \
 
606
          && am__cwd=`pwd` \
 
607
          && $(am__cd) $(distdir)/_build \
521
608
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
522
609
            $(DISTCHECK_CONFIGURE_FLAGS) \
523
610
          && $(MAKE) $(AM_MAKEFLAGS) \
539
626
          && rm -rf "$$dc_destdir" \
540
627
          && $(MAKE) $(AM_MAKEFLAGS) dist \
541
628
          && rm -rf $(DIST_ARCHIVES) \
542
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
629
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
630
          && cd "$$am__cwd" \
 
631
          || exit 1
543
632
        $(am__remove_distdir)
544
633
        @(echo "$(distdir) archives ready for distribution: "; \
545
634
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
546
635
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
547
636
distuninstallcheck:
548
 
        @cd $(distuninstallcheck_dir) \
 
637
        @$(am__cd) '$(distuninstallcheck_dir)' \
549
638
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
550
639
           || { echo "ERROR: files left after uninstall:" ; \
551
640
                if test -n "$(DESTDIR)"; then \
591
680
 
592
681
distclean-generic:
593
682
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
683
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
594
684
 
595
685
maintainer-clean-generic:
596
686
        @echo "This command is intended for maintainers to use"
611
701
 
612
702
html: html-recursive
613
703
 
 
704
html-am:
 
705
 
614
706
info: info-recursive
615
707
 
616
708
info-am:
619
711
 
620
712
install-dvi: install-dvi-recursive
621
713
 
 
714
install-dvi-am:
 
715
 
622
716
install-exec-am:
623
717
 
624
718
install-html: install-html-recursive
625
719
 
 
720
install-html-am:
 
721
 
626
722
install-info: install-info-recursive
627
723
 
 
724
install-info-am:
 
725
 
628
726
install-man:
629
727
 
630
728
install-pdf: install-pdf-recursive
631
729
 
 
730
install-pdf-am:
 
731
 
632
732
install-ps: install-ps-recursive
633
733
 
 
734
install-ps-am:
 
735
 
634
736
installcheck-am:
635
737
 
636
738
maintainer-clean: maintainer-clean-recursive
653
755
 
654
756
uninstall-am: uninstall-pkgconfigDATA
655
757
 
656
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
657
 
        install-strip
 
758
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
759
        install-am install-strip tags-recursive
658
760
 
659
761
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
660
762
        all all-am am--refresh check check-am clean clean-generic \
661
763
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
662
 
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
663
 
        distcheck distclean distclean-generic distclean-libtool \
664
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
665
 
        dvi-am html html-am info info-am install install-am \
666
 
        install-data install-data-am install-dvi install-dvi-am \
667
 
        install-exec install-exec-am install-html install-html-am \
668
 
        install-info install-info-am install-man install-pdf \
669
 
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
670
 
        install-strip installcheck installcheck-am installdirs \
671
 
        installdirs-am maintainer-clean maintainer-clean-generic \
672
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
673
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
674
 
        uninstall-pkgconfigDATA
 
764
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
 
765
        dist-zip distcheck distclean distclean-generic \
 
766
        distclean-libtool distclean-tags distcleancheck distdir \
 
767
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
768
        install install-am install-data install-data-am install-dvi \
 
769
        install-dvi-am install-exec install-exec-am install-html \
 
770
        install-html-am install-info install-info-am install-man \
 
771
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
772
        install-ps-am install-strip installcheck installcheck-am \
 
773
        installdirs installdirs-am maintainer-clean \
 
774
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
775
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
776
        uninstall uninstall-am uninstall-pkgconfigDATA
675
777
 
676
778
 
677
779
.PHONY: ChangeLog
678
780
 
679
781
ChangeLog:
680
 
        (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
 
782
        $(CHANGELOG_CMD)
681
783
 
682
784
dist-hook: ChangeLog
 
785
 
683
786
# Tell versions [3.59,3.63) of GNU make to not export all variables.
684
787
# Otherwise a system limit (for SysV at least) may be exceeded.
685
788
.NOEXPORT: