head	1.1;
access;
symbols;
locks
	moss:1.1; strict;
comment	@# @;


1.1
date	95.09.22.22.42.23;	author moss;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@CFLAGS=		-O

OFILES=		ansi.o basic.o bind.o buffer.o display.o file.o \
		fileio.o hp150.o line.o lock.c main.o random.o region.o \
		search.o spawn.o tcap.o termio.o vt52.o window.o word.o \
		exec.o eval.o isearch.o

CFILES=		ansi.c basic.c bind.c buffer.c display.c  file.c \
		fileio.c hp150.c line.c lock.c main.c random.c region.c \
		search.c spawn.c tcap.c termio.c vt52.c window.c word.c \
		exec.c eval.c isearch.c

HFILES=		estruct.h edef.h efunc.h epath.h ebind.h evar.h esearch.h

emacs:		$(OFILES)
		$(CC) $(CFLAGS) $(OFILES) -ltermcap -lc -o emacs

$(OFILES):	$(HFILES)
@
