~ubuntu-branches/ubuntu/maverick/crossfire-client/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jaakko Niemi
  • Date: 2004-10-19 20:50:59 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041019205059-x4uq5mvd73pcjbs4
Tags: 1.7.0-3
* Add build-dep to libsdl-image1.2-dev (closes: #276823)
* We use cdbs now (closes: #263072)

* Full upstream 1.7.0-2.3 changelog:
  - Small changes to debian/rules to aclocal && automake -ac
     so we regen the files on each platform/architecture
  - Added rules to build the soundef.h file before the actual sound server, see
     http://www.gnu.org/software/automake/manual/html_mono/automake.html#Built%20sources%20example
     for details
  - Moved images to recommends (thanks Todd Mitchell)
  By Robert J. Tanner <tanner@real-time.com>  Tue, 21 Sep 2004 00:11:42 -0500

* Full upstream 1.7.0-2.2 changelog:

  - NMU
  - Major clean up of Makefiles
  - Switch debian/rules to cdbs
  - Build package from automake rework CVS branch
  By Robert J. Tanner <tanner@real-time.com>  Mon,  6 Sep 2004 16:23:47 -0500

* Full upstream changelog for 1.7.0-1.1 for completeness sake:

  - NMU
  - New upstream release (closed: #260328)
  - Updated the copyright file, FSF postal address was wrong
  - Make clients depends on crossfire-client-images
  By Robert J. Tanner <tanner@real-time.com>

* Upstream converted debian/rules to use cdbs (closes: #263072) 
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
VERSION = crossfire-client-@VERSION@
2
 
MKDIR = @MKDIR@
3
 
CP = @CP@
4
 
TAR = @TAR@
5
 
RM = @RM@
6
 
TARGET = @TARGET@
7
 
CFLAGS = @CFLAGS@ @CPPFLAGS@ -I.
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = .
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
host_triplet = @host@
 
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
38
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
39
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
40
        TODO compile config.guess config.sub depcomp install-sh \
 
41
        missing
 
42
subdir = .
 
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
44
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
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 configure.status.lineno
 
49
mkinstalldirs = $(mkdir_p)
 
50
CONFIG_HEADER = config.h
 
51
CONFIG_CLEAN_FILES =
 
52
SOURCES =
 
53
DIST_SOURCES =
 
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
55
        html-recursive info-recursive install-data-recursive \
 
56
        install-exec-recursive install-info-recursive \
 
57
        install-recursive installcheck-recursive installdirs-recursive \
 
58
        pdf-recursive ps-recursive uninstall-info-recursive \
 
59
        uninstall-recursive
 
60
ETAGS = etags
 
61
CTAGS = ctags
 
62
DIST_SUBDIRS = $(SUBDIRS)
 
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
distdir = $(PACKAGE)-$(VERSION)
 
65
top_distdir = $(distdir)
 
66
am__remove_distdir = \
 
67
  { test ! -d $(distdir) \
 
68
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
69
         && rm -fr $(distdir); }; }
 
70
DIST_ARCHIVES = $(distdir).tar.gz
 
71
GZIP_ENV = --best
 
72
distuninstallcheck_listfiles = find . -type f -print
 
73
distcleancheck_listfiles = find . -type f -print
 
74
ACLOCAL = @ACLOCAL@
 
75
ALSA_CFLAGS = @ALSA_CFLAGS@
 
76
ALSA_LIBS = @ALSA_LIBS@
 
77
AMDEP_FALSE = @AMDEP_FALSE@
 
78
AMDEP_TRUE = @AMDEP_TRUE@
 
79
AMTAR = @AMTAR@
 
80
AUTOCONF = @AUTOCONF@
 
81
AUTOHEADER = @AUTOHEADER@
 
82
AUTOMAKE = @AUTOMAKE@
 
83
AWK = @AWK@
 
84
CC = @CC@
 
85
CCDEPMODE = @CCDEPMODE@
 
86
CFLAGS = @CFLAGS@
 
87
CPP = @CPP@
 
88
CPPFLAGS = @CPPFLAGS@
 
89
CYGPATH_W = @CYGPATH_W@
 
90
DEFS = @DEFS@
 
91
DEPDIR = @DEPDIR@
 
92
ECHO_C = @ECHO_C@
 
93
ECHO_N = @ECHO_N@
 
94
ECHO_T = @ECHO_T@
 
95
EGREP = @EGREP@
 
96
EXEEXT = @EXEEXT@
 
97
GTK_CFLAGS = @GTK_CFLAGS@
 
98
GTK_CONFIG = @GTK_CONFIG@
 
99
GTK_LIBS = @GTK_LIBS@
 
100
INSTALL_DATA = @INSTALL_DATA@
 
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
102
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
103
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
8
104
LDFLAGS = @LDFLAGS@
9
 
CC = @CC@
10
 
LIBS = @LIBS@ @LIBXPM_LIB@ 
11
 
INSTALL = @INSTALL@
12
 
DEPEND = @DEPEND@
 
105
LIBOBJS = @LIBOBJS@
 
106
LIBS = @LIBS@
 
107
LTLIBOBJS = @LTLIBOBJS@
 
108
MAKEINFO = @MAKEINFO@
 
109
OBJEXT = @OBJEXT@
 
110
PACKAGE = @PACKAGE@
 
111
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
112
PACKAGE_NAME = @PACKAGE_NAME@
 
113
PACKAGE_STRING = @PACKAGE_STRING@
 
114
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
115
PACKAGE_VERSION = @PACKAGE_VERSION@
 
116
PATH_SEPARATOR = @PATH_SEPARATOR@
13
117
PERL = @PERL@
14
 
SOUND_DIR = @SOUNDDIR@
15
 
DMALLOC_LIB = @DMALLOC_LIB@
16
 
AR = @AR@
17
118
RANLIB = @RANLIB@
18
 
 
19
 
SUBDIRS = @SUBDIRS@
20
 
 
21
 
# Put all them here - by default, SUBDIRS will change depending on libraries
22
 
# and other stuff detected.  ALLBSUBDIRS is used for the archive creation.
23
 
ALLSUBDIRS = common gtk gnome sound-src x11
24
 
 
25
 
prefix=@prefix@
26
 
exec_prefix=@exec_prefix@
27
 
bindir=@bindir@
28
 
mandir=@mandir@/man1
29
 
soundlistdir=@sysconfdir@/sound/events
30
 
desktopdir=@prefix@/share/gnome/apps/Games
31
 
pixmapsdir=@prefix@/share/pixmaps
32
 
 
33
 
EXTRA_DIST = \
34
 
        CHANGES                 \
35
 
        COPYING                 \
36
 
        License                 \
37
 
        Makefile.in             \
38
 
        NOTES                   \
39
 
        README                  \
40
 
        TODO                    \
41
 
        aclocal.m4              \
42
 
        configure               \
43
 
        configure.in            \
44
 
        crossfire-client.spec
45
 
 
46
 
 
47
 
PIXMAPS = \
48
 
        pixmaps/all.xpm         \
49
 
        pixmaps/applied.xbm     \
50
 
        pixmaps/applied.xpm     \
51
 
        pixmaps/bg.xpm          \
52
 
        pixmaps/clear.xbm       \
53
 
        pixmaps/close.xbm       \
54
 
        pixmaps/close.xpm       \
55
 
        pixmaps/coin.xpm        \
56
 
        pixmaps/crossfiretitle.xpm      \
57
 
        pixmaps/cursed.xbm      \
58
 
        pixmaps/cursed.xpm      \
59
 
        pixmaps/damned.xbm      \
60
 
        pixmaps/damned.xpm      \
61
 
        pixmaps/dot.xpm         \
62
 
        pixmaps/hand.xpm        \
63
 
        pixmaps/hand2.xpm       \
64
 
        pixmaps/lock.xpm        \
65
 
        pixmaps/locked.xbm      \
66
 
        pixmaps/locked.xpm      \
67
 
        pixmaps/mag.xpm         \
68
 
        pixmaps/magic.xbm       \
69
 
        pixmaps/magic.xpm       \
70
 
        pixmaps/nonmag.xpm      \
71
 
        pixmaps/question.111    \
72
 
        pixmaps/question.xpm    \
73
 
        pixmaps/shield.png      \
74
 
        pixmaps/skull.xpm       \
75
 
        pixmaps/stipple.111     \
76
 
        pixmaps/stipple.112     \
77
 
        pixmaps/test.xpm        \
78
 
        pixmaps/unlock.xpm      \
79
 
        pixmaps/unpaid.xbm      \
80
 
        pixmaps/unpaid.xpm      
81
 
 
82
 
HELP= \
83
 
        help/about.h            \
84
 
        help/chelp.h            \
85
 
        help/shelp.h
86
 
 
87
 
UTILS = \
88
 
        utils/config.guess      \
89
 
        utils/config.sub        \
90
 
        utils/deftoheader.pl    \
91
 
        utils/install-sh        \
92
 
        utils/mdk.sh            \
93
 
        utils/missing           \
94
 
        utils/mkinstalldirs
95
 
 
96
 
 
97
 
all:
98
 
        @for dir in $(SUBDIRS); \
99
 
            do \
100
 
            echo "making all in $$dir..."; \
101
 
            (cd $$dir;  $(MAKE) $(MFLAGS) 'MFLAGS=$(MFLAGS)' all; ) \
102
 
        done;
103
 
 
104
 
 
105
 
depend:
106
 
        @for dir in $(SUBDIRS); \
107
 
            do \
108
 
            echo "making depend in $$dir..."; \
109
 
            (cd $$dir;  $(MAKE) $(MFLAGS) 'MFLAGS=$(MFLAGS)' depend; ) \
110
 
        done;
111
 
 
112
 
clean:
113
 
        @for dir in $(SUBDIRS); \
114
 
            do \
115
 
            echo "making clean in $$dir..."; \
116
 
            (cd $$dir;  $(MAKE) $(MFLAGS) 'MFLAGS=$(MFLAGS)' clean; ) \
117
 
        done;
118
 
 
119
 
distclean:
120
 
        $(RM) -f Makefile Makefile.bak config.cache config.log config.status
121
 
        @for dir in $(SUBDIRS); \
122
 
            do \
123
 
            echo "making distclean in $$dir..."; \
124
 
            (cd $$dir;  $(MAKE) $(MFLAGS) 'MFLAGS=$(MFLAGS)' distclean; ) \
125
 
        done;
126
 
 
127
 
proto:
128
 
        @for dir in $(SUBDIRS); \
129
 
            do \
130
 
            echo "making proto in $$dir..."; \
131
 
            (cd $$dir;  $(MAKE) $(MFLAGS) 'MFLAGS=$(MFLAGS)' proto; ) \
132
 
        done;
133
 
 
134
 
archive:
135
 
        if [ -d /tmp/$(VERSION) ]; then $(RM) -rf /tmp/$(VERSION); fi
136
 
        $(MKDIR) /tmp/$(VERSION) /tmp/$(VERSION)/utils /tmp/$(VERSION)/help /tmp/$(VERSION)/pixmaps
137
 
        $(CP) $(EXTRA_DIST) /tmp/$(VERSION)
138
 
        $(CP) $(PIXMAPS) /tmp/$(VERSION)/pixmaps
139
 
        $(CP) $(HELP) /tmp/$(VERSION)/help
140
 
        $(CP) $(UTILS) /tmp/$(VERSION)/utils
141
 
        @for dir in $(ALLSUBDIRS); \
142
 
            do \
143
 
            echo "making archive in $$dir..."; \
144
 
            (cd $$dir;  $(MAKE) $(MFLAGS) 'MFLAGS=$(MFLAGS)' archive; ) \
145
 
        done;
146
 
        (cd /tmp; $(RM) $(VERSION).tgz; \
147
 
                $(TAR) cvfhz $(VERSION).tar.gz $(VERSION) )
148
 
        $(CP) /tmp/$(VERSION).tar.gz ../
149
 
        $(RM) -rf /tmp/$(VERSION) /tmp/$(VERSION).tar.gz
150
 
 
151
 
install:
152
 
        @for dir in $(SUBDIRS); \
153
 
            do \
154
 
            echo "making install in $$dir..."; \
155
 
            (cd $$dir;  $(MAKE) $(MFLAGS) 'MFLAGS=$(MFLAGS)' install; ) \
156
 
        done;
 
119
SDL_CFLAGS = @SDL_CFLAGS@
 
120
SDL_CONFIG = @SDL_CONFIG@
 
121
SDL_LIBS = @SDL_LIBS@
 
122
SET_MAKE = @SET_MAKE@
 
123
SHELL = @SHELL@
 
124
STRIP = @STRIP@
 
125
VERSION = @VERSION@
 
126
X_CFLAGS = @X_CFLAGS@
 
127
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
128
X_LIBS = @X_LIBS@
 
129
X_PRE_LIBS = @X_PRE_LIBS@
 
130
ac_ct_CC = @ac_ct_CC@
 
131
ac_ct_RANLIB = @ac_ct_RANLIB@
 
132
ac_ct_STRIP = @ac_ct_STRIP@
 
133
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
134
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
135
am__include = @am__include@
 
136
am__leading_dot = @am__leading_dot@
 
137
am__quote = @am__quote@
 
138
bindir = @bindir@
 
139
build = @build@
 
140
build_alias = @build_alias@
 
141
build_cpu = @build_cpu@
 
142
build_os = @build_os@
 
143
build_vendor = @build_vendor@
 
144
datadir = @datadir@
 
145
exec_prefix = @exec_prefix@
 
146
host = @host@
 
147
host_alias = @host_alias@
 
148
host_cpu = @host_cpu@
 
149
host_os = @host_os@
 
150
host_vendor = @host_vendor@
 
151
includedir = @includedir@
 
152
infodir = @infodir@
 
153
install_sh = @install_sh@
 
154
libdir = @libdir@
 
155
libexecdir = @libexecdir@
 
156
localstatedir = @localstatedir@
 
157
mandir = @mandir@
 
158
mkdir_p = @mkdir_p@
 
159
oldincludedir = @oldincludedir@
 
160
prefix = @prefix@
 
161
program_transform_name = @program_transform_name@
 
162
sbindir = @sbindir@
 
163
sharedstatedir = @sharedstatedir@
 
164
sysconfdir = @sysconfdir@
 
165
target_alias = @target_alias@
 
166
SUBDIRS = common gtk x11 sound-src
 
167
all: config.h
 
168
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
169
 
 
170
.SUFFIXES:
 
171
am--refresh:
 
172
        @:
 
173
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
174
        @for dep in $?; do \
 
175
          case '$(am__configure_deps)' in \
 
176
            *$$dep*) \
 
177
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
178
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
179
                && exit 0; \
 
180
              exit 1;; \
 
181
          esac; \
 
182
        done; \
 
183
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
184
        cd $(top_srcdir) && \
 
185
          $(AUTOMAKE) --gnu  Makefile
 
186
.PRECIOUS: Makefile
 
187
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
188
        @case '$?' in \
 
189
          *config.status*) \
 
190
            echo ' $(SHELL) ./config.status'; \
 
191
            $(SHELL) ./config.status;; \
 
192
          *) \
 
