head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.06.20.19.40.17;	author md;	state Exp;
branches;
next	1.1;

1.1
date	92.07.28.00.45.04;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Changes for the RT.
@
text
@#	BSDI $Id: Makefile,v 1.1 1992/07/28 00:45:04 md Exp md $

PROG=	temacs
SRCS=	window.c term.c emacs.c \
	keyboard.c macros.c keymap.c sysdep.c buffer.c filelock.c \
	insdel.c marker.c minibuf.c fileio.c dired.c filemode.c \
	cmds.c casefiddle.c indent.c search.c regex.c undo.c alloc.c \
	data.c doc.c editfns.c callint.c eval.c fns.c print.c \
	lread.c abbrev.c syntax.c unexec.c mocklisp.c bytecode.c \
	process.c callproc.c environ.c doprnt.c malloc.c \
	x11term.c x11fns.c xevent.c screen.c xdefault.c xresource.c \
	property.c selection.c xutil.c mouse.c button.c xdispepoch.c \
	dispepoch.c

CFLAGS+=-g -ma -Demacs -Depoch -I. -I${.CURDIR} -I/usr/X11/include -DUSE_OLD_TTY
LDADD+=	-L/usr/X11/lib -lX11
NOMAN=	noman

install:

.include "${.CURDIR}/../src/m-config/Makefile.${MACHINE}"
.include "${.CURDIR}/../src/s-config/Makefile.bsd4-4"

SRCS+=	lastfile.c

.include <bsd.prog.mk>

.depend ${OBJS}:	m-config.h s-config.h paths.h

@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	BSDI $Id: Makefile,v 1.1.1.1 1992/07/28 00:45:20 polk Exp $
d15 1
a15 1
CFLAGS+=-traditional -g -Demacs -Depoch -I. -I${.CURDIR} -I/usr/X11/include
@
