~npalix/coccinelle/upstream

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
ocamlfind query (unix|bigarray|num|dynlink|str|threads)

$(ocamllibdir)



pkg-config --atleast-pkgconfig-version




pkg-config --exists --print-errors python(-([0-9\\.]+))?\$
s,^pkg-config --exists --print-errors python(-([0-9\\.]+))?\$,\\2,
$(pythonexists "${MATCH}")


pkg-config --print-errors python(-([0-9\\.]+))?\$
s,^pkg-config --print-errors python(-([0-9\\.]+))?\$,\\2,
$(pythonexists "${MATCH}")



pkg-config --cflags python(-([0-9\\.]+))?\$
s,^pkg-config --cflags python(-([0-9\\.]+))?\$,\\2,
$(pythoncflags "${MATCH}")



pkg-config --libs python(-([0-9\\.]+))?\$
s,^pkg-config --libs python(-([0-9\\.]+))?\$,\\2,
$(pythonlibs "${MATCH}")



pkg-config --exists --print-errors libpcre

$(checkpcre)



pkg-config --print-errors libpcre

$(checkpcre)



pkg-config --short-errors --print-errors --cflags --libs libpcre

$(checkpcre)



pkg-config --cflags libpcre




pkg-config --libs libpcre

-lpcre