~ubuntu-branches/ubuntu/feisty/xarchiver/feisty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-03-12 09:45:00 UTC
  • Revision ID: james.westby@ubuntu.com-20060312094500-e1m5oxiyro0xfj3a
Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

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
subdir = .
 
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
40
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
41
        depcomp install-sh missing mkinstalldirs
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
47
 configure.lineno configure.status.lineno
 
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
49
CONFIG_HEADER = config.h
 
50
CONFIG_CLEAN_FILES =
 
51
SOURCES =
 
52
DIST_SOURCES =
 
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
54
        html-recursive info-recursive install-data-recursive \
 
55
        install-exec-recursive install-info-recursive \
 
56
        install-recursive installcheck-recursive installdirs-recursive \
 
57
        pdf-recursive ps-recursive uninstall-info-recursive \
 
58
        uninstall-recursive
 
59
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
60
am__vpath_adj = case $$p in \
 
61
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
62
    *) f=$$p;; \
 
63
  esac;
 
64
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
65
am__installdirs = "$(DESTDIR)$(Applicationsdir)" \
 
66
        "$(DESTDIR)$(pixmapsdir)"
 
67
ApplicationsDATA_INSTALL = $(INSTALL_DATA)
 
68
pixmapsDATA_INSTALL = $(INSTALL_DATA)
 
69
DATA = $(Applications_DATA) $(pixmaps_DATA)
 
70
ETAGS = etags
 
71
CTAGS = ctags
 
72
DIST_SUBDIRS = $(SUBDIRS)
 
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
74
distdir = $(PACKAGE)-$(VERSION)
 
75
top_distdir = $(distdir)
 
76
am__remove_distdir = \
 
77
  { test ! -d $(distdir) \
 
78
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
79
         && rm -fr $(distdir); }; }
 
80
DIST_ARCHIVES = $(distdir).tar.gz
 
81
GZIP_ENV = --best
 
82
distuninstallcheck_listfiles = find . -type f -print
 
83
distcleancheck_listfiles = find . -type f -print
 
84
ACLOCAL = @ACLOCAL@
 
85
AMDEP_FALSE = @AMDEP_FALSE@
 
86
AMDEP_TRUE = @AMDEP_TRUE@
 
87
AMTAR = @AMTAR@
 
88
AUTOCONF = @AUTOCONF@
 
89
AUTOHEADER = @AUTOHEADER@
 
90
AUTOMAKE = @AUTOMAKE@
 
91
AWK = @AWK@
 
92
CATALOGS = @CATALOGS@
 
93
CATOBJEXT = @CATOBJEXT@
 
94
CC = @CC@
 
95
CCDEPMODE = @CCDEPMODE@
 
96
CFLAGS = @CFLAGS@
 
97
CPP = @CPP@
 
98
CPPFLAGS = @CPPFLAGS@
 
99
CYGPATH_W = @CYGPATH_W@
 
100
DATADIRNAME = @DATADIRNAME@
 
101
DEFS = @DEFS@
 
102
DEPDIR = @DEPDIR@
 
103
ECHO_C = @ECHO_C@
 
104
ECHO_N = @ECHO_N@
 
105
ECHO_T = @ECHO_T@
 
106
EGREP = @EGREP@
 
107
EXEEXT = @EXEEXT@
 
108
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
109
GMOFILES = @GMOFILES@
 
110
GMSGFMT = @GMSGFMT@
 
111
INSTALL_DATA = @INSTALL_DATA@
 
112
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
113
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
114
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
115
INSTOBJEXT = @INSTOBJEXT@
 
116
INTLLIBS = @INTLLIBS@
 
117
LDFLAGS = @LDFLAGS@
 
118
LIBOBJS = @LIBOBJS@
 
119
LIBS = @LIBS@
 
120
LTLIBOBJS = @LTLIBOBJS@
 
121
MAINT = @MAINT@
 
122
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
123
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
124
MAKEINFO = @MAKEINFO@
 
