1--------------------------------------------------------------------------
2-- Copyright (c) 2012, ETH Zurich.
3-- All rights reserved.
4--
5-- This file is distributed under the terms in the attached LICENSE file.
6-- If you do not find this file, copies can be found by writing to:
7-- ETH Zurich D-INFK, CAB F.78, Universitaetstr. 6, CH-8092 Zurich,
8-- Attn: Systems Group.
9--
10-- Hakefile for lib/angler
11--
12--------------------------------------------------------------------------
13
14[ build library { target = "angler",
15                  cFiles = [ "angler.c" ],
16                  flounderDefs = [ "monitor" ],
17                  flounderBindings = [ "octopus", "terminal_session" ],
18                  flounderExtraDefs = [ ( "octopus", [ "rpcclient" ] ) ],
19                  flounderExtraBindings = [ ( "terminal_session",
20                                              [ "rpcclient" ] ) ]
21                } ]
22