~ubuntu-branches/debian/stretch/assaultcube-data/stretch

« back to all changes in this revision

Viewing changes to source/enet/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gonéri Le Bouder, Ansgar Burchardt, Gonéri Le Bouder
  • Date: 2010-04-02 23:37:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402233755-kf74fxwlu634o6vg
Tags: 1.0.4+repack1-1
[ Ansgar Burchardt ]
* debian/control: fix typo in short description

[ Gonéri Le Bouder ]
* Upgrade to 1.0.4
* bump standards-version to 3.8.4
* Add Depends: ${misc:Depends} just to avoid a lintian warning
* Add a debian/source/format file for the same reason

Show diffs side-by-side

added added

removed removed

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