~ubuntu-branches/ubuntu/natty/gtkboard/natty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2011-02-28 11:25:02 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110228112502-e9aah248wxelm7ao
Tags: 0.11pre0+cvs.2003.11.02-2
autotools tweaks, most notably -lSDL to supplement -lSDL_mixer

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