<?xml?>

<gwbuild>

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

    <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" >
      endpoint_mqtt.h
      endpoint_mqttc.h
      msg_mqtt.h
      msg_mqtt_connect.h
      msg_mqtt_connack.h
      msg_mqtt_publish.h
      msg_mqtt_pubresponse.h
      msg_mqtt_subscribe.h
      msg_mqtt_suback.h
    </headers>


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

      endpoint_mqtt.c
      endpoint_mqttc.c
      msg_mqtt.c
      msg_mqtt_connect.c
      msg_mqtt_connack.c
      msg_mqtt_publish.c
      msg_mqtt_pubresponse.c
      msg_mqtt_subscribe.c
      msg_mqtt_suback.c
    </sources>


    <extradist>
    </extradist>


    <useTargets>
    </useTargets>

    <subdirs>
    </subdirs>

  
  

  </target>
  
</gwbuild>
