;;; -*- Mode: LISP; Package: COMMON-LISP-USER; BASE: 10; Syntax: ANSI-Common-Lisp; -*- (in-package :cl-user) (mk::defsystem :xle :package :cl-user :binary-pathname "bin:xle;" :source-pathname "projects:xle;" :source-extension "lisp" :depends-on (#+(and paul (not (or macosx hilarion))) :oci #+(and paul (not (or macosx hilarion))) :sql :ff-compatibility #-pargram :mrs #+aserve :aserve-custom #+aserve :xml #+aserve :javascript #+aserve :graph :dat :morph-server) :components ("xle-package" "macros" "xle-functions" "attributes" "values" "relations" "relations-func" "chart" "graph" "semantic-forms" "justifications" "solutions" "trees" "xle-regexp" "xle-interface" "xle-parse-prolog" "xle-startup" )) :eof