repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UEFI boot-platform build again
[haiku.git]
/
src
/
libs
/
libunwind
/
x86
/
Jamfile
blob
0bf6737ebdf49bfac8485cabb55043185f20a816
1
SubDir HAIKU_TOP src libs libunwind x86 ;
2
3
UseLibraryHeaders libunwind ;
4
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
5
SubDirCcFlags [ FDefines HAVE_CONFIG_H=1 ] ;
6
7
MergeObject libunwind_x86.o :
8
Gcreate_addr_space.c
9
Gget_proc_info.c
10
Gget_save_loc.c
11
Gglobal.c
12
Ginit.c
13
Ginit_local.c
14
Ginit_remote.c
15
Gregs.c
16
Gresume.c
17
Gstep.c
18
Lcreate_addr_space.c
19
Lget_proc_info.c
20
Lget_save_loc.c
21
Lglobal.c
22
Linit.c
23
Linit_local.c
24
Linit_remote.c
25
Lregs.c
26
Lresume.c
27
Lstep.c
28
is_fpreg.c
29
longjmp.S
30
regname.c
31
siglongjmp.S
32
;