1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
65 HAVE_UNISTD_H = @HAVE_UNISTD_H@
72 bin_PROGRAMS = swfcombine swfstrings swfdump jpeg2swf
73 jpeg2swf_SOURCES = jpeg2swf.c
74 swfdump_SOURCES = swfdump.c
75 swfcombine_SOURCES = bitio.c bitio.h reloc.c reloc.h combine.c combine.h flash.c flash.h swfcombine.c types.h
76 swfstrings_SOURCES = swfstrings.c
77 jpeg2swf_LINK = $(CCLD) ../lib/rfxswf.o -o $@
78 swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@
79 swfcombine_LINK = $(CCLD) ../lib/log.o -o $@
80 swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@
81 man_MANS = swfcombine.1 swfstrings.1 swfdump.1
82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83 CONFIG_HEADER = ../config.h
85 bin_PROGRAMS = swfcombine$(EXEEXT) swfstrings$(EXEEXT) swfdump$(EXEEXT) \
87 PROGRAMS = $(bin_PROGRAMS)
90 DEFS = @DEFS@ -I. -I$(srcdir) -I..
94 swfcombine_OBJECTS = bitio.o reloc.o combine.o flash.o swfcombine.o
95 swfcombine_LDADD = $(LDADD)
96 swfcombine_DEPENDENCIES =
98 swfstrings_OBJECTS = swfstrings.o
99 swfstrings_LDADD = $(LDADD)
100 swfstrings_DEPENDENCIES =
102 swfdump_OBJECTS = swfdump.o
103 swfdump_LDADD = $(LDADD)
104 swfdump_DEPENDENCIES =
106 jpeg2swf_OBJECTS = jpeg2swf.o
107 jpeg2swf_LDADD = $(LDADD)
108 jpeg2swf_DEPENDENCIES =
111 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
114 man1dir = $(mandir)/man1
118 DIST_COMMON = Makefile.am Makefile.in
121 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125 DEP_FILES = .deps/bitio.P .deps/combine.P .deps/flash.P \
126 .deps/jpeg2swf.P .deps/reloc.P .deps/swfcombine.P .deps/swfdump.P \
128 SOURCES = $(swfcombine_SOURCES) $(swfstrings_SOURCES) $(swfdump_SOURCES) $(jpeg2swf_SOURCES)
129 OBJECTS = $(swfcombine_OBJECTS) $(swfstrings_OBJECTS) $(swfdump_OBJECTS) $(jpeg2swf_OBJECTS)
133 .SUFFIXES: .S .c .o .s
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
139 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142 mostlyclean-binPROGRAMS:
145 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
147 distclean-binPROGRAMS:
149 maintainer-clean-binPROGRAMS:
151 install-binPROGRAMS: $(bin_PROGRAMS)
153 $(mkinstalldirs) $(DESTDIR)$(bindir)
154 @list='$(bin_PROGRAMS)'; for p in $$list; do \
155 if test -f $$p; then \
156 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
157 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
161 uninstall-binPROGRAMS:
163 list='$(bin_PROGRAMS)'; for p in $$list; do \
164 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
174 -rm -f *.o core *.core
181 maintainer-clean-compile:
183 swfcombine$(EXEEXT): $(swfcombine_OBJECTS) $(swfcombine_DEPENDENCIES)
184 @rm -f swfcombine$(EXEEXT)
185 $(swfcombine_LINK) $(swfcombine_LDFLAGS) $(swfcombine_OBJECTS) $(swfcombine_LDADD) $(LIBS)
187 swfstrings$(EXEEXT): $(swfstrings_OBJECTS) $(swfstrings_DEPENDENCIES)
188 @rm -f swfstrings$(EXEEXT)
189 $(swfstrings_LINK) $(swfstrings_LDFLAGS) $(swfstrings_OBJECTS) $(swfstrings_LDADD) $(LIBS)
191 swfdump$(EXEEXT): $(swfdump_OBJECTS) $(swfdump_DEPENDENCIES)
192 @rm -f swfdump$(EXEEXT)
193 $(swfdump_LINK) $(swfdump_LDFLAGS) $(swfdump_OBJECTS) $(swfdump_LDADD) $(LIBS)
195 jpeg2swf$(EXEEXT): $(jpeg2swf_OBJECTS) $(jpeg2swf_DEPENDENCIES)
196 @rm -f jpeg2swf$(EXEEXT)
197 $(jpeg2swf_LINK) $(jpeg2swf_LDFLAGS) $(jpeg2swf_OBJECTS) $(jpeg2swf_LDADD) $(LIBS)
200 $(mkinstalldirs) $(DESTDIR)$(man1dir)
201 @list='$(man1_MANS)'; \
202 l2='$(man_MANS)'; for i in $$l2; do \
204 *.1*) list="$$list $$i" ;; \
207 for i in $$list; do \
208 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
210 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
211 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
212 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
213 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
214 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
218 @list='$(man1_MANS)'; \
219 l2='$(man_MANS)'; for i in $$l2; do \
221 *.1*) list="$$list $$i" ;; \
224 for i in $$list; do \
225 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
226 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
227 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
228 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
229 rm -f $(DESTDIR)$(man1dir)/$$inst; \
233 $(MAKE) $(AM_MAKEFLAGS) install-man1
236 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
240 ID: $(HEADERS) $(SOURCES) $(LISP)
241 list='$(SOURCES) $(HEADERS)'; \
242 unique=`for i in $$list; do echo $$i; done | \
243 awk ' { files[$$0] = 1; } \
244 END { for (i in files) print i; }'`; \
245 here=`pwd` && cd $(srcdir) \
246 && mkid -f$$here/ID $$unique $(LISP)
248 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
251 list='$(SOURCES) $(HEADERS)'; \
252 unique=`for i in $$list; do echo $$i; done | \
253 awk ' { files[$$0] = 1; } \
254 END { for (i in files) print i; }'`; \
255 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
256 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
265 maintainer-clean-tags:
267 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
271 distdir: $(DISTFILES)
272 here=`cd $(top_builddir) && pwd`; \
273 top_distdir=`cd $(top_distdir) && pwd`; \
274 distdir=`cd $(distdir) && pwd`; \
276 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
277 @for file in $(DISTFILES); do \
279 if test -d $$d/$$file; then \
280 cp -pr $$d/$$file $(distdir)/$$file; \
282 test -f $(distdir)/$$file \
283 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
284 || cp -p $$d/$$file $(distdir)/$$file || :; \
288 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
290 -include $(DEP_FILES)
299 maintainer-clean-depend:
302 @echo '$(COMPILE) -c $<'; \
303 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
304 @-cp .deps/$(*F).pp .deps/$(*F).P; \
305 tr ' ' '\012' < .deps/$(*F).pp \
306 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
311 @echo '$(LTCOMPILE) -c $<'; \
312 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
313 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
314 < .deps/$(*F).pp > .deps/$(*F).P; \
315 tr ' ' '\012' < .deps/$(*F).pp \
316 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
326 installcheck: installcheck-am
327 install-exec-am: install-binPROGRAMS
328 install-exec: install-exec-am
330 install-data-am: install-man
331 install-data: install-data-am
334 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
336 uninstall-am: uninstall-binPROGRAMS uninstall-man
337 uninstall: uninstall-am
338 all-am: Makefile $(PROGRAMS) $(MANS)
341 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
343 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
351 -rm -f Makefile $(CONFIG_CLEAN_FILES)
352 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
354 maintainer-clean-generic:
355 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
356 mostlyclean-tags mostlyclean-depend mostlyclean-generic
358 mostlyclean: mostlyclean-am
360 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
361 clean-generic mostlyclean-am
365 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
366 distclean-depend distclean-generic clean-am
368 distclean: distclean-am
370 maintainer-clean-am: maintainer-clean-binPROGRAMS \
371 maintainer-clean-compile maintainer-clean-tags \
372 maintainer-clean-depend maintainer-clean-generic \
374 @echo "This command is intended for maintainers to use;"
375 @echo "it deletes files that may require special tools to rebuild."
377 maintainer-clean: maintainer-clean-am
379 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
380 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
381 mostlyclean-compile distclean-compile clean-compile \
382 maintainer-clean-compile install-man1 uninstall-man1 install-man \
383 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
384 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
385 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
386 check-am installcheck-am installcheck install-exec-am install-exec \
387 install-data-am install-data install-am install uninstall-am uninstall \
388 all-redirect all-am all installdirs mostlyclean-generic \
389 distclean-generic clean-generic maintainer-clean-generic clean \
390 mostlyclean distclean maintainer-clean
393 # Tell versions [3.59,3.63) of GNU make to not export all variables.
394 # Otherwise a system limit (for SysV at least) may be exceeded.