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_64
/
Jamfile
blob
33bf430cac418736cb59198fb87fdfeeaef7506e
1
SubDir HAIKU_TOP src libs libunwind x86_64 ;
2
3
UseLibraryHeaders libunwind ;
4
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
5
SubDirCcFlags [ FDefines HAVE_CONFIG_H=1 ] ;
6
7
MergeObject libunwind_x86_64.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
Gstash_frame.c
18
Gstep.c
19
Gtrace.c
20
Lcreate_addr_space.c
21
Lget_proc_info.c
22
Lget_save_loc.c
23
Lglobal.c
24
Linit.c
25
Linit_local.c
26
Linit_remote.c
27
Lregs.c
28
Lresume.c
29
Lstash_frame.c
30
Lstep.c
31
Ltrace.c
32
getcontext.S
33
is_fpreg.c
34
longjmp.S
35
regname.c
36
setcontext.S
37
siglongjmp.S
38
;