<?xml?>


<gwbuild>


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

    <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)/../graphs
      --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_update_release.xml
    </setVar>
  
    <setVar name="local/built_sources" >
      af_update_release.c
    </setVar>
  
    <setVar name="local/built_headers_pub">
      af_update_release.h
    </setVar>
  
  
    <setVar name="local/built_headers_priv" >
      af_update_release_p.h
    </setVar>
  
  
    <headers dist="false" >
      $(local/built_headers_pub)
      $(local/built_headers_priv)
    </headers>


    <headers dist="true" >
      af_update.h
      af_update_p.h
    </headers>
  
  
    <sources>
      $(local/typefiles)
      af_update.c
    </sources>


    <data DIST="FALSE" generated="TRUE" >
      af_update_release.tm2 af_update_release_list.tm2 af_update_release_list2.tm2
    </data>

    <extradist>
    </extradist>


    <useTargets>
    </useTargets>


    <subdirs>
    </subdirs>

  </target>
  
</gwbuild>

