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

« back to all changes in this revision

Viewing changes to source/enet/include/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
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
subdir = include
 
33
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
34
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
35
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
36
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
37
        $(ACLOCAL_M4)
 
38
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
39
CONFIG_CLEAN_FILES =
 
40
SOURCES =
 
41
DIST_SOURCES =
 
42
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
43
        html-recursive info-recursive install-data-recursive \
 
44
        install-dvi-recursive install-exec-recursive \
 
45
        install-html-recursive install-info-recursive \
 
46
        install-pdf-recursive install-ps-recursive install-recursive \
 
47
        installcheck-recursive installdirs-recursive pdf-recursive \
 
48
        ps-recursive uninstall-recursive
 
49
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
50
  distclean-recursive maintainer-clean-recursive
 
51
ETAGS = etags
 
52
CTAGS = ctags
 
53
DIST_SUBDIRS = $(SUBDIRS)
 
54
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
55
ACLOCAL = @ACLOCAL@
 
56
AMTAR = @AMTAR@
 
57
AUTOCONF = @AUTOCONF@
 
58
AUTOHEADER = @AUTOHEADER@
 
59
AUTOMAKE = @AUTOMAKE@
 
60
AWK = @AWK@
 
61
CC = @CC@
 
62
CCDEPMODE = @CCDEPMODE@
 
63
CFLAGS = @CFLAGS@
 
64
CPP = @CPP@
 
65
CPPFLAGS = @CPPFLAGS@
 
66
CYGPATH_W = @CYGPATH_W@
 
67
DEFS = @DEFS@
 
68
DEPDIR = @DEPDIR@
 
69
ECHO_C = @ECHO_C@
 
70
ECHO_N = @ECHO_N@
 
71
ECHO_T = @ECHO_T@
 
72
EGREP = @EGREP@
 
73
EXEEXT = @EXEEXT@
 
74
GREP = @GREP@
 
75
INSTALL = @INSTALL@
 
76
INSTALL_DATA = @INSTALL_DATA@
 
77
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
78
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
80
LDFLAGS = @LDFLAGS@
 
81
LIBOBJS = @LIBOBJS@
 
82
LIBS = @LIBS@
 
83
LTLIBOBJS = @LTLIBOBJS@
 
84
MAKEINFO = @MAKEINFO@
 
85
MKDIR_P = @MKDIR_P@
 
86
OBJEXT = @OBJEXT@
 
87
PACKAGE = @PACKAGE@
 
88
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
89
PACKAGE_NAME = @PACKAGE_NAME@
 
90
PACKAGE_STRING = @PACKAGE_STRING@
 
91
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
92
PACKAGE_VERSION = @PACKAGE_VERSION@
 
93
PATH_SEPARATOR = @PATH_SEPARATOR@
 
94
RANLIB = @RANLIB@
 
95
SET_MAKE = @SET_MAKE@
 
96
SHELL = @SHELL@
 
97
STRIP = @STRIP@
 
98
VERSION = @VERSION@
 
99
abs_builddir = @abs_builddir@
 
100
abs_srcdir = @abs_srcdir@
 
101
abs_top_builddir = @abs_top_builddir@
 
102
abs_top_srcdir = @abs_top_srcdir@
 
103
ac_ct_CC = @ac_ct_CC@
 
104
am__include = @am__include@
 
105
am__leading_dot = @am__leading_dot@
 
106
am__quote = @am__quote@
 
107
am__tar = @am__tar@
 
108
am__untar = @am__untar@
 
109
bindir = @bindir@
 
110
build_alias = @build_alias@
 
111
builddir = @builddir@
 
112
datadir = @datadir@
 
113
datarootdir = @datarootdir@
 
114
docdir = @docdir@
 
115
dvidir = @dvidir@
 
116
exec_prefix = @exec_prefix@
 
117
host_alias = @host_alias@
 
118
htmldir = @htmldir@
 
119
includedir = @includedir@
 
120
infodir = @infodir@
 
121
install_sh = @install_sh@
 
122
libdir = @libdir@
 
123
libexecdir = @libexecdir@
 
124
localedir = @localedir@
 
125
localstatedir = @localstatedir@
 
126
mandir = @mandir@
 
127
mkdir_p = @mkdir_p@
 
128
oldincludedir = @oldincludedir@
 
129
pdfdir = @pdfdir@
 
130
prefix = @prefix@
 
131
program_transform_name = @program_transform_name@
 
132
psdir = @psdir@
 
133
sbindir = @sbindir@
 
134
sharedstatedir = @sharedstatedir@
 
135
srcdir = @srcdir@
 
136
sysconfdir = @sysconfdir@
 
137
target_alias = @target_alias@
 
138
top_builddir = @top_builddir@
 
139
top_srcdir = @top_srcdir@
 
140
SUBDIRS = enet
 
141
all: all-recursive
 
142
 
 
143
.SUFFIXES:
 
