Home | History | Annotate | Line # | Download | only in libsa
libsa.config revision 1.4
      1 #!/bin/sh
      2 # $NetBSD: libsa.config,v 1.4 2004/08/06 17:23:14 uch Exp $
      3 
      4 # config file/script to generate project file (.dsp) for libsa
      5 
      6 TYPE=static_library
      7 
      8 NAME='libsa'
      9 SRCFILE_LIST='
     10 	../../../../lib/libsa/bcopy.c
     11 	../../../../lib/libsa/bzero.c
     12 	../../../../lib/libsa/close.c
     13 	../../../../lib/libsa/dkcksum.c
     14 	../../../../lib/libsa/lseek.c
     15 	../../../../lib/libsa/open.c
     16 	../../../../lib/libsa/printf.c
     17 	../../../../lib/libsa/read.c
     18 	../../../../lib/libsa/subr_prf.c
     19 	../../../../lib/libsa/twiddle.c
     20 	../../../../lib/libsa/ufs.c
     21 	../../../../lib/libsa/cread.c
     22 	panic.c
     23 	alloc.c
     24 	winblk.c
     25 	winprintf.c
     26 	stricmp.cpp
     27 	strtok.cpp
     28 	tolower.cpp
     29 '
     30 CPPDEF_LIST='
     31 	_STANDALONE
     32 	__STDC__
     33 	__signed=signed
     34 	__INTERNAL_LIBSA_CREAD
     35 	LIBSA_RENAME_PRINTF
     36 	LIBKERN_INLINE=__inline
     37 	__COMPILER_INT64__=__int64
     38 	__COMPILER_UINT64__="unsigned#__int64"
     39 	__daddr_t=int32_t
     40 '
     41 INCDIR_LIST='
     42 	.
     43 	../../../..
     44 	../include
     45 '
     46 LIBDEP_LIST=''
     47 LIBRARY_LIST=''
     48