summaryrefslogtreecommitdiff
path: root/ghc/rts/package.conf.in
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-01-20 15:05:59 +0000
committersimonmar <unknown>2005-01-20 15:05:59 +0000
commit73ef81cb72ebde9c2614000c0a306ba6405689ae (patch)
treee54776dec9d6f5a83dff9118e84e207751f4f455 /ghc/rts/package.conf.in
parent2a134ddd1c6ec42cc8f0c5af1c06df65e919ee4e (diff)
downloadhaskell-73ef81cb72ebde9c2614000c0a306ba6405689ae.tar.gz
[project @ 2005-01-20 15:05:59 by simonmar]
One package.conf.in file I forgot
Diffstat (limited to 'ghc/rts/package.conf.in')
-rw-r--r--ghc/rts/package.conf.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/ghc/rts/package.conf.in b/ghc/rts/package.conf.in
index b1df8ebae8..24b3df9045 100644
--- a/ghc/rts/package.conf.in
+++ b/ghc/rts/package.conf.in
@@ -3,7 +3,7 @@
#include "ghcconfig.h"
#include "RtsConfig.h"
-name: rts
+name: PACKAGE
version: 1.0
license: BSD3
maintainer: glasgow-haskell-users@haskell.org
@@ -15,15 +15,15 @@ hidden-modules:
import-dirs:
#ifdef INSTALLING
-library-dirs: "$libdir"
+library-dirs: LIB_DIR
# ifdef mingw32_TARGET_OS
- , "$libdir/gcc-lib"
+ , LIB_DIR"/gcc-lib"
/* force the dist-provided gcc-lib/ into scope. */
# endif
#else /* !INSTALLING */
-library-dirs: "$libdir/ghc/rts"
+library-dirs: FPTOOLS_TOP_ABS"/ghc/rts"
# ifndef HAVE_LIBGMP
- , "$libdir/ghc/rts/gmp"
+ , FPTOOLS_TOP_ABS"/ghc/rts/gmp"
# endif
#endif
@@ -52,12 +52,12 @@ extra-libs: "m" /* for ldexp() */
#endif
#ifdef INSTALLING
-include-dirs: "$libdir/include"
+include-dirs: INCLUDE_DIR
# ifdef mingw32_TARGET_OS
- , "$libdir/include/mingw"
+ , INCLUDE_DIR"/mingw"
# endif
#else /* !INSTALLING */
-include-dirs: "$libdir/ghc/includes"
+include-dirs: FPTOOLS_TOP_ABS"/ghc/includes"
#endif
includes: Stg.h