[/] [trunk/] [src/] [config/] [sources.mlb] - Blame information for rev 62

Line No. Rev Author Line
1 62 tbourke
(* $Id: sources.mlb 62 2008-08-20 11:20:33Z tbourke $
2
 *
3
 * Copyright (c) 2008 Timothy Bourke (University of NSW and NICTA)
4
 * All rights reserved.
5
 *
6
 * This program is free software; you can redistribute it and/or modify it
7
 * under the terms of the "BSD License" which is distributed with the
8
 * software in the file LICENSE.
9
 *
10
 * This program is distributed in the hope that it will be useful, but
11
 * WITHOUT ANY WARRANTY; without even the implied warranty of
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the BSD
13
 * License for more details.
14
 *)
15 4 tbourke
local
16
    $(SML_LIB)/basis/basis.mlb
17
    $(SML_LIB)/basis/sml-nj.mlb
18
    $(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb
19
    ../lib/sources.mlb
20
 
21
    config.lex.sml
22 11 tbourke
    config_lexer.sig
23
    config_tree.sig
24
    configtreefn.sml
25
    configtree.sml
26 4 tbourke
in
27
    signature CONFIG_TREE
28
    structure ConfigTree
29
end