r2572: Auto commit for Debian build
[uffi.git] / uffi.asd
index 48346e5d17b571a1ec1a8bf97fd0869fb90712f2..a170bde945566bcd4dad7faeb14c82378ea79d1c 100644 (file)
--- a/uffi.asd
+++ b/uffi.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: uffi.asd,v 1.7 2002/08/28 03:29:01 kevin Exp $
+;;;; $Id: uffi.asd,v 1.8 2002/09/06 11:00:49 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
                    :device (pathname-device *load-truename*)
                    :directory (pathname-directory *load-truename*)))))
 
-(defconstant +uffi-logical-host+
-  #+common-lisp-controller "cl-library"
-  #-common-lisp-controller "uffi"
-  "Logical hostname for loading system")
-
-(defmethod source-file-type  ((c cl-source-file) (s (eql (find-system 'uffi)))) 
-   "cl")
-
-;(defclass uffi-cl-source-file (cl-source-file) ())
-;(defmethod source-file-type ((c uffi-cl-source-file) (s module))  "cl")
+(eval-when (:compile-toplevel :load-toplevel :execute)
+  (defconstant +uffi-logical-host+
+    #+common-lisp-controller "cl-library"
+    #-common-lisp-controller "uffi"
+    "Logical hostname for loading system"))
 
 (defsystem uffi
   :name "cl-uffi"
@@ -67,3 +62,7 @@
    (:file "libraries" :depends-on ("package")))
   )
 
+
+(defmethod source-file-type  ((c cl-source-file) (s (eql (find-system 'uffi)))) 
+   "cl")
+