193
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
194
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
195
        esac;
 
196
 
 
197
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
198
        $(SHELL) ./config.status --recheck
 
199
 
 
200
$(top_srcdir)/configure:  $(am__configure_deps)
 
201
        cd $(srcdir) && $(AUTOCONF)
 
202
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
203
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
204
 
 
205
config.h: stamp-h1
 
206
        @if test ! -f $@; then \
 
207
          rm -f stamp-h1; \
 
208
          $(MAKE) stamp-h1; \
 
209
        else :; fi
 
210
 
 
211
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
212
        @rm -f stamp-h1
 
213
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
214
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
215
        cd $(top_srcdir) && $(AUTOHEADER)
 
216
        rm -f stamp-h1
 
217
        touch $@
 
218
 
 
219
distclean-hdr:
 
220
        -rm -f config.h stamp-h1
 
221
uninstall-info-am:
 
222
 
 
223
# This directory's subdirectories are mostly independent; you can cd
 
224
# into them and run `make' without going through this Makefile.
 
225
# To change the values of `make' variables: instead of editing Makefiles,
 
226
# (1) if the variable is set in `config.status', edit `config.status'
 
227
#     (which will cause the Makefiles to be regenerated when you run `make');
 
228
# (2) otherwise, pass the desired values on the `make' command line.
 
