~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to data/themes/gui-gtk-2.0/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2009-11-27 23:24:00 UTC
  • mfrom: (7.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091127232400-nmoil1yvvskugn1h
[ Karl Goetz ]
* New upstream release
* Bump standards-version to 3.8.3
* Update watch file
  - Now version 3
  - Switched to gna.org instead of sf.net
* Switch readline dev dependency to libreadline-dev instead of
libreadline5-dev. Closes: #553758
* Changed compat to 5
* Relaxed dependencies on freeciv-server for sdl and gtk clients,
freeciv-server is now a recommends
* Stop d/rules trying to gzip scenarios - upstream does this.
* Remove export of datarootdir in d/rules, upstream seems to handle
this correctly now.
* Deleted 01_configure_ac_localedir.diff from d/patches/ and from series.
* Create per-client .desktop files. Closes: #470978, LP: #190555
* Desktop files mention which client they are (sdl/gtk/xaw3d).
* Add myself to uploaders on Clint's suggestion.

[ Clint Adams ]
* Change watch file to grab bz2 tarballs.
* Switch to 3.0 (quilt) source format.
* Remove quilt code from debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
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
 
SHELL = @SHELL@
17
 
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
17
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
37
20
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
39
 
top_builddir = ../../..
40
 
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
46
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
 
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
 
INSTALL_DATA = @INSTALL_DATA@
50
23
install_sh_DATA = $(install_sh) -c -m 644
51
24
install_sh_PROGRAM = $(install_sh) -c
52
25
install_sh_SCRIPT = $(install_sh) -c
53
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
26
INSTALL_HEADER = $(INSTALL_DATA)
55
 
transform = @program_transform_name@
 
27
transform = $(program_transform_name)
56
28
NORMAL_INSTALL = :
57
29
PRE_INSTALL = :
58
30
POST_INSTALL = :
59
31
NORMAL_UNINSTALL = :
60
32
PRE_UNINSTALL = :
61
33
POST_UNINSTALL = :
62
 
host_alias = @host_alias@
 
34
build_triplet = @build@
63
35
host_triplet = @host@
64
 
 
65
 
EXEEXT = @EXEEXT@
66
 
OBJEXT = @OBJEXT@
67
 
PATH_SEPARATOR = @PATH_SEPARATOR@
 
36
subdir = data/themes/gui-gtk-2.0
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/auth.m4 $(top_srcdir)/m4/c99.m4 \
 
40
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/compiler.m4 \
 
41
        $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/freetype2.m4 \
 
42
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \
 
43
        $(top_srcdir)/m4/ggz.m4 $(top_srcdir)/m4/glibc21.m4 \
 
44
        $(top_srcdir)/m4/gtk-2.0.m4 $(top_srcdir)/m4/gtk2-client.m4 \
 
45
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
 
46
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
47
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
48
        $(top_srcdir)/m4/locale.m4 $(top_srcdir)/m4/ngettext.m4 \
 
49
        $(top_srcdir)/m4/no-client.m4 $(top_srcdir)/m4/pkg.m4 \
 
50
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
 
51
        $(top_srcdir)/m4/sdl-client.m4 $(top_srcdir)/m4/sdl.m4 \
 
52
        $(top_srcdir)/m4/sound.m4 $(top_srcdir)/m4/vsnprintf.m4 \
 
53
        $(top_srcdir)/m4/win32-client.m4 $(top_srcdir)/m4/x.m4 \
 
54
        $(top_srcdir)/m4/xaw-client.m4 $(top_srcdir)/m4/version.m4 \
 
55
        $(top_srcdir)/version.in $(top_srcdir)/configure.ac
 
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
57
        $(ACLOCAL_M4)
 
58
mkinstalldirs = $(SHELL) $(top_srcdir)/bootstrap/mkinstalldirs
 
59
CONFIG_HEADER = $(top_builddir)/config.h
 
60
CONFIG_CLEAN_FILES =
 
61
CONFIG_CLEAN_VPATH_FILES =
 
62
SOURCES =
 
63
DIST_SOURCES =
 
64
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
65
        html-recursive info-recursive install-data-recursive \
 
66
        install-dvi-recursive install-exec-recursive \
 
67
        install-html-recursive install-info-recursive \
 
68
        install-pdf-recursive install-ps-recursive install-recursive \
 
69
        installcheck-recursive installdirs-recursive pdf-recursive \
 
70
        ps-recursive uninstall-recursive
 
71
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
72
  distclean-recursive maintainer-clean-recursive
 
73
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
74
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
75
        distdir
 
76
ETAGS = etags
 
77
CTAGS = ctags
 
78
DIST_SUBDIRS = $(SUBDIRS)
 
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
80
am__relativize = \
 
81
  dir0=`pwd`; \
 
82
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
83
  sed_rest='s,^[^/]*/*,,'; \
 
84
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
85
  sed_butlast='s,/*[^/]*$$,,'; \
 
86
  while test -n "$$dir1"; do \
 
87
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
88
    if test "$$first" != "."; then \
 
89
      if test "$$first" = ".."; then \
 
90
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
91
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
92
      else \
 
93
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
94
        if test "$$first2" = "$$first"; then \
 
95
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
96
        else \
 
97
          dir2="../$$dir2"; \
 
98
        fi; \
 
99
        dir0="$$dir0"/"$$first"; \
 
100
      fi; \
 
101
    fi; \
 
102
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
103
  done; \
 
104
  reldir="$$dir2"
 
105
ACLOCAL = @ACLOCAL@
 
106
ALLOCA = @ALLOCA@
68
107
AMTAR = @AMTAR@
69
108
AR = @AR@
70
109
AUTH_CFLAGS = @AUTH_CFLAGS@
71
110
AUTH_LIBS = @AUTH_LIBS@
 
111
AUTOCONF = @AUTOCONF@
 
112
AUTOHEADER = @AUTOHEADER@
 
113
AUTOMAKE = @AUTOMAKE@
72
114
AUTO_DEPS = @AUTO_DEPS@
73
115
AWK = @AWK@
74
116
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
75
117
CATALOGS = @CATALOGS@
76
118
CATOBJEXT = @CATOBJEXT@
77
119
CC = @CC@
 
120
CCDEPMODE = @CCDEPMODE@
 
121
CFLAGS = @CFLAGS@
78
122
CLIENT_CFLAGS = @CLIENT_CFLAGS@
79
123
CLIENT_CXXFLAGS = @CLIENT_CXXFLAGS@
80
124
CLIENT_LDFLAGS = @CLIENT_LDFLAGS@
81
125
CLIENT_LIBS = @CLIENT_LIBS@
82
126
CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
83
127
CPP = @CPP@
 
128
CPPFLAGS = @CPPFLAGS@
84
129
CXX = @CXX@
 
130
CXXDEPMODE = @CXXDEPMODE@
 
131
CXXFLAGS = @CXXFLAGS@
 
132
CYGPATH_W = @CYGPATH_W@
85
133
DATADIRNAME = @DATADIRNAME@
 
134
DEFS = @DEFS@
86
135
DEPDIR = @DEPDIR@
 
136
ECHO_C = @ECHO_C@
 
137
ECHO_N = @ECHO_N@
 
138
ECHO_T = @ECHO_T@
 
139
EGREP = @EGREP@
 
140
EXEEXT = @EXEEXT@
87
141
FT2_CFLAGS = @FT2_CFLAGS@
88
142
FT2_CONFIG = @FT2_CONFIG@
89
143
FT2_LIBS = @FT2_LIBS@
90
144
FTWL_CFLAGS = @FTWL_CFLAGS@
91
145
GENCAT = @GENCAT@
92
 
GGZCORE_INCLUDES = @GGZCORE_INCLUDES@
93
 
GGZCORE_LDFLAGS = @GGZCORE_LDFLAGS@
94
146
GGZDMOD_INCLUDES = @GGZDMOD_INCLUDES@
95
147
GGZDMOD_LDFLAGS = @GGZDMOD_LDFLAGS@
96
148
GGZMOD_INCLUDES = @GGZMOD_INCLUDES@
101
153
GLIBC21 = @GLIBC21@
102
154
GMOFILES = @GMOFILES@
103
155
GMSGFMT = @GMSGFMT@
 
156
GREP = @GREP@
104
157
GTK_CFLAGS = @GTK_CFLAGS@
105
158
GTK_LIBS = @GTK_LIBS@
106
159
GZIP = @GZIP@
107
 
HAVE_LIB = @HAVE_LIB@
 
160
INSTALL = @INSTALL@
 
161
INSTALL_DATA = @INSTALL_DATA@
 
162
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
163
INSTALL_SCRIPT = @INSTALL_SCRIPT@
108
164
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109
165
INSTOBJEXT = @INSTOBJEXT@
110
166
INTLBISON = @INTLBISON@
112
168
INTLOBJS = @INTLOBJS@
113
169
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
114
170
LDFLAGS = @LDFLAGS@
115
 
LIB = @LIB@
116
171
LIBGGZ_INCLUDES = @LIBGGZ_INCLUDES@
117
172
LIBGGZ_LDFLAGS = @LIBGGZ_LDFLAGS@
118
173
LIBICONV = @LIBICONV@
 
174
LIBOBJS = @LIBOBJS@
 
175
LIBS = @LIBS@
119
176
LIB_GGZ = @LIB_GGZ@
120
 
LIB_GGZCORE = @LIB_GGZCORE@
121
177
LIB_GGZDMOD = @LIB_GGZDMOD@
122
178
LIB_GGZMOD = @LIB_GGZMOD@
123
179
LIB_GGZ_GTK = @LIB_GGZ_GTK@
124
180
LN_S = @LN_S@
125
 
LTLIB = @LTLIB@
126
181
LTLIBICONV = @LTLIBICONV@
 
182
LTLIBOBJS = @LTLIBOBJS@
127
183
MAINT = @MAINT@
128
184
MAJOR_VERSION = @MAJOR_VERSION@
 
185
MAKEINFO = @MAKEINFO@
129
186
MINOR_VERSION = @MINOR_VERSION@
 
187
MKDIR_P = @MKDIR_P@
130
188
MKINSTALLDIRS = @MKINSTALLDIRS@
131
189
MSGFMT = @MSGFMT@
132
190
NETWORK_CAPSTRING_MANDATORY = @NETWORK_CAPSTRING_MANDATORY@
133
191
NETWORK_CAPSTRING_OPTIONAL = @NETWORK_CAPSTRING_OPTIONAL@
 
192
OBJEXT = @OBJEXT@
134
193
PACKAGE = @PACKAGE@
 
194
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
195
PACKAGE_NAME = @PACKAGE_NAME@
 
196
PACKAGE_STRING = @PACKAGE_STRING@
 
197
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
198
PACKAGE_URL = @PACKAGE_URL@
 
199
PACKAGE_VERSION = @PACKAGE_VERSION@
 
200
PATH_SEPARATOR = @PATH_SEPARATOR@
135
201
PKG_CONFIG = @PKG_CONFIG@
 
202
PNG_CFLAGS = @PNG_CFLAGS@
 
203
PNG_LIBS = @PNG_LIBS@
136
204
POFILES = @POFILES@
137
205
POSUB = @POSUB@
138
206
RANLIB = @RANLIB@
140
208
SDL_CONFIG = @SDL_CONFIG@
141
209
SDL_LIBS = @SDL_LIBS@
142
210
SERVER_LIBS = @SERVER_LIBS@
 
211
SET_MAKE = @SET_MAKE@
 
212
SHELL = @SHELL@
143
213
SOUND_CFLAGS = @SOUND_CFLAGS@
144
214
SOUND_LIBS = @SOUND_LIBS@
145
215
STRIP = @STRIP@
150
220
VERSION_LABEL = @VERSION_LABEL@
151
221
VERSION_WITHOUT_LABEL = @VERSION_WITHOUT_LABEL@
152
222
WINDRES = @WINDRES@
 
223
XGETTEXT = @XGETTEXT@
 
224
XMKMF = @XMKMF@
153
225
X_CFLAGS = @X_CFLAGS@
154
226
X_EXTRA_LIBS = @X_EXTRA_LIBS@
155
227
X_LIBS = @X_LIBS@
156
228
X_PRE_LIBS = @X_PRE_LIBS@
 
229
abs_builddir = @abs_builddir@
 
230
abs_srcdir = @abs_srcdir@
 
231
abs_top_builddir = @abs_top_builddir@
 
232
abs_top_srcdir = @abs_top_srcdir@
 
233
ac_ct_CC = @ac_ct_CC@
 
234
ac_ct_CXX = @ac_ct_CXX@
157
235
am__include = @am__include@
 
236
am__leading_dot = @am__leading_dot@
158
237
am__quote = @am__quote@
 
238
am__tar = @am__tar@
 
239
am__untar = @am__untar@
 
240
bindir = @bindir@
 
241
build = @build@
 
242
build_alias = @build_alias@
 
243
build_cpu = @build_cpu@
 
244
build_os = @build_os@
 
245
build_vendor = @build_vendor@
 
246
builddir = @builddir@
 
247
datadir = @datadir@
 
248
datarootdir = @datarootdir@
 
249
docdir = @docdir@
 
250
dvidir = @dvidir@
 
251
exec_prefix = @exec_prefix@
159
252
ggz_config = @ggz_config@
160
253
ggz_gtk_includes = @ggz_gtk_includes@
161
254
ggz_gtk_libraries = @ggz_gtk_libraries@
162
 
ggzcore_includes = @ggzcore_includes@
163
 
ggzcore_libraries = @ggzcore_libraries@
164
255
ggzdatadir = @ggzdatadir@
165
256
ggzdconfdir = @ggzdconfdir@
166
257
ggzddatadir = @ggzddatadir@
173
264
ggzmod_libraries = @ggzmod_libraries@
174
265
ggzmoduleconfdir = @ggzmoduleconfdir@
175
266
gui_sources = @gui_sources@
 
267
host = @host@
 
268
host_alias = @host_alias@
 
269
host_cpu = @host_cpu@
 
270
host_os = @host_os@
 
271
host_vendor = @host_vendor@
 
272
htmldir = @htmldir@
 
273
includedir = @includedir@
 
274
infodir = @infodir@
176
275
install_sh = @install_sh@
 
276
libdir = @libdir@
 
277
libexecdir = @libexecdir@
177
278
libggz_includes = @libggz_includes@
178
279
libggz_libraries = @libggz_libraries@
179
280
localedir = @localedir@
 
281
localstatedir = @localstatedir@
 
282
mandir = @mandir@
 
283
mkdir_p = @mkdir_p@
 
284
oldincludedir = @oldincludedir@
180
285
packagesrcdir = @packagesrcdir@
181
 
 
 
286
pdfdir = @pdfdir@
 
287
prefix = @prefix@
 
288
program_transform_name = @program_transform_name@
 
289
psdir = @psdir@
 
290
sbindir = @sbindir@
 
291
sharedstatedir = @sharedstatedir@
 
292
srcdir = @srcdir@
 
293
sysconfdir = @sysconfdir@
 
294
target_alias = @target_alias@
 
295
top_build_prefix = @top_build_prefix@
 
296
top_builddir = @top_builddir@
 
297
top_srcdir = @top_srcdir@
182
298
SUBDIRS = Freeciv
183
 
subdir = data/themes/gui-gtk-2.0
184
 
mkinstalldirs = $(SHELL) $(top_srcdir)/bootstrap/mkinstalldirs
185
 
CONFIG_HEADER = $(top_builddir)/config.h
186
 
CONFIG_CLEAN_FILES =
187
 
DIST_SOURCES =
188
 
 
189
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
190
 
        uninstall-info-recursive all-recursive install-data-recursive \
191
 
        install-exec-recursive installdirs-recursive install-recursive \
192
 
        uninstall-recursive check-recursive installcheck-recursive
193
 
DIST_COMMON = Makefile.am Makefile.in
194
 
DIST_SUBDIRS = $(SUBDIRS)
195
299
all: all-recursive
196
300
 
197
301
.SUFFIXES:
198
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
199
 
        cd $(top_srcdir) && \
200
 
          $(AUTOMAKE) --gnu  data/themes/gui-gtk-2.0/Makefile
201
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
202
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
203
 
uninstall-info-am:
 
302
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
303
        @for dep in $?; do \
 
304
          case '$(am__configure_deps)' in \
 
305
            *$$dep*) \
 
