1 # Makefile.in generated automatically by automake 1.4a 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@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 transform = @program_transform_name@
65 HAVE_UNISTD_H = @HAVE_UNISTD_H@
69 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
70 UNCOMPRESS = @UNCOMPRESS@
71 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
73 bin_PROGRAMS = avi2swf
74 LDADD = `avifile-config --libs`
75 avi2swf_SOURCES = avi2swf.cc
79 CXXCOMPILE = $(CXX) -DDATADIR=\"$(pkgdatadir)\" $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
80 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81 CONFIG_HEADER = ../config.h
83 bin_PROGRAMS = avi2swf$(EXEEXT)
84 PROGRAMS = $(bin_PROGRAMS)
87 DEFS = @DEFS@ -I. -I$(srcdir) -I..
91 avi2swf_OBJECTS = avi2swf.o
92 avi2swf_DEPENDENCIES =
96 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
97 man1dir = $(mandir)/man1
101 DIST_COMMON = Makefile.in
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111 SOURCES = $(avi2swf_SOURCES)
112 OBJECTS = $(avi2swf_OBJECTS)
116 .SUFFIXES: .S .c .cc .o .s
125 mostlyclean-binPROGRAMS:
128 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
130 distclean-binPROGRAMS:
132 maintainer-clean-binPROGRAMS:
134 install-binPROGRAMS: $(bin_PROGRAMS)
136 $(mkinstalldirs) $(DESTDIR)$(bindir)
137 @list='$(bin_PROGRAMS)'; for p in $$list; do \
138 if test -f $$p; then \
139 echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
140 $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
144 uninstall-binPROGRAMS:
146 list='$(bin_PROGRAMS)'; for p in $$list; do \
147 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 avi2swf$(EXEEXT): $(avi2swf_OBJECTS) $(avi2swf_DEPENDENCIES)
170 @rm -f avi2swf$(EXEEXT)
171 $(CXXLINK) $(avi2swf_LDFLAGS) $(avi2swf_OBJECTS) $(avi2swf_LDADD) $(LIBS)
176 $(mkinstalldirs) $(DESTDIR)$(man1dir)
177 @list='$(man1_MANS)'; \
178 l2='$(man_MANS)'; for i in $$l2; do \
180 *.1*) list="$$list $$i" ;; \
183 for i in $$list; do \
184 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
186 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
187 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
188 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
189 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
190 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
194 @list='$(man1_MANS)'; \
195 l2='$(man_MANS)'; for i in $$l2; do \
197 *.1*) list="$$list $$i" ;; \
200 for i in $$list; do \
201 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
202 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
203 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
204 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
205 rm -f $(DESTDIR)$(man1dir)/$$inst; \
209 $(MAKE) $(AM_MAKEFLAGS) install-man1
212 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
216 ID: $(HEADERS) $(SOURCES) $(LISP)
217 list='$(SOURCES) $(HEADERS)'; \
218 unique=`for i in $$list; do echo $$i; done | \
219 awk ' { files[$$0] = 1; } \
220 END { for (i in files) print i; }'`; \
221 here=`pwd` && cd $(srcdir) \
222 && mkid -f$$here/ID $$unique $(LISP)
224 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(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 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
232 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
241 maintainer-clean-tags:
243 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
247 distdir: $(DISTFILES)
248 @for file in $(DISTFILES); do \
250 if test -d $$d/$$file; then \
251 cp -pr $$d/$$file $(distdir)/$$file; \
253 test -f $(distdir)/$$file \
254 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
255 || cp -p $$d/$$file $(distdir)/$$file || :; \
265 installcheck: installcheck-am
266 install-exec-am: install-binPROGRAMS
267 install-exec: install-exec-am
269 install-data-am: install-man
270 install-data: install-data-am
273 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275 uninstall-am: uninstall-binPROGRAMS uninstall-man
276 uninstall: uninstall-am
277 all-am: Makefile $(PROGRAMS) $(MANS)
280 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
282 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
290 -rm -f Makefile $(CONFIG_CLEAN_FILES)
291 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
293 maintainer-clean-generic:
294 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
295 mostlyclean-tags mostlyclean-generic
297 mostlyclean: mostlyclean-am
299 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
304 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
305 distclean-generic clean-am
307 distclean: distclean-am
309 maintainer-clean-am: maintainer-clean-binPROGRAMS \
310 maintainer-clean-compile maintainer-clean-tags \
311 maintainer-clean-generic distclean-am
312 @echo "This command is intended for maintainers to use;"
313 @echo "it deletes files that may require special tools to rebuild."
315 maintainer-clean: maintainer-clean-am
317 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
318 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
319 mostlyclean-compile distclean-compile clean-compile \
320 maintainer-clean-compile install-man1 uninstall-man1 install-man \
321 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
322 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
323 installcheck-am installcheck install-exec-am install-exec \
324 install-data-am install-data install-am install uninstall-am uninstall \
325 all-redirect all-am all installdirs mostlyclean-generic \
326 distclean-generic clean-generic maintainer-clean-generic clean \
327 mostlyclean distclean maintainer-clean
330 # Tell versions [3.59,3.63) of GNU make to not export all variables.
331 # Otherwise a system limit (for SysV at least) may be exceeded.