bffc32519b
Next step is to get the unified event loops working generically and then we can begin region-splitting up the data in harikoff. We'll assign all the global resource managers to Marionette and then assign the Mind components to the respective component threads.
7 lines
171 B
Makefile
7 lines
171 B
Makefile
SUBDIRS = deviceManager senseApis
|
|
AM_CPPFLAGS+= -I"$(top_srcdir)/hcore/include"
|
|
|
|
noinst_LIBRARIES = libhcore.a
|
|
libhcore_a_SOURCES = mind.cpp opts.cpp componentThread.cpp
|
|
|