mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-25 21:05:26 -04:00
120 lines
4.0 KiB
Plaintext
120 lines
4.0 KiB
Plaintext
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 xpm 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 jpeg 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: Using M4 to process the ctwm configuration file
|
|
XCOMM If you want to change the default m4 command (for example to gm4),
|
|
XCOMM set M4_CMD.
|
|
XCOMM
|
|
#define M4_CMD 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 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 This is enabled by default. Setting NO_WARNS turns it off. You
|
|
XCOMM probably shouldn't do that unless it offends you having so much
|
|
XCOMM output...
|
|
#undef NO_WARNS
|