File: link.sh.in

package info (click to toggle)
clisp 1%3A2.27-0.5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 49,860 kB
  • ctags: 20,752
  • sloc: ansic: 123,781; lisp: 67,533; asm: 19,633; xml: 11,766; sh: 9,788; fortran: 8,307; makefile: 3,570; objc: 2,481; perl: 1,744; java: 341; yacc: 318; sed: 117
file content (11 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
file_list=''
mod_list=''
file_list="$file_list"' clx.o'
mod_list="$mod_list"' clx'
make clisp-module CC="${CC}" CFLAGS="${CFLAGS}" INCLUDES="$absolute_linkkitdir"
NEW_FILES="$file_list"
NEW_LIBS="$file_list @X_LIBS@ @X_PRE_LIBS@ -lX11"
NEW_MODULES="$mod_list"
NEW_FILES="$NEW_FILES clx-preload.lisp clx.lisp clx.fas image.lisp image.fas"
TO_PRELOAD='clx-preload.lisp'
TO_LOAD='clx image'