81 lines
1.2 KiB
Plaintext
81 lines
1.2 KiB
Plaintext
<?xml?>
|
|
|
|
<gwbuild>
|
|
|
|
<target type="ConvenienceLibrary" name="aqhtool_data" >
|
|
|
|
<includes type="c" >
|
|
$(gwenhywfar_cflags)
|
|
-I$(topsrcdir)
|
|
-I$(topbuilddir)
|
|
</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" >
|
|
getvalues.h
|
|
getdevices.h
|
|
adddata.h
|
|
getdatapoints.h
|
|
getfirstdata.h
|
|
getlastdata.h
|
|
getperioddata.h
|
|
setdata.h
|
|
moddevice.h
|
|
watch.h
|
|
</headers>
|
|
|
|
<sources>
|
|
$(local/typefiles)
|
|
|
|
getvalues.c
|
|
getdevices.c
|
|
adddata.c
|
|
getdatapoints.c
|
|
getfirstdata.c
|
|
getlastdata.c
|
|
getperioddata.c
|
|
setdata.c
|
|
moddevice.c
|
|
watch.c
|
|
</sources>
|
|
|
|
<useTargets>
|
|
</useTargets>
|
|
|
|
<libraries>
|
|
</libraries>
|
|
|
|
<subdirs>
|
|
</subdirs>
|
|
|
|
|
|
<extradist>
|
|
</extradist>
|
|
|
|
|
|
</target>
|
|
|
|
|
|
</gwbuild>
|