X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=Makefile.in;h=31a52e93d9891fd46c3d3f0e533f821249646e0c;hp=bd77dd522f452e5095a741709427079d6941183e;hb=893e0c1a38524ceac66557aee146dc1a05c1ff01;hpb=6301fc8a35a60b9c93679e686000ca3d594fd574 diff --git a/Makefile.in b/Makefile.in index bd77dd5..31a52e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,18 +4,25 @@ top_srcdir = @top_srcdir@ include ./Makefile.common all install uninstall clean: + @echo making $@ in m4... + cd m4;$(MAKE) $@ @echo making $@ in lib... - cd lib;$(MAKE) $@;cd .. + cd lib;$(MAKE) $@ @echo making $@ in src... - cd src;$(MAKE) $@;cd .. + cd src;$(MAKE) $@ @echo making $@ in pdf2swf... - cd pdf2swf;$(MAKE) $@;cd .. + cd pdf2swf;$(MAKE) $@ @echo making $@ in avi2swf... - cd avi2swf;$(MAKE) $@;cd .. + cd avi2swf;$(MAKE) $@ @echo making $@ in swfs... - cd swfs;$(MAKE) $@;cd .. + cd swfs;$(MAKE) $@ @$(MAKE) $@-local +distclean: + $(MAKE) clean + rm -f config.status config.cache configure config.h Makefile Makefile.common libtool + rm -f lib/lame/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/xpdf/Makefile + clean-local: rm -f config.cache @@ -24,4 +31,5 @@ uninstall-local: all-local: install-local: - + +.PHONY: all install uninstall clean distclean clean-local uninstall-local all-local install-local