125
MKINSTALLDIRS = @MKINSTALLDIRS@
 
126
MSGFMT = @MSGFMT@
 
127
OBJEXT = @OBJEXT@
 
128
PACKAGE = @PACKAGE@
 
129
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
130
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
 
131
PACKAGE_LIBS = @PACKAGE_LIBS@
 
132
PACKAGE_NAME = @PACKAGE_NAME@
 
133
PACKAGE_STRING = @PACKAGE_STRING@
 
134
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
135
PACKAGE_VERSION = @PACKAGE_VERSION@
 
136
PATH_SEPARATOR = @PATH_SEPARATOR@
 
137
PKG_CONFIG = @PKG_CONFIG@
 
138
POFILES = @POFILES@
 
139
POSUB = @POSUB@
 
140
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
141
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
142
SET_MAKE = @SET_MAKE@
 
143
SHELL = @SHELL@
 
144
STRIP = @STRIP@
 
145
USE_NLS = @USE_NLS@
 
146
VERSION = @VERSION@
 
147
XGETTEXT = @XGETTEXT@
 
148
ac_ct_CC = @ac_ct_CC@
 
149
ac_ct_STRIP = @ac_ct_STRIP@
 
150
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 
151
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
152
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
153
am__include = @am__include@
 
154
am__leading_dot = @am__leading_dot@
 
155
am__quote = @am__quote@
 
156
am__tar = @am__tar@
 
157
am__untar = @am__untar@
 
158
bindir = @bindir@
 
159
build_alias = @build_alias@
 
160
datadir = @datadir@
 
161
exec_prefix = @exec_prefix@
 
162
host_alias = @host_alias@
 
163
includedir = @includedir@
 
164
infodir = @infodir@
 
165
install_sh = @install_sh@
 
166
libdir = @libdir@
 
167
libexecdir = @libexecdir@
 
168
localstatedir = @localstatedir@
 
169
mandir = @mandir@
 
170
mkdir_p = @mkdir_p@
 
171
oldincludedir = @oldincludedir@
 
172
prefix = @prefix@
 
173
program_transform_name = @program_transform_name@
 
174
sbindir = @sbindir@
 
175
sharedstatedir = @sharedstatedir@
 
176
sysconfdir = @sysconfdir@
 
177
target_alias = @target_alias@
 
178
SUBDIRS = src po
 
179
pixmapsdir = $(datadir)/pixmaps
 
180
pixmaps_DATA = xarchiver.png
 
181
EXTRA_DIST = \
 
182
        autogen.sh \
 
183
        xarchiver.glade \
 
184
        xarchiver.gladep \
 
185
        xarchiver.desktop \
 
186
        $(pixmaps_DATA)
 
187
 
 
188
Applicationsdir = $(datadir)/applications
 
189
Applications_DATA = xarchiver.desktop
 
190
all: config.h
 
191
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
192
 
 
193
.SUFFIXES:
 
194
am--refresh:
 
195
        @:
 
196
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
197
        @for dep in $?; do \
 
198
          case '$(am__configure_deps)' in \
 
199
            *$$dep*) \
 
200
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
201
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
202
                && exit 0; \
 
203
              exit 1;; \
 
204
          esac; \
 
205
        done; \
 
206
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
207
        cd $(top_srcdir) && \
 
208
          $(AUTOMAKE) --gnu  Makefile
 
209
.PRECIOUS: Makefile
 
210
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
211
        @case '$?' in \
 
212
          *config.status*) \
 
213
            echo ' $(SHELL) ./config.status'; \
 
214
            $(SHELL) ./config.status;; \
 
215
          *) \
 
216
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
217
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
218
        esac;
 
219
 
 
220
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
221
        $(SHELL) ./config.status --recheck
 
222
 
 
223
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
224
        cd $(srcdir) && $(AUTOCONF)
 
225
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
226
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
227
 
 
228
config.h: stamp-h1
 
229
        @if test ! -f $@; then \
 
230
          rm -f stamp-h1; \
 
231
          $(MAKE) stamp-h1; \
 
232
        else :; fi
 
233
 
 
234
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
235
        @rm -f stamp-h1
 
236
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
237
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
238
        cd $(top_srcdir) && $(AUTOHEADER)
 
239
        rm -f stamp-h1
 
240
        touch $@
 
241
 
 
242
distclean-hdr:
 
243
        -rm -f config.h stamp-h1
 
244
uninstall-info-am:
 
245
install-ApplicationsDATA: $(Applications_DATA)
 
246
        @$(NORMAL_INSTALL)
 
247
        test -z "$(Applicationsdir)" || $(mkdir_p) "$(DESTDIR)$(Applicationsdir)"
 
248
        @list='$(Applications_DATA)'; for p in $$list; do \
 
249
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
250
          f=$(am__strip_dir) \
 
251
          echo " $(ApplicationsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(Applicationsdir)/$$f'"; \
 
252
          $(ApplicationsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(Applicationsdir)/$$f"; \
 
253
        done
 
254
 
 
255
uninstall-ApplicationsDATA:
 
256
        @$(NORMAL_UNINSTALL)
 
257
        @list='$(Applications_DATA)'; for p in $$list; do \
 
258
          f=$(am__strip_dir) \
 
259
          echo " rm -f '$(DESTDIR)$(Applicationsdir)/$$f'"; \
 
260
          rm -f "$(DESTDIR)$(Applicationsdir)/$$f"; \
 
261
        done
 
262
install-pixmapsDATA: $(pixmaps_DATA)
 
263
        @$(NORMAL_INSTALL)
 
264
        test -z "$(pixmapsdir)" || $(mkdir_p) "$(DESTDIR)$(pixmapsdir)"
 
265
        @list='$(pixmaps_DATA)'; for p in $$list; do \
 
266
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
267
          f=$(am__strip_dir) \
 
268
          echo " $(pixmapsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapsdir)/$$f'"; \
 
269
          $(pixmapsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapsdir)/$$f"; \
 
270
        done
 
271
 
 
272
uninstall-pixmapsDATA:
 
273
        @$(NORMAL_UNINSTALL)
 
274
        @list='$(pixmaps_DATA)'; for p in $$list; do \
 
275
          f=$(am__strip_dir) \
 
276
          echo " rm -f '$(DESTDIR)$(pixmapsdir)/$$f'"; \
 
277
          rm -f "$(DESTDIR)$(pixmapsdir)/$$f"; \
 
278
        done
 
279
 
 
280
# This directory's subdirectories are mostly independent; you can cd
 
281
# into them and run `make' without going through this Makefile.
 
282
# To change the values of `make' variables: instead of editing Makefiles,
 
283
# (1) if the variable is set in `config.status', edit `config.status'
 
284
#     (which will cause the Makefiles to be regenerated when you run `make');
 
285
# (2) otherwise, pass the desired values on the `make' command line.
 
286
$(RECURSIVE_TARGETS):
 
287
        @failcom='exit 1'; \
 
288
        for f in x $$MAKEFLAGS; do \
 
289
          case $$f in \
 
290
            *=* | --[!k]*);; \
 
291
            *k*) failcom='fail=yes';; \
 
292
          esac; \
 
293
        done; \
 
294
        dot_seen=no; \
 
295
        target=`echo $@ | sed s/-recursive//`; \
 
296
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
297
          echo "Making $$target in $$subdir"; \
 
298
          if test "$$subdir" = "."; then \
 
299
            dot_seen=yes; \
 
300
            local_target="$$target-am"; \
 
301
          else \
 
302
            local_target="$$target"; \
 
303
          fi; \
 
304
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
305
          || eval $$failcom; \
 
306
        done; \
 
307
        if test "$$dot_seen" = "no"; then \
 
308
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
309
        fi; test -z "$$fail"
 
310
 
 
311
mostlyclean-recursive clean-recursive distclean-recursive \
 
312
maintainer-clean-recursive:
 
