source: trunk/third/audiofile/libaudiofile/Makefile.in @ 17103

Revision 17103, 16.4 KB checked in by ghudson, 23 years ago (diff)
Merge with audiofile 0.2.2.
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63AUDIOFILE_MAJOR_VERSION = @AUDIOFILE_MAJOR_VERSION@
64AUDIOFILE_MICRO_VERSION = @AUDIOFILE_MICRO_VERSION@
65AUDIOFILE_MINOR_VERSION = @AUDIOFILE_MINOR_VERSION@
66AUDIOFILE_VERSION = @AUDIOFILE_VERSION@
67AUDIOFILE_VERSION_INFO = @AUDIOFILE_VERSION_INFO@
68AUDIO_LIB = @AUDIO_LIB@
69CC = @CC@
70DLLTOOL = @DLLTOOL@
71LIBTOOL = @LIBTOOL@
72LN_S = @LN_S@
73MAKEINFO = @MAKEINFO@
74OBJDUMP = @OBJDUMP@
75PACKAGE = @PACKAGE@
76RANLIB = @RANLIB@
77TEST_BIN = @TEST_BIN@
78VERSION = @VERSION@
79
80SUBDIRS = modules
81
82lib_LTLIBRARIES = libaudiofile.la
83
84libaudiofile_la_SOURCES =       openclose.c setup.c format.c data.c pcm.c       error.c byteorder.c af_vfs.c    util.c aupv.c units.c compression.c     aes.c instrument.c loop.c marker.c misc.c track.c query.c       raw.c raw.h     aiff.c aiffwrite.c extended.c aiff.h    next.c nextwrite.c next.h       wave.c wavewrite.c wave.h       ircam.c ircamwrite.c ircam.h    g711.c g711.h   afinternal.h aupvinternal.h aupvlist.h byteorder.h      compression.h error.h extended.h instrument.h marker.h  pcm.h setup.h track.h units.h   print.h util.h  modules.c modules.h
85
86
87libaudiofile_la_LIBADD = modules/libmodules.la
88
89libaudiofile_la_LDFLAGS = -version-info 0:2:0
90
91include_HEADERS = audiofile.h aupvlist.h af_vfs.h
92
93# GNU gcc
94# AM_CFLAGS = -Wall -g
95# SGI MIPSpro cc
96# AM_CFLAGS = -fullwarn -g
97# No debugging.
98AM_CFLAGS = -DNDEBUG
99mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100CONFIG_HEADER = ../config.h
101CONFIG_CLEAN_FILES =
102LTLIBRARIES =  $(lib_LTLIBRARIES)
103
104
105DEFS = @DEFS@ -I. -I$(srcdir) -I..
106CPPFLAGS = @CPPFLAGS@
107LDFLAGS = @LDFLAGS@
108LIBS = @LIBS@
109libaudiofile_la_DEPENDENCIES =  modules/libmodules.la
110libaudiofile_la_OBJECTS =  openclose.lo setup.lo format.lo data.lo \
111pcm.lo error.lo byteorder.lo af_vfs.lo util.lo aupv.lo units.lo \
112compression.lo aes.lo instrument.lo loop.lo marker.lo misc.lo track.lo \
113query.lo raw.lo aiff.lo aiffwrite.lo extended.lo next.lo nextwrite.lo \
114wave.lo wavewrite.lo ircam.lo ircamwrite.lo g711.lo modules.lo
115CFLAGS = @CFLAGS@
116COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
117LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118CCLD = $(CC)
119LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
120HEADERS =  $(include_HEADERS)
121
122DIST_COMMON =  Makefile.am Makefile.in
123
124
125DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126
127TAR = gtar
128GZIP_ENV = --best
129SOURCES = $(libaudiofile_la_SOURCES)
130OBJECTS = $(libaudiofile_la_OBJECTS)
131
132all: all-redirect
133.SUFFIXES:
134.SUFFIXES: .S .c .lo .o .s
135$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
136        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libaudiofile/Makefile
137
138Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
139        cd $(top_builddir) \
140          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
141
142
143mostlyclean-libLTLIBRARIES:
144
145clean-libLTLIBRARIES:
146        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
147
148distclean-libLTLIBRARIES:
149
150maintainer-clean-libLTLIBRARIES:
151
152install-libLTLIBRARIES: $(lib_LTLIBRARIES)
153        @$(NORMAL_INSTALL)
154        $(mkinstalldirs) $(DESTDIR)$(libdir)
155        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
156          if test -f $$p; then \
157            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
158            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
159          else :; fi; \
160        done
161
162uninstall-libLTLIBRARIES:
163        @$(NORMAL_UNINSTALL)
164        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
165          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
166        done
167
168.c.o:
169        $(COMPILE) -c $<
170
171.s.o:
172        $(COMPILE) -c $<
173
174.S.o:
175        $(COMPILE) -c $<
176
177mostlyclean-compile:
178        -rm -f *.o core *.core
179
180clean-compile:
181
182distclean-compile:
183        -rm -f *.tab.c
184
185maintainer-clean-compile:
186
187.c.lo:
188        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
189
190.s.lo:
191        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
192
193.S.lo:
194        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
195
196mostlyclean-libtool:
197        -rm -f *.lo
198
199clean-libtool:
200        -rm -rf .libs _libs
201
202distclean-libtool:
203
204maintainer-clean-libtool:
205
206libaudiofile.la: $(libaudiofile_la_OBJECTS) $(libaudiofile_la_DEPENDENCIES)
207        $(LINK) -rpath $(libdir) $(libaudiofile_la_LDFLAGS) $(libaudiofile_la_OBJECTS) $(libaudiofile_la_LIBADD) $(LIBS)
208
209install-includeHEADERS: $(include_HEADERS)
210        @$(NORMAL_INSTALL)
211        $(mkinstalldirs) $(DESTDIR)$(includedir)
212        @list='$(include_HEADERS)'; for p in $$list; do \
213          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
214          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
215          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
216        done
217
218uninstall-includeHEADERS:
219        @$(NORMAL_UNINSTALL)
220        list='$(include_HEADERS)'; for p in $$list; do \
221          rm -f $(DESTDIR)$(includedir)/$$p; \
222        done
223
224# This directory's subdirectories are mostly independent; you can cd
225# into them and run `make' without going through this Makefile.
226# To change the values of `make' variables: instead of editing Makefiles,
227# (1) if the variable is set in `config.status', edit `config.status'
228#     (which will cause the Makefiles to be regenerated when you run `make');
229# (2) otherwise, pass the desired values on the `make' command line.
230
231@SET_MAKE@
232
233all-recursive install-data-recursive install-exec-recursive \
234installdirs-recursive install-recursive uninstall-recursive  \
235check-recursive installcheck-recursive info-recursive dvi-recursive:
236        @set fnord $(MAKEFLAGS); amf=$$2; \
237        dot_seen=no; \
238        target=`echo $@ | sed s/-recursive//`; \
239        list='$(SUBDIRS)'; for subdir in $$list; do \
240          echo "Making $$target in $$subdir"; \
241          if test "$$subdir" = "."; then \
242            dot_seen=yes; \
243            local_target="$$target-am"; \
244          else \
245            local_target="$$target"; \
246          fi; \
247          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
248           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
249        done; \
250        if test "$$dot_seen" = "no"; then \
251          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
252        fi; test -z "$$fail"
253
254mostlyclean-recursive clean-recursive distclean-recursive \
255maintainer-clean-recursive:
256        @set fnord $(MAKEFLAGS); amf=$$2; \
257        dot_seen=no; \
258        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
259          rev="$$subdir $$rev"; \
260          test "$$subdir" = "." && dot_seen=yes; \
261        done; \
262        test "$$dot_seen" = "no" && rev=". $$rev"; \
263        target=`echo $@ | sed s/-recursive//`; \
264        for subdir in $$rev; do \
265          echo "Making $$target in $$subdir"; \
266          if test "$$subdir" = "."; then \
267            local_target="$$target-am"; \
268          else \
269            local_target="$$target"; \
270          fi; \
271          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
272           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
273        done && test -z "$$fail"
274tags-recursive:
275        list='$(SUBDIRS)'; for subdir in $$list; do \
276          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
277        done
278
279tags: TAGS
280
281ID: $(HEADERS) $(SOURCES) $(LISP)
282        list='$(SOURCES) $(HEADERS)'; \
283        unique=`for i in $$list; do echo $$i; done | \
284          awk '    { files[$$0] = 1; } \
285               END { for (i in files) print i; }'`; \
286        here=`pwd` && cd $(srcdir) \
287          && mkid -f$$here/ID $$unique $(LISP)
288
289TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
290        tags=; \
291        here=`pwd`; \
292        list='$(SUBDIRS)'; for subdir in $$list; do \
293   if test "$$subdir" = .; then :; else \
294            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
295   fi; \
296        done; \
297        list='$(SOURCES) $(HEADERS)'; \
298        unique=`for i in $$list; do echo $$i; done | \
299          awk '    { files[$$0] = 1; } \
300               END { for (i in files) print i; }'`; \
301        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
302          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
303
304mostlyclean-tags:
305
306clean-tags:
307
308distclean-tags:
309        -rm -f TAGS ID
310
311maintainer-clean-tags:
312
313distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
314
315subdir = libaudiofile
316
317distdir: $(DISTFILES)
318        @for file in $(DISTFILES); do \
319          d=$(srcdir); \
320          if test -d $$d/$$file; then \
321            cp -pr $$d/$$file $(distdir)/$$file; \
322          else \
323            test -f $(distdir)/$$file \
324            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
325            || cp -p $$d/$$file $(distdir)/$$file || :; \
326          fi; \
327        done
328        for subdir in $(SUBDIRS); do \
329          if test "$$subdir" = .; then :; else \
330            test -d $(distdir)/$$subdir \
331            || mkdir $(distdir)/$$subdir \
332            || exit 1; \
333            chmod 777 $(distdir)/$$subdir; \
334            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
335              || exit 1; \
336          fi; \
337        done
338aes.lo aes.o : aes.c audiofile.h aupvlist.h afinternal.h ../config.h \
339        af_vfs.h error.h util.h
340af_vfs.lo af_vfs.o : af_vfs.c afinternal.h ../config.h audiofile.h \
341        aupvlist.h af_vfs.h error.h
342aiff.lo aiff.o : aiff.c ../config.h extended.h audiofile.h aupvlist.h \
343        util.h afinternal.h af_vfs.h error.h byteorder.h aiff.h setup.h \
344        track.h marker.h
345aiffwrite.lo aiffwrite.o : aiffwrite.c extended.h afinternal.h \
346        ../config.h audiofile.h aupvlist.h af_vfs.h error.h aiff.h \
347        byteorder.h util.h setup.h
348aupv.lo aupv.o : aupv.c aupvinternal.h aupvlist.h
349byteorder.lo byteorder.o : byteorder.c byteorder.h ../config.h util.h \
350        audiofile.h aupvlist.h afinternal.h af_vfs.h error.h
351compression.lo compression.o : compression.c audiofile.h aupvlist.h \
352        afinternal.h ../config.h af_vfs.h error.h units.h util.h
353data.lo data.o : data.c ../config.h audiofile.h aupvlist.h afinternal.h \
354        af_vfs.h error.h util.h modules.h
355error.lo error.o : error.c audiofile.h aupvlist.h
356extended.lo extended.o : extended.c extended.h
357format.lo format.o : format.c ../config.h audiofile.h aupvlist.h util.h \
358        afinternal.h af_vfs.h error.h units.h modules.h
359g711.lo g711.o : g711.c
360instrument.lo instrument.o : instrument.c audiofile.h aupvlist.h \
361        afinternal.h ../config.h af_vfs.h error.h instrument.h units.h \
362        setup.h util.h
363ircam.lo ircam.o : ircam.c ../config.h afinternal.h audiofile.h \
364        aupvlist.h af_vfs.h error.h util.h byteorder.h setup.h track.h \
365        marker.h ircam.h
366ircamwrite.lo ircamwrite.o : ircamwrite.c ../config.h afinternal.h \
367        audiofile.h aupvlist.h af_vfs.h error.h util.h byteorder.h \
368        setup.h track.h marker.h ircam.h
369loop.lo loop.o : loop.c audiofile.h aupvlist.h afinternal.h ../config.h \
370        af_vfs.h error.h util.h setup.h instrument.h
371marker.lo marker.o : marker.c audiofile.h aupvlist.h afinternal.h \
372        ../config.h af_vfs.h error.h util.h
373misc.lo misc.o : misc.c audiofile.h aupvlist.h afinternal.h ../config.h \
374        af_vfs.h error.h util.h
375modules.lo modules.o : modules.c ../config.h audiofile.h aupvlist.h \
376        afinternal.h af_vfs.h error.h modules.h pcm.h util.h units.h \
377        compression.h byteorder.h print.h modules/rebuffer.h
378next.lo next.o : next.c ../config.h next.h afinternal.h audiofile.h \
379        aupvlist.h af_vfs.h error.h track.h util.h setup.h byteorder.h
380nextwrite.lo nextwrite.o : nextwrite.c audiofile.h aupvlist.h \
381        afinternal.h ../config.h af_vfs.h error.h next.h byteorder.h \
382        util.h setup.h
383openclose.lo openclose.o : openclose.c audiofile.h aupvlist.h \
384        afinternal.h ../config.h af_vfs.h error.h units.h util.h \
385        modules.h
386pcm.lo pcm.o : pcm.c afinternal.h ../config.h audiofile.h aupvlist.h \
387        af_vfs.h error.h pcm.h util.h
388query.lo query.o : query.c audiofile.h aupvlist.h afinternal.h \
389        ../config.h af_vfs.h error.h util.h units.h instrument.h
390raw.lo raw.o : raw.c afinternal.h ../config.h audiofile.h aupvlist.h \
391        af_vfs.h error.h raw.h util.h setup.h
392setup.lo setup.o : setup.c ../config.h audiofile.h aupvlist.h \
393        afinternal.h af_vfs.h error.h pcm.h util.h units.h marker.h
394track.lo track.o : track.c audiofile.h aupvlist.h afinternal.h \
395        ../config.h af_vfs.h error.h util.h
396units.lo units.o : units.c audiofile.h aupvlist.h afinternal.h \
397        ../config.h af_vfs.h error.h units.h raw.h aiff.h next.h wave.h \
398        ircam.h compression.h modules/pcm.h modules.h modules/g711.h
399util.lo util.o : util.c ../config.h audiofile.h aupvlist.h afinternal.h \
400        af_vfs.h error.h util.h units.h compression.h modules.h \
401        byteorder.h aupvinternal.h print.h
402wave.lo wave.o : wave.c ../config.h audiofile.h aupvlist.h util.h \
403        afinternal.h af_vfs.h error.h byteorder.h wave.h track.h \
404        setup.h marker.h
405wavewrite.lo wavewrite.o : wavewrite.c ../config.h audiofile.h \
406        aupvlist.h afinternal.h af_vfs.h error.h byteorder.h util.h \
407        setup.h wave.h
408
409info-am:
410info: info-recursive
411dvi-am:
412dvi: dvi-recursive
413check-am: all-am
414check: check-recursive
415installcheck-am:
416installcheck: installcheck-recursive
417install-exec-am: install-libLTLIBRARIES
418install-exec: install-exec-recursive
419
420install-data-am: install-includeHEADERS
421install-data: install-data-recursive
422
423install-am: all-am
424        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
425install: install-recursive
426uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
427uninstall: uninstall-recursive
428all-am: Makefile $(LTLIBRARIES) $(HEADERS)
429all-redirect: all-recursive
430install-strip:
431        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
432installdirs: installdirs-recursive
433installdirs-am:
434        $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
435
436
437mostlyclean-generic:
438
439clean-generic:
440
441distclean-generic:
442        -rm -f Makefile $(CONFIG_CLEAN_FILES)
443        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
444
445maintainer-clean-generic:
446mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
447                mostlyclean-libtool mostlyclean-tags \
448                mostlyclean-generic
449
450mostlyclean: mostlyclean-recursive
451
452clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
453                clean-generic mostlyclean-am
454
455clean: clean-recursive
456
457distclean-am:  distclean-libLTLIBRARIES distclean-compile \
458                distclean-libtool distclean-tags distclean-generic \
459                clean-am
460        -rm -f libtool
461
462distclean: distclean-recursive
463
464maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
465                maintainer-clean-compile maintainer-clean-libtool \
466                maintainer-clean-tags maintainer-clean-generic \
467                distclean-am
468        @echo "This command is intended for maintainers to use;"
469        @echo "it deletes files that may require special tools to rebuild."
470
471maintainer-clean: maintainer-clean-recursive
472
473.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
474clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
475uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
476distclean-compile clean-compile maintainer-clean-compile \
477mostlyclean-libtool distclean-libtool clean-libtool \
478maintainer-clean-libtool uninstall-includeHEADERS \
479install-includeHEADERS install-data-recursive uninstall-data-recursive \
480install-exec-recursive uninstall-exec-recursive installdirs-recursive \
481uninstalldirs-recursive all-recursive check-recursive \
482installcheck-recursive info-recursive dvi-recursive \
483mostlyclean-recursive distclean-recursive clean-recursive \
484maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
485distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
486dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
487install-exec install-data-am install-data install-am install \
488uninstall-am uninstall all-redirect all-am all installdirs-am \
489installdirs mostlyclean-generic distclean-generic clean-generic \
490maintainer-clean-generic clean mostlyclean distclean maintainer-clean
491
492
493# Tell versions [3.59,3.63) of GNU make to not export all variables.
494# Otherwise a system limit (for SysV at least) may be exceeded.
495.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.