~ubuntu-branches/ubuntu/wily/nautilus-image-converter/wily

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2011-09-10 16:09:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: package-import@ubuntu.com-20110910160959-ahrepq7s5xiojjdo
Tags: 0.3.1~git20110416-0ubuntu1
* New upstream snapshot to build against GTK3 and to be compatible with
  nautilus >= 3.0.0 (LP: #832792, #842142).
* debian/control:
 - Update location of upstream code.
 - Bump build-depends on libnautilus-extension-dev (>= 3.0.0) and
   libglib2.0-dev (>= 2.28.0).
 - Build-depends on libgtk-3-dev.
 - Build-depends on intltool.
* debian/patches: 
 - 00-fix_ltmain.sh.patch: Refresh.
 - 01-fix_gcc_options.patch: Remove, merged upstream.
 - 02-bulgarian_translation.patch: Remove, merged upstream.
 - 03-catalan_translation.patch: Remove, merged upstream.
 - 04-german_translation.patch: Remove, merged upstream.
 - 08-fix-spanish-translation.patch: Update, hopefully fix
   definitely LP: #489337 .
* debian/rules:
 - Don't ship .la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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  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.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
20
20
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = .
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
23
install_sh_DATA = $(install_sh) -c -m 644
26
24
install_sh_PROGRAM = $(install_sh) -c
27
25
install_sh_SCRIPT = $(install_sh) -c
35
33
POST_UNINSTALL = :
36
34
build_triplet = @build@
37
35
host_triplet = @host@
 
36
subdir = .
38
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
38
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
39
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41
40
        config.guess config.sub depcomp install-sh ltmain.sh missing \
42
41
        mkinstalldirs
43
 
subdir = .
44
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
44
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
45
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
46
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
46
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
48
        $(ACLOCAL_M4)
48
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49
 
 configure.lineno configure.status.lineno
 
50
 configure.lineno config.status.lineno
50
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51
52
CONFIG_HEADER = config.h
52
53
CONFIG_CLEAN_FILES =
 
54
CONFIG_CLEAN_VPATH_FILES =
 
55
AM_V_GEN = $(am__v_GEN_$(V))
 
56
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
57
am__v_GEN_0 = @echo "  GEN   " $@;
 
58
AM_V_at = $(am__v_at_$(V))
 
59
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
60
am__v_at_0 = @
53
61
SOURCES =
54
62
DIST_SOURCES =
55
63
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56
64
        html-recursive info-recursive install-data-recursive \
57
 
        install-exec-recursive install-info-recursive \
58
 
        install-recursive installcheck-recursive installdirs-recursive \
59
 
        pdf-recursive ps-recursive uninstall-info-recursive \
60
 
        uninstall-recursive
 
65
        install-dvi-recursive install-exec-recursive \
 
66
        install-html-recursive install-info-recursive \
 
67
        install-pdf-recursive install-ps-recursive install-recursive \
 
68
        installcheck-recursive installdirs-recursive pdf-recursive \
 
69
        ps-recursive uninstall-recursive
 
70
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
71
  distclean-recursive maintainer-clean-recursive
 
72
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
73
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
74
        distdir dist dist-all distcheck
61
75
ETAGS = etags
62
76
CTAGS = ctags
63
77
DIST_SUBDIRS = $(SUBDIRS)
65
79
distdir = $(PACKAGE)-$(VERSION)
66
80
top_distdir = $(distdir)
67
81
am__remove_distdir = \
68
 
  { test ! -d $(distdir) \
69
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
70
 
         && rm -fr $(distdir); }; }
 
82
  { test ! -d "$(distdir)" \
 
83
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
84
         && rm -fr "$(distdir)"; }; }
 
85
am__relativize = \
 
86
  dir0=`pwd`; \
 
87
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
88
  sed_rest='s,^[^/]*/*,,'; \
 
89
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
90
  sed_butlast='s,/*[^/]*$$,,'; \
 
91
  while test -n "$$dir1"; do \
 
92
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
93
    if test "$$first" != "."; then \
 
94
      if test "$$first" = ".."; then \
 
95
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
96
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
97
      else \
 
98
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
99
        if test "$$first2" = "$$first"; then \
 
100
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
101
        else \
 
102
          dir2="../$$dir2"; \
 
103
        fi; \
 
104
        dir0="$$dir0"/"$$first"; \
 
105
      fi; \
 