229
$(RECURSIVE_TARGETS):
 
230
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
231
        dot_seen=no; \
 
232
        target=`echo $@ | sed s/-recursive//`; \
 
233
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
234
          echo "Making $$target in $$subdir"; \
 
235
          if test "$$subdir" = "."; then \
 
236
            dot_seen=yes; \
 
237
            local_target="$$target-am"; \
 
238
          else \
 
239
            local_target="$$target"; \
 
240
          fi; \
 
241
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
242
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
243
        done; \
 
244
        if test "$$dot_seen" = "no"; then \
 
245
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
246
        fi; test -z "$$fail"
 
247
 
 
248
mostlyclean-recursive clean-recursive distclean-recursive \
 
249
maintainer-clean-recursive:
 
250
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
251
        dot_seen=no; \
 
252
        case "$@" in \
 
253
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
254
          *) list='$(SUBDIRS)' ;; \
 
255
        esac; \
 
256
        rev=''; for subdir in $$list; do \
 
257
          if test "$$subdir" = "."; then :; else \
 
258
            rev="$$subdir $$rev"; \
 
259
          fi; \
 
260
        done; \
 
261
        rev="$$rev ."; \
 
262
        target=`echo $@ | sed s/-recursive//`; \
 
263
        for subdir in $$rev; do \
 
