<?xml?>


<gwbuild>


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

    <includes type="c" >
      $(gmp_cflags)
      $(gwenhywfar_cflags)
      $(aqbanking_cflags)
      $(aqdatabase_cflags)
      -I$(topsrcdir)/src/lib
      -I$(topbuilddir)/src/lib
      -I$(topbuilddir)
      -I$(topsrcdir)
      -I$(srcdir)
    </includes>
  
    <includes type="tm2" >
      --include=$(aqdatabase_AQDATABASE_TYPEMAKERDIR)/c
      --include=$(builddir)
      --include=$(srcdir)
      --include=$(builddir)/../types
      --include=$(topsrcdir)/src/lib/typemaker2/c
      --include=$(topbuilddir)/src/lib/typemaker2/c
    </includes>
  
    <define name="BUILDING_AQFINANCE_ENGINE" />
    <define name="AQFINANCE_DATA_DIR" value="$(aqfinance_data_searchdir)" quoted="TRUE" />

    <setVar name="local/cflags">$(visibility_cflags)</setVar>

  
    <setVar name="tm2flags" >
      --api=AE_API
    </setVar>


    <setVar name="local/typefiles" >
      af_graph_datapair.xml
      af_graph_dataset.xml
      af_graph_tick.xml
      af_graph_subgraph.xml
      af_graph_settings_pen.xml
      af_graph_settings_font.xml
      af_graph_settings.xml
    </setVar>
  
    <setVar name="local/built_sources" >
      af_graph_datapair.c
      af_graph_dataset.c
      af_graph_tick.c
      af_graph_subgraph.c
      af_graph_settings_pen.c
      af_graph_settings_font.c
      af_graph_settings.c
    </setVar>
  
    <setVar name="local/built_headers_pub">
      af_graph_datapair.h
      af_graph_dataset.h
      af_graph_tick.h
      af_graph_subgraph.h
      af_graph_settings_pen.h
      af_graph_settings_font.h
      af_graph_settings.h
    </setVar>
  
  
    <setVar name="local/built_headers_priv" >
      af_graph_datapair_p.h
      af_graph_dataset_p.h
      af_graph_tick_p.h
      af_graph_subgraph_p.h
      af_graph_settings_pen_p.h
      af_graph_settings_font_p.h
      af_graph_settings_p.h
    </setVar>
  
  
    <headers dist="false" >
      $(local/built_headers_pub)
      $(local/built_headers_priv)
    </headers>


    <headers dist="true" >
      af_graph.h
      af_graph_p.h
      setup.h
      layout.h
      draw.h
    </headers>
  
  
    <sources>
      $(local/typefiles)
      af_graph.c
      setup.c
      layout.c
      draw.c
    </sources>


    <data DIST="FALSE" generated="TRUE" >
      af_graph_datapair.tm2 af_graph_datapair_list.tm2 af_graph_datapair_list2.tm2
      af_graph_dataset.tm2 af_graph_dataset_list.tm2 af_graph_dataset_list2.tm2
      af_graph_tick.tm2 af_graph_tick_list.tm2 af_graph_tick_list2.tm2
      af_graph_subgraph.tm2 af_graph_subgraph_list.tm2 af_graph_subgraph_list2.tm2
      af_graph_settings_pen.tm2 af_graph_settings_pen_list.tm2 af_graph_settings_pen_list2.tm2
      af_graph_settings_font.tm2 af_graph_settings_font_list.tm2 af_graph_settings_font_list2.tm2
      af_graph_settings.tm2 af_graph_settings_list.tm2 af_graph_settings_list2.tm2
    </data>

    <extradist>
      af_graph_dataset_fns.c af_graph_dataset_fns.h
      af_graph_tick_fns.c af_graph_tick_fns.h
      af_graph_settings_fns.c af_graph_settings_fns.h
    </extradist>


    <useTargets>
    </useTargets>


    <subdirs>
    </subdirs>

  </target>
  
</gwbuild>

