SCM Repository
Diff of /branches/pure-cfg/src/compiler/common/paths_sml.in
Parent Directory
|
Revision Log
|
Patch
revision 631, Thu Mar 17 00:31:24 2011 UTC | revision 632, Thu Mar 17 00:32:17 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | (* paths_in.sml | (* paths.sml |
2 | * | * |
3 | * COPYRIGHT (c) 2011 The Diderot Project (http://diderot-language.cs.uchicago.edu) | * COPYRIGHT (c) 2011 The Diderot Project (http://diderot-language.cs.uchicago.edu) |
4 | * All rights reserved. | * All rights reserved. |
5 | * | |
6 | * @configure_input@ | |
7 | *) | *) |
8 | ||
9 | structure Paths = | structure Paths = |
# | Line 19 | Line 21 |
21 | ||
22 | (* installation directories for Diderot stuff *) | (* installation directories for Diderot stuff *) |
23 | val installBin = "@prefix@/bin" | val installBin = "@prefix@/bin" |
24 | val installInclude = "@prefix@/src/include" | val installInclude = "@prefix@/include" |
25 | val installLib = "@prefix@/src/lib" | val installLib = "@prefix@/lib" |
26 | ||
27 | (* paths to some useful tools *) | (* paths to some useful tools *) |
28 | local | local |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |