<?xml?>

<gwbuild>

  <target type="Program" name="aqhome-nodes" install="$(sbindir)" >

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

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

    <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="true" >
      db.h
      tty_log.h
      devicesread.h
      devicesdump.h
      r_setdata.h
      r_connect.h
    </headers>
  
    <sources>
      $(local/typefiles)
      server.c
      db.c
      devicesread.c
      devicesdump.c
      r_setdata.c
      r_connect.c
      main.c
    </sources>

    <useTargets>
      aqhnodes_types
      aqhome
    </useTargets>

    <libraries>
      $(gwenhywfar_libs)
    </libraries>

    <subdirs>
      types
    </subdirs>


    <extradist>
    </extradist>


  </target>


</gwbuild>
