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