~ubuntu-branches/ubuntu/natty/xfce4-weather-plugin/natty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2006-09-29 12:14:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060929121442-3ljmszbbmmv1x0f5
Tags: 0.5.99.1-2
debian/control: bumped xfce4-panel build-dep to 4.4rc1 to fix FTBFS. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
 
17
16
srcdir = @srcdir@
18
17
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
21
20
pkglibdir = $(libdir)/@PACKAGE@
22
21
pkgincludedir = $(includedir)/@PACKAGE@
23
22
top_builddir = .
24
 
 
25
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
24
INSTALL = @INSTALL@
27
25
install_sh_DATA = $(install_sh) -c -m 644
35
33
NORMAL_UNINSTALL = :
36
34
PRE_UNINSTALL = :
37
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
38
37
host_triplet = @host@
 
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
        TODO compile config.guess config.sub depcomp install-sh \
 
42
        ltmain.sh missing mkinstalldirs
 
43
subdir = .
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
49
 configure.lineno configure.status.lineno
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
51
CONFIG_HEADER = config.h
 
52
CONFIG_CLEAN_FILES =
 
53
SOURCES =
 
54
DIST_SOURCES =
 
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
56
        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
 
61
ETAGS = etags
 
62
CTAGS = ctags
 
63
DIST_SUBDIRS = $(SUBDIRS)
 
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
65
distdir = $(PACKAGE)-$(VERSION)
 
66
top_distdir = $(distdir)
 
67
am__remove_distdir = \
 
68
  { test ! -d $(distdir) \
 
69
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
70
         && rm -fr $(distdir); }; }
 
71
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
72
GZIP_ENV = --best
 
73
distuninstallcheck_listfiles = find . -type f -print
 
74
distcleancheck_listfiles = find . -type f -print
39
75
ACLOCAL = @ACLOCAL@
 
76
ALL_LINGUAS = @ALL_LINGUAS@
40
77
AMDEP_FALSE = @AMDEP_FALSE@
41
78
AMDEP_TRUE = @AMDEP_TRUE@
42
79
AMTAR = @AMTAR@
45
82
AUTOHEADER = @AUTOHEADER@
46
83
AUTOMAKE = @AUTOMAKE@
47
84
AWK = @AWK@
 
85
CATALOGS = @CATALOGS@
 
86
CATOBJEXT = @CATOBJEXT@
48
87
CC = @CC@
49
88
CCDEPMODE = @CCDEPMODE@
50
89
CFLAGS = @CFLAGS@
55
94
CXXDEPMODE = @CXXDEPMODE@
56
95
CXXFLAGS = @CXXFLAGS@
57
96
CYGPATH_W = @CYGPATH_W@
 
97
DATADIRNAME = @DATADIRNAME@
58
98
DEFS = @DEFS@
59
99
DEPDIR = @DEPDIR@
60
100
ECHO = @ECHO@
65
105
EXEEXT = @EXEEXT@
66
106
F77 = @F77@
67
107
FFLAGS = @FFLAGS@
 
108
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
109
GMOFILES = @GMOFILES@
 
110
GMSGFMT = @GMSGFMT@
 
111
GREP = @GREP@
 
112
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
113
GTHREAD_LIBS = @GTHREAD_LIBS@
 
114
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
 
115
GTHREAD_VERSION = @GTHREAD_VERSION@
 
116
GTK_CFLAGS = @GTK_CFLAGS@
 
117
GTK_LIBS = @GTK_LIBS@
 
118
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
 
119
GTK_VERSION = @GTK_VERSION@
68
120
INSTALL_DATA = @INSTALL_DATA@
69
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
70
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
71
123
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
124
INSTOBJEXT = @INSTOBJEXT@
 
125
INTLLIBS = @INTLLIBS@
 
126
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
127
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
128
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
129
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
130
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
131
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
132
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
133
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
134
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
135
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
 
136
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
137
INTLTOOL_PERL = @INTLTOOL_PERL@
 
138
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
139
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
140
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
141
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
142
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
143
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
144
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
145
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
146
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
147
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
148
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
149
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
150
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
151
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
72
152
LDFLAGS = @LDFLAGS@
73
153
LIBOBJS = @LIBOBJS@
74
154
LIBS = @LIBS@
75
155
LIBTOOL = @LIBTOOL@
 
156
LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@
 
157
LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@
 
158
LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@
 
159
LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
 
160
LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
 
161
LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
 
162
LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
 
163
LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
 
164
LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@
 
