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


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


desc
@initial version provided by stevesf 
@



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

CC0=\
	cc0.$X\
	cc0key.$X\
	cc0sym.$X\
	cpp.$X\
	dbgt0.$X\
	ddecl.$X\
	dope.$X\
	double.$X\
	etc.$X\
	expand.$X\
	expr.$X\
	fold.$X\
	gcandt.$X\
	gdecl.$X\
	get.$X\
	init.$X\
	lex.$X\
	locals.$X\
	sharp.$X\
	size.$X\
	stat.$X
CC0MCH=\
	bind.$X

# Primary target.
cc0:	$(CC0) $(CC0MCH) $(CLIB)
	$(CC) $(LDFLAGS) -o cc0 $<

# Machine independent.
cc0.$X:		cc0.c
cc0key.$X:	cc0key.c
cc0sym.$X:	cc0sym.c
cpp.$X:		cpp.c
dbgt0.$X:	dbgt0.c
ddecl.$X:	ddecl.c
dope.$X:	dope.c
double.$X:	double.c
etc.$X:		etc.c
expand.$X:	expand.c
expr.$X:	expr.c
fold.$X:	fold.c
gcandt.$X:	gcandt.c
gdecl.$X:	gdecl.c
get.$X:		get.c
init.$X:	init.c
lex.$X:		lex.c
locals.$X:	locals.c
sharp.$X:	sharp.c
size.$X:	size.c
stat.$X:	stat.c

# machine dependent
bind.$X:	bind.c

# end of c/n0/Makefile
@
