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

« back to all changes in this revision

Viewing changes to source/include/vorbis/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 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  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
build_triplet = @build@
 
34
host_triplet = @host@
 
35
target_triplet = @target@
 
36
subdir = include/vorbis
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
38
        $(vorbisinclude_HEADERS)
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
41
        $(top_srcdir)/configure.in
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
SOURCES =
 
48
DIST_SOURCES =
 
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
50
am__vpath_adj = case $$p in \
 
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
52
    *) f=$$p;; \
 
53
  esac;
 
54
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
55
am__installdirs = "$(DESTDIR)$(vorbisincludedir)"
 
56
vorbisincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
57
HEADERS = $(vorbisinclude_HEADERS)
 
58
ETAGS = etags
 
59
CTAGS = ctags
 
60
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
61
ACLOCAL = @ACLOCAL@
 
62
ALLOCA = @ALLOCA@
 
63
AMTAR = @AMTAR@
 
64
AR = @AR@
 
65
AUTOCONF = @AUTOCONF@
 
66
AUTOHEADER = @AUTOHEADER@
 
67
AUTOMAKE = @AUTOMAKE@
 
68
AWK = @AWK@
 
69
CC = @CC@
 
70
CCDEPMODE = @CCDEPMODE@
 
71
CFLAGS = @CFLAGS@
 
72
CPP = @CPP@
 
73
CPPFLAGS = @CPPFLAGS@
 
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
 
76
CXXDEPMODE = @CXXDEPMODE@
 
77
CXXFLAGS = @CXXFLAGS@
 
78
CYGPATH_W = @CYGPATH_W@
 
79
DEBUG = @DEBUG@
 
80
DEFS = @DEFS@
 
81
DEPDIR = @DEPDIR@
 
82
ECHO = @ECHO@
 
83
ECHO_C = @ECHO_C@
 
84
ECHO_N = @ECHO_N@
 
85
ECHO_T = @ECHO_T@
 
86
EGREP = @EGREP@
 
87
EXEEXT = @EXEEXT@
 
88
F77 = @F77@
 
89
FFLAGS = @FFLAGS@
 
90
GREP = @GREP@
 
91
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
92
INSTALL = @INSTALL@
 
93
INSTALL_DATA = @INSTALL_DATA@
 
94
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
95
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
96
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
97
LDFLAGS = @LDFLAGS@
 
98
LIBOBJS = @LIBOBJS@
 
99
LIBS = @LIBS@
 
100
LIBTOOL = @LIBTOOL@
 
101
LN_S = @LN_S@
 
102
LTLIBOBJS = @LTLIBOBJS@
 
103
MAINT = @MAINT@
 
104
MAKEINFO = @MAKEINFO@
 
105
MKDIR_P = @MKDIR_P@
 
106
OBJEXT = @OBJEXT@
 
107
OGG_CFLAGS = @OGG_CFLAGS@
 
108
OGG_LIBS = @OGG_LIBS@
 
109
PACKAGE = @PACKAGE@
 
110
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
111
PACKAGE_NAME = @PACKAGE_NAME@
 
112
PACKAGE_STRING = @PACKAGE_STRING@
 
113
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
114
PACKAGE_VERSION = @PACKAGE_VERSION@
 
115
PATH_SEPARATOR = @PATH_SEPARATOR@
 
116
PDFXMLTEX = @PDFXMLTEX@
 
117
PKG_CONFIG = @PKG_CONFIG@
 
118
PROFILE = @PROFILE@
 
119
RANLIB = @RANLIB@
 
120
SET_MAKE = @SET_MAKE@
 
121
SHELL = @SHELL@
 
122
STRIP = @STRIP@
 
123
VERSION = @VERSION@
 
124
VE_LIB_AGE = @VE_LIB_AGE@
 
125
VE_LIB_CURRENT = @VE_LIB_CURRENT@
 
126
VE_LIB_REVISION = @VE_LIB_REVISION@
 
127
VF_LIB_AGE = @VF_LIB_AGE@
 
128
VF_LIB_CURRENT = @VF_LIB_CURRENT@
 
129
VF_LIB_REVISION = @VF_LIB_REVISION@
 
130
VORBIS_LIBS = @VORBIS_LIBS@
 
131
V_LIB_AGE = @V_LIB_AGE@
 
132
V_LIB_CURRENT = @V_LIB_CURRENT@
 
133
V_LIB_REVISION = @V_LIB_REVISION@
 
134
XSLTPROC = @XSLTPROC@
 
135
abs_builddir = @abs_builddir@
 
136
abs_srcdir = @abs_srcdir@
 
137
abs_top_builddir = @abs_top_builddir@
 
138
abs_top_srcdir = @abs_top_srcdir@
 
139
ac_ct_CC = @ac_ct_CC@
 
140
ac_ct_CXX = @ac_ct_CXX@
 
141
ac_ct_F77 = @ac_ct_F77@
 
142
am__include = @am__include@
 
