updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / ctwm-git / Imakefile.local
blob1c62ea804a1b720784943247a3db53351c39ca9d
1 XCOMM This is the local configuration file for Imakefile for ctwm.
2 XCOMM
3 XCOMM Some of the things you can define also come with make variables that
4 XCOMM can be manipulated.  All such variables have names starting with\
5 XCOMM USER_.
7 XCOMM ----------------------------------------------------------------------
8 XCOMM Feature: Use IMCONV features.
9 XCOMM Uhmm, I really don't know what this is about. -- Richard Levitte
10 XCOMM
11 XCOMM The make variables USER_IMCONVLIBDIR and USER_IMCONVINCDIR can be
12 XCOMM used to configure library search paths and include file search paths
13 XCOMM to find the imconv libraries and header files.
14 XCOMM
15 XCOMM Example:
16 XCOMM
17 XCOMM #define IMCONV
18 XCOMM USER_IMCONVLIBDIR = -L/logiciels/public/graphix/lib
19 XCOMM USER_IMCONVINCDIR = -I/logiciels/public/graphix/include
20 XCOMM
21 #undef  IMCONV
23 XCOMM ----------------------------------------------------------------------
24 XCOMM Feature: Use sounds
25 XCOMM If you want sound support through librplay, defined USE_SOUND.
26 XCOMM
27 XCOMM The make variables USER_SOUNDLIBDIR and USER_SOUNDINCDIR can be
28 XCOMM used to configure library search paths and include file search paths
29 XCOMM to find the rplay libraries and header files.
30 XCOMM
31 XCOMM Example:
32 XCOMM
33 XCOMM #define USE_SOUND
34 XCOMM USER_SOUNDLIBDIR = -L/usr/lib
35 XCOMM USER_SOUNDINCDIR = -I/usr/include
36 XCOMM
37 #undef USE_SOUND
39 XCOMM ----------------------------------------------------------------------
40 XCOMM Feature: Use XPM images
41 XCOMM If you want XPM support, define XPM.
42 XCOMM
43 XCOMM The make variables USER_XPMLIBDIR and USER_XPMINCDIR can be
44 XCOMM used to configure library search paths and include file search paths
45 XCOMM to find the xpm libraries and header files.
46 XCOMM
47 XCOMM Example:
48 XCOMM
49 XCOMM #define XPM
50 XCOMM USER_XPMLIBDIR = -L/usr/lib
51 XCOMM USER_XPMINCDIR = -I/usr/include
52 XCOMM
53 #define XPM
55 XCOMM ----------------------------------------------------------------------
56 XCOMM Feature: Use Jpeg images
57 XCOMM If you want JPEG support, define JPEG.
58 XCOMM
59 XCOMM The make variables USER_JPEGLIBDIR and USER_JPEGINCDIR can be
60 XCOMM used to configure library search paths and include file search paths
61 XCOMM to find the jpeg libraries and header files.
62 XCOMM
63 XCOMM Example:
64 XCOMM
65 XCOMM #define JPEG
66 XCOMM USER_JPEGLIBDIR = -L/usr/lib
67 XCOMM USER_JPEGINCDIR = -I/usr/include
68 XCOMM
69 #define JPEG
71 XCOMM ----------------------------------------------------------------------
72 XCOMM Feature: Using M4 to process the ctwm configuration file
73 XCOMM If you want to process the ctwm configuration file with m4, define
74 XCOMM USE_M4.
75 XCOMM
76 #define USE_M4
78 XCOMM ----------------------------------------------------------------------
79 XCOMM Feature: Support for Gnome extensions
80 XCOMM If you want to build with Gnome extensions, define GNOME.
81 XCOMM
82 #define GNOME
84 XCOMM ----------------------------------------------------------------------
85 XCOMM Feature: Use GNU regex
86 XCOMM If you want to build with GNU regex instead of the internal regex
87 XCOMM functions, define USE_GNU_REGEX.
88 XCOMM
89 #undef  USE_GNU_REGEX
91 XCOMM DEBUGGING:
93 XCOMM ----------------------------------------------------------------------
94 XCOMM Feature: General debugging
95 XCOMM If you want to get all kinds of debugging output from CTWM, define
96 XCOMM DEBUG.
97 XCOMM
98 #undef  DEBUG
100 XCOMM ----------------------------------------------------------------------
101 XCOMM Feature: Debug the parser
102 XCOMM If you want debugging output for the configuration file parser,
103 XCOMM define DEBUGPARSER
104 XCOMM
105 #undef  DEBUGPARSER
107 XCOMM ----------------------------------------------------------------------
108 XCOMM Feature: Compile with lots and lots of warnings
109 XCOMM If you use gcc, and want to build with as much paranoia as possible,
110 XCOMM define GCC_PEDANTIC.
111 XCOMM Quite honestly, I would recommend for you not to use it for now.
112 XCOMM You'll just start running and screaming :-).      -- Richard Levitte
113 XCOMM
114 #undef  GCC_PEDANTIC