306
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
307
                && { if test -f $@; then exit 0; else break; fi; }; \
 
308
              exit 1;; \
 
309
          esac; \
 
310
        done; \
 
311
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/themes/gui-gtk-2.0/Makefile'; \
 
312
        $(am__cd) $(top_srcdir) && \
 
313
          $(AUTOMAKE) --gnu data/themes/gui-gtk-2.0/Makefile
 
314
.PRECIOUS: Makefile
 
315
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
316
        @case '$?' in \
 
317
          *config.status*) \
 
318
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
319
          *) \
 
320
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
321
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
322
        esac;
 
323
 
 
324
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
325
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
326
 
 
327
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
329
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
330
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
331
$(am__aclocal_m4_deps):
204
332
 
205
333
# This directory's subdirectories are mostly independent; you can cd
206
334
# into them and run `make' without going through this Makefile.
209
337
#     (which will cause the Makefiles to be regenerated when you run `make');
210
338
# (2) otherwise, pass the desired values on the `make' command line.
211
339
$(RECURSIVE_TARGETS):
212
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
340
        @failcom='exit 1'; \
 
341
        for f in x $$MAKEFLAGS; do \
 
342
          case $$f in \
 
343
            *=* | --[!k]*);; \
 
344
            *k*) failcom='fail=yes';; \
 