106
    fi; \
 
107
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
108
  done; \
 
109
  reldir="$$dir2"
71
110
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
72
111
GZIP_ENV = --best
73
112
distuninstallcheck_listfiles = find . -type f -print
74
113
distcleancheck_listfiles = find . -type f -print
75
114
ACLOCAL = @ACLOCAL@
76
115
ALL_LINGUAS = @ALL_LINGUAS@
77
 
AMDEP_FALSE = @AMDEP_FALSE@
78
 
AMDEP_TRUE = @AMDEP_TRUE@
79
116
AMTAR = @AMTAR@
 
117
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
80
118
AR = @AR@
81
119
AUTOCONF = @AUTOCONF@
82
120
AUTOHEADER = @AUTOHEADER@
89
127
CFLAGS = @CFLAGS@
90
128
CPP = @CPP@
91
129
CPPFLAGS = @CPPFLAGS@
92
 
CXX = @CXX@
93
 
CXXCPP = @CXXCPP@
94
 
CXXDEPMODE = @CXXDEPMODE@
95
 
CXXFLAGS = @CXXFLAGS@
96
130
CYGPATH_W = @CYGPATH_W@
97
131
DATADIRNAME = @DATADIRNAME@
98
132
DEFS = @DEFS@
99
133
DEPDIR = @DEPDIR@
100
 
ECHO = @ECHO@
 
134
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
135
DLLTOOL = @DLLTOOL@
 
136
DSYMUTIL = @DSYMUTIL@
 
137
DUMPBIN = @DUMPBIN@
101
138
ECHO_C = @ECHO_C@
102
139
ECHO_N = @ECHO_N@
103
140
ECHO_T = @ECHO_T@
104
141
EGREP = @EGREP@
105
142
EXEEXT = @EXEEXT@
106
 
F77 = @F77@
107
 
FFLAGS = @FFLAGS@
 
143
FGREP = @FGREP@
108
144
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
109
145
GMOFILES = @GMOFILES@
110
146
GMSGFMT = @GMSGFMT@
111
147
GREP = @GREP@
 
148
INSTALL = @INSTALL@
112
149
INSTALL_DATA = @INSTALL_DATA@
113
150
INSTALL_PROGRAM = @INSTALL_PROGRAM@
114
151
INSTALL_SCRIPT = @INSTALL_SCRIPT@
115
152
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116
153
INSTOBJEXT = @INSTOBJEXT@
117
154
INTLLIBS = @INTLLIBS@
118
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
119
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
120
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
121
155
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
122
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
123
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
124
156
INTLTOOL_MERGE = @INTLTOOL_MERGE@
125
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
126
157
INTLTOOL_PERL = @INTLTOOL_PERL@
127
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
128
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
129
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
130
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
131
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
132
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
133
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
134
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
135
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
136
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
137
158
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
138
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
139
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
140
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
159
LD = @LD@
141
160
LDFLAGS = @LDFLAGS@
142
161
LIBOBJS = @LIBOBJS@
143
162
LIBS = @LIBS@
144
163
LIBTOOL = @LIBTOOL@
 
164
LIPO = @LIPO@
145
165
LN_S = @LN_S@
146
166
LTLIBOBJS = @LTLIBOBJS@
147
167
MAINT = @MAINT@
148
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
149
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
150
168
MAKEINFO = @MAKEINFO@
 
169
MANIFEST_TOOL = @MANIFEST_TOOL@
 
170
MKDIR_P = @MKDIR_P@
151
171
MKINSTALLDIRS = @MKINSTALLDIRS@
152
172
MSGFMT = @MSGFMT@
153
173
MSGFMT_OPTS = @MSGFMT_OPTS@
155
175
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
156
176
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
157
177
NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
178
NM = @NM@
 
179
NMEDIT = @NMEDIT@
 
180
OBJDUMP = @OBJDUMP@
158
181
OBJEXT = @OBJEXT@
 
182
OTOOL = @OTOOL@
 
183
OTOOL64 = @OTOOL64@
159
184
PACKAGE = @PACKAGE@
160
185
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161
186
PACKAGE_NAME = @PACKAGE_NAME@
162
187
PACKAGE_STRING = @PACKAGE_STRING@
163
188
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
189
PACKAGE_URL = @PACKAGE_URL@
164
190
PACKAGE_VERSION = @PACKAGE_VERSION@
165
191
PATH_SEPARATOR = @PATH_SEPARATOR@
166
192
PKG_CONFIG = @PKG_CONFIG@
 
