129 lines
2.0 KiB
Plaintext
129 lines
2.0 KiB
Plaintext
<?xml?>
|
|
|
|
|
|
<gwbuild>
|
|
|
|
|
|
<target type="ConvenienceLibrary" name="aqdg_graph" >
|
|
|
|
<includes type="c" >
|
|
$(gwenhywfar_cflags)
|
|
-I$(topsrcdir)/src/lib
|
|
-I$(topbuilddir)/src/lib
|
|
-I$(topbuilddir)
|
|
-I$(topsrcdir)
|
|
-I$(srcdir)
|
|
</includes>
|
|
|
|
<includes type="tm2" >
|
|
--include=$(builddir)
|
|
--include=$(srcdir)
|
|
--include=$(builddir)/../types
|
|
--include=$(topsrcdir)/src/lib/typemaker2/c
|
|
--include=$(topbuilddir)/src/lib/typemaker2/c
|
|
</includes>
|
|
|
|
<define name="BUILDING_AQDIAGRAM" />
|
|
<setVar name="local/cflags">$(visibility_cflags)</setVar>
|
|
|
|
|
|
<setVar name="tm2flags" >
|
|
--api=AQDG_API
|
|
</setVar>
|
|
|
|
|
|
<setVar name="local/typefiles" >
|
|
datapair.t2d
|
|
subgraph.t2d
|
|
tick.t2d
|
|
axis.t2d
|
|
curve.t2d
|
|
</setVar>
|
|
|
|
<setVar name="local/built_sources" >
|
|
datapair.c
|
|
subgraph.c
|
|
tick.c
|
|
axis.c
|
|
curve.c
|
|
</setVar>
|
|
|
|
<setVar name="local/built_headers_pub">
|
|
datapair.h
|
|
subgraph.h
|
|
tick.h
|
|
axis.h
|
|
curve.h
|
|
</setVar>
|
|
|
|
|
|
<setVar name="local/built_headers_priv" >
|
|
datapair_p.h
|
|
subgraph_p.h
|
|
tick_p.h
|
|
axis_p.h
|
|
curve_p.h
|
|
</setVar>
|
|
|
|
|
|
|
|
<headers dist="false" install="$(pkgincludedir)">
|
|
$(local/built_headers_pub)
|
|
</headers>
|
|
|
|
<headers dist="false" >
|
|
$(local/built_headers_priv)
|
|
</headers>
|
|
|
|
|
|
<headers dist="true" install="$(pkgincludedir)">
|
|
graph.h
|
|
timegraph.h
|
|
w_graph.h
|
|
w_axis.h
|
|
w_xaxis.h
|
|
w_yaxis.h
|
|
w_viewport.h
|
|
</headers>
|
|
|
|
|
|
<headers dist="true">
|
|
graph_p.h
|
|
w_graph_p.h
|
|
w_axis_p.h
|
|
w_viewport_p.h
|
|
</headers>
|
|
|
|
|
|
<sources>
|
|
$(local/typefiles)
|
|
graph.c
|
|
timegraph.c
|
|
w_graph.c
|
|
w_axis.c
|
|
w_xaxis.c
|
|
w_yaxis.c
|
|
w_viewport.c
|
|
</sources>
|
|
|
|
|
|
<data DIST="FALSE" generated="TRUE" >
|
|
</data>
|
|
|
|
|
|
<extradist>
|
|
</extradist>
|
|
|
|
|
|
<useTargets>
|
|
</useTargets>
|
|
|
|
|
|
<subdirs>
|
|
</subdirs>
|
|
|
|
</target>
|
|
|
|
</gwbuild>
|
|
|