repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
hpcmips
/
stand
/
pbsdboot
/
pbsdboot.config
blob
48dc00393c2f0ac2588e3507f8ac4428e27ce04a
1
#!/bin/sh
2
# $NetBSD: pbsdboot.config,v 1.11 2001/01/05 15:00: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
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
__COMPILER_INT64__=__int64
37
__COMPILER_UINT64__="unsigned#__int64"
38
'
39
INCDIR_LIST
=
'
40
.
41
../../../../sys
42
../../../..
43
../include
44
'
45
LIBDEP_LIST
=
'
46
libsa
47
libz
48
'
49
LIBRARY_LIST
=
''