Menu

[r760]: / trunk / lispbuilder-clawk / clawk.system  Maximize  Restore  History

Download this file

22 lines (15 with data), 626 Bytes

;;; -*- Mode: Lisp; Syntax: ANSI-Common-lisp; Package: CL-USER; Base: 10 -*-

(in-package "CL-USER")

(load-logical-pathname-translations "CLAWK")

(mk:defsystem "CLAWK"
	      :source-extension "lisp"
	      :source-pathname (translate-logical-pathname "CLAWK:SRC;")
          :depends-on ("REGEX")
	      :components (
                       (:file "packages")
                       (:file "clawk" :depends-on ("packages"))
                       (:file "clawktest" :depends-on ("packages" "clawk"))))



(defun lc-clawk ()
  (mk:compile-system "CLAWK"))
(defun ld-clawk ()
  (mk:load-system "CLAWK"))
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.