-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
54 lines (53 loc) · 935 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
CFLAGS += -O0
KMOD = libunwind
SRCS = libunwind.c \
Unwind.c \
getcontext.S \
is_fpreg.c \
Lcreate_addr_space.c \
Lget_proc_info.c \
Lget_save_loc.c \
Lglobal.c \
Linit_local.c \
Linit.c \
longjmp.S \
Los-freebsd.c \
Lregs.c \
Lresume.c \
Lstash_frame.c \
Lstep.c \
regname.c \
setcontext.S \
siglongjmp.S \
_ReadSLEB.c \
_ReadULEB.c \
backtrace.c \
dyn-cancel.c \
dyn-register.c \
flush_cache.c \
init.c \
Ldestroy_addr_space.c \
Ldyn-extract.c \
Lfind_dynamic_proc_info.c \
Lget_accessors.c \
Lget_fpreg.c \
Lget_proc_info_by_ip.c \
Lget_proc_name.c \
Lget_reg.c \
Lput_dynamic_unwind_info.c \
Lset_caching_policy.c \
Lset_fpreg.c \
Lset_reg.c \
mempool.c \
strerror.c \
malloc_types.c \
dwarf_Lstep.c \
global.c \
Ltrace.c \
Lexpr.c \
Lfde.c \
Lfind_proc_info-lsb.c \
Lfind_unwind_table.c \
Lparser.c \
Lpe.c
.include <bsd.kmod.mk>