165
LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@
 
166
LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@
 
167
LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@
 
168
LIBXML_CFLAGS = @LIBXML_CFLAGS@
 
169
LIBXML_LIBS = @LIBXML_LIBS@
 
170
LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
 
171
LIBXML_VERSION = @LIBXML_VERSION@
76
172
LN_S = @LN_S@
77
173
LTLIBOBJS = @LTLIBOBJS@
78
174
MAINT = @MAINT@
79
175
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
80
176
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
81
177
MAKEINFO = @MAKEINFO@
 
178
MKINSTALLDIRS = @MKINSTALLDIRS@
 
179
MSGFMT = @MSGFMT@
82
180
OBJEXT = @OBJEXT@
83
181
PACKAGE = @PACKAGE@
84
182
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
88
186
PACKAGE_VERSION = @PACKAGE_VERSION@
89
187
PATH_SEPARATOR = @PATH_SEPARATOR@
90
188
PKG_CONFIG = @PKG_CONFIG@
 
189
POFILES = @POFILES@
 
190
POSUB = @POSUB@
 
191
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
192
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
91
193
RANLIB = @RANLIB@
92
194
SET_MAKE = @SET_MAKE@
93
195
SHELL = @SHELL@
94
196
STRIP = @STRIP@
 
197
USE_NLS = @USE_NLS@
95
198
VERSION = @VERSION@
96
 
XFCE4_PANEL_CFLAGS = @XFCE4_PANEL_CFLAGS@
97
 
XFCE4_PANEL_LIBS = @XFCE4_PANEL_LIBS@
98
 
XFCE4_PANEL_PLUGINSDIR = @XFCE4_PANEL_PLUGINSDIR@
99
 
XFCE4_PANEL_REQUIRED_VERSION = @XFCE4_PANEL_REQUIRED_VERSION@
100
 
XML_LIBS_CFLAGS = @XML_LIBS_CFLAGS@
101
 
XML_LIBS_LIBS = @XML_LIBS_LIBS@
102
 
ac_ct_AR = @ac_ct_AR@
 
199
XGETTEXT = @XGETTEXT@
 
200
XGETTEXT_ARGS = @XGETTEXT_ARGS@
103
201
ac_ct_CC = @ac_ct_CC@
104
202
ac_ct_CXX = @ac_ct_CXX@
105
203
ac_ct_F77 = @ac_ct_F77@
106
 
ac_ct_RANLIB = @ac_ct_RANLIB@
107
 
ac_ct_STRIP = @ac_ct_STRIP@
108
204
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
109
205
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
110
206
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
112
208
am__include = @am__include@
113
209
am__leading_dot = @am__leading_dot@
114
210
am__quote = @am__quote@
 
211
am__tar = @am__tar@
 
212
am__untar = @am__untar@
115
213
bindir = @bindir@
116
214
build = @build@
117
215
build_alias = @build_alias@
119
217
build_os = @build_os@
120
218
build_vendor = @build_vendor@
121
219
datadir = @datadir@
 
220
datarootdir = @datarootdir@
 
221
docdir = @docdir@
 
222
dvidir = @dvidir@
122
223
exec_prefix = @exec_prefix@
123
224
host = @host@
124
225
host_alias = @host_alias@
125
226
host_cpu = @host_cpu@
126
227
host_os = @host_os@
127
228
host_vendor = @host_vendor@
 
229
htmldir = @htmldir@
128
230
includedir = @includedir@
129
231
infodir = @infodir@
130
232
install_sh = @install_sh@
131
233
libdir = @libdir@
132
234
libexecdir = @libexecdir@
 
235
localedir = @localedir@
133
236
localstatedir = @localstatedir@
134
237
mandir = @mandir@
 
238
mkdir_p = @mkdir_p@
135
239
oldincludedir = @oldincludedir@
 
240
pdfdir = @pdfdir@
136
241
prefix = @prefix@
137
242
program_transform_name = @program_transform_name@
 
243
psdir = @psdir@
138
244
sbindir = @sbindir@
139
245
sharedstatedir = @sharedstatedir@
140
246
sysconfdir = @sysconfdir@
141
247
target_alias = @target_alias@
 
248
SUBDIRS = \
 
249
        panel-plugin                                                    \
 
250
        po                                                              \
 
251
        icons
142
252
 
143
 
SUBDIRS = panel-plugin icons
 
253
AUTOMAKE_OPTIONS = \
 
254
        1.8                                                             \
 
