implemented --framerate.
[swftools.git] / 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
44
45
46
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 CC = @CC@
61 CPP = @CPP@
62 CXX = @CXX@
63 EXEEXT = @EXEEXT@
64 HAVE_UNISTD_H = @HAVE_UNISTD_H@
65 JPEG2SWF = @JPEG2SWF@
66 LN_S = @LN_S@
67 RANLIB = @RANLIB@
68 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
69 UNCOMPRESS = @UNCOMPRESS@
70 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
71
72 SUBDIRS = lib src pdf2swf swfs
73 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74 CONFIG_HEADER = config.h
75 CONFIG_CLEAN_FILES =  release
76 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
77 Makefile.am Makefile.in NEWS config.guess config.h.in config.sub \
78 configure configure.in install-sh missing mkinstalldirs release.in
79
80
81 PACKAGE = @PACKAGE@
82 VERSION = @VERSION@
83
84 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
85
86 TAR = tar
87 GZIP_ENV = --best
88 all: all-redirect
89 .SUFFIXES:
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122 mostlyclean-hdr:
123
124 clean-hdr:
125
126 distclean-hdr:
127         -rm -f config.h
128
129 maintainer-clean-hdr:
130 release: $(top_builddir)/config.status release.in
131
132
133 # This directory's subdirectories are mostly independent; you can cd
134 # into them and run `make' without going through this Makefile.
135 # To change the values of `make' variables: instead of editing Makefiles,
136 # (1) if the variable is set in `config.status', edit `config.status'
137 #     (which will cause the Makefiles to be regenerated when you run `make');
138 # (2) otherwise, pass the desired values on the `make' command line.
139
140 @SET_MAKE@
141
142 all-recursive install-data-recursive install-exec-recursive \
143 installdirs-recursive install-recursive uninstall-recursive  \
144 check-recursive installcheck-recursive info-recursive dvi-recursive:
145         @set fnord $(MAKEFLAGS); amf=$$2; \
146         dot_seen=no; \
147         target=`echo $@ | sed s/-recursive//`; \
148         list='$(SUBDIRS)'; for subdir in $$list; do \
149           echo "Making $$target in $$subdir"; \
150           if test "$$subdir" = "."; then \
151             dot_seen=yes; \
152             local_target="$$target-am"; \
153           else \
154             local_target="$$target"; \
155           fi; \
156           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
157            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
158         done; \
159         if test "$$dot_seen" = "no"; then \
160           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
161         fi; test -z "$$fail"
162
163 mostlyclean-recursive clean-recursive distclean-recursive \
164 maintainer-clean-recursive:
165         @set fnord $(MAKEFLAGS); amf=$$2; \
166         dot_seen=no; \
167         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
168           rev="$$subdir $$rev"; \
169           test "$$subdir" = "." && dot_seen=yes; \
170         done; \
171         test "$$dot_seen" = "no" && rev=". $$rev"; \
172         target=`echo $@ | sed s/-recursive//`; \
173         for subdir in $$rev; do \
174           echo "Making $$target in $$subdir"; \
175           if test "$$subdir" = "."; then \
176             local_target="$$target-am"; \
177           else \
178             local_target="$$target"; \
179           fi; \
180           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
181            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
182         done && test -z "$$fail"
183 tags-recursive:
184         list='$(SUBDIRS)'; for subdir in $$list; do \
185           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
186         done
187
188 tags: TAGS
189
190 ID: $(HEADERS) $(SOURCES) $(LISP)
191         list='$(SOURCES) $(HEADERS)'; \
192         unique=`for i in $$list; do echo $$i; done | \
193           awk '    { files[$$0] = 1; } \
194                END { for (i in files) print i; }'`; \
195         here=`pwd` && cd $(srcdir) \
196           && mkid -f$$here/ID $$unique $(LISP)
197
198 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
199         tags=; \
200         here=`pwd`; \
201         list='$(SUBDIRS)'; for subdir in $$list; do \
202    if test "$$subdir" = .; then :; else \
203             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
204    fi; \
205         done; \
206         list='$(SOURCES) $(HEADERS)'; \
207         unique=`for i in $$list; do echo $$i; done | \
208           awk '    { files[$$0] = 1; } \
209                END { for (i in files) print i; }'`; \
210         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
211           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
212
213 mostlyclean-tags:
214
215 clean-tags:
216
217 distclean-tags:
218         -rm -f TAGS ID
219
220 maintainer-clean-tags:
221
222 distdir = $(PACKAGE)-$(VERSION)
223 top_distdir = $(distdir)
224
225 # This target untars the dist file and tries a VPATH configuration.  Then
226 # it guarantees that the distribution is self-contained by making another
227 # tarfile.
228 distcheck: dist
229         -rm -rf $(distdir)
230         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
231         mkdir $(distdir)/=build
232         mkdir $(distdir)/=inst
233         dc_install_base=`cd $(distdir)/=inst && pwd`; \
234         cd $(distdir)/=build \
235           && ../configure --srcdir=.. --prefix=$$dc_install_base \
236           && $(MAKE) $(AM_MAKEFLAGS) \
237           && $(MAKE) $(AM_MAKEFLAGS) dvi \
238           && $(MAKE) $(AM_MAKEFLAGS) check \
239           && $(MAKE) $(AM_MAKEFLAGS) install \
240           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
241           && $(MAKE) $(AM_MAKEFLAGS) dist
242         -rm -rf $(distdir)
243         @banner="$(distdir).tar.gz is ready for distribution"; \
244         dashes=`echo "$$banner" | sed s/./=/g`; \
245         echo "$$dashes"; \
246         echo "$$banner"; \
247         echo "$$dashes"
248 dist: distdir
249         -chmod -R a+r $(distdir)
250         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
251         -rm -rf $(distdir)
252 dist-all: distdir
253         -chmod -R a+r $(distdir)
254         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
255         -rm -rf $(distdir)
256 distdir: $(DISTFILES)
257         -rm -rf $(distdir)
258         mkdir $(distdir)
259         -chmod 777 $(distdir)
260         @for file in $(DISTFILES); do \
261           d=$(srcdir); \
262           if test -d $$d/$$file; then \
263             cp -pr $$d/$$file $(distdir)/$$file; \
264           else \
265             test -f $(distdir)/$$file \
266             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
267             || cp -p $$d/$$file $(distdir)/$$file || :; \
268           fi; \
269         done
270         for subdir in $(SUBDIRS); do \
271           if test "$$subdir" = .; then :; else \
272             test -d $(distdir)/$$subdir \
273             || mkdir $(distdir)/$$subdir \
274             || exit 1; \
275             chmod 777 $(distdir)/$$subdir; \
276             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
277               || exit 1; \
278           fi; \
279         done
280 info-am:
281 info: info-recursive
282 dvi-am:
283 dvi: dvi-recursive
284 check-am: all-am
285 check: check-recursive
286 installcheck-am:
287 installcheck: installcheck-recursive
288 all-recursive-am: config.h
289         $(MAKE) $(AM_MAKEFLAGS) all-recursive
290
291 install-exec-am:
292 install-exec: install-exec-recursive
293
294 install-data-am:
295 install-data: install-data-recursive
296
297 install-am: all-am
298         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
299 install: install-recursive
300 uninstall-am:
301 uninstall: uninstall-recursive
302 all-am: Makefile config.h
303 all-redirect: all-recursive-am
304 install-strip:
305         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
306 installdirs: installdirs-recursive
307 installdirs-am:
308
309
310 mostlyclean-generic:
311
312 clean-generic:
313
314 distclean-generic:
315         -rm -f Makefile $(CONFIG_CLEAN_FILES)
316         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
317
318 maintainer-clean-generic:
319 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
320
321 mostlyclean: mostlyclean-recursive
322
323 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
324
325 clean: clean-recursive
326
327 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
328
329 distclean: distclean-recursive
330         -rm -f config.status
331
332 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
333                 maintainer-clean-generic distclean-am
334         @echo "This command is intended for maintainers to use;"
335         @echo "it deletes files that may require special tools to rebuild."
336
337 maintainer-clean: maintainer-clean-recursive
338         -rm -f config.status
339
340 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
341 install-data-recursive uninstall-data-recursive install-exec-recursive \
342 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
343 all-recursive check-recursive installcheck-recursive info-recursive \
344 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
345 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
346 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
347 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
348 install-exec-am install-exec install-data-am install-data install-am \
349 install uninstall-am uninstall all-redirect all-am all installdirs-am \
350 installdirs mostlyclean-generic distclean-generic clean-generic \
351 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
352
353
354 # Tell versions [3.59,3.63) of GNU make to not export all variables.
355 # Otherwise a system limit (for SysV at least) may be exceeded.
356 .NOEXPORT: