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