313
        @failcom='exit 1'; \
 
314
        for f in x $$MAKEFLAGS; do \
 
315
          case $$f in \
 
316
            *=* | --[!k]*);; \
 
317
            *k*) failcom='fail=yes';; \
 
318
          esac; \
 
319
        done; \
 
320
        dot_seen=no; \
 
321
        case "$@" in \
 
322
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
323
          *) list='$(SUBDIRS)' ;; \
 
324
        esac; \
 
325
        rev=''; for subdir in $$list; do \
 
326
          if test "$$subdir" = "."; then :; else \
 
327
            rev="$$subdir $$rev"; \
 
328
          fi; \
 
329
        done; \
 
330
        rev="$$rev ."; \
 
331
        target=`echo $@ | sed s/-recursive//`; \
 
332
        for subdir in $$rev; do \
 
333
          echo "Making $$target in $$subdir"; \
 
334
          if test "$$subdir" = "."; then \
 
335
            local_target="$$target-am"; \
 
336
          else \
 
337
            local_target="$$target"; \
 
338
          fi; \
 
339
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
340
          || eval $$failcom; \
 
341
        done && test -z "$$fail"
 
342
tags-recursive:
 
343
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
344
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
345
        done
 
346
ctags-recursive:
 
347
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
348
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
349
        done
 
350
 
 
351
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
352
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
353
        unique=`for i in $$list; do \
 
354
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
355
          done | \
 
356
          $(AWK) '    { files[$$0] = 1; } \
 
357
               END { for (i in files) print i; }'`; \
 
358
        mkid -fID $$unique
 
359
tags: TAGS
 
360
 
 
361
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
362
                $(TAGS_FILES) $(LISP)
 
363
        tags=; \
 
364
        here=`pwd`; \
 
365
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
366
          include_option=--etags-include; \
 
367
          empty_fix=.; \
 
368
        else \
 
369
          include_option=--include; \
 
370
          empty_fix=; \
 
371
        fi; \
 
372
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
373
          if test "$$subdir" = .; then :; else \
 
374
            test ! -f $$subdir/TAGS || \
 
375
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
376
          fi; \
 
377
        done; \
 
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; } \
 
383
               END { for (i in files) print i; }'`; \
 
384
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
385
          test -n "$$unique" || unique=$$empty_fix; \
 
386
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
387
            $$tags $$unique; \
 
388
        fi
 
389
ctags: CTAGS
 
390
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
391
                $(TAGS_FILES) $(LISP)
 
392
        tags=; \
 
393
        here=`pwd`; \
 
394
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
395
        unique=`for i in $$list; do \
 
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
397
          done | \
 
398
          $(AWK) '    { files[$$0] = 1; } \
 
399
               END { for (i in files) print i; }'`; \
 
400
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
401
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
402
             $$tags $$unique
 
403
 
 
404
GTAGS:
 
405
        here=`$(am__cd) $(top_builddir) && pwd` \
 
406
          && cd $(top_srcdir) \
 
407
          && gtags -i $(GTAGS_ARGS) $$here
 
408
 
 
409
distclean-tags:
 
410
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
411
 
 
412
distdir: $(DISTFILES)
 
413
        $(am__remove_distdir)
 
414
        mkdir $(distdir)
 
415
        $(mkdir_p) $(distdir)/po
 
416
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
417
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
418
        list='$(DISTFILES)'; for file in $$list; do \
 
419
          case $$file in \
 
420
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
421
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
422
          esac; \
 
423
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
424
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
425
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
426
            dir="/$$dir"; \
 
427
            $(mkdir_p) "$(distdir)$$dir"; \
 
428
          else \
 
429
            dir=''; \
 
430
          fi; \
 
431
          if test -d $$d/$$file; then \
 
432
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
433
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
434
            fi; \
 
435
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
436
          else \
 
437
            test -f $(distdir)/$$file \
 
438
            || cp -p $$d/$$file $(distdir)/$$file \
 
439
            || exit 1; \
 
