aboutsummaryrefslogtreecommitdiff
path: root/fesvr/fesvr.mk.in
blob: 695de5278a94d391e203025122bbd7c182a865be (plain)
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
fesvr_hdrs = \
  byteorder.h \
  elf.h \
  elfloader.h \
  htif.h \
  dtm.h \
  memif.h \
  syscall.h \
  context.h \
  htif_pthread.h \
  htif_hexwriter.h \
  option_parser.h \
  term.h \
  device.h \
  rfb.h \
  tsi.h \

fesvr_install_hdrs = $(fesvr_hdrs)

fesvr_install_config_hdr = yes

fesvr_install_lib = yes

fesvr_srcs = \
  elfloader.cc \
  htif.cc \
  memif.cc \
  dtm.cc \
  syscall.cc \
  device.cc \
  rfb.cc \
  context.cc \
  htif_pthread.cc \
  htif_hexwriter.cc \
  dummy.cc \
  option_parser.cc \
  term.cc \
  tsi.cc \

fesvr_install_prog_srcs = \
  elf2hex.cc \