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@
44 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
45 INSTALL_DATA = @INSTALL_DATA@
46 INSTALL_SCRIPT = @INSTALL_SCRIPT@
47 transform = @program_transform_name@
60 HAVE_UNISTD_H = @HAVE_UNISTD_H@
67 bin_PROGRAMS = swfcombine swfstrings swfdump jpeg2swf
68 jpeg2swf_SOURCES = jpeg2swf.c
69 swfdump_SOURCES = swfdump.c
70 swfcombine_SOURCES = bitio.c bitio.h reloc.c reloc.h combine.c combine.h flash.c flash.h swfcombine.c types.h
71 swfstrings_SOURCES = swfstrings.c
72 jpeg2swf_LINK = $(CCLD) ../lib/rfxswf.o -o $@
73 swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@
74 swfcombine_LINK = $(CCLD) ../lib/log.o -o $@
75 swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@
76 man_MANS = swfcombine.1 swfstrings.1 swfdump.1 jpeg2swf.1
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_HEADER = ../config.h
80 bin_PROGRAMS = swfcombine$(EXEEXT) swfstrings$(EXEEXT) swfdump$(EXEEXT) \
82 PROGRAMS = $(bin_PROGRAMS)
85 DEFS = @DEFS@ -I. -I$(srcdir) -I..
89 swfcombine_OBJECTS = bitio.o reloc.o combine.o flash.o swfcombine.o
90 swfcombine_LDADD = $(LDADD)
91 swfcombine_DEPENDENCIES =
93 swfstrings_OBJECTS = swfstrings.o
94 swfstrings_LDADD = $(LDADD)
95 swfstrings_DEPENDENCIES =
97 swfdump_OBJECTS = swfdump.o
98 swfdump_LDADD = $(LDADD)
99 swfdump_DEPENDENCIES =
101 jpeg2swf_OBJECTS = jpeg2swf.o
102 jpeg2swf_LDADD = $(LDADD)
103 jpeg2swf_DEPENDENCIES =
106 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
109 man1dir = $(mandir)/man1
113 DIST_COMMON = Makefile.in
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120 DEP_FILES = .deps/bitio.P .deps/combine.P .deps/flash.P \
121 .deps/jpeg2swf.P .deps/reloc.P .deps/swfcombine.P .deps/swfdump.P \
123 SOURCES = $(swfcombine_SOURCES) $(swfstrings_SOURCES) $(swfdump_SOURCES) $(jpeg2swf_SOURCES)
124 OBJECTS = $(swfcombine_OBJECTS) $(swfstrings_OBJECTS) $(swfdump_OBJECTS) $(jpeg2swf_OBJECTS)
128 .SUFFIXES: .S .c .o .s
130 mostlyclean-binPROGRAMS:
133 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
135 distclean-binPROGRAMS:
137 maintainer-clean-binPROGRAMS:
139 install-binPROGRAMS: $(bin_PROGRAMS)
141 $(mkinstalldirs) $(DESTDIR)$(bindir)
142 @list='$(bin_PROGRAMS)'; for p in $$list; do \
143 if test -f $$p; then \
144 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
145 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
149 uninstall-binPROGRAMS:
151 list='$(bin_PROGRAMS)'; for p in $$list; do \
152 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
162 -rm -f *.o core *.core
169 maintainer-clean-compile:
171 swfcombine$(EXEEXT): $(swfcombine_OBJECTS) $(swfcombine_DEPENDENCIES)
172 @rm -f swfcombine$(EXEEXT)
173 $(swfcombine_LINK) $(swfcombine_LDFLAGS) $(swfcombine_OBJECTS) $(swfcombine_LDADD) $(LIBS)
175 swfstrings$(EXEEXT): $(swfstrings_OBJECTS) $(swfstrings_DEPENDENCIES)
176 @rm -f swfstrings$(EXEEXT)
177 $(swfstrings_LINK) $(swfstrings_LDFLAGS) $(swfstrings_OBJECTS) $(swfstrings_LDADD) $(LIBS)
179 swfdump$(EXEEXT): $(swfdump_OBJECTS) $(swfdump_DEPENDENCIES)
180 @rm -f swfdump$(EXEEXT)
181 $(swfdump_LINK) $(swfdump_LDFLAGS) $(swfdump_OBJECTS) $(swfdump_LDADD) $(LIBS)
183 jpeg2swf$(EXEEXT): $(jpeg2swf_OBJECTS) $(jpeg2swf_DEPENDENCIES)
184 @rm -f jpeg2swf$(EXEEXT)
185 $(jpeg2swf_LINK) $(jpeg2swf_LDFLAGS) $(jpeg2swf_OBJECTS) $(jpeg2swf_LDADD) $(LIBS)
188 $(mkinstalldirs) $(DESTDIR)$(man1dir)
189 @list='$(man1_MANS)'; \
190 l2='$(man_MANS)'; for i in $$l2; do \
192 *.1*) list="$$list $$i" ;; \
195 for i in $$list; do \
196 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
198 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
199 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
200 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
201 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
202 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
206 @list='$(man1_MANS)'; \
207 l2='$(man_MANS)'; for i in $$l2; do \
209 *.1*) list="$$list $$i" ;; \
212 for i in $$list; do \
213 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
214 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
215 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
216 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
217 rm -f $(DESTDIR)$(man1dir)/$$inst; \
221 $(MAKE) $(AM_MAKEFLAGS) install-man1
224 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
228 ID: $(HEADERS) $(SOURCES) $(LISP)
229 list='$(SOURCES) $(HEADERS)'; \
230 unique=`for i in $$list; do echo $$i; done | \
231 awk ' { files[$$0] = 1; } \
232 END { for (i in files) print i; }'`; \
233 here=`pwd` && cd $(srcdir) \
234 && mkid -f$$here/ID $$unique $(LISP)
236 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
239 list='$(SOURCES) $(HEADERS)'; \
240 unique=`for i in $$list; do echo $$i; done | \
241 awk ' { files[$$0] = 1; } \
242 END { for (i in files) print i; }'`; \
243 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
244 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
253 maintainer-clean-tags:
255 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
259 distdir: $(DISTFILES)
260 here=`cd $(top_builddir) && pwd`; \
261 top_distdir=`cd $(top_distdir) && pwd`; \
262 distdir=`cd $(distdir) && pwd`; \
263 @for file in $(DISTFILES); do \
265 if test -d $$d/$$file; then \
266 cp -pr $$d/$$file $(distdir)/$$file; \
268 test -f $(distdir)/$$file \
269 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
270 || cp -p $$d/$$file $(distdir)/$$file || :; \
274 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
276 -include $(DEP_FILES)
285 maintainer-clean-depend:
288 @echo '$(COMPILE) -c $<'; \
289 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
290 @-cp .deps/$(*F).pp .deps/$(*F).P; \
291 tr ' ' '\012' < .deps/$(*F).pp \
292 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
297 @echo '$(LTCOMPILE) -c $<'; \
298 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
299 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
300 < .deps/$(*F).pp > .deps/$(*F).P; \
301 tr ' ' '\012' < .deps/$(*F).pp \
302 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
312 installcheck: installcheck-am
313 install-exec-am: install-binPROGRAMS
314 install-exec: install-exec-am
316 install-data-am: install-man
317 install-data: install-data-am
320 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322 uninstall-am: uninstall-binPROGRAMS uninstall-man
323 uninstall: uninstall-am
324 all-am: Makefile $(PROGRAMS) $(MANS)
327 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
329 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
337 -rm -f Makefile $(CONFIG_CLEAN_FILES)
338 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
340 maintainer-clean-generic:
341 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
342 mostlyclean-tags mostlyclean-depend mostlyclean-generic
344 mostlyclean: mostlyclean-am
346 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
347 clean-generic mostlyclean-am
351 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
352 distclean-depend distclean-generic clean-am
354 distclean: distclean-am
356 maintainer-clean-am: maintainer-clean-binPROGRAMS \
357 maintainer-clean-compile maintainer-clean-tags \
358 maintainer-clean-depend maintainer-clean-generic \
360 @echo "This command is intended for maintainers to use;"
361 @echo "it deletes files that may require special tools to rebuild."
363 maintainer-clean: maintainer-clean-am
365 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
366 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
367 mostlyclean-compile distclean-compile clean-compile \
368 maintainer-clean-compile install-man1 uninstall-man1 install-man \
369 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
370 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
371 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
372 check-am installcheck-am installcheck install-exec-am install-exec \
373 install-data-am install-data install-am install uninstall-am uninstall \
374 all-redirect all-am all installdirs mostlyclean-generic \
375 distclean-generic clean-generic maintainer-clean-generic clean \
376 mostlyclean distclean maintainer-clean
379 # Tell versions [3.59,3.63) of GNU make to not export all variables.
380 # Otherwise a system limit (for SysV at least) may be exceeded.