; FILE AUTOMATICALLY GENERATED! ; ; This file was automatically generated by the svnwiki-scheme-library extension. ; The authoritative source for this is: ; ; http://wiki.freaks-unidos.net/weblogs/azul/simple-logging ; ; Generation data: ; ; Input revision: 17005 ; User: www-data ; Machine: mononykus.freaks-unidos.net ; Date: Wed Jul 7 23:18:14 2010 (define *has-exports* (and (string>=? (chicken-version) "2.310") (string<=? (chicken-version) "4"))) (define (dynld-name fn) (make-pathname #f fn ##sys#load-dynamic-extension)) (compile -O2 -d1 -c ,@(if *has-exports* '(-check-imports -emit-exports simple-logging.exports) '()) simple-logging.scm -unit simple-logging) (compile -O2 -d1 -s ,@(if *has-exports* '(-check-imports -emit-exports simple-logging.exports) '()) simple-logging.scm -j simple-logging) (compile -O2 -d0 -s ,@(if *has-exports* '(-check-imports -emit-exports simple-logging.exports) '()) simple-logging.import.scm) (install-extension 'simple-logging ; Files to install: `(,@(if *has-exports* '("simple-logging.exports") (list)) ,(dynld-name "simple-logging.import") ,(dynld-name "simple-logging")) ; Extension properties: `((documentation "simple-logging.html") (version ,(if (file-exists? "version") (with-input-from-file "version" read) "unknown"))))