1 #!/bin/sh 2 # $NetBSD: pbsdboot.config,v 1.8 2000/08/29 15:10:18 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 ' 36 INCDIR_LIST=' 37 . 38 ../../../../sys 39 ../../../.. 40 ../include 41 ' 42 LIBDEP_LIST=' 43 libsa 44 libz 45 ' 46 LIBRARY_LIST='' 47 48 cd `dirname $0` 49 . ../dspgen/do_subst.sh 50