1 #!/bin/sh 2 # $NetBSD: pbsdboot.config,v 1.9 2000/10/21 13:51:02 takemura 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 hpccmap.c 13 layout.c 14 main.c 15 mips.c 16 palette.c 17 pbsdboot.c 18 platid.c 19 platid_mask.c 20 platid_name.c 21 preference.c 22 print.c 23 res/pbsd.bmp 24 res/pbsd.ico 25 res/pbsdboot.rc 26 systeminfo.c 27 tx39xx.c 28 vmem.c 29 vr41xx.c 30 ' 31 CPPDEF_LIST=' 32 _STANDALONE 33 __STDC__ 34 __signed=signed 35 LIBSA_RENAME_PRINTF 36 ' 37 INCDIR_LIST=' 38 . 39 ../../../../sys 40 ../../../.. 41 ../include 42 ' 43 LIBDEP_LIST=' 44 libsa 45 libz 46 ' 47 LIBRARY_LIST='' 48 49 cd `dirname $0` 50 . ../dspgen/do_subst.sh 51