<?xml?>

<gwbuild>

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

    <includes type="c" >
      $(gmp_cflags)
      $(gwenhywfar_cflags)
      -I$(builddir)
      -I$(srcdir)
      -I$(builddir)/../..
      -I$(srcdir)/../..
      -I$(topsrcdir)/src/libs
      -I$(topbuilddir)/src/libs
      -I$(topbuilddir)
      -I$(topsrcdir)
    </includes>
  
    <includes type="tm2" >
      --include=$(topsrcdir)/src/libs/aqbanking/typemaker2/c
      --include=$(topbuilddir)/src/libs/aqbanking/typemaker2/c
      --include=$(builddir)
      --include=$(srcdir)
    </includes>
  
    <define name="BUILDING_AQBANKING" />

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

  
    <setVar name="tm2flags" >
    </setVar>


    <setVar name="local/typefiles" >
      oh_institute_data.xml
      oh_institute_spec.xml
    </setVar>
  
    <setVar name="local/built_sources" >
      oh_institute_data.c
      oh_institute_spec.c
    </setVar>
  
    <setVar name="local/built_headers_pub">
      oh_institute_data.h
      oh_institute_spec.h
    </setVar>
  
    <setVar name="local/built_headers_priv" >
      oh_institute_data_p.h
      oh_institute_spec_p.h
    </setVar>
  
  
    <headers dist="true" >
      $(local/built_headers_pub)

       ofxhome_p.h
       dlg_getinst_p.h
       oh_institute_data_fns.h
       oh_institute_spec_fns.h
       ofxhome.h
       dlg_getinst.h
    </headers>
  
  
    <sources>
      $(local/typefiles)

      ofxhome.c
      dlg_getinst.c
    </sources>

    <data install="$(pkgdatadir)/backends/aqofxconnect/dialogs" >
      dlg_getinst.dlg
    </data>


    <extradist>
      oh_institute_data_fns.c
      oh_institute_spec_fns.c
    </extradist>


    <useTargets>
    </useTargets>


    <subdirs>
    </subdirs>

  
  

  </target>
  
</gwbuild>
