-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmakefile
57 lines (54 loc) · 3.24 KB
/
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
55
56
57
PROC=m65816
ADDITIONAL_GOALS=cfg
O1=bt
include ../module.mak
cfg: $(C)m65816.cfg
$(C)m65816.cfg: m65816.cfg
$(CP) $? $@
# MAKEDEP dependency list ------------------
$(F)ana$(O) : $(I)area.hpp $(I)auto.hpp $(I)bitrange.hpp $(I)bytes.hpp \
$(I)fpro.h $(I)funcs.hpp $(I)ida.hpp $(I)idp.hpp \
$(I)kernwin.hpp $(I)lines.hpp $(I)llong.hpp \
$(I)loader.hpp $(I)nalt.hpp $(I)name.hpp $(I)netnode.hpp \
$(I)offset.hpp $(I)pro.h $(I)queue.hpp $(I)segment.hpp \
$(I)srarea.hpp $(I)ua.hpp $(I)xref.hpp \
../../module/idaidp.hpp ana.cpp ins.hpp m65816.hpp
$(F)bt$(O) : $(I)area.hpp $(I)auto.hpp $(I)bitrange.hpp $(I)bytes.hpp \
$(I)fpro.h $(I)funcs.hpp $(I)ida.hpp $(I)idp.hpp \
$(I)kernwin.hpp $(I)lines.hpp $(I)llong.hpp \
$(I)loader.hpp $(I)nalt.hpp $(I)name.hpp $(I)netnode.hpp \
$(I)offset.hpp $(I)pro.h $(I)queue.hpp $(I)segment.hpp \
$(I)srarea.hpp $(I)ua.hpp $(I)xref.hpp \
../../module/idaidp.hpp bt.cpp bt.hpp ins.hpp m65816.hpp
$(F)emu$(O) : $(I)area.hpp $(I)auto.hpp $(I)bitrange.hpp $(I)bytes.hpp \
$(I)fpro.h $(I)funcs.hpp $(I)ida.hpp $(I)idp.hpp \
$(I)kernwin.hpp $(I)lines.hpp $(I)llong.hpp \
$(I)loader.hpp $(I)nalt.hpp $(I)name.hpp $(I)netnode.hpp \
$(I)offset.hpp $(I)pro.h $(I)queue.hpp $(I)segment.hpp \
$(I)srarea.hpp $(I)ua.hpp $(I)xref.hpp \
../../module/idaidp.hpp bt.hpp emu.cpp ins.hpp \
m65816.hpp
$(F)ins$(O) : $(I)area.hpp $(I)auto.hpp $(I)bitrange.hpp $(I)bytes.hpp \
$(I)fpro.h $(I)funcs.hpp $(I)ida.hpp $(I)idp.hpp \
$(I)kernwin.hpp $(I)lines.hpp $(I)llong.hpp \
$(I)loader.hpp $(I)nalt.hpp $(I)name.hpp $(I)netnode.hpp \
$(I)offset.hpp $(I)pro.h $(I)queue.hpp $(I)segment.hpp \
$(I)srarea.hpp $(I)ua.hpp $(I)xref.hpp \
../../module/idaidp.hpp ins.cpp ins.hpp m65816.hpp
$(F)out$(O) : $(I)area.hpp $(I)auto.hpp $(I)bitrange.hpp $(I)bytes.hpp \
$(I)fpro.h $(I)funcs.hpp $(I)ida.hpp $(I)idp.hpp \
$(I)kernwin.hpp $(I)lines.hpp $(I)llong.hpp \
$(I)loader.hpp $(I)nalt.hpp $(I)name.hpp $(I)netnode.hpp \
$(I)offset.hpp $(I)pro.h $(I)queue.hpp $(I)segment.hpp \
$(I)srarea.hpp $(I)ua.hpp $(I)xref.hpp \
../../module/idaidp.hpp bt.hpp ins.hpp m65816.hpp \
out.cpp
$(F)reg$(O) : $(I)area.hpp $(I)auto.hpp $(I)bitrange.hpp $(I)bytes.hpp \
$(I)diskio.hpp $(I)entry.hpp $(I)fpro.h $(I)funcs.hpp \
$(I)ida.hpp $(I)idp.hpp $(I)kernwin.hpp $(I)lines.hpp \
$(I)llong.hpp $(I)loader.hpp $(I)nalt.hpp $(I)name.hpp \
$(I)netnode.hpp $(I)offset.hpp $(I)pro.h $(I)queue.hpp \
$(I)segment.hpp $(I)srarea.hpp $(I)ua.hpp $(I)xref.hpp \
../../ldr/snes/addr.cpp ../../ldr/snes/super-famicom.hpp \
../../module/idaidp.hpp ../iocommon.cpp ins.hpp \
m65816.hpp reg.cpp