# brew-completion: bash completion function for Homebrew (brew command) # Copyright (c)2010 Alexander Barton # This is free software and published under the terms of the GNU # General Public License, see the file COPYING for details. NAME="brew-completion" all: install: check: clean: distclean: clean maintainer-clean: distclean dist: rel=`grep "^>" ChangeLog | awk "{print \\\$$4 }" | head -n 1`; \ COPYFILE_DISABLE=true tar cvzf $(NAME)-r$$rel.tar.gz \ --exclude ".git" --exclude "*.tar.gz" --exclude "*.tgz" \ --exclude "._*" --exclude "*~" --exclude "*.bak" \ -C .. `basename $$PWD` distcheck: check dist .PHONY: all install check clean distclean maintainer-clean dist distcheck