aqhome: started working on MTQQ client.

This commit is contained in:
Martin Preuss
2023-03-28 21:43:01 +02:00
parent 8d89d7a1a3
commit 562b3d863d
10 changed files with 831 additions and 3 deletions

82
aqhome/mqtt/0BUILD Normal file
View File

@@ -0,0 +1,82 @@
<?xml?>
<gwbuild>
<target type="ConvenienceLibrary" name="aqhmqtt" >
<includes type="c" >
$(gwenhywfar_cflags)
-I$(topsrcdir)
-I$(topbuilddir)
</includes>
<includes type="tm2" >
--include=$(builddir)
--include=$(srcdir)
</includes>
<define name="BUILDING_AQHOME" />
<setVar name="local/cflags">$(visibility_cflags)</setVar>
<setVar name="tm2flags" >
--api=AQHOME_API
</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="false" install="$(pkgincludedir)/ipc" >
$(local/built_headers_pub)
</headers>
<headers dist="true" install="$(pkgincludedir)/ipc" >
endpoint_mqttc.h
msg_mqtt.h
msg_mqtt_connect.h
</headers>
<headers dist="true" >
</headers>
<sources>
$(local/typefiles)
endpoint_mqttc.c
msg_mqtt.c
msg_mqtt_connect.c
</sources>
<extradist>
</extradist>
<useTargets>
</useTargets>
<subdirs>
</subdirs>
</target>
</gwbuild>