mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
42 lines
648 B
Bash
42 lines
648 B
Bash
#!/bin/sh
|
|
# $NetBSD: libsa.config,v 1.7 2011/09/23 16:00:15 nonaka Exp $
|
|
|
|
# config file/script to generate project file (.dsp) for libsa
|
|
|
|
TYPE=static_library
|
|
|
|
NAME='libsa'
|
|
SRCFILE_LIST='
|
|
dkcksum.c
|
|
ufs.c
|
|
panic.c
|
|
alloc.c
|
|
winblk.c
|
|
winprintf.c
|
|
stricmp.cpp
|
|
strtok.cpp
|
|
tolower.cpp
|
|
'
|
|
CPPDEF_LIST='
|
|
_STANDALONE
|
|
__STDC__
|
|
__signed=signed
|
|
__COMPILER_INT64__=__int64
|
|
__COMPILER_UINT64__="unsigned#__int64"
|
|
__daddr_t=int32_t
|
|
LIBSA_NO_TWIDDLE
|
|
LIBSA_RENAME_PRINTF
|
|
LIBSA_USE_MEMCPY
|
|
LIBSA_USE_MEMSET
|
|
LIBKERN_INLINE=__inline
|
|
__builtin_va_list="char#*"
|
|
_SYS_STDARG_H_
|
|
'
|
|
INCDIR_LIST='
|
|
.
|
|
../include
|
|
../../../..
|
|
'
|
|
LIBDEP_LIST=''
|
|
LIBRARY_LIST=''
|