xref: /netbsd-src/sys/arch/hpc/stand/hpcboot/hpcboot.config (revision e5548b402ae4c44fb816de42c7bba9581ce23ef5)
1# $NetBSD: hpcboot.config,v 1.7 2005/12/11 12:17:28 christos Exp $
2# config file/script to generate project file (.dsp/.vcp) for hpcboot
3
4TYPE=application
5
6NAME='hpcboot'
7
8# machine independent sources.
9SRCFILE_LIST='
10	res/hpcmenu.rc
11	machine_config.cpp
12	framebuffer.cpp
13	hpcboot.cpp
14	hpcmenu.cpp
15	arch.cpp
16	boot.cpp
17	console.cpp
18	file.cpp
19	file_fat.cpp
20	file_http.cpp
21	file_manager.cpp
22	file_ufs.cpp
23	load.cpp
24	load_elf.cpp
25	load_coff.cpp
26	memory.cpp
27	menu\menu.cpp
28	menu\window.cpp
29	menu\tabwindow.cpp
30	menu\rootwindow.cpp
31	menu\platform.cpp
32	menu\platid.c
33	menu\platid_mask.c
34	menu\platid_name.c
35'
36# machine dependent sources.
37SRCFILE_LIST_ARM='
38	arm\arm_arch.cpp
39	arm\arm_console.cpp
40	arm\arm_boot.cpp
41	arm\arm_mmu.cpp
42	arm\arm.asm
43'
44SRCFILE_LIST_SH3='
45	sh3\sh_arch.cpp
46	sh3\sh_console.cpp
47	sh3\sh_boot.cpp
48	sh3\sh_mmu.cpp
49	sh3\dev\sh_dev.cpp
50	sh3\dev\sh3_dev.cpp
51	sh3\dev\sh4_dev.cpp
52'
53SRCFILE_LIST_MIPS='
54	mips\mips_arch.cpp
55	mips\mips_console.cpp
56	mips\mips_boot.cpp
57	mips\mips_vr41.cpp
58	mips\mips_tx39.cpp
59'
60CPPDEF_LIST='
61	_STANDALONE
62	__STDC__
63	__signed=signed
64'
65INCDIR_LIST='
66	.
67	res
68	../../../..
69	../include
70'
71LIBDEP_LIST='
72	libsa
73	libz
74'
75
76LIBRARY_LIST='
77	libsa
78	libz
79	winsock
80'
81CPPDEF_LIST='
82	_STANDALONE
83	__STDC__
84	__signed=signed
85	__INTERNAL_LIBSA_CREAD
86	LIBSA_RENAME_PRINTF
87	LIBKERN_INLINE=__inline
88	__COMPILER_INT64__=__int64
89	__COMPILER_UINT64__="unsigned#__int64"
90'
91