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@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
64 HAVE_UNISTD_H = @HAVE_UNISTD_H@
68 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
69 UNCOMPRESS = @UNCOMPRESS@
70 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
72 bin_PROGRAMS = avi2swf
73 LDFLAGS = `avifile-config --libs`
74 CXXFLAGS = `avifile-config --cflags`
75 avi2swf_SOURCES = avi2swf.cc
76 avi2swf_LDADD = ../lib/librfxswf.a
80 CXXCOMPILE = $(CXX) -DDATADIR=\"$(pkgdatadir)\" $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = ../config.h
84 bin_PROGRAMS = avi2swf$(EXEEXT)
85 PROGRAMS = $(bin_PROGRAMS)
88 DEFS = @DEFS@ -I. -I$(srcdir) -I..
91 avi2swf_OBJECTS = avi2swf.o
92 avi2swf_DEPENDENCIES = ../lib/librfxswf.a
95 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
96 man1dir = $(mandir)/man1
100 DIST_COMMON = Makefile.in
106 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110 SOURCES = $(avi2swf_SOURCES)
111 OBJECTS = $(avi2swf_OBJECTS)
115 .SUFFIXES: .S .c .cc .o .s
124 mostlyclean-binPROGRAMS:
127 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
129 distclean-binPROGRAMS:
131 maintainer-clean-binPROGRAMS:
133 install-binPROGRAMS: $(bin_PROGRAMS)
135 $(mkinstalldirs) $(DESTDIR)$(bindir)
136 @list='$(bin_PROGRAMS)'; for p in $$list; do \
137 if test -f $$p; then \
138 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
139 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
143 uninstall-binPROGRAMS:
145 list='$(bin_PROGRAMS)'; for p in $$list; do \
146 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
159 -rm -f *.o core *.core
166 maintainer-clean-compile:
168 avi2swf$(EXEEXT): $(avi2swf_OBJECTS) $(avi2swf_DEPENDENCIES)
169 @rm -f avi2swf$(EXEEXT)
170 $(CXXLINK) $(avi2swf_LDFLAGS) $(avi2swf_OBJECTS) $(avi2swf_LDADD) $(LIBS)
175 $(mkinstalldirs) $(DESTDIR)$(man1dir)
176 @list='$(man1_MANS)'; \
177 l2='$(man_MANS)'; for i in $$l2; do \
179 *.1*) list="$$list $$i" ;; \
182 for i in $$list; do \
183 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
185 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
186 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
187 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
188 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
189 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
193 @list='$(man1_MANS)'; \
194 l2='$(man_MANS)'; for i in $$l2; do \
196 *.1*) list="$$list $$i" ;; \
199 for i in $$list; do \
200 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
201 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
202 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
203 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
204 rm -f $(DESTDIR)$(man1dir)/$$inst; \
208 $(MAKE) $(AM_MAKEFLAGS) install-man1
211 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
215 ID: $(HEADERS) $(SOURCES) $(LISP)
216 list='$(SOURCES) $(HEADERS)'; \
217 unique=`for i in $$list; do echo $$i; done | \
218 awk ' { files[$$0] = 1; } \
219 END { for (i in files) print i; }'`; \
220 here=`pwd` && cd $(srcdir) \
221 && mkid -f$$here/ID $$unique $(LISP)
223 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
226 list='$(SOURCES) $(HEADERS)'; \
227 unique=`for i in $$list; do echo $$i; done | \
228 awk ' { files[$$0] = 1; } \
229 END { for (i in files) print i; }'`; \
230 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
231 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
240 maintainer-clean-tags:
242 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
246 distdir: $(DISTFILES)
247 @for file in $(DISTFILES); do \
249 if test -d $$d/$$file; then \
250 cp -pr $$d/$$file $(distdir)/$$file; \
252 test -f $(distdir)/$$file \
253 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
254 || cp -p $$d/$$file $(distdir)/$$file || :; \
264 installcheck: installcheck-am
265 install-exec-am: install-binPROGRAMS
266 install-exec: install-exec-am
268 install-data-am: install-man
269 install-data: install-data-am
272 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
274 uninstall-am: uninstall-binPROGRAMS uninstall-man
275 uninstall: uninstall-am
276 all-am: Makefile $(PROGRAMS) $(MANS)
279 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
281 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
289 -rm -f Makefile $(CONFIG_CLEAN_FILES)
290 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
292 maintainer-clean-generic:
293 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
294 mostlyclean-tags mostlyclean-generic
296 mostlyclean: mostlyclean-am
298 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
303 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
304 distclean-generic clean-am
306 distclean: distclean-am
308 maintainer-clean-am: maintainer-clean-binPROGRAMS \
309 maintainer-clean-compile maintainer-clean-tags \
310 maintainer-clean-generic distclean-am
311 @echo "This command is intended for maintainers to use;"
312 @echo "it deletes files that may require special tools to rebuild."
314 maintainer-clean: maintainer-clean-am
316 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
317 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
318 mostlyclean-compile distclean-compile clean-compile \
319 maintainer-clean-compile install-man1 uninstall-man1 install-man \
320 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
321 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
322 installcheck-am installcheck install-exec-am install-exec \
323 install-data-am install-data install-am install uninstall-am uninstall \
324 all-redirect all-am all installdirs mostlyclean-generic \
325 distclean-generic clean-generic maintainer-clean-generic clean \
326 mostlyclean distclean maintainer-clean
329 # Tell versions [3.59,3.63) of GNU make to not export all variables.
330 # Otherwise a system limit (for SysV at least) may be exceeded.