193
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
194
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
167
195
POFILES = @POFILES@
168
196
POSUB = @POSUB@
169
197
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
175
203
STRIP = @STRIP@
176
204
USE_NLS = @USE_NLS@
177
205
VERSION = @VERSION@
 
206
WARN_CFLAGS = @WARN_CFLAGS@
 
207
WARN_CXXFLAGS = @WARN_CXXFLAGS@
178
208
XGETTEXT = @XGETTEXT@
 
209
abs_builddir = @abs_builddir@
 
210
abs_srcdir = @abs_srcdir@
 
211
abs_top_builddir = @abs_top_builddir@
 
212
abs_top_srcdir = @abs_top_srcdir@
 
213
ac_ct_AR = @ac_ct_AR@
179
214
ac_ct_CC = @ac_ct_CC@
180
 
ac_ct_CXX = @ac_ct_CXX@
181
 
ac_ct_F77 = @ac_ct_F77@
182
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
183
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
184
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
185
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
215
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
186
216
am__include = @am__include@
187
217
am__leading_dot = @am__leading_dot@
188
218
am__quote = @am__quote@
194
224
build_cpu = @build_cpu@
195
225
build_os = @build_os@
196
226
build_vendor = @build_vendor@
 
227
builddir = @builddir@
197
228
datadir = @datadir@
198
229
datarootdir = @datarootdir@
199
230
docdir = @docdir@
221
252
psdir = @psdir@
222
253
sbindir = @sbindir@
223
254
sharedstatedir = @sharedstatedir@
 
255
srcdir = @srcdir@
224
256
sysconfdir = @sysconfdir@
225
257
target_alias = @target_alias@
226
 
NULL = 
227
 
SUBDIRS = \
228
 
        po \
229
 
        src \
230
 
        $(NULL)
 
258
top_build_prefix = @top_build_prefix@
 
259
top_builddir = @top_builddir@
 
260
top_srcdir = @top_srcdir@
 
261
SUBDIRS = data src po
 
262
DISTCHECK_CONFIGURE_FLAGS = --with-nautilusdir='$${libdir}/nautilus/extensions-2.0-distcheck'
 
263
ACLOCAL_AMFLAGS = -I m4
 
264
INTLTOOL = \
 
265
        intltool-extract.in     \
 
266
        intltool-merge.in       \
 
267
        intltool-update.in
231
268
 
232
269
EXTRA_DIST = \
233
 
        intltool-extract.in \
234
 
        intltool-update.in \
235
 
        intltool-merge.in \
236
 
        $(NULL)
 
270
        ChangeLog               \
 
271
        AUTHORS                 \
 
272
        NEWS                    \
 
273
        $(INTLTOOL)
237
274
 
238
275
DISTCLEANFILES = \
239
 
        intltool-extract \
240
 
        intltool-update \
241
 
        intltool-merge \
242
 
        po/.intltool-merge-cache \
243
 
        $(NULL)
 
276
        intltool-extract        \
 
277
        intltool-merge          \
 
278
        intltool-update
244
279
 
245
280
all: config.h
246
281
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
252
287
        @for dep in $?; do \
253
288
          case '$(am__configure_deps)' in \
254
289
            *$$dep*) \
255
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
256
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
290
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
291
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
257
292
                && exit 0; \
258
293
              exit 1;; \
259
294
          esac; \
260
295
        done; \
261
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
262
 
        cd $(top_srcdir) && \
263
 
          $(AUTOMAKE) --gnu  Makefile
 
296
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
297
        $(am__cd) $(top_srcdir) && \
 
298
          $(AUTOMAKE) --gnu Makefile
264
299
.PRECIOUS: Makefile
265
300
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266
301
        @case '$?' in \
276
311
        $(SHELL) ./config.status --recheck
277
312
 
278
313
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
279
 
        cd $(srcdir) && $(AUTOCONF)
 
314
        $(am__cd) $(srcdir) && $(AUTOCONF)
280
315
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
281
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
316
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
317
$(am__aclocal_m4_deps):
282
318
 
283
319
config.h: stamp-h1
284
320
        @if test ! -f $@; then \
285
321
          rm -f stamp-h1; \
286
 
          $(MAKE) stamp-h1; \
 
322
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
287
323
        else :; fi
288
324
 
289
325
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
290
326
        @rm -f stamp-h1
291
327
        cd $(top_builddir) && $(SHELL) ./config.status config.h
292
328
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
293
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
329
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
294
330
        rm -f stamp-h1
295
331
        touch $@
296
332
 
304
340
        -rm -rf .libs _libs
305
341
 
306
342
distclean-libtool:
307
 
        -rm -f libtool
308
 
uninstall-info-am:
 
343
        -rm -f libtool config.lt
309
344
 
310
345
# This directory's subdirectories are mostly independent; you can cd
311
346
# into them and run `make' without going through this Makefile.
314
349
#     (which will cause the Makefiles to be regenerated when you run `make');
315
350
# (2) otherwise, pass the desired values on the `make' command line.
316
351
$(RECURSIVE_TARGETS):
317
 
        @failcom='exit 1'; \
 
352
        @fail= failcom='exit 1'; \
318
353
        for f in x $$MAKEFLAGS; do \
319
354
          case $$f in \
320
355
            *=* | --[!k]*);; \
331
366
          else \
332
367
            local_target="$$target"; \
333
368
          fi; \
334
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
369
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
335
370
          || eval $$failcom; \
336
371
        done; \
337
372
        if test "$$dot_seen" = "no"; then \
338
373
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
339
374
        fi; test -z "$$fail"
340
375
 
341
 
mostlyclean-recursive clean-recursive distclean-recursive \
342
 
maintainer-clean-recursive:
343
 
        @failcom='exit 1'; \
 
376
$(RECURSIVE_CLEAN_TARGETS):
 
377
        @fail= failcom='exit 1'; \
344
378
        for f in x $$MAKEFLAGS; do \
345
379
          case $$f in \
346
380
            *=* | --[!k]*);; \
366
400
          else \
367
401
            local_target="$$target"; \
368
402
          fi; \
369
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
403
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370
404
          || eval $$failcom; \
371
405
        done && test -z "$$fail"
372
406
tags-recursive:
373
407
        list='$(SUBDIRS)'; for subdir in $$list; do \
374
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
408
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
375
409
        done
376
410
ctags-recursive:
377
411
        list='$(SUBDIRS)'; for subdir in $$list; do \
378
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
412
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
379
413
        done
380
414
 
381
415
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
383
417
        unique=`for i in $$list; do \
384
418
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385
419
          done | \
386
 
          $(AWK) '    { files[$$0] = 1; } \
387
 
               END { for (i in files) print i; }'`; \
 
420
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
421
              END { if (nonempty) { for (i in files) print i; }; }'`; \
388
422
        mkid -fID $$unique
389
423
tags: TAGS
390
424
 
391
425
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
392
426
                $(TAGS_FILES) $(LISP)
393
 
        tags=; \
 
427
        set x; \
394
428
        here=`pwd`; \
395
429
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
396
430
          include_option=--etags-include; \
402
436
        list='$(SUBDIRS)'; for subdir in $$list; do \
403
437
          if test "$$subdir" = .; then :; else \
404
438
            test ! -f $$subdir/TAGS || \
405
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
439
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
406
440
          fi; \
407
441
        done; \
408
442
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
409
443
        unique=`for i in $$list; do \
410
444
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411
445
          done | \
412
 
          $(AWK) '    { files[$$0] = 1; } \
413
 
               END { for (i in files) print i; }'`; \
414
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
446
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
447
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
448
        shift; \
 
449
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
415
450
          test -n "$$unique" || unique=$$empty_fix; \
416
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417
 
            $$tags $$unique; \
 
451
          if test $$# -gt 0; then \
 
452
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
453
              "$$@" $$unique; \
 
454
          else \
 
455
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
456
              $$unique; \
 
457
          fi; \
418
458
        fi
419
459
ctags: CTAGS
420
460
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
421
461
                $(TAGS_FILES) $(LISP)
422
 
        tags=; \
423
 
        here=`pwd`; \
424
462
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
425
463
        unique=`for i in $$list; do \
426
464
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427
465
          done | \
428
 
          $(AWK) '    { files[$$0] = 1; } \
429
 
               END { for (i in files) print i; }'`; \
430
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
466
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
467
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
468
        test -z "$(CTAGS_ARGS)$$unique" \
431
469
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
432
 
             $$tags $$unique
 
470
             $$unique
433
471
 