345
          esac; \
 
346
        done; \
213
347
        dot_seen=no; \
214
348
        target=`echo $@ | sed s/-recursive//`; \
215
349
        list='$(SUBDIRS)'; for subdir in $$list; do \
220
354
          else \
221
355
            local_target="$$target"; \
222
356
          fi; \
223
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
224
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
357
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
358
          || eval $$failcom; \
225
359
        done; \
226
360
        if test "$$dot_seen" = "no"; then \
227
361
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
228
362
        fi; test -z "$$fail"
229
363
 
230
 
mostlyclean-recursive clean-recursive distclean-recursive \
231
 
maintainer-clean-recursive:
232
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
364
$(RECURSIVE_CLEAN_TARGETS):
 
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; \
233
372
        dot_seen=no; \
234
373
        case "$@" in \
235
374
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
249
388
          else \
250
389
            local_target="$$target"; \
251
390
          fi; \
252
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
253
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
391
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
392
          || eval $$failcom; \
254
393
        done && test -z "$$fail"
255
394
tags-recursive:
256
395
        list='$(SUBDIRS)'; for subdir in $$list; do \
257
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
258
 
        done
259
 
 
260
 
ETAGS = etags
261
 
ETAGSFLAGS =
262
 
 
263
 
tags: TAGS
 