144
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
145
        @for dep in $?; do \
 
146
          case '$(am__configure_deps)' in \
 
147
            *$$dep*) \
 
148
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
149
                && exit 0; \
 
150
              exit 1;; \
 
151
          esac; \
 
152
        done; \
 
153
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; \
 
154
        cd $(top_srcdir) && \
 
155
          $(AUTOMAKE) --foreign  include/Makefile
 
156
.PRECIOUS: Makefile
 
157
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
158
        @case '$?' in \
 
159
          *config.status*) \
 
160
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
161
          *) \
 
162
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
163
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
164
        esac;
 
165
 
 
166
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
167
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
168
 
 
169
$(top_srcdir)/configure:  $(am__configure_deps)
 
170
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
171
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
172
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
173
 
 
174
# This directory's subdirectories are mostly independent; you can cd
 
175
# into them and run `make' without going through this Makefile.
 
176
# To change the values of `make' variables: instead of editing Makefiles,
 
177
# (1) if the variable is set in `config.status', edit `config.status'
 
178
#     (which will cause the Makefiles to be regenerated when you run `make');
 
179
# (2) otherwise, pass the desired values on the `make' command line.
 
180
$(RECURSIVE_TARGETS):
 
181
        @failcom='exit 1'; \
 
182
        for f in x $$MAKEFLAGS; do \
 
183
          case $$f in \
 
184
            *=* | --[!k]*);; \
 
185
            *k*) failcom='fail=yes';; \
 
186
          esac; \
 
187
        done; \
 
188
        dot_seen=no; \
 
189
        target=`echo $@ | sed s/-recursive//`; \
 
190
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
191
          echo "Making $$target in $$subdir"; \
 
192
          if test "$$subdir" = "."; then \
 
193
            dot_seen=yes; \
 
194
            local_target="$$target-am"; \
 
195
          else \
 
196
            local_target="$$target"; \
 
197
          fi; \
 
198
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
199
          || eval $$failcom; \
 
200
        done; \
 
201
        if test "$$dot_seen" = "no"; then \
 
202
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
203
        fi; test -z "$$fail"
 
204
 
 
205
$(RECURSIVE_CLEAN_TARGETS):
 
206
        @failcom='exit 1'; \
 
207
        for f in x $$MAKEFLAGS; do \
 
208
          case $$f in \
 
209
            *=* | --[!k]*);; \
 
210
            *k*) failcom='fail=yes';; \
 
211
          esac; \
 
212
        done; \
 
213
        dot_seen=no; \
 
214
        case "$@" in \
 
215
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
216
          *) list='$(SUBDIRS)' ;; \
 
217
        esac; \
 
218
        rev=''; for subdir in $$list; do \
 
219
          if test "$$subdir" = "."; then :; else \
 
220
            rev="$$subdir $$rev"; \
 
221
          fi; \
 
222
        done; \
 
223
        rev="$$rev ."; \
 
224
        target=`echo $@ | sed s/-recursive//`; \
 
225
        for subdir in $$rev; do \
 
226
          echo "Making $$target in $$subdir"; \
 
227
          if test "$$subdir" = "."; then \
 
228
            local_target="$$target-am"; \
 
229
          else \
 
230
            local_target="$$target"; \
 
231
          fi; \
 
232
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
233
          || eval $$failcom; \
 
234
        done && test -z "$$fail"
 
235
tags-recursive:
 
236
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
237
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
238
        done
 
239
ctags-recursive:
 
240
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
241
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
242
        done
 
243
 
 
244
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
245
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
246
        unique=`for i in $$list; do \
 
247
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
248
          done | \
 
249
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
250
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
251
        mkid -fID $$unique
 
252
tags: TAGS
 
253
 
 
254
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
255
                $(TAGS_FILES) $(LISP)
 
256
        tags=; \
 
257
        here=`pwd`; \
 
258
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
259
          include_option=--etags-include; \
 
260
          empty_fix=.; \
 
261
        else \
 
262
          include_option=--include; \
 
263
          empty_fix=; \
 
264
        fi; \
 
265
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
266
          if test "$$subdir" = .; then :; else \
 
267
            test ! -f $$subdir/TAGS || \
 
268
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
269
          fi; \
 
270
        done; \
 
271
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
272
        unique=`for i in $$list; do \
 
273
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
274
          done | \
 
275
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
276
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
277
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
278
          test -n "$$unique" || unique=$$empty_fix; \
 
279
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
280
            $$tags $$unique; \
 
281
        fi
 
282
ctags: CTAGS
 
283
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
284
                $(TAGS_FILES) $(LISP)
 
285
        tags=; \
 
