1Alien::Build::Plugin::BUusielrd:C:oSnetarricbhuDteepdA(l3Pi)eernl::DBouciulmde:n:tPaltuigoinn::Build::SearchDep(3)
2
3
4
6 Alien::Build::Plugin::Build::SearchDep - Add dependencies to library
7 and header search path
8
10 version 2.80
11
13 use alienfile;
14 plugin 'Build::SearchDep' => (
15 aliens => [qw( Alien::Foo Alien::Bar )],
16 );
17
19 This plugin adds the other aliens as prerequisites, and adds their
20 header and library search path to "CFLAGS" and "LDFLAGS" environment
21 variable, so that tools that use them (like autoconf) can pick them up.
22
24 aliens
25 Either a list reference or hash reference of the other aliens. If a
26 hash reference then the keys are the class names and the values are the
27 versions of those classes.
28
29 public_I
30 Include the "-I" flags when setting the runtime cflags property.
31
32 public_l
33 Include the "-l" flags when setting the runtime libs property.
34
36 Author: Graham Ollis <plicease@cpan.org>
37
38 Contributors:
39
40 Diab Jerius (DJERIUS)
41
42 Roy Storey (KIWIROY)
43
44 Ilya Pavlov
45
46 David Mertens (run4flat)
47
48 Mark Nunberg (mordy, mnunberg)
49
50 Christian Walde (Mithaldu)
51
52 Brian Wightman (MidLifeXis)
53
54 Zaki Mughal (zmughal)
55
56 mohawk (mohawk2, ETJ)
57
58 Vikas N Kumar (vikasnkumar)
59
60 Flavio Poletti (polettix)
61
62 Salvador Fandiño (salva)
63
64 Gianni Ceccarelli (dakkar)
65
66 Pavel Shaydo (zwon, trinitum)
67
68 Kang-min Liu (劉康民, gugod)
69
70 Nicholas Shipp (nshp)
71
72 Juan Julián Merelo Guervós (JJ)
73
74 Joel Berger (JBERGER)
75
76 Petr Písař (ppisar)
77
78 Lance Wicks (LANCEW)
79
80 Ahmad Fatoum (a3f, ATHREEF)
81
82 José Joaquín Atria (JJATRIA)
83
84 Duke Leto (LETO)
85
86 Shoichi Kaji (SKAJI)
87
88 Shawn Laffan (SLAFFAN)
89
90 Paul Evans (leonerd, PEVANS)
91
92 Håkon Hægland (hakonhagland, HAKONH)
93
94 nick nauwelaerts (INPHOBIA)
95
96 Florian Weimer
97
99 This software is copyright (c) 2011-2022 by Graham Ollis.
100
101 This is free software; you can redistribute it and/or modify it under
102 the same terms as the Perl 5 programming language system itself.
103
104
105
106perl v5.36.1 2023A-l0i5e-n1:5:Build::Plugin::Build::SearchDep(3)