Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
antik
gsll
Commits
07cd1635
Commit
07cd1635
authored
Aug 13, 2010
by
Liam M. Healy
Browse files
Grovel file depends on init
parent
8c94bd93
Changes
1
Hide whitespace changes
Inline
Side-by-side
gsll.asd
View file @
07cd1635
;; Definition of GSLL system
;; Liam Healy
;; Time-stamp: <2010-08-
09 22:21:41
EDT gsll.asd>
;; Time-stamp: <2010-08-
13 11:36:52
EDT gsll.asd>
;;
;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy
;; Copyright 2006, 2007, 2008, 2009
, 2010
Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
...
...
@@ -35,7 +35,9 @@
((
:module
init
:components
((
:file
"init"
)
(
cffi-grovel:grovel-file
"libgsl"
:pathname
#+
unix
"libgsl-unix"
)
(
cffi-grovel:grovel-file
"libgsl"
:pathname
#+
unix
"libgsl-unix"
#-
unix
"nothing-here"
:depends-on
(
"init"
))
(
:file
"utility"
:depends-on
(
"init"
))
(
:file
"forms"
:depends-on
(
"init"
))
(
:file
"conditions"
:depends-on
(
"init"
"libgsl"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment