head	1.3;
access;
symbols
	codegen2-regalloc:1.3.0.22
	codegen2:1.3.0.20
	codegen2-no-regalloc:1.3
	opt-regalloc3-merge2:1.3
	opt-sideffect-merge1:1.3
	opt-regalloc3-merge1:1.3
	opt-regalloc3:1.3.0.18
	opt-regalloc3-base:1.3
	opt-sideffect:1.3.0.16
	opt-sideffect-base:1.3
	new-regalloc-thursday:1.3
	codegen2-thursday:1.3
	new-regalloc:1.3.0.14
	new-regalloc-base:1.3
	opt-deadcode:1.3.0.12
	opt-deadcode-base:1.3
	opt-const:1.3.0.10
	opt-const-base:1.3
	opt-copyprop:1.3.0.8
	opt-copyprop-base:1.3
	reg_alloc_branch:1.3.0.6
	reg_alloc_base:1.3
	opt-cse:1.3.0.4
	codegen1_branch:1.3.0.2
	codegen1_base:1.3
	syntax_split_merge2:1.2
	syntax_split:1.2.0.2
	syntax_split_base:1.2;
locks; strict;
comment	@# @;


1.3
date	96.11.03.19.28.18;	author daveg;	state Exp;
branches;
next	1.2;

1.2
date	96.10.31.05.43.42;	author daveg;	state Exp;
branches;
next	1.1;

1.1
date	96.10.30.19.33.48;	author daveg;	state Exp;
branches;
next	;


desc
@@


1.3
log
@bug fixes all over the place
@
text
@# Sample Makefile for 6.035
SRCTOP=..
#
# This is a simple Makefile, using PCLU.
#

LIBSRCS = mipslib.clu codegen.clu mipsgen.clu 
LIBNAME = codegen
CLULIBS = il codegen
EQUS = codegen.equ $(SRCTOP)/il/il.equ
LIBS = $(SPEC_LIBS) -use $(LIBDIR)/useful.lib  -use $(LIBDIR)/misc.lib

all::

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

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

@


1.2
log
@add codegen lib, mipsgen.clu
@
text
@d7 1
a7 1
LIBSRCS = codegen.clu mipsgen.clu
@


1.1
log
@initial checkins
@
text
@d7 1
a7 1
LIBSRCS = codegen.clu
d9 1
a9 1
CLULIBS = il
d12 2
@
