From c6173422ade336ec21cd0a9ae866bafd7d402469 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 18 Aug 2002 01:57:18 +0000 Subject: [PATCH 1/1] r2296: Autocommit for make-debian --- uffi.asd | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/uffi.asd b/uffi.asd index 71d1c68..7e7c3ec 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.1 2002/08/18 00:51:54 kevin Exp $ +;;;; $Id: uffi.asd,v 1.2 2002/08/18 01:57:18 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -32,18 +32,26 @@ "cl") (defsystem uffi - :default-component-class uffi-cl-source-file - :pathname #-mcl "cl-library:uffi;" - #+mcl "cl-library:uffi;mcl;" - :perform (load-op :after (op uffi) - (pushnew :uffi cl:*features*)) - :components - ((:file "package") - (:file "primitives" :depends-on ("package")) - (:file "strings" :depends-on ("primitives")) - (:file "objects" :depends-on ("primitives")) - (:file "aggregates" :depends-on ("primitives")) - (:file "functions" :depends-on ("primitives")) - (:file "libraries" :depends-on ("package"))) -) + :name "cl-uffi" + :author "Kevin M. Rosenberg