1[ build application { target = "shm_client" ,
2                      cFiles = [ "shm_client.c" ],
3                      addLibraries = [ "posixcompat", "octopus", "thc"  ]
4                    },
5  build application { target = "shm_server" ,
6                      cFiles = [ "shm_server.c" ],
7                      addLibraries = [ "posixcompat", "octopus", "thc" ]
8                    }
9]
10