Update AllegroCL for :long-long on 64-bit platforms
[uffi.git] / Makefile
index 591bec450a7d569316c92df00966cba388f3711b..1e690f76804e4a9b137d47fa71b9e50f40e70943 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,13 +5,7 @@
 #  Programer:    Kevin M. Rosenberg, M.D.
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.49 2002/05/05 11:35:54 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
@@ -42,16 +36,8 @@ doc:
 .PHONY: dist
 dist: clean
        $(MAKE) -C doc $@
-       @./make-dist.sh
-
-.PHONY: wwwdist
-wwwdist: dist
-       @./copy
-
-
-.PHONY: freeze
-freeze:
-       @echo tagging with frozen tag
-       cvs -q rtag -d frozen uffi
-       cvs -q tag -F frozen .
 
+.PHONY: TAGS
+TAGS:
+       if [ -f TAGS ]; then mv -f TAGS TAGS~; fi
+       find . -name \*.lisp -exec /usr/bin/etags -a \{\} \;