X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fpackage.conf.in;fp=ghc%2Fcompiler%2Fpackage.conf.in;h=a6ae8c28b4299a6c26af9945a688deead81b535c;hb=c7ec7f8a07d25f7444d5e6562dbff792544227f8;hp=242865e3f2bddd8d2022ab293a9e0c9dff6d4082;hpb=65d6f595de24d183da826dc8ee5a80b57a5ae0f3;p=ghc-hetmet.git diff --git a/ghc/compiler/package.conf.in b/ghc/compiler/package.conf.in index 242865e..a6ae8c2 100644 --- a/ghc/compiler/package.conf.in +++ b/ghc/compiler/package.conf.in @@ -1,50 +1,50 @@ -Package { - name = PACKAGE, - auto = False, -#ifdef INSTALLING - import_dirs = [ "$libdir/ghc-package" ], -#else - import_dirs = [ FPTOOLS_TOP_ABS"/ghc/compiler/stage1/utils", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/basicTypes", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/types", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/hsSyn", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/prelude", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/rename", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/typecheck", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/deSugar", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/coreSyn", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/specialise", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplCore", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stranal", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stgSyn", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplStg", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/codeGen", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/absCSyn", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/main", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/profiling", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/parser", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cprAnalysis", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/compMan", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cbits", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm", - FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" ], -#endif - source_dirs = [], -#ifdef INSTALLING - library_dirs = [ "$libdir" ], -#else - library_dirs = [ FPTOOLS_TOP_ABS"/ghc/compiler" ], -#endif - - hs_libraries = [ LIBRARY ], - extra_libraries = [], - c_includes = [], - package_deps = [ "base", "haskell98" ], - /* PACKAGE_DEPS doesn't work quite right here - it leaves - a trailing comma */ - extra_ghc_opts = [], - extra_cc_opts = [], - extra_ld_opts = [] -} +Package { + name = PACKAGE, + auto = False, +#ifdef INSTALLING + import_dirs = [ "$libdir/ghc-package" ], +#else + import_dirs = [ FPTOOLS_TOP_ABS"/ghc/compiler/stage1/utils", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/basicTypes", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/types", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/hsSyn", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/prelude", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/rename", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/typecheck", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/deSugar", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/coreSyn", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/specialise", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplCore", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stranal", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/stgSyn", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/simplStg", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/codeGen", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/absCSyn", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/main", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/profiling", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/parser", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cprAnalysis", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/compMan", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/ndpFlatten", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cbits", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/iface", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/cmm", + FPTOOLS_TOP_ABS"/ghc/compiler/stage1/nativeGen" ], +#endif + source_dirs = [], +#ifdef INSTALLING + library_dirs = [ "$libdir" ], +#else + library_dirs = [ FPTOOLS_TOP_ABS"/ghc/compiler" ], +#endif + + hs_libraries = [ LIBRARY ], + extra_libraries = [], + c_includes = [], + package_deps = [ "base", "haskell98" ], + /* PACKAGE_DEPS doesn't work quite right here - it leaves + a trailing comma */ + extra_ghc_opts = [], + extra_cc_opts = [], + extra_ld_opts = [] +}