434
472
GTAGS:
435
473
        here=`$(am__cd) $(top_builddir) && pwd` \
436
 
          && cd $(top_srcdir) \
437
 
          && gtags -i $(GTAGS_ARGS) $$here
 
474
          && $(am__cd) $(top_srcdir) \
 
475
          && gtags -i $(GTAGS_ARGS) "$$here"
438
476
 
439
477
distclean-tags:
440
478
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
441
479
 
442
480
distdir: $(DISTFILES)
443
481
        $(am__remove_distdir)
444
 
        mkdir $(distdir)
445
 
        $(mkdir_p) $(distdir)/po
446
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
447
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
448
 
        list='$(DISTFILES)'; for file in $$list; do \
449
 
          case $$file in \
450
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
451
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
452
 
          esac; \
 
482
        test -d "$(distdir)" || mkdir "$(distdir)"
 
483
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
484
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
485
        list='$(DISTFILES)'; \
 
486
          dist_files=`for file in $$list; do echo $$file; done | \
 
487
          sed -e "s|^$$srcdirstrip/||;t" \
 
488
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
489
        case $$dist_files in \
 
490
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
491
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
492
                           sort -u` ;; \
 
493
        esac; \
 
494
        for file in $$dist_files; do \
453
495
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
454
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
455
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
456
 
            dir="/$$dir"; \
457
 
            $(mkdir_p) "$(distdir)$$dir"; \
458
 
          else \
459
 
            dir=''; \
460
 
          fi; \
461
496
          if test -d $$d/$$file; then \
 
497
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
498
            if test -d "$(distdir)/$$file"; then \
 
499
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
500
            fi; \
462
501
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
463
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
502
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
503
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464
504
            fi; \
465
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
505
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
466
506
          else \
467
 
            test -f $(distdir)/$$file \
468
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
507
            test -f "$(distdir)/$$file" \
 
508
            || cp -p $$d/$$file "$(distdir)/$$file" \
469
509
            || exit 1; \
470
510
          fi; \
471
511
        done
472
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
512
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
473
513
          if test "$$subdir" = .; then :; else \
474
514
            test -d "$(distdir)/$$subdir" \
475
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
515
            || $(MKDIR_P) "$(distdir)/$$subdir" \
476
516
            || exit 1; \
477
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
478
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
479
 
            (cd $$subdir && \
 
517
          fi; \
 
518
        done
 
519
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
520
          if test "$$subdir" = .; then :; else \
 
521
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
522
            $(am__relativize); \
 
523
            new_distdir=$$reldir; \
 
524
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
525
            $(am__relativize); \
 
526
            new_top_distdir=$$reldir; \
 
527
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
528
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
529
            ($(am__cd) $$subdir && \
480
530
              $(MAKE) $(AM_MAKEFLAGS) \
481
 
                top_distdir="$$top_distdir" \
482
 
                distdir="$$distdir/$$subdir" \
 
531
                top_distdir="$$new_top_distdir" \
 
532
                distdir="$$new_distdir" \
 
533
                am__remove_distdir=: \
 
534
                am__skip_length_check=: \
 
535
                am__skip_mode_fix=: \
483
536
                distdir) \
484
537
              || exit 1; \
485
538
          fi; \
486
539
        done
487
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
540
        -test -n "$(am__skip_mode_fix)" \
 
541
        || find "$(distdir)" -type d ! -perm -755 \
 
542
                -exec chmod u+rwx,go+rx {} \; -o \
488
543
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
489
544
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
490
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
491
 
        || chmod -R a+r $(distdir)
 
545
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
546
        || chmod -R a+r "$(distdir)"
492
547
dist-gzip: distdir
493
548
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
494
549
        $(am__remove_distdir)
496
551
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
497
552
        $(am__remove_distdir)
498
553
 
 
554
dist-lzma: distdir
 
555
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
556
        $(am__remove_distdir)
 
557
 
 
558
dist-xz: distdir
 
559
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
560
        $(am__remove_distdir)
 
561
 
499
562
dist-tarZ: distdir
500
563
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
501
564
        $(am__remove_distdir)
520
583
distcheck: dist
521
584
        case '$(DIST_ARCHIVES)' in \
522
585
        *.tar.gz*) \
523
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
586
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
524
587
        *.tar.bz2*) \
525
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
588
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
589
        *.tar.lzma*) \
 
590
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
591
        *.tar.xz*) \
 
