<?xml?>

<gwbuild>

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

    <includes type="c" >
      $(gwenhywfar_cflags)
      $(aqcgi_cflags)
      $(aqdiagram_cflags)
      -I$(topsrcdir)
      -I$(topbuilddir)
      -I$(topsrcdir)/apps
      -I$(topbuilddir)/apps
      -I$(builddir)
      -I$(srcdir)
    </includes>
  
    <includes type="tm2" >
      --include=$(builddir)
      --include=$(srcdir)
    </includes>


    <define name="not_BUILDING_AQHOME" />

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

  
    <setVar name="tm2flags-INACTIVE" >
      --api=AQHOME_API
    </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" install="$(pkgincludedir)/service" >
      $(local/built_headers_pub)
    </headers>
  
  
    <headers dist="true" install="$(pkgincludedir)/service" >
      mdevices.h
      mdevices_init.h
      mdevices_index.h
      mdevices_valuestable.h
      mdevices_valuesgraph.h
      mdevices_value.h
      mdevices_setdata.h
      mdevices_vgraph.h
      mdevices_device.h
      mdevices_setdevice.h
    </headers>


    <headers dist="true" >
    </headers>
  
  
    <sources>
      $(local/typefiles)

      mdevices.c
      mdevices_init.c
      mdevices_index.c
      mdevices_valuestable.c
      mdevices_valuesgraph.c
      mdevices_value.c
      mdevices_setdata.c
      mdevices_vgraph.c
      mdevices_device.c
      mdevices_setdevice.c
    </sources>


    <extradist>
    </extradist>


    <useTargets>
    </useTargets>

    <subdirs>
    </subdirs>

  </target>
  
</gwbuild>