396
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
397
        done
 
398
ctags-recursive:
 
399
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
400
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
401
        done
264
402
 
265
403
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
266
404
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267
405
        unique=`for i in $$list; do \
268
406
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269
407
          done | \
270
 
          $(AWK) '    { files[$$0] = 1; } \
271
 
               END { for (i in files) print i; }'`; \
 
408
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
409
              END { if (nonempty) { for (i in files) print i; }; }'`; \
272
410
        mkid -fID $$unique
 
411
tags: TAGS
273
412
 
274
413
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
275
414
                $(TAGS_FILES) $(LISP)
276
 
        tags=; \
 
415
        set x; \
277
416
        here=`pwd`; \
 
417
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
418
          include_option=--etags-include; \
 
419
          empty_fix=.; \
 
420
        else \
 
421
          include_option=--include; \
 
422
          empty_fix=; \
 
423
        fi; \
278
424
        list='$(SUBDIRS)'; for subdir in $$list; do \
279
425
          if test "$$subdir" = .; then :; else \
280
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
426
            test ! -f $$subdir/TAGS || \
 
427
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
281
428
          fi; \
282
429
        done; \
283
430
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
284
431
        unique=`for i in $$list; do \
285
432
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286
433
          done | \
287
 
          $(AWK) '    { files[$$0] = 1; } \
288
 
               END { for (i in files) print i; }'`; \
