Home | History | Annotate | Line # | Download | only in libsa
libsa.config revision 1.6
      1  1.1       uch #!/bin/sh
      2  1.6       uwe # $NetBSD: libsa.config,v 1.6 2006/01/18 01:04:04 uwe Exp $
      3  1.1       uch 
      4  1.1       uch # config file/script to generate project file (.dsp) for libsa
      5  1.1       uch 
      6  1.1       uch TYPE=static_library
      7  1.1       uch 
      8  1.1       uch NAME='libsa'
      9  1.1       uch SRCFILE_LIST='
     10  1.1       uch 	../../../../lib/libsa/dkcksum.c
     11  1.1       uch 	../../../../lib/libsa/ufs.c
     12  1.1       uch 	panic.c
     13  1.1       uch 	alloc.c
     14  1.1       uch 	winblk.c
     15  1.1       uch 	winprintf.c
     16  1.4       uch 	stricmp.cpp
     17  1.4       uch 	strtok.cpp
     18  1.4       uch 	tolower.cpp
     19  1.1       uch '
     20  1.1       uch CPPDEF_LIST='
     21  1.1       uch 	_STANDALONE
     22  1.1       uch 	__STDC__
     23  1.1       uch 	__signed=signed
     24  1.1       uch 	__COMPILER_INT64__=__int64
     25  1.2  takemura 	__COMPILER_UINT64__="unsigned#__int64"
     26  1.3       uch 	__daddr_t=int32_t
     27  1.6       uwe 	LIBSA_NO_TWIDDLE
     28  1.6       uwe 	LIBSA_RENAME_PRINTF
     29  1.6       uwe 	LIBSA_USE_MEMCPY
     30  1.6       uwe 	LIBSA_USE_MEMSET
     31  1.6       uwe 	LIBKERN_INLINE=__inline
     32  1.1       uch '
     33  1.1       uch INCDIR_LIST='
     34  1.1       uch 	.
     35  1.6       uwe 	../include
     36  1.1       uch 	../../../..
     37  1.1       uch '
     38  1.1       uch LIBDEP_LIST=''
     39  1.1       uch LIBRARY_LIST=''
     40