286
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
287
        unique=`for i in $$list; do \
 
288
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
289
          done | \
 
290
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
291
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
292
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
293
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
294
             $$tags $$unique
 
295
 
 
296
GTAGS:
 
297
        here=`$(am__cd) $(top_builddir) && pwd` \
 
298
          && cd $(top_srcdir) \
 
299
          && gtags -i $(GTAGS_ARGS) $$here
 
300
 
 
301
distclean-tags:
 
302
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
303
 
 
304
distdir: $(DISTFILES)
 
305
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
306
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
307
        list='$(DISTFILES)'; \
 
308
          dist_files=`for file in $$list; do echo $$file; done | \
 
309
          sed -e "s|^$$srcdirstrip/||;t" \
 
310
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
311
        case $$dist_files in \
 
312
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
313
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
314
                           sort -u` ;; \
 
315
        esac; \
 
316
        for file in $$dist_files; do \
 
317
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
318
          if test -d $$d/$$file; then \
 
319
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
320
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
321
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
322
            fi; \
 
323
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
324
          else \
 
325
            test -f $(distdir)/$$file \
 
326
            || cp -p $$d/$$file $(distdir)/$$file \
 
327
            || exit 1; \
 
328
          fi; \
 
329
        done
 
330
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
331
          if test "$$subdir" = .; then :; else \
 
332
            test -d "$(distdir)/$$subdir" \
 
333
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
334
            || exit 1; \
 
335
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
336
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
337
            (cd $$subdir && \
 
338
              $(MAKE) $(AM_MAKEFLAGS) \
 
339
                top_distdir="$$top_distdir" \
 
340
                distdir="$$distdir/$$subdir" \
 
341
                am__remove_distdir=: \
 
342
                am__skip_length_check=: \
 
343
                distdir) \
 
344
              || exit 1; \
 
345
          fi; \
 
346
        done
 
347
check-am: all-am
 
348
check: check-recursive
 
349
all-am: Makefile
 
350
installdirs: installdirs-recursive
 
351
installdirs-am:
 
352
install: install-recursive
 
353
install-exec: install-exec-recursive
 
354
install-data: install-data-recursive
 
355
uninstall: uninstall-recursive
 
356
 
 
357
install-am: all-am
 
358
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
359
 
 
360
installcheck: installcheck-recursive
 
361
install-strip:
 
362
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
363
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
364
          `test -z '$(STRIP)' || \
 
365
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
366
mostlyclean-generic:
 
367
 
 
368
clean-generic:
 
369
 
 
370
distclean-generic:
 
371
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
372
 
 
373
maintainer-clean-generic:
 
374
        @echo "This command is intended for maintainers to use"
 
375
        @echo "it deletes files that may require special tools to rebuild."
 
376
clean: clean-recursive
 
377
 
 
378
clean-am: clean-generic mostlyclean-am
 
379
 
 
380
distclean: distclean-recursive
 
381
        -rm -f Makefile
 
382
distclean-am: clean-am distclean-generic distclean-tags
 
383
 
 
384
dvi: dvi-recursive
 
385
 
 
386
dvi-am:
 
387
 
 
388
html: html-recursive
 
389
 
 
390
info: info-recursive
 
391
 
 
392
info-am:
 
393
 
 
394
install-data-am:
 
395
 
 
396
install-dvi: install-dvi-recursive
 
397
 
 
398
install-exec-am:
 
399
 
 
400
install-html: install-html-recursive
 
401
 
 
402
install-info: install-info-recursive
 
403
 
 
404
install-man:
 
405
 
 
406
install-pdf: install-pdf-recursive
 
407
 
 
408
install-ps: install-ps-recursive
 
409
 
 
410
installcheck-am:
 
411
 
 
412
maintainer-clean: maintainer-clean-recursive
 
413
        -rm -f Makefile
 
414
maintainer-clean-am: distclean-am maintainer-clean-generic
 
415
 
 
416
mostlyclean: mostlyclean-recursive
 
417
 
 
418
mostlyclean-am: mostlyclean-generic
 
419
 
 
420
pdf: pdf-recursive
 
421
 
 
422
pdf-am:
 
423
 
 
424
ps: ps-recursive
 
425
 
 
426
ps-am:
 
427
 
 
428
uninstall-am:
 
429
 
 
430
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
431
        install-strip
 
432
 
 
433
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
434
        all all-am check check-am clean clean-generic ctags \
 
435
        ctags-recursive distclean distclean-generic distclean-tags \
 
436
        distdir dvi dvi-am html html-am info info-am install \
 
437
        install-am install-data install-data-am install-dvi \
 
438
        install-dvi-am install-exec install-exec-am install-html \
 
439
        install-html-am install-info install-info-am install-man \
 
440
        install-pdf install-pdf-am install-ps install-ps-am \
 
441
        install-strip installcheck installcheck-am installdirs \
 
442
        installdirs-am maintainer-clean maintainer-clean-generic \
 
443
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
444
        tags-recursive uninstall uninstall-am
 
445
 
 
446
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
447
# Otherwise a system limit (for SysV at least) may be exceeded.
 
448
.NOEXPORT: