head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1; strict;
comment  @# @;


1.1
date     92.10.05.11.53.05;  author bin;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# c/n1/i8086/Makefile 12/17/91
# Execute $(TABGEN) to build new code tables in current directory.
# Expects $(TABGEN) and $(TFLAGS) to be set accordingly.

ALL=\
	prefac.f \
	aadd.t \
	add.t \
	adiv.t \
	aft.t \
	alogic.t \
	amul.t \
	and.t \
	arem.t \
	ashift.t \
	assign.t \
	asub.t \
	bef.t \
	div.t \
	leaves.t \
	mul.t \
	neg.t \
	not.t \
	orxor.t \
	relop.t \
	rem.t \
	shift.t \
	sub.t

macros.c patern.c: $(ALL)
	$(TABGEN) $(TFLAGS) $<

# end of c/n1/i8086/Makefile
@