264
          echo "Making $$target in $$subdir"; \
 
265
          if test "$$subdir" = "."; then \
 
266
            local_target="$$target-am"; \
 
267
          else \
 
268
            local_target="$$target"; \
 
269
          fi; \
 
270
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
271
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
272
        done && test -z "$$fail"
 
273
tags-recursive:
 
274
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
275
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
276
        done
 
277
ctags-recursive:
 
278
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
279
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
280
        done
 
281
 
 
282
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
283
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
284
        unique=`for i in $$list; do \
 
285
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
286
          done | \
 
287
          $(AWK) '    { files[$$0] = 1; } \
 
288
               END { for (i in files) print i; }'`; \
 
289
        mkid -fID $$unique
 
290
tags: TAGS
 
291
 
 
292
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
293
                $(TAGS_FILES) $(LISP)
 
294
        tags=; \
 
295
        here=`pwd`; \
 
296
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
297
          include_option=--etags-include; \
 
298
          empty_fix=.; \
 
299
        else \
 
300
          include_option=--include; \
 
301
          empty_fix=; \
 
302
        fi; \
 
303
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
304
          if test "$$subdir" = .; then :; else \
 
305
            test ! -f $$subdir/TAGS || \
 
306
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
307
          fi; \
 
308
        done; \
 
309
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
310
        unique=`for i in $$list; do \
 
311
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
312
          done | \
 
313
          $(AWK) '    { files[$$0] = 1; } \
 
314
               END { for (i in files) print i; }'`; \
 
315
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
316
          test -n "$$unique" || unique=$$empty_fix; \
 
317
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
318
            $$tags $$unique; \
 
319
        fi
 
320
ctags: CTAGS
 
321
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
322
                $(TAGS_FILES) $(LISP)
 
323
        tags=; \
 
324
        here=`pwd`; \
 
325
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
326
        unique=`for i in $$list; do \
 
327
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
328
          done | \
 
329
          $(AWK) '    { files[$$0] = 1; } \
 
330
               END { for (i in files) print i; }'`; \
 
331
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
332
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
333
             $$tags $$unique
 
334
 
 
335
GTAGS:
 
336
        here=`$(am__cd) $(top_builddir) && pwd` \
 
337
          && cd $(top_srcdir) \
 
338
          && gtags -i $(GTAGS_ARGS) $$here
 
339
 
 
340
distclean-tags:
 
341
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
342
 
 
343
distdir: $(DISTFILES)
 
344
        $(am__remove_distdir)
 
345
        mkdir $(distdir)
 
346
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
347
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
348
        list='$(DISTFILES)'; for file in $$list; do \
 
349
          case $$file in \
 
350
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
351
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
352
          esac; \
 
353
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
354
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
355
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
356
            dir="/$$dir"; \
 
357
            $(mkdir_p) "$(distdir)$$dir"; \
 
358
          else \
 
359
            dir=''; \
 
360
          fi; \
 
361
          if test -d $$d/$$file; then \
 
362
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
363
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
364
            fi; \
 
365
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
366
          else \
 
367
            test -f $(distdir)/$$file \
 
368
            || cp -p $$d/$$file $(distdir)/$$file \
 
369
            || exit 1; \
 
370
          fi; \
 
371
        done
 
372
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
373
          if test "$$subdir" = .; then :; else \
 
374
            test -d "$(distdir)/$$subdir" \
 
375
            || mkdir "$(distdir)/$$subdir" \
 
376
            || exit 1; \
 
377
            (cd $$subdir && \
 
378
              $(MAKE) $(AM_MAKEFLAGS) \
 
379
                top_distdir="../$(top_distdir)" \
 
380
                distdir="../$(distdir)/$$subdir" \
 
381
                distdir) \
 
382
              || exit 1; \
 
383
          fi; \
 
384
        done
 
385
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
386
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
387
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
388
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
389
        || chmod -R a+r $(distdir)
 
390
dist-gzip: distdir
 
391
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
392
        $(am__remove_distdir)
 
393
 
 
394
dist-bzip2: distdir
 
395
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
396
        $(am__remove_distdir)
 
397
 
 
398
dist-tarZ: distdir
 
399
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
 
400
        $(am__remove_distdir)
 
401
 
 
402
dist-shar: distdir
 
403
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
404
        $(am__remove_distdir)
 
405
 
 
406
dist-zip: distdir
 
407
        -rm -f $(distdir).zip
 
408
        zip -rq $(distdir).zip $(distdir)
 
409
        $(am__remove_distdir)
 
410
 
 
411
dist dist-all: distdir
 
412
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
413
        $(am__remove_distdir)
 
414
 
 
415
# This target untars the dist file and tries a VPATH configuration.  Then
 
416
# it guarantees that the distribution is self-contained by making another
 
417
# tarfile.
 
418
distcheck: dist
 
419
        case '$(DIST_ARCHIVES)' in \
 
420
        *.tar.gz*) \
 
421
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
422
        *.tar.bz2*) \
 
423
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
424
        *.tar.Z*) \
 
425
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
426
        *.shar.gz*) \
 
427
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
428
        *.zip*) \
 
429
          unzip $(distdir).zip ;;\
 
430
        esac
 
431
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
432
        mkdir $(distdir)/_build
 
433
        mkdir $(distdir)/_inst
 
434
        chmod a-w $(distdir)
 
435
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
436
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
437
          && cd $(distdir)/_build \
 
438
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
439
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
440
          && $(MAKE) $(AM_MAKEFLAGS) \
 
441
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
442
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
443
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
444
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
445
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
446
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
447
                distuninstallcheck \
 
448
          && chmod -R a-w "$$dc_install_base" \
 
