1get-wraster-flags(1) General Commands Manual get-wraster-flags(1)
2
3
4
6 get-wraster-flags - output libwraster compiler and linker flags (depre‐
7 cated)
8
10 pkg-config wrlib --cflags
11 pkg-config wrlib --libs
12
14 get-wraster-flags used to provide the compilation and link flags for
15 programs that use the WRaster library, before pkg-config became the
16 universal way to handle these developer configurations. The script is
17 now deprecated and you should use instead:
18
19 pkg-config wrlib --cflags
20 to get the flags for the compiler
21
22 pkg-config wrlib --libs
23 to get the flags for the linker
24
26 As with every deprecated stuff, the script get-wraster-flags will be
27 removed soon, so you should update your script quickly while you know
28 about it.
29
31 get-wraster-flags is part of Window Maker, which was written by Alfredo
32 K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@window‐
33 maker.info>, with contributions from many people around the Internet.
34
35 This man page was written by Frederik Schueler <fschueler@gmx.net> for
36 the Debian GNU/Linux system (but may be used by others).
37
39 pkg-config(1)
40
41
42
43 22 March 2005 get-wraster-flags(1)