Delay building libffi until package.conf is created and fix bindist
[ghc-hetmet.git] / libffi / package.conf.in
1 name:           PACKAGE
2 version:        1.0
3 license:        BSD3
4 maintainer:     glasgow-haskell-users@haskell.org
5 exposed:        True
6
7 exposed-modules:
8 hidden-modules:
9 import-dirs:
10
11 #ifdef INSTALLING
12 library-dirs:           LIB_DIR
13 #else /* !INSTALLING */
14 library-dirs:           FPTOOLS_TOP_ABS"/libffi"
15 #endif
16
17 hs-libraries:   "HSffi"
18
19 extra-libraries:                "m"             /* for ldexp() */
20
21 #ifdef INSTALLING
22 include-dirs:           INCLUDE_DIR
23 #else /* !INSTALLING */
24 include-dirs:           FPTOOLS_TOP_ABS"/libffi/build/include"
25 #endif
26
27 depends:
28 hugs-options:
29 cc-options:
30
31 framework-dirs:
32 frameworks:
33
34 haddock-interfaces:
35 haddock-html:
36