#ifndef XCOMM #define XCOMM # #endif XCOMM Local configuration portion of Imakefile for Xconq. XCOMM where will the Xconq library directory go? XCOMM If you don't install, but run xconq in place: XCOMM DATADIR = .. XCOMM If you installunder Linux: DATADIR = $(VARLIBDIR)/games/xconqdir XCOMM If you install under most systems: XCOMM DATADIR = $(LIBDIR)/xconqdir GAMELIBDIR = $(DATADIR)/lib SCORESDIR = $(DATADIR)/scores XCOMM where will the documentation go? INFODIR = /usr/info XCOMM Do I have the XPM library? #define IhaveXPM XCOMM Linux needs these: CURSES_INCLUDE = -I/usr/include/ncurses CURSES_LIBRARIES = -lncurses -ltermcap XCOMM Other systems may need: XCOMM CURSES_LIBRARIES = -lcurses -ltermlib XCOMM Uncomment these lines and tailor to taste, if you don't like XCOMM the default paths and extension. XCOMM BINDIR = /usr/local/bin XCOMM MANDIR = /usr/local/man XCOMM #undef ManSuffix XCOMM #define ManSuffix 6 XCOMM DATADIR = /usr/local/lib/xconqdir XCOMM INFODIR = /usr/info XCOMM Add '-g' here if you want to include debugging information. XCOMM Also add any optimizer flags etc. that you want. XCOMM XCOMM CDEBUGFLAGS = -g XCOMM CDEBUGFLAGS = -O CDEBUGFLAGS = -g -O XCOMM installation stuff XCOMM check that this user and group exist on your system XCOMM DO NOT set GAMEUID to root! GAMEUID = games GAMEGRP = bin GAMEPERM = 04755 DIRPERM = 0755 FILEPERM = 0644