289
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
290
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
291
 
             $$tags $$unique
 
434
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
435
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
436
        shift; \
 
437
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
438
          test -n "$$unique" || unique=$$empty_fix; \
 
439
          if test $$# -gt 0; then \
 
440
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
441
              "$$@" $$unique; \
 
442
          else \
 
443
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
444
              $$unique; \
 
445
          fi; \
 
446
        fi
 
447
ctags: CTAGS
 
448
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
449
                $(TAGS_FILES) $(LISP)
 
450
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
451
        unique=`for i in $$list; do \
 
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
453
          done | \
 
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
456
        test -z "$(CTAGS_ARGS)$$unique" \
 
457
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
458
             $$unique
292
459
 
293
460
GTAGS:
294
461
        here=`$(am__cd) $(top_builddir) && pwd` \
295
 
          && cd $(top_srcdir) \
296
 
          && gtags -i $(GTAGS_ARGS) $$here
 
462
          && $(am__cd) $(top_srcdir) \
 
463
          && gtags -i $(GTAGS_ARGS) "$$here"
297
464
 
298
465
distclean-tags:
299
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
300
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
301
 
 
302
 
top_distdir = ../../..
303
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
466
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
304
467
 
305
468
distdir: $(DISTFILES)
306
 
        @list='$(DISTFILES)'; for file in $$list; do \
 
469
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
470
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
471
        list='$(DISTFILES)'; \
 
472
          dist_files=`for file in $$list; do echo $$file; done | \
 
