#include <../../../configure.h>

/* OVERRIDE_COMPILER */

AFTER_BIN_DIR
AFTER_MAN_DIR

DEPLIBS = $(DEPXLIB) 

#ifdef XPM
LOCAL_LIBRARIES = XPMLIBRARY $(XLIB)
#else
LOCAL_LIBRARIES = $(XLIB)  
#endif

LINTLIBS = $(LINTXLIB)

SRCS =  command.c debug.c graphics.c grkelot.c main.c misc.c\
        netdisp.c screen.c scrollbar.c utmp.c xdefaults.c

OBJS =  command.o debug.o graphics.o grkelot.o main.o misc.o\
        netdisp.o screen.o scrollbar.o utmp.o xdefaults.o

ComplexProgramTarget(xiterm)
