-
Notifications
You must be signed in to change notification settings - Fork 33
/
makefile.linux
50 lines (43 loc) · 2.34 KB
/
makefile.linux
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
PROC=stm8
DESCRIPTION=STM8:stm8
ADDITIONAL_GOALS=config
include ../module.unx
config: $(C)stm8.cfg
$(C)stm8.cfg: stm8.cfg
$(CP) $? $@
# O1= idp
# O2= asms
PLFM_TMS320C1X=0x8009
# MAKEDEP dependency list ------------------
$(F)ana$(O) : $(I)area.hpp $(I)auto.hpp $(I)bytes.hpp $(I)funcs.hpp \
$(I)help.h $(I)ida.hpp $(I)idp.hpp $(I)kernwin.hpp \
$(I)lines.hpp $(I)llong.hpp $(I)nalt.hpp $(I)name.hpp \
$(I)netnode.hpp $(I)offset.hpp $(I)pro.h $(I)queue.hpp \
$(I)segment.hpp $(I)ua.hpp $(I)xref.hpp ../idaidp.hpp \
ana.cpp ins.hpp
$(F)emu$(O) : $(I)area.hpp $(I)auto.hpp $(I)bytes.hpp $(I)funcs.hpp \
$(I)help.h $(I)ida.hpp $(I)idp.hpp $(I)kernwin.hpp \
$(I)lines.hpp $(I)llong.hpp $(I)nalt.hpp $(I)name.hpp \
$(I)netnode.hpp $(I)offset.hpp $(I)pro.h $(I)queue.hpp \
$(I)segment.hpp $(I)ua.hpp $(I)xref.hpp ../idaidp.hpp \
emu.cpp ins.hpp
$(F)ins$(O) : $(I)area.hpp $(I)auto.hpp $(I)bytes.hpp $(I)funcs.hpp \
$(I)help.h $(I)ida.hpp $(I)idp.hpp $(I)kernwin.hpp \
$(I)lines.hpp $(I)llong.hpp $(I)nalt.hpp $(I)name.hpp \
$(I)netnode.hpp $(I)offset.hpp $(I)pro.h $(I)queue.hpp \
$(I)segment.hpp $(I)ua.hpp $(I)xref.hpp ../idaidp.hpp \
ins.cpp ins.hpp
$(F)out$(O) : $(I)area.hpp $(I)auto.hpp $(I)bytes.hpp $(I)funcs.hpp \
$(I)help.h $(I)ida.hpp $(I)idp.hpp $(I)kernwin.hpp \
$(I)lines.hpp $(I)llong.hpp $(I)nalt.hpp $(I)name.hpp \
$(I)netnode.hpp $(I)offset.hpp $(I)pro.h $(I)queue.hpp \
$(I)segment.hpp $(I)ua.hpp $(I)xref.hpp ../idaidp.hpp \
ins.hpp out.cpp
$(F)reg$(O) : $(I)area.hpp $(I)auto.hpp $(I)bytes.hpp $(I)entry.hpp \
$(I)funcs.hpp $(I)help.h $(I)ida.hpp $(I)idp.hpp \
$(I)kernwin.hpp $(I)lines.hpp $(I)llong.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 ../idaidp.hpp ins.hpp reg.cpp
# $(F)idp$(O) : idp.cpp tms320c1.hpp reg.hpp ins.hpp out.hpp asms.hpp
# $(F)asms$(O) : asms.cpp asms.hpp ins.hpp