440
          fi; \
 
441
        done
 
442
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
443
          if test "$$subdir" = .; then :; else \
 
444
            test -d "$(distdir)/$$subdir" \
 
445
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
446
            || exit 1; \
 
447
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
448
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
449
            (cd $$subdir && \
 
450
              $(MAKE) $(AM_MAKEFLAGS) \
 
451
                top_distdir="$$top_distdir" \
 
452
                distdir="$$distdir/$$subdir" \
 
453
                distdir) \
 
454
              || exit 1; \
 
455
          fi; \
 
456
        done
 
457
        $(MAKE) $(AM_MAKEFLAGS) \
 
458
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
459
          dist-hook
 
460
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
461
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
462
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
463
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
464
        || chmod -R a+r $(distdir)
 
465
dist-gzip: distdir
 
466
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
467
        $(am__remove_distdir)
 
468
 
 
469
dist-bzip2: distdir
 
470
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
471
        $(am__remove_distdir)
 
472
 
 
473
dist-tarZ: distdir
 
474
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
475
        $(am__remove_distdir)
 
476
 
 
477
dist-shar: distdir
 
478
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
479
        $(am__remove_distdir)
 
480
 
 
481
dist-zip: distdir
 
482
        -rm -f $(distdir).zip
 
483
        zip -rq $(distdir).zip $(distdir)
 
484
        $(am__remove_distdir)
 
485
 
 
486
dist dist-all: distdir
 
487
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
488
        $(am__remove_distdir)
 
489
 
 
490
# This target untars the dist file and tries a VPATH configuration.  Then
 
491
# it guarantees that the distribution is self-contained by making another
 
492
# tarfile.
 
493
distcheck: dist
 
494
        case '$(DIST_ARCHIVES)' in \
 
495
        *.tar.gz*) \
 
496
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
497
        *.tar.bz2*) \
 
498
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
499
        *.tar.Z*) \
 
500
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
501
        *.shar.gz*) \
 
502
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
503
        *.zip*) \
 
504
          unzip $(distdir).zip ;;\
 
505
        esac
 
506
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
507
        mkdir $(distdir)/_build
 
508
        mkdir $(distdir)/_inst
 
509
        chmod a-w $(distdir)
 
510
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
511
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
512
          && cd $(distdir)/_build \
 
513
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
514
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
515
          && $(MAKE) $(AM_MAKEFLAGS) \
 
516
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
517
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
518
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
519
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
520
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
521
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
522
                distuninstallcheck \
 
523
          && chmod -R a-w "$$dc_install_base" \
 
