repo.or.cz
/
remote
/
remote-mci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rename cleanUpProgram() to endChild() and add kill ability
[remote/remote-mci.git]
/
diku_mch
/
Makefile.am
blob
fa169437edb34830a9ccc8bdffce0fc383db131b
1
bin_PROGRAMS = diku_mch
2
3
diku_mch_SOURCES = \
4
Configuration.cc \
5
Configuration.h \
6
DeviceManager.cc \
7
DeviceManager.h \
8
Mote.cc \
9
Mote.h \
10
MoteHost.cc \
11
MoteHost.h \
12
SerialControl.cc \
13
SerialControl.h
14
15
diku_mch_DEPENDENCIES = \
16
$(top_builddir)/libutil/libutil.a \
17
$(top_builddir)/protocols/libprotocols.a
18
19
diku_mch_LDADD = \
20
$(diku_mch_DEPENDENCIES) \
21
$(BOOST_PROGRAM_OPTIONS_LIB)
22
23
SUBDIRS = plugpiper
24
25
include $(top_srcdir)/Makefile.lib