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 | |
---|
14 | SHELL = @SHELL@ |
---|
15 | |
---|
16 | srcdir = @srcdir@ |
---|
17 | top_srcdir = @top_srcdir@ |
---|
18 | VPATH = @srcdir@ |
---|
19 | prefix = @prefix@ |
---|
20 | exec_prefix = @exec_prefix@ |
---|
21 | |
---|
22 | bindir = @bindir@ |
---|
23 | sbindir = @sbindir@ |
---|
24 | libexecdir = @libexecdir@ |
---|
25 | datadir = @datadir@ |
---|
26 | sysconfdir = @sysconfdir@ |
---|
27 | sharedstatedir = @sharedstatedir@ |
---|
28 | localstatedir = @localstatedir@ |
---|
29 | libdir = @libdir@ |
---|
30 | infodir = @infodir@ |
---|
31 | mandir = @mandir@ |
---|
32 | includedir = @includedir@ |
---|
33 | oldincludedir = /usr/include |
---|
34 | |
---|
35 | DESTDIR = |
---|
36 | |
---|
37 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
38 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
39 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
40 | |
---|
41 | top_builddir = .. |
---|
42 | |
---|
43 | ACLOCAL = @ACLOCAL@ |
---|
44 | AUTOCONF = @AUTOCONF@ |
---|
45 | AUTOMAKE = @AUTOMAKE@ |
---|
46 | AUTOHEADER = @AUTOHEADER@ |
---|
47 | |
---|
48 | INSTALL = @INSTALL@ |
---|
49 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
---|
50 | INSTALL_DATA = @INSTALL_DATA@ |
---|
51 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
52 | transform = @program_transform_name@ |
---|
53 | |
---|
54 | NORMAL_INSTALL = : |
---|
55 | PRE_INSTALL = : |
---|
56 | POST_INSTALL = : |
---|
57 | NORMAL_UNINSTALL = : |
---|
58 | PRE_UNINSTALL = : |
---|
59 | POST_UNINSTALL = : |
---|
60 | host_alias = @host_alias@ |
---|
61 | host_triplet = @host@ |
---|
62 | AS = @AS@ |
---|
63 | AUDIOFILE_MAJOR_VERSION = @AUDIOFILE_MAJOR_VERSION@ |
---|
64 | AUDIOFILE_MICRO_VERSION = @AUDIOFILE_MICRO_VERSION@ |
---|
65 | AUDIOFILE_MINOR_VERSION = @AUDIOFILE_MINOR_VERSION@ |
---|
66 | AUDIOFILE_VERSION = @AUDIOFILE_VERSION@ |
---|
67 | AUDIOFILE_VERSION_INFO = @AUDIOFILE_VERSION_INFO@ |
---|
68 | AUDIO_LIB = @AUDIO_LIB@ |
---|
69 | CC = @CC@ |
---|
70 | DLLTOOL = @DLLTOOL@ |
---|
71 | LIBTOOL = @LIBTOOL@ |
---|
72 | LN_S = @LN_S@ |
---|
73 | MAKEINFO = @MAKEINFO@ |
---|
74 | OBJDUMP = @OBJDUMP@ |
---|
75 | PACKAGE = @PACKAGE@ |
---|
76 | RANLIB = @RANLIB@ |
---|
77 | TEST_BIN = @TEST_BIN@ |
---|
78 | VERSION = @VERSION@ |
---|
79 | |
---|
80 | SUBDIRS = modules |
---|
81 | |
---|
82 | lib_LTLIBRARIES = libaudiofile.la |
---|
83 | |
---|
84 | libaudiofile_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 | |
---|
87 | libaudiofile_la_LIBADD = modules/libmodules.la |
---|
88 | |
---|
89 | libaudiofile_la_LDFLAGS = -version-info 0:2:0 |
---|
90 | |
---|
91 | include_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. |
---|
98 | AM_CFLAGS = -DNDEBUG |
---|
99 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
100 | CONFIG_HEADER = ../config.h |
---|
101 | CONFIG_CLEAN_FILES = |
---|
102 | LTLIBRARIES = $(lib_LTLIBRARIES) |
---|
103 | |
---|
104 | |
---|
105 | DEFS = @DEFS@ -I. -I$(srcdir) -I.. |
---|
106 | CPPFLAGS = @CPPFLAGS@ |
---|
107 | LDFLAGS = @LDFLAGS@ |
---|
108 | LIBS = @LIBS@ |
---|
109 | libaudiofile_la_DEPENDENCIES = modules/libmodules.la |
---|
110 | libaudiofile_la_OBJECTS = openclose.lo setup.lo format.lo data.lo \ |
---|
111 | pcm.lo error.lo byteorder.lo af_vfs.lo util.lo aupv.lo units.lo \ |
---|
112 | compression.lo aes.lo instrument.lo loop.lo marker.lo misc.lo track.lo \ |
---|
113 | query.lo raw.lo aiff.lo aiffwrite.lo extended.lo next.lo nextwrite.lo \ |
---|
114 | wave.lo wavewrite.lo ircam.lo ircamwrite.lo g711.lo modules.lo |
---|
115 | CFLAGS = @CFLAGS@ |
---|
116 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
117 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
118 | CCLD = $(CC) |
---|
119 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
---|
120 | HEADERS = $(include_HEADERS) |
---|
121 | |
---|
122 | DIST_COMMON = Makefile.am Makefile.in |
---|
123 | |
---|
124 | |
---|
125 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
126 | |
---|
127 | TAR = gtar |
---|
128 | GZIP_ENV = --best |
---|
129 | SOURCES = $(libaudiofile_la_SOURCES) |
---|
130 | OBJECTS = $(libaudiofile_la_OBJECTS) |
---|
131 | |
---|
132 | all: 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 | |
---|
138 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
139 | cd $(top_builddir) \ |
---|
140 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
141 | |
---|
142 | |
---|
143 | mostlyclean-libLTLIBRARIES: |
---|
144 | |
---|
145 | clean-libLTLIBRARIES: |
---|
146 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
---|
147 | |
---|
148 | distclean-libLTLIBRARIES: |
---|
149 | |
---|
150 | maintainer-clean-libLTLIBRARIES: |
---|
151 | |
---|
152 | install-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 | |
---|
162 | uninstall-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 | |
---|
177 | mostlyclean-compile: |
---|
178 | -rm -f *.o core *.core |
---|
179 | |
---|
180 | clean-compile: |
---|
181 | |
---|
182 | distclean-compile: |
---|
183 | -rm -f *.tab.c |
---|
184 | |
---|
185 | maintainer-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 | |
---|
196 | mostlyclean-libtool: |
---|
197 | -rm -f *.lo |
---|
198 | |
---|
199 | clean-libtool: |
---|
200 | -rm -rf .libs _libs |
---|
201 | |
---|
202 | distclean-libtool: |
---|
203 | |
---|
204 | maintainer-clean-libtool: |
---|
205 | |
---|
206 | libaudiofile.la: $(libaudiofile_la_OBJECTS) $(libaudiofile_la_DEPENDENCIES) |
---|
207 | $(LINK) -rpath $(libdir) $(libaudiofile_la_LDFLAGS) $(libaudiofile_la_OBJECTS) $(libaudiofile_la_LIBADD) $(LIBS) |
---|
208 | |
---|
209 | install-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 | |
---|
218 | uninstall-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 | |
---|
233 | all-recursive install-data-recursive install-exec-recursive \ |
---|
234 | installdirs-recursive install-recursive uninstall-recursive \ |
---|
235 | check-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 | |
---|
254 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
255 | maintainer-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" |
---|
274 | tags-recursive: |
---|
275 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
276 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
277 | done |
---|
278 | |
---|
279 | tags: TAGS |
---|
280 | |
---|
281 | ID: $(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 | |
---|
289 | TAGS: 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 | |
---|
304 | mostlyclean-tags: |
---|
305 | |
---|
306 | clean-tags: |
---|
307 | |
---|
308 | distclean-tags: |
---|
309 | -rm -f TAGS ID |
---|
310 | |
---|
311 | maintainer-clean-tags: |
---|
312 | |
---|
313 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
314 | |
---|
315 | subdir = libaudiofile |
---|
316 | |
---|
317 | distdir: $(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 |
---|
338 | aes.lo aes.o : aes.c audiofile.h aupvlist.h afinternal.h ../config.h \ |
---|
339 | af_vfs.h error.h util.h |
---|
340 | af_vfs.lo af_vfs.o : af_vfs.c afinternal.h ../config.h audiofile.h \ |
---|
341 | aupvlist.h af_vfs.h error.h |
---|
342 | aiff.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 |
---|
345 | aiffwrite.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 |
---|
348 | aupv.lo aupv.o : aupv.c aupvinternal.h aupvlist.h |
---|
349 | byteorder.lo byteorder.o : byteorder.c byteorder.h ../config.h util.h \ |
---|
350 | audiofile.h aupvlist.h afinternal.h af_vfs.h error.h |
---|
351 | compression.lo compression.o : compression.c audiofile.h aupvlist.h \ |
---|
352 | afinternal.h ../config.h af_vfs.h error.h units.h util.h |
---|
353 | data.lo data.o : data.c ../config.h audiofile.h aupvlist.h afinternal.h \ |
---|
354 | af_vfs.h error.h util.h modules.h |
---|
355 | error.lo error.o : error.c audiofile.h aupvlist.h |
---|
356 | extended.lo extended.o : extended.c extended.h |
---|
357 | format.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 |
---|
359 | g711.lo g711.o : g711.c |
---|
360 | instrument.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 |
---|
363 | ircam.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 |
---|
366 | ircamwrite.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 |
---|
369 | loop.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 |
---|
371 | marker.lo marker.o : marker.c audiofile.h aupvlist.h afinternal.h \ |
---|
372 | ../config.h af_vfs.h error.h util.h |
---|
373 | misc.lo misc.o : misc.c audiofile.h aupvlist.h afinternal.h ../config.h \ |
---|
374 | af_vfs.h error.h util.h |
---|
375 | modules.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 |
---|
378 | next.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 |
---|
380 | nextwrite.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 |
---|
383 | openclose.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 |
---|
386 | pcm.lo pcm.o : pcm.c afinternal.h ../config.h audiofile.h aupvlist.h \ |
---|
387 | af_vfs.h error.h pcm.h util.h |
---|
388 | query.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 |
---|
390 | raw.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 |
---|
392 | setup.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 |
---|
394 | track.lo track.o : track.c audiofile.h aupvlist.h afinternal.h \ |
---|
395 | ../config.h af_vfs.h error.h util.h |
---|
396 | units.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 |
---|
399 | util.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 |
---|
402 | wave.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 |
---|
405 | wavewrite.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 | |
---|
409 | info-am: |
---|
410 | info: info-recursive |
---|
411 | dvi-am: |
---|
412 | dvi: dvi-recursive |
---|
413 | check-am: all-am |
---|
414 | check: check-recursive |
---|
415 | installcheck-am: |
---|
416 | installcheck: installcheck-recursive |
---|
417 | install-exec-am: install-libLTLIBRARIES |
---|
418 | install-exec: install-exec-recursive |
---|
419 | |
---|
420 | install-data-am: install-includeHEADERS |
---|
421 | install-data: install-data-recursive |
---|
422 | |
---|
423 | install-am: all-am |
---|
424 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
425 | install: install-recursive |
---|
426 | uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS |
---|
427 | uninstall: uninstall-recursive |
---|
428 | all-am: Makefile $(LTLIBRARIES) $(HEADERS) |
---|
429 | all-redirect: all-recursive |
---|
430 | install-strip: |
---|
431 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
---|
432 | installdirs: installdirs-recursive |
---|
433 | installdirs-am: |
---|
434 | $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) |
---|
435 | |
---|
436 | |
---|
437 | mostlyclean-generic: |
---|
438 | |
---|
439 | clean-generic: |
---|
440 | |
---|
441 | distclean-generic: |
---|
442 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
---|
443 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
444 | |
---|
445 | maintainer-clean-generic: |
---|
446 | mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ |
---|
447 | mostlyclean-libtool mostlyclean-tags \ |
---|
448 | mostlyclean-generic |
---|
449 | |
---|
450 | mostlyclean: mostlyclean-recursive |
---|
451 | |
---|
452 | clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \ |
---|
453 | clean-generic mostlyclean-am |
---|
454 | |
---|
455 | clean: clean-recursive |
---|
456 | |
---|
457 | distclean-am: distclean-libLTLIBRARIES distclean-compile \ |
---|
458 | distclean-libtool distclean-tags distclean-generic \ |
---|
459 | clean-am |
---|
460 | -rm -f libtool |
---|
461 | |
---|
462 | distclean: distclean-recursive |
---|
463 | |
---|
464 | maintainer-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 | |
---|
471 | maintainer-clean: maintainer-clean-recursive |
---|
472 | |
---|
473 | .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ |
---|
474 | clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ |
---|
475 | uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ |
---|
476 | distclean-compile clean-compile maintainer-clean-compile \ |
---|
477 | mostlyclean-libtool distclean-libtool clean-libtool \ |
---|
478 | maintainer-clean-libtool uninstall-includeHEADERS \ |
---|
479 | install-includeHEADERS install-data-recursive uninstall-data-recursive \ |
---|
480 | install-exec-recursive uninstall-exec-recursive installdirs-recursive \ |
---|
481 | uninstalldirs-recursive all-recursive check-recursive \ |
---|
482 | installcheck-recursive info-recursive dvi-recursive \ |
---|
483 | mostlyclean-recursive distclean-recursive clean-recursive \ |
---|
484 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
---|
485 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
---|
486 | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
---|
487 | install-exec install-data-am install-data install-am install \ |
---|
488 | uninstall-am uninstall all-redirect all-am all installdirs-am \ |
---|
489 | installdirs mostlyclean-generic distclean-generic clean-generic \ |
---|
490 | maintainer-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: |
---|