r7061: initial property settings
[pipes.git] / pipes.asd
index 09c7be52e84c17fd21b9798ff20656bccf114b26..a8be42423b88a7aaf5e31fe46da046855e2fb4a9 100644 (file)
--- a/pipes.asd
+++ b/pipes.asd
@@ -7,22 +7,17 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: pipes.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of PIPES, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
 
-#+allegro (require :pxml)
-#+(and allegro common-lisp-controller) (c-l-c::clc-require :aserve)
-#+(and allegro (not common-lisp-controller)) (require :aserve)
-       
-(in-package :asdf)
+(defpackage #:pipes-system (:use #:cl #:asdf))
+(in-package :pipes-system)
 
-(defsystem :pipes
-    :perform (load-op :after (op pipes)
-                     (pushnew :pipes cl:*features*))
+(defsystem pipes
     :components 
     ((:file "package")
-     (:file "pipes" :depends-on ("package"))))
+     (:file "src" :depends-on ("package"))))