forked from rumpeltux/Stm8Ida
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile
More file actions
17 lines (15 loc) · 719 Bytes
/
makefile
File metadata and controls
17 lines (15 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PROC=stm8
CONFIGS=stm8.cfg
CFLAGS=-I../../module -fpermissive
IDAPATH ?= /opt/idapro7
include ../module.mak
# MAKEDEP dependency list ------------------
$(F)stm8$(O) : $(I)bitrange.hpp $(I)bytes.hpp $(I)config.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)netnode.hpp $(I)pro.h $(I)range.hpp $(I)segment.hpp \
$(I)../module/idaidp.hpp $(I)../module/iohandler.hpp \
$(I)ua.hpp $(I)xref.hpp ins.cpp ana.cpp out.cpp reg.cpp emu.cpp
install:
cp ../../bin/cfg/stm8.cfg $(IDAPATH)/cfg/
cp ../../bin/procs/stm8.so $(IDAPATH)/procs/