255
        dist-bzip2
144
256
 
145
257
EXTRA_DIST = \
146
 
        README
147
 
 
148
 
subdir = .
149
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
150
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
151
 
CONFIG_HEADER = config.h
152
 
CONFIG_CLEAN_FILES =
153
 
DIST_SOURCES =
154
 
 
155
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
156
 
        ps-recursive install-info-recursive uninstall-info-recursive \
157
 
        all-recursive install-data-recursive install-exec-recursive \
158
 
        installdirs-recursive install-recursive uninstall-recursive \
159
 
        check-recursive installcheck-recursive
160
 
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
161
 
        COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 compile \
162
 
        config.guess config.h.in config.sub configure configure.ac \
163
 
        depcomp install-sh ltcf-c.sh ltmain.sh missing mkinstalldirs
164
 
DIST_SUBDIRS = $(SUBDIRS)
 
258
        intltool-extract.in                                             \
 
259
        intltool-merge.in                                               \
 
260
        intltool-update.in
 
261
 
 
262
DISTCLEANFILES = \
 
263
        intltool-extract                                                \
 
264
        intltool-merge                                                  \
 
265
        intltool-update
 
266
 
165
267
all: config.h
166
268
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
167
269
 
168
270
.SUFFIXES:
169
 
 
170
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
171
 
 configure.lineno
172
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
271
am--refresh:
 
272
        @:
 
273
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
274
        @for dep in $?; do \
 
275
          case '$(am__configure_deps)' in \
 
276
            *$$dep*) \
 
277
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
278
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
279
                && exit 0; \
 
280
              exit 1;; \
 
281
          esac; \
 
282
        done; \
 
283
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
173
284
        cd $(top_srcdir) && \
174
285
          $(AUTOMAKE) --gnu  Makefile
175
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
176
 
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
286
.PRECIOUS: Makefile
 
287
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
288
        @case '$?' in \
 
289
          *config.status*) \
 
290
            echo ' $(SHELL) ./config.status'; \
 
291
            $(SHELL) ./config.status;; \
 
292
          *) \
 
293
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
294
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
295
        esac;
177
296
 
178
 
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
297
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
179
298
        $(SHELL) ./config.status --recheck
180
 
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
299
 
 
300
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
181
301
        cd $(srcdir) && $(AUTOCONF)
182
 
 
183
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac 
 
302
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
184
303
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
185
304
 
186
305
config.h: stamp-h1
192
311
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
193
312
        @rm -f stamp-h1
194
313
        cd $(top_builddir) && $(SHELL) ./config.status config.h
195
 
 
196
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
314
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
197
315
        cd $(top_srcdir) && $(AUTOHEADER)
198
 
        touch $(srcdir)/config.h.in
 
316
        rm -f stamp-h1
 
317
        touch $@
199
318
 
200
319
distclean-hdr:
201
320
        -rm -f config.h stamp-h1
217
336
#     (which will cause the Makefiles to be regenerated when you run `make');
218
337
# (2) otherwise, pass the desired values on the `make' command line.
219
338
$(RECURSIVE_TARGETS):
220
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
339
        @failcom='exit 1'; \
 
340
        for f in x $$MAKEFLAGS; do \
 
341
          case $$f in \
 
342
            *=* | --[!k]*);; \
 
343
            *k*) failcom='fail=yes';; \
 
344
          esac; \
 
345
        done; \
221
346
        dot_seen=no; \
222
347
        target=`echo $@ | sed s/-recursive//`; \
223
348
        list='$(SUBDIRS)'; for subdir in $$list; do \
229
354
            local_target="$$target"; \
230
355
          fi; \
231
356
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
232
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
357
          || eval $$failcom; \
233
358
        done; \
234
359
        if test "$$dot_seen" = "no"; then \
235
360
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
237
362
 
238
363
mostlyclean-recursive clean-recursive distclean-recursive \
239
364
maintainer-clean-recursive:
240
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
365
        @failcom='exit 1'; \
 
366
        for f in x $$MAKEFLAGS; do \
 
367
          case $$f in \
 
368
            *=* | --[!k]*);; \
 
369
            *k*) failcom='fail=yes';; \
 
370
          esac; \
 
371
        done; \
241
372
        dot_seen=no; \
242
373
        case "$@" in \
243
374
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
258
389
            local_target="$$target"; \
259
390
          fi; \
260
391
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
261
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
392
          || eval $$failcom; \
262
393
        done && test -z "$$fail"
