X-Git-Url: http://git.kpe.io/?p=uffi.git;a=blobdiff_plain;f=Makefile;h=1e690f76804e4a9b137d47fa71b9e50f40e70943;hp=36654b1357a05f3a64e7730579286f3f7d7a0290;hb=HEAD;hpb=ec07e5f531881131a95aa16270cda91beecb51e5 diff --git a/Makefile b/Makefile index 36654b1..1e690f7 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.50 2002/05/13 03:24:46 kevin Exp $ -# -# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg -# -# UFFI users are granted the rights to distribute and use this software -# as governed by the terms of the Lisp Lesser GNU Public License -# (http://opensource.franz.com/preamble.html), also known as the LLGPL. +# This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg PKG:=uffi DEBPKG=cl-uffi @@ -43,4 +37,7 @@ doc: dist: clean $(MAKE) -C doc $@ - +.PHONY: TAGS +TAGS: + if [ -f TAGS ]; then mv -f TAGS TAGS~; fi + find . -name \*.lisp -exec /usr/bin/etags -a \{\} \;