aqhome-react: Started working on module which reacts to value changes.

This commit is contained in:
Martin Preuss
2024-02-21 22:29:02 +01:00
parent 4c44890d3c
commit 9e49e60aa8
12 changed files with 726 additions and 0 deletions

70
apps/aqhome-react/0BUILD Normal file
View File

@@ -0,0 +1,70 @@
<?xml?>
<gwbuild>
<target type="Program" name="aqhome-react" install="$(sbindir)" >
<includes type="c" >
$(gwenhywfar_cflags)
-I$(topsrcdir)
-I$(topbuilddir)
-I$(topsrcdir)/apps
-I$(topbuilddir)/apps
-I$(builddir)
-I$(srcdir)
</includes>
<includes type="tm2" >
--include=$(builddir)
--include=$(srcdir)
</includes>
<setVar name="local/cflags">$(visibility_cflags)</setVar>
<setVar name="tm2flags" >
</setVar>
<setVar name="local/typefiles" >
</setVar>
<setVar name="local/built_sources" >
</setVar>
<setVar name="local/built_headers_pub">
</setVar>
<setVar name="local/built_headers_priv" >
</setVar>
<headers dist="true" >
</headers>
<sources>
$(local/typefiles)
main.c
</sources>
<useTargets>
aqhome
aqhreact_types
</useTargets>
<libraries>
$(gwenhywfar_libs)
</libraries>
<subdirs>
types
</subdirs>
<extradist>
</extradist>
</target>
</gwbuild>