<?xml?>


<gwbuild>


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

    <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" >
      context.xml
      font.xml
      pen.xml
    </setVar>
  
    <setVar name="local/built_sources" >
      context.c
      font.c
      pen.c
    </setVar>
  
    <setVar name="local/built_headers_pub">
      context.h
      font.h
      pen.h
    </setVar>
  
  
    <setVar name="local/built_headers_priv" >
      context_p.h
      font_p.h
      pen_p.h
    </setVar>


    <headers dist="false" install="$(pkgincludedir)/draw">
      $(local/built_headers_pub)
    </headers>

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


    <headers dist="true" install="$(pkgincludedir)/draw">
      context_cairo.h
      w_drawable.h
    </headers>
  
    <headers dist="true" >
      context_cairo_p.h
      w_drawable_p.h
      w_hlayout.h
      w_vlayout.h
      w_mlayout.h
      w_label.h
    </headers>
  
  
    <sources>
      $(local/typefiles)
      context_cairo.c
      w_drawable.c
      w_hlayout.c
      w_vlayout.c
      w_mlayout.c
      w_label.c
    </sources>

    <extradist>
    </extradist>

    <data DIST="FALSE" generated="TRUE" >
      aqdg_context.tm2 aqdg_context_list.tm2 aqdg_context_list2.tm2
      aqdg_font.tm2 aqdg_font_list.tm2 aqdg_font_list2.tm2
      aqdg_pen.tm2 aqdg_pen_list.tm2 aqdg_pen_list2.tm2
    </data>


    <useTargets>
    </useTargets>


    <subdirs>
    </subdirs>

  </target>
  
</gwbuild>

