212b3fa9d8
- dialog style main window - support to read compressed kernel image - automatic boot with timer - human readable configrarion file version no gets '1.15.00 2000.08.29'
44 lines
816 B
Bash
44 lines
816 B
Bash
#!/bin/sh
|
|
# $NetBSD: libsa.config,v 1.7 2000/08/29 15:10:16 takemura Exp $
|
|
|
|
# config file/script to generate project file (.dsp) for libsa
|
|
|
|
TYPE=static_library_WCE_MIPS
|
|
|
|
NAME='libsa'
|
|
SRCFILE_LIST='
|
|
../../../../lib/libsa/bcopy.c
|
|
../../../../lib/libsa/bzero.c
|
|
../../../../lib/libsa/close.c
|
|
../../../../lib/libsa/dkcksum.c
|
|
../../../../lib/libsa/lseek.c
|
|
../../../../lib/libsa/open.c
|
|
../../../../lib/libsa/printf.c
|
|
../../../../lib/libsa/read.c
|
|
../../../../lib/libsa/subr_prf.c
|
|
../../../../lib/libsa/twiddle.c
|
|
../../../../lib/libsa/ufs.c
|
|
../../../../lib/libsa/cread.c
|
|
panic.c
|
|
alloc.c
|
|
devopen.c
|
|
winblk.c
|
|
winfs.c
|
|
winprintf.c
|
|
'
|
|
CPPDEF_LIST='
|
|
_STANDALONE
|
|
__STDC__
|
|
__INTERNAL_LIBSA_CREAD
|
|
'
|
|
INCDIR_LIST='
|
|
.
|
|
../../../..
|
|
../include
|
|
'
|
|
LIBDEP_LIST=''
|
|
LIBRARY_LIST=''
|
|
|
|
cd `dirname $0`
|
|
. ../dspgen/do_subst.sh
|