[/] [trunk/] [src/] [cmdlang/] [sources.mlb] - Rev 62

(* $Id: sources.mlb 62 2008-08-20 11:20:33Z tbourke $
 *
 * Copyright (c) 2008 Timothy Bourke (University of NSW and NICTA)
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the "BSD License" which is distributed with the
 * software in the file LICENSE.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the BSD
 * License for more details.
 *)
local
    ../lib/sources.mlb
    ../uppaal/sources.mlb
    ../graphviz/sources.mlb
    ../maketest/sources.mlb
    ../uppaalxml/sources.mlb
    ../layout/sources.mlb
    ../mcs51/sources.mlb
    ../general.mlb

    $(SML_LIB)/basis/basis.mlb
    $(SML_LIB)/basis/sml-nj.mlb
    $(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb
    $(SML_LIB)/mlyacc-lib/mlyacc-lib.mlb

    cmd_env.sig
    cmdenv.sml

    nta_util.sig
    ntautil.sml

    cmdloop.sml
    cmdlang.grm.sig
    cmdlang.grm.sml
    cmdlang.lex.sml

    cmd_lang.sig
    cmdlang.sml
in
    signature CMD_LANG
    structure CmdLang
    signature CMD_ENV
    structure CmdEnv
end