263
394
tags-recursive:
264
395
        list='$(SUBDIRS)'; for subdir in $$list; do \
269
400
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
270
401
        done
271
402
 
272
 
ETAGS = etags
273
 
ETAGSFLAGS =
274
 
 
275
 
CTAGS = ctags
276
 
CTAGSFLAGS =
277
 
 
278
 
tags: TAGS
279
 
 
280
403
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
281
404
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
282
405
        unique=`for i in $$list; do \
285
408
          $(AWK) '    { files[$$0] = 1; } \
286
409
               END { for (i in files) print i; }'`; \
287
410
        mkid -fID $$unique
 
411
tags: TAGS
288
412
 
289
413
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
290
414
                $(TAGS_FILES) $(LISP)
291
415
        tags=; \
292
416
        here=`pwd`; \
293
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
417
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
294
418
          include_option=--etags-include; \
 
419
          empty_fix=.; \
295
420
        else \
296
421
          include_option=--include; \
 
422
          empty_fix=; \
297
423
        fi; \
298
424
        list='$(SUBDIRS)'; for subdir in $$list; do \
299
425
          if test "$$subdir" = .; then :; else \
300
 
            test -f $$subdir/TAGS && \
 
426
            test ! -f $$subdir/TAGS || \
301
427
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
302
428
          fi; \
303
429
        done; \
307
433
          done | \
308
434
          $(AWK) '    { files[$$0] = 1; } \
309
435
               END { for (i in files) print i; }'`; \
310
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
311
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
312
 
             $$tags $$unique
313
 
 
 
436
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
437
          test -n "$$unique" || unique=$$empty_fix; \
 
438
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
439
            $$tags $$unique; \
 
440
        fi
314
441
ctags: CTAGS
315
442
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
316
443
                $(TAGS_FILES) $(LISP)
333
460
 
334
461
distclean-tags:
335
462
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
336
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
337
 
 
338
 
top_distdir = .
339
 
distdir = $(PACKAGE)-$(VERSION)
340
 
 
341
 
am__remove_distdir = \
342
 
  { test ! -d $(distdir) \
343
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
344
 
         && rm -fr $(distdir); }; }
345
 
 
346
 
GZIP_ENV = --best
347
 
distuninstallcheck_listfiles = find . -type f -print
348
 
distcleancheck_listfiles = find . -type f -print
349
463
 
350
464
distdir: $(DISTFILES)
351
465
        $(am__remove_distdir)
352
466
        mkdir $(distdir)
 
467
        $(mkdir_p) $(distdir)/po
353
468
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
354
469
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
355
470
        list='$(DISTFILES)'; for file in $$list; do \
361
476
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
362
477
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
363
478
            dir="/$$dir"; \
364
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
479
            $(mkdir_p) "$(distdir)$$dir"; \
365
480
          else \
366
481
            dir=''; \
367
482
          fi; \
376
491
            || exit 1; \
377
492
          fi; \
378
493
        done
379
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
494
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
380
495
          if test "$$subdir" = .; then :; else \
381
 
            test -d $(distdir)/$$subdir \
382
 
            || mkdir $(distdir)/$$subdir \
 
496
            test -d "$(distdir)/$$subdir" \
 
497
            || $(mkdir_p) "$(distdir)/$$subdir" \
383
498
            || exit 1; \
 
499
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
500
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
384
501
            (cd $$subdir && \
385
502
              $(MAKE) $(AM_MAKEFLAGS) \
386
 
                top_distdir="$(top_distdir)" \
387
 
                distdir=../$(distdir)/$$subdir \
 
503
                top_distdir="$$top_distdir" \
 
504
                distdir="$$distdir/$$subdir" \
388
505
                distdir) \
389
506
              || exit 1; \
390
507
          fi; \
395
512
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
396
513
        || chmod -R a+r $(distdir)
397
514
dist-gzip: distdir
398
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
515
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
516
        $(am__remove_distdir)
 
517
dist-bzip2: distdir
 
518
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
519
        $(am__remove_distdir)
 
520
 
 
521
dist-tarZ: distdir
 
522
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
523
        $(am__remove_distdir)
 
524
 
 
525
dist-shar: distdir
 
526
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
527
        $(am__remove_distdir)
 
528
 
 
529
dist-zip: distdir
 
530
        -rm -f $(distdir).zip
 
531
        zip -rq $(distdir).zip $(distdir)
399
532
        $(am__remove_distdir)
400
533
 
