[project @ 2004-11-18 00:56:18 by igloo]
[ghc-hetmet.git] / ghc / compiler / package.conf.in
1 Package {
2         name           = PACKAGE,
3         auto           = False,
4 #ifdef INSTALLING
5         import_dirs    = [ "$libdir/ghc-package" ],
6 #else
7         import_dirs    = [ FPTOOLS_TOP_ABS"/ghc/compiler/stage1/utils",
8                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/basicTypes",
9                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/types",
10                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/hsSyn",
11                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/prelude",
12                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/rename",
13                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/typecheck",
14                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/deSugar",
15                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/coreSyn",
16                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/specialise",
17                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplCore",
18                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stranal",
19                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stgSyn",
20                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplStg",
21                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/codeGen",
22                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/main",
23                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/profiling",
24                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/parser",
25                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cprAnalysis",
26                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/compMan",
27                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten",
28                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cbits",
29                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface",
30                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm",
31                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" ],
32 #endif
33         source_dirs    = [],
34 #ifdef INSTALLING
35         library_dirs   = [ "$libdir" ],
36 #else
37         library_dirs   = [ FPTOOLS_TOP_ABS"/ghc/compiler" ],
38 #endif
39
40         hs_libraries    = [ LIBRARY ],
41         extra_libraries = [],
42         c_includes      = [],
43         package_deps    = [ "base", "haskell98" ],
44                 /* PACKAGE_DEPS doesn't work quite right here - it leaves
45                    a trailing comma */
46         extra_ghc_opts  = [],
47         extra_cc_opts   = [],
48         extra_ld_opts   = []
49 }