Home | History | Annotate | Line # | Download | only in pbsdboot
pbsdboot.config revision 1.5
      1 #!/bin/sh
      2 # $NetBSD: pbsdboot.config,v 1.5 2000/02/06 08:47:19 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 	layout.c
     13 	main.c
     14 	mips.c
     15 	pbsdboot.c
     16 	platid.c
     17 	platid_mask.c
     18 	platid_name.c
     19 	preference.c
     20 	print.c
     21 	res/pbsd.bmp
     22 	res/pbsd.ico
     23 	res/pbsdboot.rc
     24 	systeminfo.c
     25 	tx39xx.c
     26 	vmem.c
     27 	vr41xx.c
     28 '
     29 CPPDEF_LIST='
     30 	_STANDALONE
     31 	__STDC__
     32 '
     33 INCDIR_LIST='
     34 	.
     35 	../../../..
     36 	../include
     37 '
     38 LIBDEP_LIST='libsa'
     39 LIBRARY_LIST=''
     40 
     41 cd `dirname $0`
     42 . ../dspgen/do_subst.sh
     43