Files
aqhomecontrol/aqhome/msg/node/0BUILD
2026-03-15 20:21:30 +01:00

115 lines
1.8 KiB
Plaintext

<?xml?>
<gwbuild>
<target type="ConvenienceLibrary" name="aqhmsg_node" >
<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" >
m_node.h
m_device.h
m_recvstats.h
m_sendstats.h
m_memstats.h
m_sysstats.h
m_addr.h
m_needaddr.h
m_ping.h
m_pong.h
m_reboot.h
m_value.h
m_flashstart.h
m_flashdata.h
m_flashend.h
m_flashready.h
m_flashresponse.h
m_range.h
m_time.h
</headers>
<headers dist="true" >
</headers>
<sources>
$(local/typefiles)
m_node.c
m_device.c
m_recvstats.c
m_sendstats.c
m_memstats.c
m_sysstats.c
m_addr.c
m_needaddr.c
m_ping.c
m_pong.c
m_reboot.c
m_value.c
m_flashstart.c
m_flashdata.c
m_flashend.c
m_flashready.c
m_flashresponse.c
m_range.c
m_time.c
</sources>
<extradist>
</extradist>
<useTargets>
</useTargets>
<subdirs>
</subdirs>
</target>
</gwbuild>