aqhome: started reworking message code to use gwen's new msgio code.
This commit is contained in:
104
aqhome/msg/0BUILD
Normal file
104
aqhome/msg/0BUILD
Normal file
@@ -0,0 +1,104 @@
|
||||
<?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)/nodes" >
|
||||
$(local/built_headers_pub)
|
||||
</headers>
|
||||
|
||||
|
||||
<headers dist="true" install="$(pkgincludedir)/nodes" >
|
||||
endpointmgr.h
|
||||
endpoint_node.h
|
||||
endpoint_log.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_value.h
|
||||
</headers>
|
||||
|
||||
|
||||
<headers dist="true" >
|
||||
endpointmgr_p.h
|
||||
endpoint_node_p.h
|
||||
endpoint_log_p.h
|
||||
msg_node_p.h
|
||||
</headers>
|
||||
|
||||
|
||||
<sources>
|
||||
$(local/typefiles)
|
||||
|
||||
endpointmgr.c
|
||||
endpoint_node.c
|
||||
endpoint_log.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_value.c
|
||||
</sources>
|
||||
|
||||
|
||||
<extradist>
|
||||
</extradist>
|
||||
|
||||
|
||||
<useTargets>
|
||||
</useTargets>
|
||||
|
||||
<subdirs>
|
||||
</subdirs>
|
||||
|
||||
|
||||
|
||||
|
||||
</target>
|
||||
|
||||
</gwbuild>
|
||||
Reference in New Issue
Block a user