[project @ 2004-08-18 15:47:55 by panne]
[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/absCSyn",
23                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/main",
24                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/profiling",
25                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/parser",
26                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cprAnalysis",
27                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/compMan",
28                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten",
29                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cbits",
30                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface",
31                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm",
32                            FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" ],
33 #endif
34         source_dirs    = [],
35 #ifdef INSTALLING
36         library_dirs   = [ "$libdir" ],
37 #else
38         library_dirs   = [ FPTOOLS_TOP_ABS"/ghc/compiler" ],
39 #endif
40
41         hs_libraries    = [ LIBRARY ],
42         extra_libraries = [],
43         c_includes      = [],
44         package_deps    = [ "base", "haskell98" ],
45                 /* PACKAGE_DEPS doesn't work quite right here - it leaves
46                    a trailing comma */
47         extra_ghc_opts  = [],
48         extra_cc_opts   = [],
49         extra_ld_opts   = []
50 }