Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / hpc / stand / libsa / libsa.config
blob056fad038073989f3b74637846ddeebdc112008a
1 #!/bin/sh
2 # $NetBSD: libsa.config,v 1.5 2005/12/11 12:17:30 christos Exp $
4 # config file/script to generate project file (.dsp) for libsa
6 TYPE=static_library
8 NAME='libsa'
9 SRCFILE_LIST='
10 ../../../../lib/libsa/dkcksum.c
11 ../../../../lib/libsa/ufs.c
12 panic.c
13 alloc.c
14 winblk.c
15 winprintf.c
16 stricmp.cpp
17 strtok.cpp
18 tolower.cpp
20 CPPDEF_LIST='
21 _STANDALONE
22 __STDC__
23 __signed=signed
24 __COMPILER_INT64__=__int64
25 __COMPILER_UINT64__="unsigned#__int64"
26 __daddr_t=int32_t
27 LIBSA_NO_TWIDDLE
28 LIBSA_RENAME_PRINTF
29 LIBSA_USE_MEMCPY
30 LIBSA_USE_MEMSET
31 LIBKERN_INLINE=__inline
33 INCDIR_LIST='
35 ../include
36 ../../../..
38 LIBDEP_LIST=''
39 LIBRARY_LIST=''