home *** CD-ROM | disk | FTP | other *** search
-
- /* Global settings for xfm Imakefiles, to configure xfm according to your
- preferences and system.
- Mar 22 1995 Albert Graef */
-
- /* Destination directories. ***********************************************/
-
- /* Where xfm config files and pixmaps go. */
- XFMLIBDIR = $(LIBDIR)/xfm
-
- /* Magic headers. *********************************************************/
-
- /* Comment out the following if you do not want to use magic headers. Note:
- the MAGIC_HEADERS symbol also controls whether the standard xfmrc file or
- xfmrc.nomagic is installed on your system. */
-
- #define MAGIC_HEADERS
-
- /* Libraries. *************************************************************/
-
- /* Comment out the following if you do not have the Xpm library. Otherwise,
- set XPMINCDIR and XPMLIBDIR as required by your system if libXpm is not
- on the standard path. E.g.:
- XPMINCDIR = -I/usr/local/X11/include
- XPMLIBDIR = -L/usr/local/X11/lib
- */
-
- #define XPM
-
- XPMINCDIR =
- XPMLIBDIR =
-
- /* Uncomment the following (and set XAWINCDIR, XAWLIBDIR accordingly) if
- you want to use Xaw3d instead of Xaw. Note: the use of this option also
- causes some Xaw3d-specific resources to be included in the appdefaults
- file. */
-
- /* #define XAW3D */
-
- XAWINCDIR =
- XAWLIBDIR =
-
- /* Compilation options. ***************************************************/
-
- /* Uncomment the following if your system has GCC but it is not used by
- default */
-
- /* #define USE_GCC */
-
- #ifdef USE_GCC
-
- CC=gcc
- CCOPTIONS = -Wall -Wno-parentheses
- CDEBUGFLAGS = -O
-
- #else
-
- /* The following has been suggested for HP-UX: */
- #ifdef HPArchitecture
- CCOPTIONS = -Aa -D_HPUX_SOURCE
- #endif
-
- #endif
-