Files
aqhomecontrol/aqhome/ipc2/0BUILD
2025-03-18 22:55:08 +01:00

118 lines
1.9 KiB
Plaintext

<?xml?>
<gwbuild>
<target type="ConvenienceLibrary" name="aqhipc2" >
<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.h
message.h
msgrequest.h
msgreader.h
msgwriter.h
ipc_endpoint.h
ipc_msgreader.h
ipc_server.h
ipc_client.h
node_msgreader.h
tcpd_object.h
tcp_object.h
tty_object.h
tty_endpoint.h
mqtt_msgreader.h
mqtt_endpoint.h
mqtt_client.h
</headers>
<headers dist="true" >
msgreader_p.h
msgwriter_p.h
tcpd_object_p.h
endpoint_p.h
message_p.h
msgrequest_p.h
ipc_server_p.h
</headers>
<sources>
$(local/typefiles)
endpoint.c
message.c
msgrequest.c
msgreader.c
msgwriter.c
node_msgreader.c
mqtt_msgreader.c
tcpd_object.c
tcp_object.c
ipc_msgreader.c
ipc_server.c
ipc_client.c
ipc_endpoint.c
tty_object.c
tty_endpoint.c
mqtt_endpoint.c
mqtt_client.c
</sources>
<extradist>
</extradist>
<useTargets>
</useTargets>
<subdirs>
</subdirs>
</target>
</gwbuild>