473
          sed -e "s|^$$srcdirstrip/||;t" \
 
474
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
475
        case $$dist_files in \
 
476
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
477
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
478
                           sort -u` ;; \
 
479
        esac; \
 
480
        for file in $$dist_files; do \
307
481
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
308
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
309
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
310
 
            dir="/$$dir"; \
311
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
312
 
          else \
313
 
            dir=''; \
314
 
          fi; \
315
482
          if test -d $$d/$$file; then \
 
483
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
484
            if test -d "$(distdir)/$$file"; then \
 
485
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
486
            fi; \
316
487
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
317
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
488
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
489
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
318
490
            fi; \
319
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
491
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
320
492
          else \
321
 
            test -f $(distdir)/$$file \
322
 
            || cp -p $$d/$$file $(distdir)/$$file \
323
 
            || exit 1; \
324
 
          fi; \
325
 
        done
326
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
327
 
          if test "$$subdir" = .; then :; else \
328
 
            test -d $(distdir)/$$subdir \
329
 
            || mkdir $(distdir)/$$subdir \
330
 
            || exit 1; \
331
 
            (cd $$subdir && \
 
493
            test -f "$(distdir)/$$file" \
 
494
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
495
            || exit 1; \
 
496
          fi; \
 
497
        done
 
498
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
499
          if test "$$subdir" = .; then :; else \
 
500
            test -d "$(distdir)/$$subdir" \
 
501
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
502
            || exit 1; \
 
503
          fi; \
 
504
        done
 
505
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
506
          if test "$$subdir" = .; then :; else \
 
507
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
508
            $(am__relativize); \
 
509
            new_distdir=$$reldir; \
 
510
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
511
            $(am__relativize); \
 
512
            new_top_distdir=$$reldir; \
 
513
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
514
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
515
            ($(am__cd) $$subdir && \
332
516
              $(MAKE) $(AM_MAKEFLAGS) \
333
 
                top_distdir="$(top_distdir)" \
334
 
                distdir=../$(distdir)/$$subdir \
 
517
                top_distdir="$$new_top_distdir" \
 
518
                distdir="$$new_distdir" \
 
519
                am__remove_distdir=: \
 
520
                am__skip_length_check=: \
 
521
                am__skip_mode_fix=: \
335
522
                distdir) \
336
523
              || exit 1; \
337
524
          fi; \
341
528
all-am: Makefile
342
529
installdirs: installdirs-recursive
343
530
installdirs-am:
344
 
 
345
531
install: install-recursive
346
532
install-exec: install-exec-recursive
347
533
install-data: install-data-recursive
353
539
installcheck: installcheck-recursive
354
540
install-strip:
355
541
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356
 
          INSTALL_STRIP_FLAG=-s \
 
542
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
357
543
          `test -z '$(STRIP)' || \
