More work on IPC code, added aqhomed daemon.

This commit is contained in:
Martin Preuss
2023-03-18 23:25:21 +01:00
parent c26119d34c
commit d1c21322b8
23 changed files with 1127 additions and 61 deletions

15
0BUILD
View File

@@ -27,6 +27,7 @@
<setVar name="AQHOME_VERSION_FULL_STRING">
$(project_vmajor).$(project_vminor).$(project_vpatchlevel).$(project_vbuild)$(project_vtag)
</setVar>
<define name="AQHOME_VERSION_STRING" value="$(AQHOME_VERSION_STRING)" quoted="TRUE" />
@@ -38,6 +39,7 @@
<setVar name="exec_prefix">$(option_prefix)/bin</setVar>
<setVar name="sysconfdir">$(option_prefix)/etc</setVar>
<setVar name="bindir">$(option_prefix)/bin</setVar>
<setVar name="sbindir">$(option_prefix)/sbin</setVar>
<setVar name="libdir">$(option_prefix)/lib</setVar>
<setVar name="includedir">$(option_prefix)/include</setVar>
<setVar name="datarootdir">$(option_prefix)/share</setVar>
@@ -49,6 +51,18 @@
<setVar name="pkgdatadir">$(datadir)/$(package)</setVar>
<checkheaders>
signal.h
sys/stat.h
sys/types.h
</checkheaders>
<checkfunctions type="c" >
getpid
</checkfunctions>
<checkProgs>
<prog cmd="avrdude" id="avrdude" />
@@ -79,6 +93,7 @@
<subdirs>
avr
aqhome
apps
</subdirs>