592
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
526
593
        *.tar.Z*) \
527
594
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
528
595
        *.shar.gz*) \
529
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
596
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
530
597
        *.zip*) \
531
598
          unzip $(distdir).zip ;;\
532
599
        esac
534
601
        mkdir $(distdir)/_build
535
602
        mkdir $(distdir)/_inst
536
603
        chmod a-w $(distdir)
 
604
        test -d $(distdir)/_build || exit 0; \
537
605
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
538
606
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
539
 
          && cd $(distdir)/_build \
 
607
          && am__cwd=`pwd` \
 
608
          && $(am__cd) $(distdir)/_build \
540
609
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
541
610
            $(DISTCHECK_CONFIGURE_FLAGS) \
542
611
          && $(MAKE) $(AM_MAKEFLAGS) \
558
627
          && rm -rf "$$dc_destdir" \
559
628
          && $(MAKE) $(AM_MAKEFLAGS) dist \
560
629
          && rm -rf $(DIST_ARCHIVES) \
561
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
630
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
631
          && cd "$$am__cwd" \
 
632
          || exit 1
562
633
        $(am__remove_distdir)
563
634
        @(echo "$(distdir) archives ready for distribution: "; \
564
635
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
565
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
636
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
566
637
distuninstallcheck:
567
 
        @cd $(distuninstallcheck_dir) \
 
638
        @$(am__cd) '$(distuninstallcheck_dir)' \
568
639
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
569
640
           || { echo "ERROR: files left after uninstall:" ; \
570
641
                if test -n "$(DESTDIR)"; then \
606
677
 
607
678
distclean-generic:
608
679
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
680
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
609
681
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
610
682
 
611
683
maintainer-clean-generic:
627
699
 
628
700
html: html-recursive
629
701
 
 
702
html-am:
 
703
 
630
704
info: info-recursive
631
705
 
632
706
info-am:
633
707
 
634
708
install-data-am:
635
709
 
 
710
install-dvi: install-dvi-recursive
 
711
 
 
712
install-dvi-am:
 
713
 
636
714
install-exec-am:
637
715
 
 
716
install-html: install-html-recursive
 
717
 
 
718
install-html-am:
 
719
 
638
720
install-info: install-info-recursive
639
721
 
 
722
install-info-am:
 
723
 
640
724
install-man:
641
725
 
 
726
install-pdf: install-pdf-recursive
 
727
 
 
728
install-pdf-am:
 
729
 
 
730
install-ps: install-ps-recursive
 
731
 
 
732
install-ps-am:
 
733
 
642
734
installcheck-am:
643
735
 
644
736
maintainer-clean: maintainer-clean-recursive
659
751
 
660
752
ps-am:
661
753
 
662
 
uninstall-am: uninstall-info-am
663
 
 
664
 
uninstall-info: uninstall-info-recursive
665
 
 
666
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
667
 
        check-am clean clean-generic clean-libtool clean-recursive \
668
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
669
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
670
 
        distclean-generic distclean-hdr distclean-libtool \
671
 
        distclean-recursive distclean-tags distcleancheck distdir \
 
754
uninstall-am:
 
755
 
 
756
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
757
        ctags-recursive install-am install-strip tags-recursive
 
758
 
 
759
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
760
        all all-am am--refresh check check-am clean clean-generic \
 
761
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
762
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
763
        distcheck distclean distclean-generic distclean-hdr \
 
764
        distclean-libtool distclean-tags distcleancheck distdir \
672
765
        distuninstallcheck dvi dvi-am html html-am info info-am \
673
 
        install install-am install-data install-data-am install-exec \
674
 
        install-exec-am install-info install-info-am install-man \
 
766
        install install-am install-data install-data-am install-dvi \
 
767
        install-dvi-am install-exec install-exec-am install-html \
 
768
        install-html-am install-info install-info-am install-man \
 
769
        install-pdf install-pdf-am install-ps install-ps-am \
675
770
        install-strip installcheck installcheck-am installdirs \
676
771
        installdirs-am maintainer-clean maintainer-clean-generic \
677
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
678
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
679
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
772
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
773
        ps ps-am tags tags-recursive uninstall uninstall-am
 
774
 
680
775
 
681
776
# Tell versions [3.59,3.63) of GNU make to not export all variables.
682
777
# Otherwise a system limit (for SysV at least) may be exceeded.