head     1.1;
access   ;
symbols  ;
locks    bin:1.1;
comment  @@;


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


desc
@initial version provided by stevesf 
@



1.1
log
@Initial revision
@
text
@# c/n3/Makefile 4/25/91

CC3=\
	cc3.$X\
	dbgt3.$X\
	itree.$X

CC3MCH=\
	icode.$X\
	igen.$X

# Primary target.
cc3:	$(CC3) $(CC3MCH) $(CLIB)
	$(CC) $(LDFLAGS) -o cc3 $<

# Machine independent.
cc3.$X:		cc3.c
dbgt3.$X:	dbgt3.c
itree.$X:	itree.c

# Machine dependent.
icode.$X:	icode.c
igen.$X:	igen.c

# end of c/n3/Makefile
@
