File: Imakefile.local-template

package info (click to toggle)
ctwm 3.7-3.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 6,420 kB
  • ctags: 3,180
  • sloc: ansic: 26,429; yacc: 1,004; lex: 147; makefile: 55; sh: 32
file content (126 lines) | stat: -rw-r--r-- 4,330 bytes parent folder | download | duplicates (5)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
XCOMM This is the local configuration file for Imakefile for ctwm.
XCOMM
XCOMM Some of the things you can define also come with make variables that
XCOMM can be manipulated.  All such variables have names starting with\
XCOMM USER_.

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Use IMCONV features.
XCOMM Uhmm, I really don't know what this is about. -- Richard Levitte
XCOMM
XCOMM The make variables USER_IMCONVLIBDIR and USER_IMCONVINCDIR can be
XCOMM used to configure library search paths and include file search paths
XCOMM to find the imconv libraries and header files.
XCOMM
XCOMM Example:
XCOMM
XCOMM #define IMCONV
XCOMM USER_IMCONVLIBDIR = -L/logiciels/public/graphix/lib
XCOMM USER_IMCONVINCDIR = -I/logiciels/public/graphix/include
XCOMM
#undef  IMCONV

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Use sounds
XCOMM If you want sound support through librplay, defined USE_SOUND.
XCOMM
XCOMM The make variables USER_SOUNDLIBDIR and USER_SOUNDINCDIR can be
XCOMM used to configure library search paths and include file search paths
XCOMM to find the rplay libraries and header files.
XCOMM
XCOMM Example:
XCOMM
XCOMM #define USE_SOUND
XCOMM USER_SOUNDLIBDIR = -L/usr/local/lib
XCOMM USER_SOUNDINCDIR = -I/usr/local/include
XCOMM
#undef  USE_SOUND

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Use XPM images
XCOMM If you want XPM support, define XPM.
XCOMM
XCOMM The make variables USER_XPMLIBDIR and USER_XPMINCDIR can be
XCOMM used to configure library search paths and include file search paths
XCOMM to find the rplay libraries and header files.
XCOMM
XCOMM Example:
XCOMM
XCOMM #define XPM
XCOMM USER_XPMLIBDIR = -L/usr/local/lib
XCOMM USER_XPMINCDIR = -I/usr/local/include
XCOMM
#define XPM

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Use Jpeg images
XCOMM If you want JPEG support, define JPEG.
XCOMM
XCOMM The make variables USER_JPEGLIBDIR and USER_JPEGINCDIR can be
XCOMM used to configure library search paths and include file search paths
XCOMM to find the rplay libraries and header files.
XCOMM
XCOMM Example:
XCOMM
XCOMM #define JPEG
XCOMM USER_JPEGLIBDIR = -L/usr/local/lib
XCOMM USER_JPEGINCDIR = -I/usr/local/include
XCOMM
#define JPEG

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Using M4 to process the ctwm configuration file
XCOMM If you want to process the ctwm configuration file with m4, define
XCOMM USE_M4.
XCOMM
#define USE_M4

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Support for Gnome extensions
XCOMM If you want to build with Gnome extensions, define GNOME.
XCOMM
#define GNOME

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Use session management features
XCOMM If you want to use X11R6 session management, define USE_SESSION.
XCOMM
#define USE_SESSION

XCOMM ----------------------------------------------------------------------
XCOMM Feature: I18n support
XCOMM If you want to build with i18n support, define I18N.
XCOMM
#define I18N

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Use GNU regex
XCOMM If you want to build with GNU regex instead of the internal regex
XCOMM functions, define USE_GNU_REGEX.
XCOMM
#undef  USE_GNU_REGEX

XCOMM DEBUGGING:

XCOMM ----------------------------------------------------------------------
XCOMM Feature: General debugging
XCOMM If you want to get all kinds of debugging output from CTWM, define
XCOMM DEBUG.
XCOMM
#undef  DEBUG

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Debug the parser
XCOMM If you want debugging output for the configuration file parser,
XCOMM define DEBUGPARSER
XCOMM
#undef  DEBUGPARSER

XCOMM ----------------------------------------------------------------------
XCOMM Feature: Compile with lots and lots of warnings
XCOMM If you use gcc, and want to build with as much paranoia as possible,
XCOMM define GCC_PEDANTIC.
XCOMM Quite honestly, I would recommend for you not to use it for now.
XCOMM You'll just start running and screaming :-).	-- Richard Levitte
XCOMM
#undef  GCC_PEDANTIC