~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2004-08-29 10:53:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040829105342-qgmnry37eadfkoxx
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@SET_MAKE@
 
2
EXTRA_DIST = man getopt xbm ffmpeg
 
3
SUBDIRS = Xw src
 
4
if WITHGT
 
5
SUBDIRS += gt
 
6
endif
 
7
 
 
8
dist-hook:
 
9
        rm -rf `find $(distdir) -name CVS`
 
10
        rm $(distdir)/ffmpeg/output_example || echo "output_example not found ... alright then ..."
 
11
        ( cd $(distdir)/ffmpeg/ && $(MAKE) distclean ) || ( echo "FAILED TO DISTCLEAN FFMPEG" && exit )
 
12
        ( test -f $(distdir)/ffmpeg/config.log && rm $(distdir)/ffmpeg/config.log ) || echo "no ffmpeg config.log"
 
13