/* Copyright (C) 1991, 1992, 1993  1994 Free Software Association of Germany

   This program is free software; you can redistribute it and/or modify
   it under the terms of the DFSL or the GNU General Public License as 
   published by the Free Software Association of Germany.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   DFSL or the GNU General Public License for more details.

   You should have received a copy of the DFSL or the GNU General 
   Public License along with this program; if not, write to the 
   Free Software Association, c/o Michaela Merz, Heimatring 19,
   6000 Frankfurt/Main 80, Germany. Or write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */



/*  Imakefile is part of GREAT 
    Written by Ruediger <styx@leda.fsag.de> 
                   and 
    Michaela Merz <misch@elara.fsag.de 
*/
#include "../config/Great.rules"

CC=gcc

SRCS= button.c charproc.c cursor.c data.c input.c main.c menu.c\
	misc.c screen.c scrollbar.c tabs.c Tekproc.c TekPrsTbl.c\
	util.c VTPrsTbl.c

OBJS= button.o charproc.o cursor.o data.o input.o main.o menu.o\
	misc.o screen.o scrollbar.o tabs.o Tekproc.o TekPrsTbl.o\
	util.o VTPrsTbl.o 
PRG=mxterm
STD_DEFINES=-DSVR4 -DMOTIF -DSUN_SOLARIS -DUTMP -DOSMAJORVERSION=5 -DDOSMINORVERSION=0

UpdateIdFile($(PRG))
