~ubuntu-branches/ubuntu/hoary/liboggz/hoary

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Wilkinson
  • Date: 2004-04-13 21:48:13 UTC
  • Revision ID: james.westby@ubuntu.com-20040413214813-oq1cjx1n49vvqrcf
Tags: upstream-0.8.2
ImportĀ upstreamĀ versionĀ 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
#  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
14
#  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
15
#  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 
16
#  PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE ORGANISATION OR
 
17
#  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
18
#  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
19
#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
20
#  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 
21
#  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
22
#  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 
23
#  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
24
 
 
25
 
 
26
SHELL = @SHELL@
 
27
 
 
28
srcdir = @srcdir@
 
29
top_srcdir = @top_srcdir@
 
30
VPATH = @srcdir@
 
31
prefix = @prefix@
 
32
exec_prefix = @exec_prefix@
 
33
 
 
34
bindir = @bindir@
 
35
sbindir = @sbindir@
 
36
libexecdir = @libexecdir@
 
37
datadir = @datadir@
 
38
sysconfdir = @sysconfdir@
 
39
sharedstatedir = @sharedstatedir@
 
40
localstatedir = @localstatedir@
 
41
libdir = @libdir@
 
42
infodir = @infodir@
 
43
mandir = @mandir@
 
44
includedir = @includedir@
 
45
oldincludedir = /usr/include
 
46
 
 
47
DESTDIR =
 
48
 
 
49
pkgdatadir = $(datadir)/@PACKAGE@
 
50
pkglibdir = $(libdir)/@PACKAGE@
 
51
pkgincludedir = $(includedir)/@PACKAGE@
 
52
 
 
53
top_builddir = .
 
54
 
 
55
ACLOCAL = @ACLOCAL@
 
56
AUTOCONF = @AUTOCONF@
 
57
AUTOMAKE = @AUTOMAKE@
 
58
AUTOHEADER = @AUTOHEADER@
 
59
 
 
60
INSTALL = @INSTALL@
 
61
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
62
INSTALL_DATA = @INSTALL_DATA@
 
63
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
64
transform = @program_transform_name@
 
65
 
 
66
NORMAL_INSTALL = :
 
67
PRE_INSTALL = :
 
68
POST_INSTALL = :
 
69
NORMAL_UNINSTALL = :
 
70
PRE_UNINSTALL = :
 
71
POST_UNINSTALL = :
 
72
host_alias = @host_alias@
 
73
host_triplet = @host@
 
74
AR = @AR@
 
75
AS = @AS@
 
76
CC = @CC@
 
77
CPP = @CPP@
 
78
CXX = @CXX@
 
79
CXXCPP = @CXXCPP@
 
80
DLLTOOL = @DLLTOOL@
 
81
ECHO = @ECHO@
 
82
EGREP = @EGREP@
 
83
EXEEXT = @EXEEXT@
 
84
F77 = @F77@
 
85
GCJ = @GCJ@
 
86
GCJFLAGS = @GCJFLAGS@
 
87
GETOPT_LIBS = @GETOPT_LIBS@
 
88
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
 
89
HAVE_DOCBOOKTOMAN = @HAVE_DOCBOOKTOMAN@
 
90
HAVE_DOXYGEN = @HAVE_DOXYGEN@
 
91
HAVE_LIB = @HAVE_LIB@
 
92
LIB = @LIB@
 
93
LIBTOOL = @LIBTOOL@
 
94
LN_S = @LN_S@
 
95
LTLIB = @LTLIB@
 
96
MAKEINFO = @MAKEINFO@
 
97
OBJDUMP = @OBJDUMP@
 
98
OBJEXT = @OBJEXT@
 
99
OGG_CFLAGS = @OGG_CFLAGS@
 
100
OGG_LIBS = @OGG_LIBS@
 
101
PACKAGE = @PACKAGE@
 
102
RANLIB = @RANLIB@
 
103
RC = @RC@
 
104
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
 
105
SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
 
106
STRIP = @STRIP@
 
107
VERSION = @VERSION@
 
108
 
 
109
SUBDIRS = doc include src
 
110
 
 
111
EXTRA_DIST = oggz.pc.in README.win32    win32/Makefile  win32/liboggz.def       win32/config.h  win32/attgetopt.c       win32/getopt.h  win32/liboggz.dsw       win32/liboggz.dsp       win32/oggzdump.dsp      win32/oggzed.dsp        win32/oggzinfo.dsp      win32/liboggz.sln       win32/OGGZDump.vcproj   win32/C_libOGGZ.vcproj  win32/liboggz_bin_installer/liboggz_bin_installer.vdproj
 
112
 
 
113
 
 
114
pkgconfigdir = $(libdir)/pkgconfig
 
115
pkgconfig_DATA = oggz.pc
 
116
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
117
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
118
CONFIG_HEADER = config.h
 
119
CONFIG_CLEAN_FILES =  oggz.pc
 
120
DATA =  $(pkgconfig_DATA)
 
121
 
 
122
DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
 
123
Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
 
124
config.sub configure configure.ac install-sh ltmain.sh missing \
 
125
mkinstalldirs oggz.pc.in
 
126
 
 
127
 
 
128
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
129
 
 
130
TAR = tar
 
131
GZIP_ENV = --best
 
132
all: all-redirect
 
133
.SUFFIXES:
 
134
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
135
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 
136
 
 
137
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
138
        cd $(top_builddir) \
 
139
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
140
 
 
141
$(ACLOCAL_M4):  configure.ac 
 
142
        cd $(srcdir) && $(ACLOCAL)
 
143
 
 
144
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
145
        $(SHELL) ./config.status --recheck
 
146
$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
147
        cd $(srcdir) && $(AUTOCONF)
 
148
 
 
149
config.h: stamp-h
 
150
        @if test ! -f $@; then \
 
151
                rm -f stamp-h; \
 
152
                $(MAKE) stamp-h; \
 
153
        else :; fi
 
154
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
 
155
        cd $(top_builddir) \
 
156
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
 
157
             $(SHELL) ./config.status
 
158
        @echo timestamp > stamp-h 2> /dev/null
 
159
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
 
160
        @if test ! -f $@; then \
 
161
                rm -f $(srcdir)/stamp-h.in; \
 
162
                $(MAKE) $(srcdir)/stamp-h.in; \
 
163
        else :; fi
 
164
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
165
        cd $(top_srcdir) && $(AUTOHEADER)
 
166
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
167
 
 
168
mostlyclean-hdr:
 
169
 
 
170
clean-hdr:
 
171
 
 
172
distclean-hdr:
 
173
        -rm -f config.h
 
174
 
 
175
maintainer-clean-hdr:
 
176
oggz.pc: $(top_builddir)/config.status oggz.pc.in
 
177
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
178
 
 
179
install-pkgconfigDATA: $(pkgconfig_DATA)
 
180
        @$(NORMAL_INSTALL)
 
181
        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
 
182
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
183
          if test -f $(srcdir)/$$p; then \
 
184
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
 
185
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
 
186
          else if test -f $$p; then \
 
187
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
 
188
            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
 
189
          fi; fi; \
 
190
        done
 
191
 
 
192
uninstall-pkgconfigDATA:
 
193
        @$(NORMAL_UNINSTALL)
 
194
        list='$(pkgconfig_DATA)'; for p in $$list; do \
 
195
          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
 
196
        done
 
197
 
 
198
# This directory's subdirectories are mostly independent; you can cd
 
199
# into them and run `make' without going through this Makefile.
 
200
# To change the values of `make' variables: instead of editing Makefiles,
 
201
# (1) if the variable is set in `config.status', edit `config.status'
 
202
#     (which will cause the Makefiles to be regenerated when you run `make');
 
203
# (2) otherwise, pass the desired values on the `make' command line.
 
204
 
 
205
@SET_MAKE@
 
206
 
 
207
all-recursive install-data-recursive install-exec-recursive \
 
208
installdirs-recursive install-recursive uninstall-recursive  \
 
209
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
210
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
211
        dot_seen=no; \
 
212
        target=`echo $@ | sed s/-recursive//`; \
 
213
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
214
          echo "Making $$target in $$subdir"; \
 
215
          if test "$$subdir" = "."; then \
 
216
            dot_seen=yes; \
 
217
            local_target="$$target-am"; \
 
218
          else \
 
219
            local_target="$$target"; \
 
220
          fi; \
 
221
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
222
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
223
        done; \
 
224
        if test "$$dot_seen" = "no"; then \
 
225
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
226
        fi; test -z "$$fail"
 
227
 
 
228
mostlyclean-recursive clean-recursive distclean-recursive \
 
229
maintainer-clean-recursive:
 
230
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
231
        dot_seen=no; \
 
232
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
233
          rev="$$subdir $$rev"; \
 
234
          test "$$subdir" != "." || dot_seen=yes; \
 
235
        done; \
 
236
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
237
        target=`echo $@ | sed s/-recursive//`; \
 
238
        for subdir in $$rev; do \
 
239
          echo "Making $$target in $$subdir"; \
 
240
          if test "$$subdir" = "."; then \
 
241
            local_target="$$target-am"; \
 
242
          else \
 
243
            local_target="$$target"; \
 
244
          fi; \
 
245
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
246
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
247
        done && test -z "$$fail"
 
248
tags-recursive:
 
249
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
250
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
251
        done
 
252
 
 
253
tags: TAGS
 
254
 
 
255
ID: $(HEADERS) $(SOURCES) $(LISP)
 
256
        list='$(SOURCES) $(HEADERS)'; \
 
257
        unique=`for i in $$list; do echo $$i; done | \
 
258
          awk '    { files[$$0] = 1; } \
 
259
               END { for (i in files) print i; }'`; \
 
260
        here=`pwd` && cd $(srcdir) \
 
261
          && mkid -f$$here/ID $$unique $(LISP)
 
262
 
 
263
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 
264
        tags=; \
 
265
        here=`pwd`; \
 
266
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
267
   if test "$$subdir" = .; then :; else \
 
268
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
269
   fi; \
 
270
        done; \
 
271
        list='$(SOURCES) $(HEADERS)'; \
 
272
        unique=`for i in $$list; do echo $$i; done | \
 
273
          awk '    { files[$$0] = 1; } \
 
274
               END { for (i in files) print i; }'`; \
 
275
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
 
276
          || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
 
277
 
 
278
mostlyclean-tags:
 
279
 
 
280
clean-tags:
 
281
 
 
282
distclean-tags:
 
283
        -rm -f TAGS ID
 
284
 
 
285
maintainer-clean-tags:
 
286
 
 
287
distdir = $(PACKAGE)-$(VERSION)
 
288
top_distdir = $(distdir)
 
289
 
 
290
# This target untars the dist file and tries a VPATH configuration.  Then
 
291
# it guarantees that the distribution is self-contained by making another
 
292
# tarfile.
 
293
distcheck: dist
 
294
        -rm -rf $(distdir)
 
295
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 
296
        mkdir $(distdir)/=build
 
297
        mkdir $(distdir)/=inst
 
298
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
299
        cd $(distdir)/=build \
 
300
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
301
          && $(MAKE) $(AM_MAKEFLAGS) \
 
302
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
303
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
304
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
305
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
306
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
307
        -rm -rf $(distdir)
 
308
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
309
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
310
        echo "$$dashes"; \
 
311
        echo "$$banner"; \
 
312
        echo "$$dashes"
 
313
dist: distdir
 
314
        -chmod -R a+r $(distdir)
 
315
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
316
        -rm -rf $(distdir)
 
317
dist-all: distdir
 
318
        -chmod -R a+r $(distdir)
 
319
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
320
        -rm -rf $(distdir)
 
321
distdir: $(DISTFILES)
 
322
        -rm -rf $(distdir)
 
323
        mkdir $(distdir)
 
324
        -chmod 777 $(distdir)
 
325
        $(mkinstalldirs) $(distdir)/win32 $(distdir)/win32/liboggz_bin_installer
 
326
        @for file in $(DISTFILES); do \
 
327
          d=$(srcdir); \
 
328
          if test -d $$d/$$file; then \
 
329
            cp -pr $$d/$$file $(distdir)/$$file; \
 
330
          else \
 
331
            test -f $(distdir)/$$file \
 
332
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
333
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
334
          fi; \
 
335
        done
 
336
        for subdir in $(SUBDIRS); do \
 
337
          if test "$$subdir" = .; then :; else \
 
338
            test -d $(distdir)/$$subdir \
 
339
            || mkdir $(distdir)/$$subdir \
 
340
            || exit 1; \
 
341
            chmod 777 $(distdir)/$$subdir; \
 
342
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
 
343
              || exit 1; \
 
344
          fi; \
 
345
        done
 
346
info-am:
 
347
info: info-recursive
 
348
dvi-am:
 
349
dvi: dvi-recursive
 
350
check-am: all-am
 
351
check: check-recursive
 
352
installcheck-am:
 
353
installcheck: installcheck-recursive
 
354
all-recursive-am: config.h
 
355
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
356
 
 
357
install-exec-am:
 
358
install-exec: install-exec-recursive
 
359
 
 
360
install-data-am: install-pkgconfigDATA
 
361
install-data: install-data-recursive
 
362
 
 
363
install-am: all-am
 
364
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
365
install: install-recursive
 
366
uninstall-am: uninstall-pkgconfigDATA
 
367
uninstall: uninstall-recursive
 
368
all-am: Makefile $(DATA) config.h
 
369
all-redirect: all-recursive-am
 
370
install-strip:
 
371
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
372
installdirs: installdirs-recursive
 
373
installdirs-am:
 
374
        $(mkinstalldirs)  $(DESTDIR)$(pkgconfigdir)
 
375
 
 
376
 
 
377
mostlyclean-generic:
 
378
 
 
379
clean-generic:
 
380
 
 
381
distclean-generic:
 
382
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
383
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
384
 
 
385
maintainer-clean-generic:
 
386
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
 
387
 
 
388
mostlyclean: mostlyclean-recursive
 
389
 
 
390
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
 
391
 
 
392
clean: clean-recursive
 
393
 
 
394
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
 
395
        -rm -f libtool
 
396
 
 
397
distclean: distclean-recursive
 
398
        -rm -f config.status
 
399
 
 
400
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
 
401
                maintainer-clean-generic distclean-am
 
402
        @echo "This command is intended for maintainers to use;"
 
403
        @echo "it deletes files that may require special tools to rebuild."
 
404
 
 
405
maintainer-clean: maintainer-clean-recursive
 
406
        -rm -f config.status
 
407
 
 
408
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
 
409
uninstall-pkgconfigDATA install-pkgconfigDATA install-data-recursive \
 
410
uninstall-data-recursive install-exec-recursive \
 
411
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
412
all-recursive check-recursive installcheck-recursive info-recursive \
 
413
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
414
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
415
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
416
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
 
417
install-exec-am install-exec install-data-am install-data install-am \
 
418
install uninstall-am uninstall all-redirect all-am all installdirs-am \
 
419
installdirs mostlyclean-generic distclean-generic clean-generic \
 
420
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
421
 
 
422
 
 
423
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
424
# Otherwise a system limit (for SysV at least) may be exceeded.
 
425
.NOEXPORT: