<?xml?>


<gwbuild>


  <target type="Program" name="aqfinance-cli" install="$(bindir)" >

    <setVar name="local/compiler_includes">
      $(gmp_cflags)
      $(gwenhywfar_cflags)
      $(aqbanking_cflags)
      $(aqdatabase_cflags)
      $(fox16_cflags)
      $(cairo_cflags) 
      $(aqfoxext_cflags)
      -I$(topsrcdir)/src/lib
      -I$(topbuilddir)/src/lib
      -I$(builddir)
      -I$(srcdir)
      -I$(srcdir)/../../lib
      -I$(builddir)/../../lib
      -I$(srcdir)/../../lib/widgets
      -I$(srcdir)/../../lib/views
      -I$(srcdir)/../../lib/icons
      -I$(srcdir)/../../lib/dialogs
      -I$(topbuilddir)
      -I$(topsrcdir)
    </setVar>

    <includes type="cxx" >
      $(local/compiler_includes)
    </includes>

    <includes type="c" >
      $(local/compiler_includes)
    </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>


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


    <xdefine name="AF_VERSION_PACK"    value="$(option_packver)"           quoted="TRUE" />

  
    <setVar name="tm2flags" >
    </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" >
      $(local/built_headers_pub)
      $(local/built_headers_priv)
    </headers>


    <headers dist="true" >
      globals.h
      checkdb.h
      dbimport.h
      dbinit.h
      dblisttrans.h
      dbrecon.h
      depot_add.h
      depot_list.h
      exportstm.h
      fromxml.h
      htmlsplitrep.h
      prices_import.h
      opendb.h
      shares_import.h
      shares_list.h
      test.h
      toxml.h
      update.h
      graphreport.h
      graphreport2.h
    </headers>
  
  
    <sources>
      $(local/typefiles)

      main.c
      checkdb.c
      dbimport.c
      dbinit.c
      dblisttrans.c
      dbrecon.c
      depot_add.c
      depot_list.c
      exportstm.c
      fromxml.c
      htmlsplitrep.c
      prices_import.c
      opendb.c
      shares_import.c
      shares_list.c
      test.c
      toxml.c
      update.c
      graphreport.c
      graphreport2.c
    </sources>


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

    <extradist>
      util.c
    </extradist>


    <useTargets>
      aqfinance
    </useTargets>

    <libraries>
      $(gwenhywfar_libs)
      $(aqbanking_libs) 
      $(aqdatabase_libs)
      $(cairo_libs) 
    </libraries>


    <subdirs>
    </subdirs>


  </target>
  
</gwbuild>

