head	1.2;
access;
symbols
	codegen2-regalloc:1.2.0.24
	codegen2:1.2.0.22
	codegen2-no-regalloc:1.2
	opt-regalloc3-merge2:1.2
	opt-sideffect-merge1:1.2
	opt-regalloc3-merge1:1.2
	opt-regalloc3:1.2.0.20
	opt-regalloc3-base:1.2
	opt-sideffect:1.2.0.18
	opt-sideffect-base:1.2
	new-regalloc-thursday:1.2
	codegen2-thursday:1.2
	new-regalloc:1.2.0.16
	new-regalloc-base:1.2
	opt-deadcode:1.2.0.14
	opt-deadcode-base:1.2
	opt-const:1.2.0.12
	opt-const-base:1.2
	opt-copyprop:1.2.0.10
	opt-copyprop-base:1.2
	reg_alloc_branch:1.2.0.8
	reg_alloc_base:1.2
	opt-cse:1.2.0.6
	codegen1_branch:1.2.0.4
	codegen1_base:1.2
	syntax_split_merge2:1.2
	syntax_split_il_merge1:1.2
	syntax_split:1.2.0.2
	syntax_split_base:1.2;
locks; strict;
comment	@# @;


1.2
date	96.10.31.06.04.26;	author hartmans;	state Exp;
branches;
next	1.1;

1.1
date	96.10.31.02.27.19;	author hartmans;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Include program.clu
@
text
@# Sample Makefile for 6.035
SRCTOP=..


LIBSRCS =procedure.clu var.clu rhs.clu lvalue.clu \
	rvalue.clu statement.clu il.clu \
	label.clu env.clu block.clu fstream.clu \
	argument.clu program.clu
EQUS = il.equ
LIBNAME = il
CLULIBS = il utils
LIBS = $(SPEC_LIBS) -use $(LIBDIR)/useful.lib  -use $(LIBDIR)/misc.lib

include ../mk/pclu.mk
include ../mk/lib.mk

# This is a simple Makefile, using PCLU.

# useful.lib is used to get hash function


# the first thing listed will be generated when you type "make"

clean::
	rm -f *.o scanner.lib utils.lib clu.junk pclu.xref



@


1.1
log
@Get IL to build
@
text
@d8 1
a8 1
	argument.clu
@
