# # servertools.macosx Makefile # Copyright (c)2008,2009 Barton IT-Consulting, Alexander Barton # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. # See the GNU General Public License for more details. # NAME = "servertools.macosx" TOOLS = odbackup all: $(TOOLS) clean: distclean: clean maintainer-clean: distclean install: all @./install.sh $(TOOLS) check: all dist: COPYFILE_DISABLE=true tar cvzf $(NAME)-`date +%Y%m%d`.tar.gz \ --exclude ".git*" --exclude "*.tar.gz" --exclude "*.tgz" \ --exclude "._*" --exclude "*~" --exclude "*.bak" \ -C .. `basename $$PWD` distcheck: check dist odbackup: .PHONY: all clean distclean maintainer-clean install check dist distcheck \ $(TOOLS)