143
am__leading_dot = @am__leading_dot@
 
144
am__quote = @am__quote@
 
145
am__tar = @am__tar@
 
146
am__untar = @am__untar@
 
147
bindir = @bindir@
 
148
build = @build@
 
149
build_alias = @build_alias@
 
150
build_cpu = @build_cpu@
 
151
build_os = @build_os@
 
152
build_vendor = @build_vendor@
 
153
builddir = @builddir@
 
154
datadir = @datadir@
 
155
datarootdir = @datarootdir@
 
156
docdir = @docdir@
 
157
dvidir = @dvidir@
 
158
exec_prefix = @exec_prefix@
 
159
host = @host@
 
160
host_alias = @host_alias@
 
161
host_cpu = @host_cpu@
 
162
host_os = @host_os@
 
163
host_vendor = @host_vendor@
 
164
htmldir = @htmldir@
 
165
includedir = @includedir@
 
166
infodir = @infodir@
 
167
install_sh = @install_sh@
 
168
libdir = @libdir@
 
169
libexecdir = @libexecdir@
 
170
localedir = @localedir@
 
171
localstatedir = @localstatedir@
 
172
mandir = @mandir@
 
173
mkdir_p = @mkdir_p@
 
174
oldincludedir = @oldincludedir@
 
175
pdfdir = @pdfdir@
 
176
prefix = @prefix@
 
177
program_transform_name = @program_transform_name@
 
178
psdir = @psdir@
 
179
pthread_lib = @pthread_lib@
 
180
sbindir = @sbindir@
 
181
sharedstatedir = @sharedstatedir@
 
182
srcdir = @srcdir@
 
183
sysconfdir = @sysconfdir@
 
184
target = @target@
 
185
target_alias = @target_alias@
 
186
target_cpu = @target_cpu@
 
187
target_os = @target_os@
 
188
target_vendor = @target_vendor@
 
189
top_builddir = @top_builddir@
 
190
top_srcdir = @top_srcdir@
 
191
vorbisincludedir = $(includedir)/vorbis
 
192
vorbisinclude_HEADERS = codec.h vorbisfile.h vorbisenc.h
 
193
all: all-am
 
194
 
 
195
.SUFFIXES:
 
196
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
197
        @for dep in $?; do \
 
198
          case '$(am__configure_deps)' in \
 
199
            *$$dep*) \
 
200
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
201
                && exit 0; \
 
202
              exit 1;; \
 
203
          esac; \
 
204
        done; \
 
205
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/vorbis/Makefile'; \
 
206
        cd $(top_srcdir) && \
 
207
          $(AUTOMAKE) --gnu  include/vorbis/Makefile
 
208
.PRECIOUS: Makefile
 
209
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
210
        @case '$?' in \
 
211
          *config.status*) \
 
212
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
213
          *) \
 
214
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
215
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
216
        esac;
 
217
 
 
218
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
219
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
220
 
 
221
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
222
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
223
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
225
 
 
226
mostlyclean-libtool:
 
227
        -rm -f *.lo
 
228
 
 
229
clean-libtool:
 
230
        -rm -rf .libs _libs
 
231
install-vorbisincludeHEADERS: $(vorbisinclude_HEADERS)
 
232
        @$(NORMAL_INSTALL)
 
233
        test -z "$(vorbisincludedir)" || $(MKDIR_P) "$(DESTDIR)$(vorbisincludedir)"
 
234
        @list='$(vorbisinclude_HEADERS)'; for p in $$list; do \
 
235
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
236
          f=$(am__strip_dir) \
 
237
          echo " $(vorbisincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(vorbisincludedir)/$$f'"; \
 
238
          $(vorbisincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(vorbisincludedir)/$$f"; \
 
239
        done
 
240
 
 
241
uninstall-vorbisincludeHEADERS:
 
242
        @$(NORMAL_UNINSTALL)
 
243
        @list='$(vorbisinclude_HEADERS)'; for p in $$list; do \
 
244
          f=$(am__strip_dir) \
 
245
          echo " rm -f '$(DESTDIR)$(vorbisincludedir)/$$f'"; \
 
246
          rm -f "$(DESTDIR)$(vorbisincludedir)/$$f"; \
 
247
        done
 
248
 
 
249
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
250
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
251
        unique=`for i in $$list; do \
 
252
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
253
          done | \
 
254
          $(AWK) '    { files[$$0] = 1; } \
 
255
               END { for (i in files) print i; }'`; \
 
256
        mkid -fID $$unique
 
257
tags: TAGS
 
258
 
 
259
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
260
                $(TAGS_FILES) $(LISP)
 
261
        tags=; \
 
262
        here=`pwd`; \
 
263
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
264
        unique=`for i in $$list; do \
 
265
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
266
          done | \
 
267
          $(AWK) '    { files[$$0] = 1; } \
 
268
               END { for (i in files) print i; }'`; \
 
269
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
270
          test -n "$$unique" || unique=$$empty_fix; \
 
271
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
272
            $$tags $$unique; \
 
273
        fi
 
274
ctags: CTAGS
 
275
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
276
                $(TAGS_FILES) $(LISP)
 
277
        tags=; \
 
278
        here=`pwd`; \
 
279
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
280
        unique=`for i in $$list; do \
 
281
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
282
          done | \
 
283
          $(AWK) '    { files[$$0] = 1; } \
 
284
               END { for (i in files) print i; }'`; \
 
285
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
286
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
287
             $$tags $$unique
 
288
 
 
289
GTAGS:
 
290
        here=`$(am__cd) $(top_builddir) && pwd` \
 
291
          && cd $(top_srcdir) \
 
292
          && gtags -i $(GTAGS_ARGS) $$here
 
293
 
 
294
distclean-tags:
 
295
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
296
 
 
297
distdir: $(DISTFILES)
 
298
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
299
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
300
        list='$(DISTFILES)'; \
 
301
          dist_files=`for file in $$list; do echo $$file; done | \
 
302
          sed -e "s|^$$srcdirstrip/||;t" \
 
303
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
304
        case $$dist_files in \
 
305
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
306
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
307
                           sort -u` ;; \
 
308
        esac; \
 
309
        for file in $$dist_files; do \
 
310
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
311
          if test -d $$d/$$file; then \
 
312
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
313
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
314
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
315
            fi; \
 
316
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
317
          else \
 
318
            test -f $(distdir)/$$file \
 
319
            || cp -p $$d/$$file $(distdir)/$$file \
 
320
            || exit 1; \
 
321
          fi; \
 
322
        done
 
323
check-am: all-am
 
324
check: check-am
 
325
all-am: Makefile $(HEADERS)
 
326
installdirs:
 
327
        for dir in "$(DESTDIR)$(vorbisincludedir)"; do \
 
328
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
329
        done
 
330
install: install-am
 
331
install-exec: install-exec-am
 
332
install-data: install-data-am
 
333
uninstall: uninstall-am
 
334
 
 
335
install-am: all-am
 
336
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
337
 
 
338
installcheck: installcheck-am
 
339
install-strip:
 
340
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
341
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
342
          `test -z '$(STRIP)' || \
 
343
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
344
mostlyclean-generic:
 
345
 
 
346
clean-generic:
 
347
 
 
348
distclean-generic:
 
349
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
350
 
 
351
maintainer-clean-generic:
 
352
        @echo "This command is intended for maintainers to use"
 
353
        @echo "it deletes files that may require special tools to rebuild."
 
354
clean: clean-am
 
355
 
 
356
clean-am: clean-generic clean-libtool mostlyclean-am
 
357
 
 
358
distclean: distclean-am
 
359
        -rm -f Makefile
 
360
distclean-am: clean-am distclean-generic distclean-tags
 
361
 
 
362
dvi: dvi-am
 
363
 
 
364
dvi-am:
 
365
 
 
366
html: html-am
 
367
 
 
368
info: info-am
 
369
 
 
370
info-am:
 
371
 
 
372
install-data-am: install-vorbisincludeHEADERS
 
373
 
 
374
install-dvi: install-dvi-am
 
375
 
 
376
install-exec-am:
 
377
 
 
378
install-html: install-html-am
 
379
 
 
380
install-info: install-info-am
 
381
 
 
382
install-man:
 
383
 
 
384
install-pdf: install-pdf-am
 
385
 
 
386
install-ps: install-ps-am
 
387
 
 
388
installcheck-am:
 
389
 
 
390
maintainer-clean: maintainer-clean-am
 
391
        -rm -f Makefile
 
392
maintainer-clean-am: distclean-am maintainer-clean-generic
 
393
 
 
394
mostlyclean: mostlyclean-am
 
395
 
 
396
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
397
 
 
398
pdf: pdf-am
 
399
 
 
400
pdf-am:
 
401
 
 
402
ps: ps-am
 
403
 
 
404
ps-am:
 
405
 
 
406
uninstall-am: uninstall-vorbisincludeHEADERS
 
407
 
 
408
.MAKE: install-am install-strip
 
409
 
 
410
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
411
        clean-libtool ctags distclean distclean-generic \
 
412
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
413
        html-am info info-am install install-am install-data \
 
414
        install-data-am install-dvi install-dvi-am install-exec \
 
415
        install-exec-am install-html install-html-am install-info \
 
416
        install-info-am install-man install-pdf install-pdf-am \
 
417
        install-ps install-ps-am install-strip \
 
418
        install-vorbisincludeHEADERS installcheck installcheck-am \
 
419
        installdirs maintainer-clean maintainer-clean-generic \
 
420
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
421
        ps ps-am tags uninstall uninstall-am \
 
422
        uninstall-vorbisincludeHEADERS
 
423
 
 
424
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
425
# Otherwise a system limit (for SysV at least) may be exceeded.
 
426
.NOEXPORT: