<?xml?>

<gwbuild>

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

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


    <define name="BUILDING_AQHOME" />

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

  
    <setVar name="tm2flags" >
      --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)/ipc" >
      $(local/built_headers_pub)
    </headers>
  
  
    <headers dist="true" install="$(pkgincludedir)/ipc" >
      ipc_data.h
      msg_data_connect.h
      msg_data_datapoints.h
      msg_data_devices.h
      msg_data_getdata.h
      msg_data_multidata.h
      msg_data_values.h
      msg_data_set.h
    </headers>


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

      ipc_data.c
      msg_data_connect.c
      msg_data_datapoints.c
      msg_data_devices.c
      msg_data_getdata.c
      msg_data_multidata.c
      msg_data_values.c
      msg_data_set.c
    </sources>


    <extradist>
    </extradist>


    <useTargets>
    </useTargets>

    <subdirs>
    </subdirs>


  </target>
  
</gwbuild>
