# Copyright (c) 2002-2004 Simon L. Nielsen # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # # Makefile / install file for dotfiles # # $Id: Makefile,v 1.26 2005/12/18 13:03:40 simon Exp $ # FILEMODE= -m 644 DIRMODE= -m 755 CURDIR!= pwd SYM_LN= ln -sf all: install: $(SYM_LN) $(CURDIR)/dot-tcshrc $(HOME)/.tcshrc $(SYM_LN) $(CURDIR)/dot-muttrc $(HOME)/.muttrc $(SYM_LN) $(CURDIR)/dot-joverc $(HOME)/.joverc $(SYM_LN) $(CURDIR)/dot-cvsrc $(HOME)/.cvsrc $(SYM_LN) $(CURDIR)/dot-wmtzrc $(HOME)/.wmtzrc $(SYM_LN) $(CURDIR)/dot-signature $(HOME)/.signature $(SYM_LN) $(CURDIR)/dot-signature.freebsd $(HOME)/.signature.freebsd $(SYM_LN) $(CURDIR)/dot-signature.freebsd.sec $(HOME)/.signature.freebsd.sec $(SYM_LN) $(CURDIR)/dot-signature.freebsd.so $(HOME)/.signature.freebsd.so $(SYM_LN) $(CURDIR)/dot-signature.nitro $(HOME)/.signature.nitro $(SYM_LN) $(CURDIR)/dot-bitchxrc $(HOME)/.bitchxrc $(SYM_LN) $(CURDIR)/dot-screenrc $(HOME)/.screenrc $(SYM_LN) $(CURDIR)/dot-Xdefaults $(HOME)/.Xdefaults $(SYM_LN) $(CURDIR)/dot-ispell_english $(HOME)/.ispell_english $(SYM_LN) $(CURDIR)/dot-emacs $(HOME)/.emacs $(SYM_LN) $(CURDIR)/emacs $(HOME)/emacs cd $(CURDIR)/emacs && make all install -d $(DIRMODE) $(HOME)/.mutt $(SYM_LN) $(CURDIR)/mutt/aliases $(HOME)/.mutt/aliases $(SYM_LN) $(CURDIR)/mutt/score.rc $(HOME)/.mutt/score.rc $(SYM_LN) $(CURDIR)/mutt/nitro.rc $(HOME)/.mutt/nitro.rc $(SYM_LN) $(CURDIR)/mutt/gpg.rc $(HOME)/.mutt/gpg.rc $(SYM_LN) $(CURDIR)/mutt/profile.freebsd $(HOME)/.mutt/profile.freebsd $(SYM_LN) $(CURDIR)/mutt/profile.freebsd.sec $(HOME)/.mutt/profile.freebsd.sec $(SYM_LN) $(CURDIR)/mutt/profile.nitro $(HOME)/.mutt/profile.nitro install -d $(DIRMODE) $(HOME)/procmail $(SYM_LN) $(CURDIR)/procmail/lists.rc $(HOME)/procmail/lists.rc $(SYM_LN) $(CURDIR)/procmail/freeebsd-lists.rc $(HOME)/procmail/freeebsd-lists.rc