97 lines
1.5 KiB
Plaintext
97 lines
1.5 KiB
Plaintext
<?xml?>
|
|
|
|
<gwbuild>
|
|
|
|
<target type="Program" name="aqhome-data" install="$(sbindir)" >
|
|
|
|
<includes type="c" >
|
|
$(gwenhywfar_cflags)
|
|
-I$(topsrcdir)
|
|
-I$(topbuilddir)
|
|
-I$(builddir)
|
|
-I$(srcdir)
|
|
</includes>
|
|
|
|
<includes type="tm2" >
|
|
--include=$(builddir)
|
|
--include=$(srcdir)
|
|
</includes>
|
|
|
|
<setVar name="local/cflags">$(visibility_cflags)</setVar>
|
|
|
|
<setVar name="tm2flags" >
|
|
</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" >
|
|
aqhome_data.h
|
|
aqhome_data_p.h
|
|
fini.h
|
|
init.h
|
|
loop.h
|
|
c_connect.h
|
|
c_updatedata.h
|
|
c_getvalues.h
|
|
c_getdevices.h
|
|
c_getdatapoints.h
|
|
c_getlastdatapoint.h
|
|
c_setdata.h
|
|
c_addvalue.h
|
|
c_annvalue.h
|
|
c_moddevice.h
|
|
</headers>
|
|
|
|
<sources>
|
|
$(local/typefiles)
|
|
|
|
aqhome_data.c
|
|
fini.c
|
|
init.c
|
|
loop.c
|
|
c_connect.c
|
|
c_updatedata.c
|
|
c_getvalues.c
|
|
c_getdevices.c
|
|
c_getdatapoints.c
|
|
c_getlastdatapoint.c
|
|
c_setdata.c
|
|
c_addvalue.c
|
|
c_annvalue.c
|
|
c_moddevice.c
|
|
main.c
|
|
</sources>
|
|
|
|
<useTargets>
|
|
aqhome
|
|
</useTargets>
|
|
|
|
<libraries>
|
|
$(gwenhywfar_libs)
|
|
</libraries>
|
|
|
|
<subdirs>
|
|
</subdirs>
|
|
|
|
|
|
<extradist>
|
|
</extradist>
|
|
|
|
|
|
</target>
|
|
|
|
|
|
</gwbuild>
|
|
|
|
|