-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibffi-clib.cabal
More file actions
92 lines (84 loc) · 1.96 KB
/
Copy pathlibffi-clib.cabal
File metadata and controls
92 lines (84 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
cabal-version: 3.12
name: libffi-clib
version: 3.7.1
synopsis: libffi clibs
description: C source code for the libffi package
license: MIT
author: Julian Ospald
maintainer: hasufell@posteo.de
build-type: Configure
extra-doc-files: CHANGELOG.md
extra-source-files:
aclocal.m4
compile
config.guess
config.sub
configure
configure.ac
configure.host
fficonfig.h.in
include/ffi.h.in
include/*.h
install-sh
libffi-clib.buildinfo.in
ltmain.sh
m4/*.m4
src/**/*.S
src/**/*.c
src/**/*.h
flag profiling
default: False
manual: True
flag debug
default: False
manual: True
flag dynamic
default: False
manual: True
flag threaded
default: False
manual: True
library
if arch(javascript)
buildable: False
default-language: Haskell2010
c-sources:
src/prep_cif.c
src/types.c
src/raw_api.c
src/java_raw_api.c
src/closures.c
src/tramp.c
include-dirs: include
autogen-includes:
ffi.h
install-includes:
ffi.h
if flag(threaded)
extra-library-flavours: _thr
if flag(dynamic)
extra-dynamic-library-flavours: _thr
if flag(profiling)
extra-library-flavours: _p
if flag(threaded)
extra-library-flavours: _thr_p
if flag(debug)
extra-library-flavours: _debug_p
if flag(threaded)
extra-library-flavours: _thr_debug_p
if flag(dynamic)
extra-dynamic-library-flavours: _p
if flag(threaded)
extra-dynamic-library-flavours: _thr_p
if flag(debug)
extra-dynamic-library-flavours: _debug_p
if flag(threaded)
extra-dynamic-library-flavours: _thr_debug_p
if flag(debug)
extra-library-flavours: _debug
if flag(dynamic)
extra-dynamic-library-flavours: _debug
if flag(threaded)
extra-library-flavours: _thr_debug
if flag(dynamic)
extra-dynamic-library-flavours: _thr_debug