449
          && ({ \
 
450
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
451
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
452
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
453
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
454
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
455
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
456
          && rm -rf "$$dc_destdir" \
 
457
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
458
          && rm -rf $(DIST_ARCHIVES) \
 
459
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
460
        $(am__remove_distdir)
 
461
        @(echo "$(distdir) archives ready for distribution: "; \
 
462
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
463
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
464
distuninstallcheck:
 
465
        @cd $(distuninstallcheck_dir) \
 
466
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
467
           || { echo "ERROR: files left after uninstall:" ; \
 
468
                if test -n "$(DESTDIR)"; then \
 
469
                  echo "  (check DESTDIR support)"; \
 
470
                fi ; \
 
471
                $(distuninstallcheck_listfiles) ; \
 
472
                exit 1; } >&2
 
473
distcleancheck: distclean
 
474
        @if test '$(srcdir)' = . ; then \
 
475
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
476
          exit 1 ; \
 
477
        fi
 
478
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
479
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
480
               $(distcleancheck_listfiles) ; \
 
481
               exit 1; } >&2
 
482
check-am: all-am
 
483
check: check-recursive
 
484
all-am: Makefile config.h
 
485
installdirs: installdirs-recursive
 
486
installdirs-am:
 
487
install: install-recursive
 
488
install-exec: install-exec-recursive
 
489
install-data: install-data-recursive
 
490
uninstall: uninstall-recursive
 
491
 
 
492
install-am: all-am
 
493
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
494
 
 
495
installcheck: installcheck-recursive
 
496
install-strip:
 
497
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
498
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
499
          `test -z '$(STRIP)' || \
 
500
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
501
mostlyclean-generic:
 
502
 
 
503
clean-generic:
 
504
 
 
505
distclean-generic:
 
506
        -rm -f $(CONFIG_CLEAN_FILES)
 
507
 
 
508
maintainer-clean-generic:
 
509
        @echo "This command is intended for maintainers to use"
 
510
        @echo "it deletes files that may require special tools to rebuild."
 
511
clean: clean-recursive
 
512
 
 
513
clean-am: clean-generic mostlyclean-am
 
514
 
 
515
distclean: distclean-recursive
 
516
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
517
        -rm -f Makefile
 
518
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
519
 
 
520
dvi: dvi-recursive
 
521
 
 
522
dvi-am:
 
523
 
 
524
html: html-recursive
 
525
 
 
526
info: info-recursive
 
527
 
 
528
info-am:
 
529
 
 
530
install-data-am:
 
531
 
 
532
install-exec-am:
 
533
 
 
534
install-info: install-info-recursive
 
535
 
 
536
install-man:
 
537
 
 
538
installcheck-am:
 
539
 
 
540
maintainer-clean: maintainer-clean-recursive
 
541
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
542
        -rm -rf $(top_srcdir)/autom4te.cache
 
543
        -rm -f Makefile
 
544
maintainer-clean-am: distclean-am maintainer-clean-generic
 
545
 
 
546
mostlyclean: mostlyclean-recursive
 
547
 
 
548
mostlyclean-am: mostlyclean-generic
 
549
 
 
550
pdf: pdf-recursive
 
551
 
 
552
pdf-am:
 
553
 
 
554
ps: ps-recursive
 
555
 
 
556
ps-am:
 
557
 
 
558
uninstall-am: uninstall-info-am
 
559
 
 
560
uninstall-info: uninstall-info-recursive
 
561
 
 
562
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
563
        check-am clean clean-generic clean-recursive ctags \
 
564
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
 
565
        dist-tarZ dist-zip distcheck distclean distclean-generic \
 
566
        distclean-hdr distclean-recursive distclean-tags \
 
567
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
568
        html-am info info-am install install-am install-data \
 
569
        install-data-am install-exec install-exec-am install-info \
 
570
        install-info-am install-man install-strip installcheck \
 
571
        installcheck-am installdirs installdirs-am maintainer-clean \
 
572
        maintainer-clean-generic maintainer-clean-recursive \
 
573
        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
 
574
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
575
        uninstall-info-am
 
576
 
 
577
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
578
# Otherwise a system limit (for SysV at least) may be exceeded.
 
579
.NOEXPORT: