1The interface definition file xmplmsg.if must be in /if.  Also 
2the /if/Hakefile must specify this interface under flounderGenDefs. 
3For example:
4
5-- whereas these are using the new-style bindings
6[ flounderGenDefs (options arch) f
7      | f <- [ "bcast",
8               "bench",
9	       ...
10               "xmplmsg"]
11             arch <- allArchitectures
12] ++
13