[cl-enumeration-cvs] CVS enumerations

mantoniotti mantoniotti at common-lisp.net
Wed Dec 8 15:49:35 UTC 2010


Update of /project/cl-enumeration/cvsroot/enumerations
In directory cl-net:/tmp/cvs-serv8113

Modified Files:
	enumerations.asd 
Log Message:
Added conditional dependency on ITERATE.


--- /project/cl-enumeration/cvsroot/enumerations/enumerations.asd	2010/12/08 15:47:50	1.2
+++ /project/cl-enumeration/cvsroot/enumerations/enumerations.asd	2010/12/08 15:49:35	1.3
@@ -1,9 +1,10 @@
 ;;; -*- Mode: Lisp -*-
 
+;;; enumerations.asd --
+
 (use-package "ASDF")
 
 (defsystem :cl-enumerations
-  ;; :source-pathname ""
   :components ((:file "enumerations-pkg")
                (:file "enumerations" :depends-on ("enumerations-pkg"))
                (:file "sequence-enumeration" :depends-on ("enumerations-pkg"))
@@ -14,6 +15,8 @@
                (:file "array-enumerations" :depends-on ("enumerations"))
                (:file "number-enumerations" :depends-on ("enumerations"))
                (:file "foreach" :depends-on ("enumerations"))
+	       #+:iterate (:file "iterate-extension"
+				 :depends-on ("enumerations"))
                ))
 
 ;;; end of file -- enumerations.asd --





More information about the Cl-enumeration-cvs mailing list