401
534
dist dist-all: distdir
402
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
535
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
536
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
403
537
        $(am__remove_distdir)
404
538
 
405
539
# This target untars the dist file and tries a VPATH configuration.  Then
406
540
# it guarantees that the distribution is self-contained by making another
407
541
# tarfile.
408
542
distcheck: dist
409
 
        $(am__remove_distdir)
410
 
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
543
        case '$(DIST_ARCHIVES)' in \
 
544
        *.tar.gz*) \
 
545
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
546
        *.tar.bz2*) \
 
547
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
548
        *.tar.Z*) \
 
549
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
550
        *.shar.gz*) \
 
551
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
552
        *.zip*) \
 
553
          unzip $(distdir).zip ;;\
 
554
        esac
411
555
        chmod -R a-w $(distdir); chmod a+w $(distdir)
412
556
        mkdir $(distdir)/_build
413
557
        mkdir $(distdir)/_inst
427
571
                distuninstallcheck \
428
572
          && chmod -R a-w "$$dc_install_base" \
429
573
          && ({ \
430
 
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
574
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
431
575
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
432
576
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
433
577
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
434
578
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
435
579
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
436
580
          && rm -rf "$$dc_destdir" \
437
 
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
438
 
          && rm -f $(distdir).tar.gz \
 
581
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
582
          && rm -rf $(DIST_ARCHIVES) \
439
583
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
440
584
        $(am__remove_distdir)
441
 
        @echo "$(distdir).tar.gz is ready for distribution" | \
442
 
          sed 'h;s/./=/g;p;x;p;x'
 
585
        @(echo "$(distdir) archives ready for distribution: "; \
 
586
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
587
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
443
588
distuninstallcheck:
444
589
        @cd $(distuninstallcheck_dir) \
445
590
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
463
608
all-am: Makefile config.h
464
609
installdirs: installdirs-recursive
465
610
installdirs-am:
466
 
 
467
611
install: install-recursive
468
612
install-exec: install-exec-recursive
469
613
install-data: install-data-recursive
483
627
clean-generic:
484
628
 
485
629
distclean-generic:
486
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
630
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
631
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
487
632
 
488
633
maintainer-clean-generic:
489
634
        @echo "This command is intended for maintainers to use"
495
640
distclean: distclean-recursive
496
641
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
497
642
        -rm -f Makefile
498
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
499
 
        distclean-local distclean-tags
 
643
distclean-am: clean-am distclean-generic distclean-hdr \
 
644
        distclean-libtool distclean-local distclean-tags
500
645
 
501
646
dvi: dvi-recursive
502
647
 
503
648
dvi-am:
504
649
 
 
650
html: html-recursive
 
651
 
505
652
info: info-recursive
506
653
 
507
654
info-am:
538
685
 
539
686
uninstall-info: uninstall-info-recursive
540
687
 
541
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
542
 
        clean-generic clean-libtool clean-recursive ctags \
543
 
        ctags-recursive dist dist-all dist-gzip distcheck distclean \
 
688
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
689
        check-am clean clean-generic clean-libtool clean-recursive \
 
690
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
691
        dist-shar dist-tarZ dist-zip distcheck distclean \
544
692
        distclean-generic distclean-hdr distclean-libtool \
545
693
        distclean-local distclean-recursive distclean-tags \
546
 
        distcleancheck distdir distuninstallcheck dvi dvi-am \
547
 
        dvi-recursive info info-am info-recursive install install-am \
548
 
        install-data install-data-am install-data-recursive \
549
 
        install-exec install-exec-am install-exec-recursive \
550
 
        install-info install-info-am install-info-recursive install-man \
551
 
        install-recursive install-strip installcheck installcheck-am \
552
 
        installdirs installdirs-am installdirs-recursive \
553
 
        maintainer-clean maintainer-clean-generic \
554
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
555
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
556
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
557
 
        uninstall uninstall-am uninstall-info-am \
558
 
        uninstall-info-recursive uninstall-recursive
 
694
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
695
        html-am info info-am install install-am install-data \
 
696
        install-data-am install-exec install-exec-am install-info \
 
697
        install-info-am install-man install-strip installcheck \
 
698
        installcheck-am installdirs installdirs-am maintainer-clean \
 
699
        maintainer-clean-generic maintainer-clean-recursive \
 
700
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
701
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
702
        uninstall uninstall-am uninstall-info-am
559
703
 
560
 
@SET_MAKE@
561
704
 
562
705
distclean-local:
563
706
        rm -rf *.cache *~