forked from clasp-developers/clasp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cscript.lisp
31 lines (29 loc) · 827 Bytes
/
cscript.lisp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(k:includes #~"bdwgc/"
#~"bdwgc/include/"
#~"libatomic_ops/src/")
(k:recurse #P"analysis/"
#P"gctools/"
#P"clbind/"
#P"serveEvent/"
#P"sockets/"
#P"llvmo/"
#P"mpip/"
#P"asttooling/"
#P"main/"
#P"core/"
#P"lisp/")
(k:sources :scraper
#@"clasp_gc.cc"
;#@"cl-wrappers.lisp"
#@"c-wrappers.h"
#@"enum_inc.h"
#@"expose_inc.h"
#@"header_includes_inc.h"
#@"init_classes_inc.h"
#@"init_functions_inc.h"
#@"initializers_inc.h"
#@"pre_gc_startup_inc.h"
#@"rename-methods.sexp"
#@"source_info_inc.h"
#@"symbols_scraped_inc.h"
#@"terminators_inc.h")