1 XCOMM This is the local configuration file for Imakefile for ctwm.
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\
7 XCOMM ----------------------------------------------------------------------
8 XCOMM Feature: Use IMCONV features.
9 XCOMM Uhmm, I really don't know what this is about. -- Richard Levitte
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.
18 XCOMM USER_IMCONVLIBDIR = -L/logiciels/public/graphix/lib
19 XCOMM USER_IMCONVINCDIR = -I/logiciels/public/graphix/include
23 XCOMM ----------------------------------------------------------------------
24 XCOMM Feature: Use sounds
25 XCOMM If you want sound support through librplay, defined USE_SOUND.
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.
33 XCOMM #define USE_SOUND
34 XCOMM USER_SOUNDLIBDIR = -L/usr/lib
35 XCOMM USER_SOUNDINCDIR = -I/usr/include
39 XCOMM ----------------------------------------------------------------------
40 XCOMM Feature: Use XPM images
41 XCOMM If you want XPM support, define XPM.
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.
50 XCOMM USER_XPMLIBDIR = -L/usr/lib
51 XCOMM USER_XPMINCDIR = -I/usr/include
55 XCOMM ----------------------------------------------------------------------
56 XCOMM Feature: Use Jpeg images
57 XCOMM If you want JPEG support, define JPEG.
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.
66 XCOMM USER_JPEGLIBDIR = -L/usr/lib
67 XCOMM USER_JPEGINCDIR = -I/usr/include
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
78 XCOMM ----------------------------------------------------------------------
79 XCOMM Feature: Support for Gnome extensions
80 XCOMM If you want to build with Gnome extensions, 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.
93 XCOMM ----------------------------------------------------------------------
94 XCOMM Feature: General debugging
95 XCOMM If you want to get all kinds of debugging output from CTWM, define
100 XCOMM ----------------------------------------------------------------------
101 XCOMM Feature: Debug the parser
102 XCOMM If you want debugging output for the configuration file parser,
103 XCOMM define 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