Files
aqhomecontrol/aqhome/msg/0BUILD
2025-01-01 19:33:32 +01:00

122 lines
2.0 KiB
Plaintext

<?xml?>
<gwbuild>
<target type="ConvenienceLibrary" name="aqhmsg" >
<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)/msg" >
$(local/built_headers_pub)
</headers>
<headers dist="true" install="$(pkgincludedir)/msg" >
endpoint_tty.h
msg_node.h
msg_ping.h
msg_pong.h
msg_claimaddr.h
msg_denyaddr.h
msg_haveaddr.h
msg_needaddr.h
msg_sendstats.h
msg_recvstats.h
msg_memstats.h
msg_sysstats.h
msg_value.h
msg_value2.h
msg_value3.h
msg_device.h
msg_flashready.h
msg_flashstart.h
msg_flashresponse.h
msg_flashend.h
msg_flashdata.h
msg_reboot.h
</headers>
<headers dist="true" >
endpoint_tty_p.h
</headers>
<sources>
$(local/typefiles)
endpoint_tty.c
msg_node.c
msg_ping.c
msg_pong.c
msg_claimaddr.c
msg_denyaddr.c
msg_haveaddr.c
msg_needaddr.c
msg_sendstats.c
msg_recvstats.c
msg_memstats.c
msg_sysstats.c
msg_value.c
msg_value2.c
msg_value3.c
msg_device.c
msg_flashready.c
msg_flashstart.c
msg_flashresponse.c
msg_flashend.c
msg_flashdata.c
msg_reboot.c
</sources>
<extradist>
</extradist>
<useTargets>
</useTargets>
<subdirs>
</subdirs>
</target>
</gwbuild>