<?xml?>

<gwbuild>


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

    <includes type="c" >
      $(gwenhywfar_cflags)
      -I$(topsrcdir)
      -I$(topbuilddir)
      -I$(topsrcdir)/apps
      -I$(topbuilddir)/apps
      -I$(builddir)
      -I$(srcdir)
    </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" >
    </headers>
  
    <sources>
      $(local/typefiles)
      main.c
    </sources>

    <useTargets>
      aqhomereact
      aqhome
    </useTargets>

    <libraries>
      $(gwenhywfar_libs)
      -lm
    </libraries>

    <subdirs>
    </subdirs>


    <extradist>
    </extradist>


  </target>



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

    <includes type="c" >
      $(gwenhywfar_cflags)
      -I$(topsrcdir)
      -I$(topbuilddir)
      -I$(topsrcdir)/apps
      -I$(topbuilddir)/apps
      -I$(builddir)
      -I$(srcdir)
    </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" >
      server.h
      server_p.h
      net_read.h
      suntimes.h
    </headers>
  
    <sources>
      $(local/typefiles)
      server.c
      net_read.c
      suntimes.c
    </sources>

    <useTargets>
      aqhome
      aqhreact_types
      aqhreact_units
    </useTargets>

    <libraries>
      $(gwenhywfar_libs)
      -lm
    </libraries>

    <subdirs>
      types
      units
      networks
      examples
    </subdirs>


    <extradist>
    </extradist>


  </target>


</gwbuild>


