- added AQH_MSG_ENDPOINT - added AQH_MsgEndpointLog - added AQH_MsgEndpointTcp - added AQH_MsgEndpointTty - added AQH_MsgEndpointMgr
130 lines
2.2 KiB
Plaintext
130 lines
2.2 KiB
Plaintext
<?xml?>
|
|
|
|
<gwbuild>
|
|
|
|
<target type="InstallLibrary" name="aqhome"
|
|
so_current="$(project_so_current)"
|
|
so_age="$(project_so_age)"
|
|
so_revision="$(project_so_revision)"
|
|
install="$(libdir)" >
|
|
|
|
<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="true" >
|
|
api.h
|
|
serial.h
|
|
serial_p.h
|
|
msg.h
|
|
msg_p.h
|
|
msg_value.h
|
|
msg_sendstats.h
|
|
msg_ping.h
|
|
msg_pong.h
|
|
msg_needaddr.h
|
|
msg_haveaddr.h
|
|
msg_claimaddr.h
|
|
msg_denyaddr.h
|
|
msg_setaccmsggrps.h
|
|
msgendpoint.h
|
|
msgendpoint_p.h
|
|
msgendpointtcp.h
|
|
msgendpointtty.h
|
|
msgendpointtty_p.h
|
|
msgendpointlog.h
|
|
msgendpointlog_p.h
|
|
msgendpointmanager.h
|
|
msgendpointmanager_p.h
|
|
</headers>
|
|
|
|
|
|
<sources>
|
|
$(local/typefiles)
|
|
serial.c
|
|
msg.c
|
|
msg_value.c
|
|
msg_sendstats.c
|
|
msg_ping.c
|
|
msg_pong.c
|
|
msg_needaddr.c
|
|
msg_haveaddr.c
|
|
msg_claimaddr.c
|
|
msg_denyaddr.c
|
|
msg_setaccmsggrps.c
|
|
msgendpoint.c
|
|
msgendpointtcp.c
|
|
msgendpointtty.c
|
|
msgendpointlog.c
|
|
msgendpointmanager.c
|
|
</sources>
|
|
|
|
<useTargets>
|
|
</useTargets>
|
|
|
|
<libraries>
|
|
$(gwenhywfar_libs)
|
|
</libraries>
|
|
|
|
|
|
<subdirs>
|
|
</subdirs>
|
|
|
|
|
|
<extradist>
|
|
</extradist>
|
|
|
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
<target type="Program" name="libtest" >
|
|
<includes type="c" >
|
|
$(gwenhywfar_cflags)
|
|
-I$(topsrcdir)
|
|
-I$(topbuilddir)
|
|
</includes>
|
|
|
|
<setVar name="local/cflags">$(visibility_cflags)</setVar>
|
|
|
|
<sources>libtest.c</sources>
|
|
<useTargets>aqhome</useTargets>
|
|
<libraries>$(gwenhywfar_libs)</libraries>
|
|
</target>
|
|
|
|
|
|
</gwbuild>
|