" (c) 1990, 1991 Copyright (c) University of Washington Written by Stephen Soderland, Tony Barrett and Daniel Weld. All rights reserved. Use of this software is permitted for non-commercial research purposes, and it may be copied only for that use. All copies must include this copyright message. This software is made available AS IS, and neither the authors nor the University of Washington make any warranty about the software or its performance. When you first acquire this software please send mail to bug-snlp@cs.washington.edu; the same address should be used for problems." ;; ;;;; CMU Public-domain defsystem for SNLP ;; (in-package 'user) (mk:defsystem snlp :source-pathname "~/ai/planners/compare/snlp" :source-extension "lisp" :binary-pathname "~/ai/planners/compare/snlp" :binary-extension #+sun4 "sfasl4" #+mips "fasl" :package user :components (("snlp" :depends-on ("plan-utils" "variable")) ("plan-utils" :depends-on ("variable")) "variable"))