524
          && ({ \
 
525
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
526
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
527
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
528
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
529
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
530
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
531
          && rm -rf "$$dc_destdir" \
 
532
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
533
          && rm -rf $(DIST_ARCHIVES) \
 
534
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
535
        $(am__remove_distdir)
 
536
        @(echo "$(distdir) archives ready for distribution: "; \
 
537
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
538
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
539
distuninstallcheck:
 
540
        @cd $(distuninstallcheck_dir) \
 
541
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
542
           || { echo "ERROR: files left after uninstall:" ; \
 
543
                if test -n "$(DESTDIR)"; then \
 
544
                  echo "  (check DESTDIR support)"; \
 
545
                fi ; \
 
546
                $(distuninstallcheck_listfiles) ; \
 
547
                exit 1; } >&2
 
548
distcleancheck: distclean
 
549
        @if test '$(srcdir)' = . ; then \
 
550
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
551
          exit 1 ; \
 
552
        fi
 
553
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
554
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
555
               $(distcleancheck_listfiles) ; \
 
556
               exit 1; } >&2
 
557
check-am: all-am
 
558
check: check-recursive
 
559
all-am: Makefile $(DATA) config.h
 
560
installdirs: installdirs-recursive
 
561
installdirs-am:
 
562
        for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(pixmapsdir)"; do \
 
563
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
564
        done
 
565
install: install-recursive
 
566
install-exec: install-exec-recursive
 
567
install-data: install-data-recursive
 
568
uninstall: uninstall-recursive
 
569
 
 
570
install-am: all-am
 
571
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
572
 
 
573
installcheck: installcheck-recursive
 
574
install-strip:
 
575
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
576
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
577
          `test -z '$(STRIP)' || \
 
578
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
579
mostlyclean-generic:
 
580
 
 
581
clean-generic:
 
582
 
 
583
distclean-generic:
 
584
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
585
 
 
586
maintainer-clean-generic:
 
587
        @echo "This command is intended for maintainers to use"
 
588
        @echo "it deletes files that may require special tools to rebuild."
 
589
clean: clean-recursive
 
590
 
 
591
clean-am: clean-generic mostlyclean-am
 
592
 
 
593
distclean: distclean-recursive
 
594
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
595
        -rm -f Makefile
 
596
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
597
 
 
598
dvi: dvi-recursive
 
599
 
 
600
dvi-am:
 
601
 
 
602
html: html-recursive
 
603
 
 
604
info: info-recursive
 
605
 
 
606
info-am:
 
607
 
 
608
install-data-am: install-ApplicationsDATA install-data-local \
 
609
        install-pixmapsDATA
 
610
 
 
611
install-exec-am:
 
612
 
 
613
install-info: install-info-recursive
 
614
 
 
615
install-man:
 
616
 
 
617
installcheck-am:
 
618
 
 
619
maintainer-clean: maintainer-clean-recursive
 
620
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
621
        -rm -rf $(top_srcdir)/autom4te.cache
 
622
        -rm -f Makefile
 
623
maintainer-clean-am: distclean-am maintainer-clean-generic
 
624
 
 
625
mostlyclean: mostlyclean-recursive
 
626
 
 
627
mostlyclean-am: mostlyclean-generic
 
628
 
 
629
pdf: pdf-recursive
 
630
 
 
631
pdf-am:
 
632
 
 
633
ps: ps-recursive
 
634
 
 
635
ps-am:
 
636
 
 
637
uninstall-am: uninstall-ApplicationsDATA uninstall-info-am \
 
638
        uninstall-pixmapsDATA
 
639
 
 
640
uninstall-info: uninstall-info-recursive
 
641
 
 
642
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
643
        check-am clean clean-generic clean-recursive ctags \
 
644
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
 
645
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
646
        distclean-generic distclean-hdr distclean-recursive \
 
647
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
648
        dvi-am html html-am info info-am install \
 
649
        install-ApplicationsDATA install-am install-data \
 
650
        install-data-am install-data-local install-exec \
 
651
        install-exec-am install-info install-info-am install-man \
 
652
        install-pixmapsDATA install-strip installcheck installcheck-am \
 
653
        installdirs installdirs-am maintainer-clean \
 
654
        maintainer-clean-generic maintainer-clean-recursive \
 
655
        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
 
656
        pdf-am ps ps-am tags tags-recursive uninstall \
 
657
        uninstall-ApplicationsDATA uninstall-am uninstall-info-am \
 
658
        uninstall-pixmapsDATA
 
659
 
 
660
 
 
661
install-data-local:
 
662
        @$(NORMAL_INSTALL)
 
663
        if test -d $(srcdir)/pixmaps; then \
 
664
          $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
 
665
          for pixmap in $(srcdir)/pixmaps/*; do \
 
666
            if test -f $$pixmap; then \
 
667
              $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
 
668
            fi \
 
669
          done \
 
670
        fi
 
671
 
 
672
dist-hook:
 
673
        if test -d pixmaps; then \
 
674
          mkdir $(distdir)/pixmaps; \
 
675
          for pixmap in pixmaps/*; do \
 
676
            if test -f $$pixmap; then \
 
677
              cp -p $$pixmap $(distdir)/pixmaps; \
 
678
            fi \
 
679
          done \
 
680
        fi
 
681
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
682
# Otherwise a system limit (for SysV at least) may be exceeded.
 
683
.NOEXPORT: