/*--------------------------------*-C-*---------------------------------*
 * Imakefile for rxvt
 *
 * Procedure:
 *	edit "Imakefile"
 *
 *	xmkmf; make depend
 *
 *	edit "feature.h"
 *	edit "defaults.h"  "keys.h"  (optional)
 *	make
 *----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*
 * CC
 * Compiler override, change if required
 *----------------------------------------------------------------------*/
/*CC=gcc*/

XCOMM You may need to alter the following values if your X11 configuration
XCOMM is incorrect, use caution.

XCOMM EXTRA_DEFINES =
XCOMM EXTRA_INCLUDES =
XCOMM EXTRA_LIBRARIES =
XCOMM EXTRA_LOAD_FLAGS =

XCOMM sometimes useful to avoid optimization and have debugging instead.
XCOMM CDEBUGFLAGS = -g

XCOMM ####################################################################
XCOMM extra, system-specific option defines

XCOMM svr4
XCOMM EXTRA_DEFINES= -DSVR4
XCOMM EXTRA_LOAD_FLAGS= -lc -lucb

XCOMM Sun OS 4.1.x
XCOMM EXTRA_DEFINES= -DBSD

XCOMM Solaris 2.x
XCOMM EXTRA_DEFINES= -DHAVE_UTMPX_H

XCOMM FreeBSD, NetBSD 0.9
XCOMM EXTRA_DEFINES= -DFREEBSD

DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)

SRCS =	rxvt.c command.c debug.c graphics.c resources.c sbar.c screen.c\
	utmp.c xsetup.c netdisp.c grkelot.c

OBJS =	rxvt.o command.o debug.o graphics.o resources.o sbar.o screen.o\
	utmp.o xsetup.o netdisp.o grkelot.o

ComplexProgramTarget(rxvt)
/*----------------------- end-of-file (Imakefile) -----------------------*/