358
544
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
359
545
mostlyclean-generic:
361
547
clean-generic:
362
548
 
363
549
distclean-generic:
364
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
550
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
551
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
365
552
 
366
553
maintainer-clean-generic:
367
554
        @echo "This command is intended for maintainers to use"
371
558
clean-am: clean-generic mostlyclean-am
372
559
 
373
560
distclean: distclean-recursive
374
 
 
 
561
        -rm -f Makefile
375
562
distclean-am: clean-am distclean-generic distclean-tags
376
563
 
377
564
dvi: dvi-recursive
378
565
 
379
566
dvi-am:
380
567
 
 
568
html: html-recursive
 
569
 
 
570
html-am:
 
571
 
381
572
info: info-recursive
382
573
 
383
574
info-am:
384
575
 
385
576
install-data-am:
386
577
 
 
578
install-dvi: install-dvi-recursive
 
579
 
 
580
install-dvi-am:
 
581
 
387
582
install-exec-am:
388
583
 
 
584
install-html: install-html-recursive
 
585
 
 
586
install-html-am:
 
587
 
389
588
install-info: install-info-recursive
390
589
 
 
590
install-info-am:
 
591
 
391
592
install-man:
392
593
 
 
594
install-pdf: install-pdf-recursive
 
595
 
 
596
install-pdf-am:
 
597
 
 
598
install-ps: install-ps-recursive
 
599
 
 
600
install-ps-am:
 
601
 
393
602
installcheck-am:
394
603
 
395
604
maintainer-clean: maintainer-clean-recursive
396
 
 
 
605
        -rm -f Makefile
397
606
maintainer-clean-am: distclean-am maintainer-clean-generic
398
607
 
399
608
mostlyclean: mostlyclean-recursive
400
609
 
401
610
mostlyclean-am: mostlyclean-generic
402
611
 
403
 
uninstall-am: uninstall-info-am
404
 
 
405
 
uninstall-info: uninstall-info-recursive
406
 
 
407
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
408
 
        clean-generic clean-recursive distclean distclean-generic \
409
 
        distclean-recursive distclean-tags distdir dvi dvi-am \
410
 
        dvi-recursive info info-am info-recursive install install-am \
411
 
        install-data install-data-am install-data-recursive \
412
 
        install-exec install-exec-am install-exec-recursive \
413
 
        install-info install-info-am install-info-recursive install-man \
414
 
        install-recursive install-strip installcheck installcheck-am \
415
 
        installdirs installdirs-am installdirs-recursive \
416
 
        maintainer-clean maintainer-clean-generic \
417
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
418
 
        mostlyclean-recursive tags tags-recursive uninstall \
419
 
        uninstall-am uninstall-info-am uninstall-info-recursive \
420
 
        uninstall-recursive
 
612
pdf: pdf-recursive
 
613
 
 
614
pdf-am:
 
615
 
 
616
ps: ps-recursive
 
617
 
 
618
ps-am:
 
619
 
 
620
uninstall-am:
 
621
 
 
622
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
623
        install-am install-strip tags-recursive
 
624
 
 
625
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
626
        all all-am check check-am clean clean-generic ctags \
 
627
        ctags-recursive distclean distclean-generic distclean-tags \
 
628
        distdir dvi dvi-am html html-am info info-am install \
 
629
        install-am install-data install-data-am install-dvi \
 
630
        install-dvi-am install-exec install-exec-am install-html \
 
631
        install-html-am install-info install-info-am install-man \
 
632
        install-pdf install-pdf-am install-ps install-ps-am \
 
633
        install-strip installcheck installcheck-am installdirs \
 
634
        installdirs-am maintainer-clean maintainer-clean-generic \
 
635
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
636
        tags-recursive uninstall uninstall-am
 
637
 
421
638
 
422
639
# Tell versions [3.59,3.63) of GNU make to not export all variables.
423
640
# Otherwise a system limit (for SysV at least) may be exceeded.