Home | History | Annotate | Line # | Download | only in libsa
libsa.config revision 1.5
      1 #!/bin/sh
      2 # $NetBSD: libsa.config,v 1.5 2000/02/03 19:32:42 cgd Exp $
      3 
      4 # config file/script to generate project file (.dsp) for libsa
      5 
      6 TYPE=static_library_WCE_MIPS
      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/read.c
     17 	../../../../lib/libsa/subr_prf.c
     18 	../../../../lib/libsa/twiddle.c
     19 	../../../../lib/libsa/ufs.c
     20 	alloc.c
     21 	devopen.c
     22 	printf.c
     23 	winblk.c
     24 	winfs.c
     25 '
     26 CPPDEF_LIST='
     27 	_STANDALONE
     28 	__STDC__
     29 '
     30 INCDIR_LIST='
     31 	.
     32 	../../../..
     33 	../include
     34 '
     35 LIBDEP_LIST=''
     36 LIBRARY_LIST=''
     37 
     38 cd `dirname $0`
     39 . ../dspgen/do_subst.sh
     40