guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

modules.af example update


From: Thien-Thi Nguyen
Subject: modules.af example update
Date: Fri, 11 Jan 2002 11:26:48 -0800

;; now includes `non-critical-deps' w/ `programs' clause

(files-glob "/home/ttn/build/ttn-pers-scheme/ttn/*.scm"
            ;;"/home/ttn/build/ttn-pers-scheme/ttn/testing/ttn/*.scm"
            )

(non-critical-external (database postgres)
                       (database pgsql psql))

(non-critical-internal (ttn mixp))

(non-critical-deps
 ((ttn html-world) (programs "xearth"
                             "mogrify"
                             "ppmtopgm"
                             "pgmtopbm"
                             "pbmtoascii"
                             "tr"))
 ((ttn rcsutils)
  (programs "rlog")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]