X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile.in;h=0c3ce032f7d021f7ca4b090fdfde1b05ffb83cb1;hb=a3eecab9e8f6a1b0b887f1bd082bd064f01ecffd;hp=96c9b78fb824a9b5c59b2dce909dbd0ebc52778b;hpb=98224e6d436b226dc8445db494efa7e8c3635c34;p=swftools.git diff --git a/Makefile.in b/Makefile.in index 96c9b78..0c3ce03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,24 +4,32 @@ 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 lib/python... + cd lib/python;$(MAKE) $@ @echo making $@ in src... - cd src;$(MAKE) $@;cd .. - @echo making $@ in pdf2swf... - cd pdf2swf;$(MAKE) $@;cd .. + cd src;$(MAKE) $@ @echo making $@ in avi2swf... - cd avi2swf;$(MAKE) $@;cd .. + cd avi2swf;$(MAKE) $@ @echo making $@ in swfs... - cd swfs;$(MAKE) $@;cd .. - $(MAKE) $@-local + cd swfs;$(MAKE) $@ + @$(MAKE) $@-local + +distclean: + $(MAKE) clean + rm -f config.status config.cache config.h Makefile Makefile.common libtool + rm -f lib/lame/Makefile lib/python/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/fonts/Makefile clean-local: - rm -f config.cache + rm -f config.cache gmon.out uninstall-local: rm -rf $(pkgdatadir) all-local: install-local: - + +.PHONY: all install uninstall clean distclean clean-local uninstall-local all-local install-local