2012-05-30 18:13:09 +00:00
|
|
|
#
|
|
|
|
# \brief Interprocess communication without thread implementations
|
|
|
|
# \author Martin Stein
|
|
|
|
# \date 2012-04-16
|
|
|
|
#
|
|
|
|
|
|
|
|
# add C++ source files
|
|
|
|
SRC_CC += ipc.cc
|
|
|
|
|
|
|
|
# declare source paths
|
2012-12-10 12:55:19 +00:00
|
|
|
vpath ipc.cc $(REP_DIR)/src/base
|
|
|
|
|