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