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 jpeg2swf_SOURCES = jpeg2swf.c
68 swfdump_SOURCES = swfdump.c
69 swfcombine_SOURCES = bitio.c bitio.h reloc.c reloc.h combine.c combine.h flash.c flash.h swfcombine.c types.h
70 swfstrings_SOURCES = swfstrings.c
71 jpeg2swf_LINK = $(CCLD) ../lib/rfxswf.o -o $@
72 swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@
73 swfcombine_LINK = $(CCLD) ../lib/log.o -o $@
74 swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@
75 man_MANS = swfcombine.1 swfstrings.1 swfdump.1 jpeg2swf.1
76 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77 CONFIG_HEADER = ../config.h
79 bin_PROGRAMS = swfcombine$(EXEEXT) swfstrings$(EXEEXT) swfdump$(EXEEXT) @JPEG2SWF@
80 PROGRAMS = $(bin_PROGRAMS)
83 DEFS = @DEFS@ -I. -I$(srcdir) -I..
87 swfcombine_OBJECTS = bitio.o reloc.o combine.o flash.o swfcombine.o
88 swfcombine_LDADD = $(LDADD)
89 swfcombine_DEPENDENCIES =
91 swfstrings_OBJECTS = swfstrings.o
92 swfstrings_LDADD = $(LDADD)
93 swfstrings_DEPENDENCIES =
95 swfdump_OBJECTS = swfdump.o
96 swfdump_LDADD = $(LDADD)
97 swfdump_DEPENDENCIES =
99 jpeg2swf_OBJECTS = jpeg2swf.o
100 jpeg2swf_LDADD = $(LDADD)
101 jpeg2swf_DEPENDENCIES =
104 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
107 man1dir = $(mandir)/man1
111 DIST_COMMON = Makefile.in
114 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118 DEP_FILES = .deps/bitio.P .deps/combine.P .deps/flash.P \
119 .deps/jpeg2swf.P .deps/reloc.P .deps/swfcombine.P .deps/swfdump.P \
121 SOURCES = $(swfcombine_SOURCES) $(swfstrings_SOURCES) $(swfdump_SOURCES) $(jpeg2swf_SOURCES)
122 OBJECTS = $(swfcombine_OBJECTS) $(swfstrings_OBJECTS) $(swfdump_OBJECTS) $(jpeg2swf_OBJECTS)
126 .SUFFIXES: .S .c .o .s
128 mostlyclean-binPROGRAMS:
131 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
133 distclean-binPROGRAMS:
135 maintainer-clean-binPROGRAMS:
137 install-binPROGRAMS: $(bin_PROGRAMS)
139 $(mkinstalldirs) $(DESTDIR)$(bindir)
140 @list='$(bin_PROGRAMS)'; for p in $$list; do \
141 if test -f $$p; then \
142 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
143 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
147 uninstall-binPROGRAMS:
149 list='$(bin_PROGRAMS)'; for p in $$list; do \
150 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
160 -rm -f *.o core *.core
167 maintainer-clean-compile:
169 swfcombine$(EXEEXT): $(swfcombine_OBJECTS) $(swfcombine_DEPENDENCIES)
170 @rm -f swfcombine$(EXEEXT)
171 $(swfcombine_LINK) $(swfcombine_LDFLAGS) $(swfcombine_OBJECTS) $(swfcombine_LDADD) $(LIBS)
173 swfstrings$(EXEEXT): $(swfstrings_OBJECTS) $(swfstrings_DEPENDENCIES)
174 @rm -f swfstrings$(EXEEXT)
175 $(swfstrings_LINK) $(swfstrings_LDFLAGS) $(swfstrings_OBJECTS) $(swfstrings_LDADD) $(LIBS)
177 swfdump$(EXEEXT): $(swfdump_OBJECTS) $(swfdump_DEPENDENCIES) ../lib/rfxswf.o
178 @rm -f swfdump$(EXEEXT)
179 $(swfdump_LINK) $(swfdump_LDFLAGS) $(swfdump_OBJECTS) $(swfdump_LDADD) $(LIBS)
181 jpeg2swf$(EXEEXT): $(jpeg2swf_OBJECTS) $(jpeg2swf_DEPENDENCIES)
182 @rm -f jpeg2swf$(EXEEXT)
183 $(jpeg2swf_LINK) $(jpeg2swf_LDFLAGS) $(jpeg2swf_OBJECTS) $(jpeg2swf_LDADD) $(LIBS)
186 $(mkinstalldirs) $(DESTDIR)$(man1dir)
187 @list='$(man1_MANS)'; \
188 l2='$(man_MANS)'; for i in $$l2; do \
190 *.1*) list="$$list $$i" ;; \
193 for i in $$list; do \
194 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
196 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
197 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
198 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
199 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
200 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
204 @list='$(man1_MANS)'; \
205 l2='$(man_MANS)'; for i in $$l2; do \
207 *.1*) list="$$list $$i" ;; \
210 for i in $$list; do \
211 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
212 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
213 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
214 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
215 rm -f $(DESTDIR)$(man1dir)/$$inst; \
219 $(MAKE) $(AM_MAKEFLAGS) install-man1
222 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
226 ID: $(HEADERS) $(SOURCES) $(LISP)
227 list='$(SOURCES) $(HEADERS)'; \
228 unique=`for i in $$list; do echo $$i; done | \
229 awk ' { files[$$0] = 1; } \
230 END { for (i in files) print i; }'`; \
231 here=`pwd` && cd $(srcdir) \
232 && mkid -f$$here/ID $$unique $(LISP)
234 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
237 list='$(SOURCES) $(HEADERS)'; \
238 unique=`for i in $$list; do echo $$i; done | \
239 awk ' { files[$$0] = 1; } \
240 END { for (i in files) print i; }'`; \
241 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
242 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
251 maintainer-clean-tags:
253 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
257 distdir: $(DISTFILES)
258 here=`cd $(top_builddir) && pwd`; \
259 top_distdir=`cd $(top_distdir) && pwd`; \
260 distdir=`cd $(distdir) && pwd`; \
261 @for file in $(DISTFILES); do \
263 if test -d $$d/$$file; then \
264 cp -pr $$d/$$file $(distdir)/$$file; \
266 test -f $(distdir)/$$file \
267 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
268 || cp -p $$d/$$file $(distdir)/$$file || :; \
272 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
274 -include $(DEP_FILES)
283 maintainer-clean-depend:
286 @echo '$(COMPILE) -c $<'; \
287 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
288 @-cp .deps/$(*F).pp .deps/$(*F).P; \
289 tr ' ' '\012' < .deps/$(*F).pp \
290 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
295 @echo '$(LTCOMPILE) -c $<'; \
296 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
297 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
298 < .deps/$(*F).pp > .deps/$(*F).P; \
299 tr ' ' '\012' < .deps/$(*F).pp \
300 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
310 installcheck: installcheck-am
311 install-exec-am: install-binPROGRAMS
312 install-exec: install-exec-am
314 install-data-am: install-man
315 install-data: install-data-am
318 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
320 uninstall-am: uninstall-binPROGRAMS uninstall-man
321 uninstall: uninstall-am
322 all-am: Makefile $(PROGRAMS) $(MANS)
325 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
327 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
335 -rm -f Makefile $(CONFIG_CLEAN_FILES)
336 -rm -f config.cache config.log
338 maintainer-clean-generic:
339 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
340 mostlyclean-tags mostlyclean-depend mostlyclean-generic
342 mostlyclean: mostlyclean-am
344 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
345 clean-generic mostlyclean-am
349 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
350 distclean-depend distclean-generic clean-am
352 distclean: distclean-am
354 maintainer-clean-am: maintainer-clean-binPROGRAMS \
355 maintainer-clean-compile maintainer-clean-tags \
356 maintainer-clean-depend maintainer-clean-generic \
358 @echo "This command is intended for maintainers to use;"
359 @echo "it deletes files that may require special tools to rebuild."
361 maintainer-clean: maintainer-clean-am
363 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
364 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
365 mostlyclean-compile distclean-compile clean-compile \
366 maintainer-clean-compile install-man1 uninstall-man1 install-man \
367 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
368 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
369 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
370 check-am installcheck-am installcheck install-exec-am install-exec \
371 install-data-am install-data install-am install uninstall-am uninstall \
372 all-redirect all-am all installdirs mostlyclean-generic \
373 distclean-generic clean-generic maintainer-clean-generic clean \
374 mostlyclean distclean maintainer-clean
377 # Tell versions [3.59,3.63) of GNU make to not export all variables.
378 # Otherwise a system limit (for SysV at least) may be exceeded.