; 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/sets ; ; Generation data: ; ; Input revision: 17015 ; User: www-data ; Machine: mononykus.freaks-unidos.net ; Date: Fri Jul 9 21:33:51 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 sets.exports) '()) sets.scm -unit sets) (compile -O2 -d1 -s ,@(if *has-exports* '(-check-imports -emit-exports sets.exports) '()) sets.scm -j sets) (compile -O2 -d0 -s ,@(if *has-exports* '(-check-imports -emit-exports sets.exports) '()) sets.import.scm) (install-extension 'sets ; Files to install: `(,@(if *has-exports* '("sets.exports") (list)) ,(dynld-name "sets.import") ,(dynld-name "sets")) ; Extension properties: `((documentation "sets.html") (version "17015")))