r4147: Auto commit for Debian build
[clsql.git] / clsql-oracle.asd
index 6cd61e11f5a201e2752702600f6a6429e0eee6cc..d7834573d0bacffd2a74266d34697201377bd18b 100644 (file)
@@ -1,12 +1,13 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; This is copyrighted software.  See interfaces/oracle/* files for terms.
 ;;;; 
-;;;; $Id: clsql-oracle.asd,v 1.8 2002/09/20 01:40:54 kevin Exp $
+;;;; $Id: clsql-oracle.asd,v 1.12 2002/10/16 11:51:04 kevin Exp $
 
 (in-package :asdf)
 
 ;;; System definition
 
+#+(or allegro lispworks cmu sbcl openmcl mcl scl)
 (defsystem :clsql-oracle
   :name "cl-sql-oracle"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
               (:file "oracle-sql" :depends-on ("oracle" "alien-resources"))
               (:file "oracle-objects" :depends-on ("oracle-sql")))))
     :depends-on (:clsql-base))
-
-(defmethod source-file-type  ((c cl-source-file)
-                             (s (eql (find-system :clsql-oracle)))) 
-   "cl")
-
-
-