OSDN Git Service

* build tweaks
[pf3gnuchains/pf3gnuchains4x.git] / sid / component / audio / Makefile.in
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 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CXX = @CXX@
66 CXXCPP = @CXXCPP@
67 DLLTOOL = @DLLTOOL@
68 EXEEXT = @EXEEXT@
69 LD = @LD@
70 LIBTOOL = @LIBTOOL@
71 LN_S = @LN_S@
72 MAINT = @MAINT@
73 MAKEINFO = @MAKEINFO@
74 NM = @NM@
75 OBJDUMP = @OBJDUMP@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 VERSION = @VERSION@
79
80 AUTOMAKE_OPTIONS = foreign
81 ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
82
83 pkglib_LTLIBRARIES = libaudio.la
84
85 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
86 AM_CXXFLAGS = -DSID_EXEC_PREFIX=\"$(exec_prefix)\"
87
88 pkgdata_DATA = 
89 noinst_DATA = 
90
91 libaudio_la_SOURCES = components.cxx compCodec.cxx compAudio.cxx
92 libaudio_la_LDFLAGS = -module -no-undefined
93
94 DEJAGNUTESTS = linusraw.exp linuscodec.exp aumonkey.exp
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 mkinstalldirs = $(SHELL) $(top_srcdir)/../../config/mkinstalldirs
97 CONFIG_HEADER = config.h
98 CONFIG_CLEAN_FILES = 
99 LTLIBRARIES =  $(pkglib_LTLIBRARIES)
100
101
102 DEFS = @DEFS@ -I. -I$(srcdir) -I.
103 CPPFLAGS = @CPPFLAGS@
104 LDFLAGS = @LDFLAGS@
105 LIBS = @LIBS@
106 libaudio_la_LIBADD = 
107 libaudio_la_OBJECTS =  components.lo compCodec.lo compAudio.lo
108 CXXFLAGS = @CXXFLAGS@
109 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
110 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111 CXXLD = $(CXX)
112 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
113 DATA =  $(noinst_DATA) $(pkgdata_DATA)
114
115 DIST_COMMON =  ./stamp-h.in ChangeLog Makefile.am Makefile.in aclocal.m4 \
116 config.in configure configure.in
117
118
119 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120
121 TAR = gtar
122 GZIP_ENV = --best
123 DEP_FILES =  .deps/compAudio.P .deps/compCodec.P .deps/components.P
124 SOURCES = $(libaudio_la_SOURCES)
125 OBJECTS = $(libaudio_la_OBJECTS)
126
127 all: all-redirect
128 .SUFFIXES:
129 .SUFFIXES: .S .c .cxx .lo .o .s
130 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
131         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
132
133 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
134         cd $(top_builddir) \
135           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
136
137 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
138         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
139
140 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
141         $(SHELL) ./config.status --recheck
142 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
143         cd $(srcdir) && $(AUTOCONF)
144
145 config.h: stamp-h
146         @if test ! -f $@; then \
147                 rm -f stamp-h; \
148                 $(MAKE) stamp-h; \
149         else :; fi
150 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
151         cd $(top_builddir) \
152           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
153              $(SHELL) ./config.status
154         @echo timestamp > stamp-h 2> /dev/null
155 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
156         @if test ! -f $@; then \
157                 rm -f $(srcdir)/stamp-h.in; \
158                 $(MAKE) $(srcdir)/stamp-h.in; \
159         else :; fi
160 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
161         cd $(top_srcdir) && $(AUTOHEADER)
162         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
163
164 mostlyclean-hdr:
165
166 clean-hdr:
167
168 distclean-hdr:
169         -rm -f config.h
170
171 maintainer-clean-hdr:
172
173 mostlyclean-pkglibLTLIBRARIES:
174
175 clean-pkglibLTLIBRARIES:
176         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
177
178 distclean-pkglibLTLIBRARIES:
179
180 maintainer-clean-pkglibLTLIBRARIES:
181
182 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
183         @$(NORMAL_INSTALL)
184         $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
185         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
186           if test -f $$p; then \
187             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
188             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
189           else :; fi; \
190         done
191
192 uninstall-pkglibLTLIBRARIES:
193         @$(NORMAL_UNINSTALL)
194         list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
195           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
196         done
197
198 .s.o:
199         $(COMPILE) -c $<
200
201 .S.o:
202         $(COMPILE) -c $<
203
204 mostlyclean-compile:
205         -rm -f *.o core *.core
206
207 clean-compile:
208
209 distclean-compile:
210         -rm -f *.tab.c
211
212 maintainer-clean-compile:
213
214 .s.lo:
215         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
216
217 .S.lo:
218         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
219
220 mostlyclean-libtool:
221         -rm -f *.lo
222
223 clean-libtool:
224         -rm -rf .libs _libs
225
226 distclean-libtool:
227
228 maintainer-clean-libtool:
229
230 libaudio.la: $(libaudio_la_OBJECTS) $(libaudio_la_DEPENDENCIES)
231         $(CXXLINK) -rpath $(pkglibdir) $(libaudio_la_LDFLAGS) $(libaudio_la_OBJECTS) $(libaudio_la_LIBADD) $(LIBS)
232 .cxx.o:
233         $(CXXCOMPILE) -c $<
234 .cxx.lo:
235         $(LTCXXCOMPILE) -c $<
236
237 install-pkgdataDATA: $(pkgdata_DATA)
238         @$(NORMAL_INSTALL)
239         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
240         @list='$(pkgdata_DATA)'; for p in $$list; do \
241           if test -f $(srcdir)/$$p; then \
242             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
243             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
244           else if test -f $$p; then \
245             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
246             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
247           fi; fi; \
248         done
249
250 uninstall-pkgdataDATA:
251         @$(NORMAL_UNINSTALL)
252         list='$(pkgdata_DATA)'; for p in $$list; do \
253           rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
254         done
255
256 tags: TAGS
257
258 ID: $(HEADERS) $(SOURCES) $(LISP)
259         list='$(SOURCES) $(HEADERS)'; \
260         unique=`for i in $$list; do echo $$i; done | \
261           awk '    { files[$$0] = 1; } \
262                END { for (i in files) print i; }'`; \
263         here=`pwd` && cd $(srcdir) \
264           && mkid -f$$here/ID $$unique $(LISP)
265
266 TAGS:  $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
267         tags=; \
268         here=`pwd`; \
269         list='$(SOURCES) $(HEADERS)'; \
270         unique=`for i in $$list; do echo $$i; done | \
271           awk '    { files[$$0] = 1; } \
272                END { for (i in files) print i; }'`; \
273         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
274           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
275
276 mostlyclean-tags:
277
278 clean-tags:
279
280 distclean-tags:
281         -rm -f TAGS ID
282
283 maintainer-clean-tags:
284
285 distdir = $(PACKAGE)-$(VERSION)
286 top_distdir = $(distdir)
287
288 # This target untars the dist file and tries a VPATH configuration.  Then
289 # it guarantees that the distribution is self-contained by making another
290 # tarfile.
291 distcheck: dist
292         -rm -rf $(distdir)
293         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
294         mkdir $(distdir)/=build
295         mkdir $(distdir)/=inst
296         dc_install_base=`cd $(distdir)/=inst && pwd`; \
297         cd $(distdir)/=build \
298           && ../configure --srcdir=.. --prefix=$$dc_install_base \
299           && $(MAKE) $(AM_MAKEFLAGS) \
300           && $(MAKE) $(AM_MAKEFLAGS) dvi \
301           && $(MAKE) $(AM_MAKEFLAGS) check \
302           && $(MAKE) $(AM_MAKEFLAGS) install \
303           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
304           && $(MAKE) $(AM_MAKEFLAGS) dist
305         -rm -rf $(distdir)
306         @banner="$(distdir).tar.gz is ready for distribution"; \
307         dashes=`echo "$$banner" | sed s/./=/g`; \
308         echo "$$dashes"; \
309         echo "$$banner"; \
310         echo "$$dashes"
311 dist: distdir
312         -chmod -R a+r $(distdir)
313         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
314         -rm -rf $(distdir)
315 dist-all: distdir
316         -chmod -R a+r $(distdir)
317         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
318         -rm -rf $(distdir)
319 distdir: $(DISTFILES)
320         -rm -rf $(distdir)
321         mkdir $(distdir)
322         -chmod 777 $(distdir)
323         here=`cd $(top_builddir) && pwd`; \
324         top_distdir=`cd $(distdir) && pwd`; \
325         distdir=`cd $(distdir) && pwd`; \
326         cd $(top_srcdir) \
327           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
328         @for file in $(DISTFILES); do \
329           d=$(srcdir); \
330           if test -d $$d/$$file; then \
331             cp -pr $$d/$$file $(distdir)/$$file; \
332           else \
333             test -f $(distdir)/$$file \
334             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
335             || cp -p $$d/$$file $(distdir)/$$file || :; \
336           fi; \
337         done
338
339 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
340
341 -include $(DEP_FILES)
342
343 mostlyclean-depend:
344
345 clean-depend:
346
347 distclean-depend:
348         -rm -rf .deps
349
350 maintainer-clean-depend:
351
352 %.o: %.c
353         @echo '$(COMPILE) -c $<'; \
354         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
355         @-cp .deps/$(*F).pp .deps/$(*F).P; \
356         tr ' ' '\012' < .deps/$(*F).pp \
357           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
358             >> .deps/$(*F).P; \
359         rm .deps/$(*F).pp
360
361 %.lo: %.c
362         @echo '$(LTCOMPILE) -c $<'; \
363         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
364         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
365           < .deps/$(*F).pp > .deps/$(*F).P; \
366         tr ' ' '\012' < .deps/$(*F).pp \
367           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
368             >> .deps/$(*F).P; \
369         rm -f .deps/$(*F).pp
370
371 %.o: %.cxx
372         @echo '$(CXXCOMPILE) -c $<'; \
373         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
374         @-cp .deps/$(*F).pp .deps/$(*F).P; \
375         tr ' ' '\012' < .deps/$(*F).pp \
376           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
377             >> .deps/$(*F).P; \
378         rm .deps/$(*F).pp
379
380 %.lo: %.cxx
381         @echo '$(LTCXXCOMPILE) -c $<'; \
382         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
383         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
384           < .deps/$(*F).pp > .deps/$(*F).P; \
385         tr ' ' '\012' < .deps/$(*F).pp \
386           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
387             >> .deps/$(*F).P; \
388         rm -f .deps/$(*F).pp
389 info-am:
390 info: info-am
391 dvi-am:
392 dvi: dvi-am
393 check-am: all-am
394 check: check-am
395 installcheck-am:
396 installcheck: installcheck-am
397 all-recursive-am: config.h
398         $(MAKE) $(AM_MAKEFLAGS) all-recursive
399
400 install-exec-am: install-pkglibLTLIBRARIES
401 install-exec: install-exec-am
402
403 install-data-am: install-pkgdataDATA
404 install-data: install-data-am
405
406 install-am: all-am
407         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408 install: install-am
409 uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-pkgdataDATA
410 uninstall: uninstall-am
411 all-am: Makefile $(LTLIBRARIES) $(DATA) config.h
412 all-redirect: all-am
413 install-strip:
414         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
415 installdirs:
416         $(mkinstalldirs)  $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pkgdatadir)
417
418
419 mostlyclean-generic:
420
421 clean-generic:
422
423 distclean-generic:
424         -rm -f Makefile $(CONFIG_CLEAN_FILES)
425         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
426
427 maintainer-clean-generic:
428 mostlyclean-am:  mostlyclean-hdr mostlyclean-pkglibLTLIBRARIES \
429                 mostlyclean-compile mostlyclean-libtool \
430                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
431
432 mostlyclean: mostlyclean-am
433
434 clean-am:  clean-hdr clean-pkglibLTLIBRARIES clean-compile clean-libtool \
435                 clean-tags clean-depend clean-generic mostlyclean-am
436
437 clean: clean-am
438
439 distclean-am:  distclean-hdr distclean-pkglibLTLIBRARIES \
440                 distclean-compile distclean-libtool distclean-tags \
441                 distclean-depend distclean-generic clean-am
442         -rm -f libtool
443
444 distclean: distclean-am
445         -rm -f config.status
446
447 maintainer-clean-am:  maintainer-clean-hdr \
448                 maintainer-clean-pkglibLTLIBRARIES \
449                 maintainer-clean-compile maintainer-clean-libtool \
450                 maintainer-clean-tags maintainer-clean-depend \
451                 maintainer-clean-generic distclean-am
452         @echo "This command is intended for maintainers to use;"
453         @echo "it deletes files that may require special tools to rebuild."
454
455 maintainer-clean: maintainer-clean-am
456         -rm -f config.status
457
458 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
459 mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
460 clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
461 uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
462 mostlyclean-compile distclean-compile clean-compile \
463 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
464 clean-libtool maintainer-clean-libtool uninstall-pkgdataDATA \
465 install-pkgdataDATA tags mostlyclean-tags distclean-tags clean-tags \
466 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
467 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
468 check-am installcheck-am installcheck all-recursive-am install-exec-am \
469 install-exec install-data-am install-data install-am install \
470 uninstall-am uninstall all-redirect all-am all installdirs \
471 mostlyclean-generic distclean-generic clean-generic \
472 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
473
474 checkme: all
475         (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )
476
477 # Tell versions [3.59,3.63) of GNU make to not export all variables.
478 # Otherwise a system limit (for SysV at least) may be exceeded.
479 .NOEXPORT: