initial commit
[goodguy/history.git] / cinelerra-5.0 / libzmpeg3 / a52dec-0.7.3 / include / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 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 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 ECHO = @ECHO@
66 EXEEXT = @EXEEXT@
67 INCLUDES = @INCLUDES@
68 LIBTOOL = @LIBTOOL@
69 LN_S = @LN_S@
70 MAINT = @MAINT@
71 MAKEINFO = @MAKEINFO@
72 OBJDUMP = @OBJDUMP@
73 OBJEXT = @OBJEXT@
74 PACKAGE = @PACKAGE@
75 RANLIB = @RANLIB@
76 STRIP = @STRIP@
77 VERSION = @VERSION@
78
79 pkginclude_HEADERS = a52.h attributes.h audio_out.h mm_accel.h
80
81 EXTRA_DIST = tendra.h
82 mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
83 CONFIG_HEADER = config.h
84 CONFIG_CLEAN_FILES = 
85 HEADERS =  $(pkginclude_HEADERS)
86
87 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in config.h.in
88
89
90 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
91
92 TAR = tar
93 GZIP_ENV = --best
94 all: all-redirect
95 .SUFFIXES:
96 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
97         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/Makefile
98
99 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
100         cd $(top_builddir) \
101           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
102
103
104 config.h: stamp-h
105         @if test ! -f $@; then \
106                 rm -f stamp-h; \
107                 $(MAKE) stamp-h; \
108         else :; fi
109 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
110         cd $(top_builddir) \
111           && CONFIG_FILES= CONFIG_HEADERS=include/config.h \
112              $(SHELL) ./config.status
113         @echo timestamp > stamp-h 2> /dev/null
114 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
115         @if test ! -f $@; then \
116                 rm -f $(srcdir)/stamp-h.in; \
117                 $(MAKE) $(srcdir)/stamp-h.in; \
118         else :; fi
119 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
120         cd $(top_srcdir) && $(AUTOHEADER)
121         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
122
123 mostlyclean-hdr:
124
125 clean-hdr:
126
127 distclean-hdr:
128         -rm -f config.h
129
130 maintainer-clean-hdr:
131
132 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
133         @$(NORMAL_INSTALL)
134         $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
135         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
136           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
137           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
138           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
139         done
140
141 uninstall-pkgincludeHEADERS:
142         @$(NORMAL_UNINSTALL)
143         list='$(pkginclude_HEADERS)'; for p in $$list; do \
144           rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
145         done
146
147 tags: TAGS
148
149 ID: $(HEADERS) $(SOURCES) $(LISP)
150         list='$(SOURCES) $(HEADERS)'; \
151         unique=`for i in $$list; do echo $$i; done | \
152           awk '    { files[$$0] = 1; } \
153                END { for (i in files) print i; }'`; \
154         here=`pwd` && cd $(srcdir) \
155           && mkid -f$$here/ID $$unique $(LISP)
156
157 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
158         tags=; \
159         here=`pwd`; \
160         list='$(SOURCES) $(HEADERS)'; \
161         unique=`for i in $$list; do echo $$i; done | \
162           awk '    { files[$$0] = 1; } \
163                END { for (i in files) print i; }'`; \
164         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
165           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
166
167 mostlyclean-tags:
168
169 clean-tags:
170
171 distclean-tags:
172         -rm -f TAGS ID
173
174 maintainer-clean-tags:
175
176 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
177
178 subdir = include
179
180 distdir: $(DISTFILES)
181         @for file in $(DISTFILES); do \
182           d=$(srcdir); \
183           if test -d $$d/$$file; then \
184             cp -pr $$d/$$file $(distdir)/$$file; \
185           else \
186             test -f $(distdir)/$$file \
187             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
188             || cp -p $$d/$$file $(distdir)/$$file || :; \
189           fi; \
190         done
191 info-am:
192 info: info-am
193 dvi-am:
194 dvi: dvi-am
195 check-am: all-am
196 check: check-am
197 installcheck-am:
198 installcheck: installcheck-am
199 all-recursive-am: config.h
200         $(MAKE) $(AM_MAKEFLAGS) all-recursive
201
202 install-exec-am:
203 install-exec: install-exec-am
204
205 install-data-am: install-pkgincludeHEADERS
206 install-data: install-data-am
207
208 install-am: all-am
209         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
210 install: install-am
211 uninstall-am: uninstall-pkgincludeHEADERS
212 uninstall: uninstall-am
213 all-am: Makefile $(HEADERS) config.h
214 all-redirect: all-am
215 install-strip:
216         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
217 installdirs:
218         $(mkinstalldirs)  $(DESTDIR)$(pkgincludedir)
219
220
221 mostlyclean-generic:
222
223 clean-generic:
224
225 distclean-generic:
226         -rm -f Makefile $(CONFIG_CLEAN_FILES)
227         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
228
229 maintainer-clean-generic:
230 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
231
232 mostlyclean: mostlyclean-am
233
234 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
235
236 clean: clean-am
237
238 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
239         -rm -f libtool
240
241 distclean: distclean-am
242
243 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
244                 maintainer-clean-generic distclean-am
245         @echo "This command is intended for maintainers to use;"
246         @echo "it deletes files that may require special tools to rebuild."
247
248 maintainer-clean: maintainer-clean-am
249
250 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
251 uninstall-pkgincludeHEADERS install-pkgincludeHEADERS tags \
252 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
253 distdir info-am info dvi-am dvi check check-am installcheck-am \
254 installcheck all-recursive-am install-exec-am install-exec \
255 install-data-am install-data install-am install uninstall-am uninstall \
256 all-redirect all-am all installdirs mostlyclean-generic \
257 distclean-generic clean-generic maintainer-clean-generic clean \
258 mostlyclean distclean maintainer-clean
259
260
261 # Tell versions [3.59,3.63) of GNU make to not export all variables.
262 # Otherwise a system limit (for SysV at least) may be exceeded.
263 .NOEXPORT: