<?xml?>


<gwbuild>


  <target type="ConvenienceLibrary" name="aqdg_data" >

    <includes type="c" >
      $(gwenhywfar_cflags)
      $(cairo_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" >
    </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)/data">
      $(local/built_headers_pub)
    </headers>

    <headers dist="false" >
      $(local/built_headers_priv)
    </headers>


    <headers dist="true" install="$(pkgincludedir)/data">
      average.h
      accumulate.h
      negate.h
      floatingavg.h
      date.h
      diff.h
    </headers>
  
    <headers dist="true" >
    </headers>
  
  
    <sources>
      $(local/typefiles)
      average.c
      accumulate.c
      negate.c
      floatingavg.c
      date.c
      diff.c
    </sources>

    <extradist>
    </extradist>

    <data DIST="FALSE" generated="TRUE" >
    </data>


    <useTargets>
    </useTargets>


    <subdirs>
    </subdirs>

  </target>
  
</gwbuild>

