removed references to the (not existing) README
[swftools.git] / Makefile.in
1 top_builddir = ..
2 srcdir = @srcdir@
3 top_srcdir = @top_srcdir@
4 include ./Makefile.common
5
6 all install uninstall clean:
7         @echo making $@ in m4...
8         cd m4;$(MAKE) $@
9         @echo making $@ in lib...
10         cd lib;$(MAKE) $@
11         @echo making $@ in src...
12         cd src;$(MAKE) $@
13         @echo making $@ in pdf2swf...
14         cd pdf2swf;$(MAKE) $@
15         @echo making $@ in avi2swf...
16         cd avi2swf;$(MAKE) $@
17         @echo making $@ in swfs...
18         cd swfs;$(MAKE) $@
19         @$(MAKE) $@-local
20
21 distclean:
22         $(MAKE) clean
23         rm -f config.status config.cache configure config.h Makefile Makefile.common libtool
24         rm -f lib/lame/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/xpdf/Makefile
25
26 clean-local:
27         rm -f config.cache gmon.out
28
29 uninstall-local:
30         rm -rf $(pkgdatadir)
31
32 all-local:
33 install-local:
34
35 .PHONY: all install uninstall clean distclean clean-local uninstall-local all-local install-local