1 #!/bin/sh 2 # $NetBSD: pbsdboot.config,v 1.3 2000/02/03 19:16:48 cgd Exp $ 3 4 # config file/script to generate project file (.dsp) for pbsdboot 5 6 TYPE=application_WCE_MIPS 7 8 NAME='pbsdboot' 9 SRCFILE_LIST=' 10 disptest.c 11 elf.c 12 layout.c 13 main.c 14 mips.c 15 pbsdboot.c 16 res\pbsdboot.rc 17 platid.c 18 platid_mask.c 19 preference.c 20 print.c 21 systeminfo.c 22 tx39xx.c 23 vmem.c 24 vr41xx.c 25 res\pbsd.bmp 26 res\pbsd.ico 27 ' 28 CPPDEF_LIST=' 29 _STANDALONE 30 __STDC__ 31 ' 32 INCDIR_LIST=' 33 . 34 ../include 35 ../../../.. 36 ' 37 LIBDEP_LIST='libsa' 38 LIBRARY_LIST='' 39 40 cd `dirname $0` 41 . ../dspgen/do_subst.sh 42