/* -*- C -*-
 * Imakefile for rxvt
 * Tue Oct 10 11:01:20 EDT 1995
 *
 * Procedure:
 *	edit "Imakefile"
 *
 *	xmkmf
 *	make depend
 *
 *	edit "configure.h"
 *
 *	edit "defaults.h"  "rxvtkeys.h"  (optional)
 *	make
 */

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

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

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

XCOMM ####################################################################
XCOMM extra options for system-specific defines

XCOMM Use -DXAPPLOADDIR=\"$(XAPPLOADDIR)\" if you have enabled FAKE_RESOURCES
XCOMM and would like rxvt to read its resources from the standard global
XCOMM location, i.e.  /usr/lib/X11/app-defaults/RXvt.
XCOMM <jgotts@engin.umich.edu>

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

XCOMM Sun OS 4.1.x
XCOMM EXTRA_DEFINES= -DBSD

XCOMM Linux 1.2.x
XCOMM EXTRA_DEFINES=

XCOMM Solaris 2.x
XCOMM EXTRA_DEFINES= -DSVR4_UTMPX

XCOMM FreeBSD
XCOMM NetBSD 0.9
XCOMM EXTRA_DEFINES= -DFREEBSD -DUTMP=\"/var/run/utmp\" -DTTYTAB=\"/etc/ttys\"

XCOMM Iris Indigo - Irix 5.1.1.2/X11R5
XCOMM dec-alpha - osf/1 2.0
XCOMM EXTRA_DEFINES= -DUTMP=\"/var/adm/utmp\"

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) -----------------------*/
