~ubuntu-branches/ubuntu/hoary/exif/hoary

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): christophe barbe
  • Date: 2004-06-18 14:44:26 UTC
  • Revision ID: james.westby@ubuntu.com-20040618144426-36li8gkxq3f3kau3
Tags: upstream-0.6.9
ImportĀ upstreamĀ versionĀ 0.6.9

Show diffs side-by-side

added added

removed removed

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