34 lines
1004 B
Scheme
34 lines
1004 B
Scheme
|
(define-package "scsh-make"
|
||
|
(0 1)
|
||
|
((install-lib-version (1 0)))
|
||
|
(write-to-load-script
|
||
|
`((config)
|
||
|
(load ,(absolute-file-name "packages.scm"
|
||
|
(get-directory 'scheme #f)))))
|
||
|
(install-file "SYNTAX" 'doc)
|
||
|
(install-file "README" 'doc)
|
||
|
(install-file "COPYING" 'doc)
|
||
|
(install-file "autovars.scm" 'scheme)
|
||
|
(install-file "cml-pe.scm" 'scheme)
|
||
|
(install-file "collect-channels.scm" 'scheme)
|
||
|
(install-file "common-rules.scm" 'scheme)
|
||
|
(install-file "dfs.scm" 'scheme)
|
||
|
(install-file "gcc-m.scm" 'scheme)
|
||
|
(install-file "jobd.scm" 'scheme)
|
||
|
(install-file "job.scm" 'scheme)
|
||
|
(install-file "macros.scm" 'scheme)
|
||
|
(install-file "make-rule-no-cml.scm" 'scheme)
|
||
|
(install-file "make-rule.scm" 'scheme)
|
||
|
(install-file "make.scm" 'scheme)
|
||
|
(install-file "mcast-channels.scm" 'scheme)
|
||
|
(install-file "packages.scm" 'scheme)
|
||
|
(install-file "rule-cand.scm" 'scheme)
|
||
|
(install-file "templates.scm" 'scheme)
|
||
|
(install-file "to-rule-set.scm" 'scheme))
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|