head	1.5;
access;
symbols
	codegen2-regalloc:1.5.0.22
	codegen2:1.5.0.20
	codegen2-no-regalloc:1.5
	opt-regalloc3-merge2:1.5
	opt-sideffect-merge1:1.5
	opt-regalloc3-merge1:1.5
	opt-regalloc3:1.5.0.18
	opt-regalloc3-base:1.5
	opt-sideffect:1.5.0.16
	opt-sideffect-base:1.5
	new-regalloc-thursday:1.5
	codegen2-thursday:1.5
	new-regalloc:1.5.0.14
	new-regalloc-base:1.5
	opt-deadcode:1.5.0.12
	opt-deadcode-base:1.5
	opt-const:1.5.0.10
	opt-const-base:1.5
	opt-copyprop:1.5.0.8
	opt-copyprop-base:1.5
	reg_alloc_branch:1.5.0.6
	reg_alloc_base:1.5
	opt-cse:1.5.0.4
	codegen1_branch:1.5.0.2
	codegen1_base:1.5
	syntax_split_merge2:1.1.2.1
	syntax_split:1.1.0.2;
locks; strict;
comment	@# @;


1.5
date	96.11.08.07.28.51;	author hartmans;	state Exp;
branches;
next	1.4;

1.4
date	96.11.08.05.55.42;	author nathanw;	state Exp;
branches;
next	1.3;

1.3
date	96.11.07.23.04.57;	author nathanw;	state Exp;
branches;
next	1.2;

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

1.1
date	96.11.07.09.46.18;	author nathanw;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	96.11.07.09.46.19;	author nathanw;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Add  arrays creation and size
@
text
@# Sample Makefile for 6.035
SRCTOP=..


LIBSRCS = il_value.clu il_arith.clu il_proc.clu il_control.clu \
	il_array.clu
EQUS = $(SRCTOP)/il/il.equ $(SRCTOP)/state/types.equ $(SRCTOP)/scanner/token.equ
LIBNAME = ilgen
CLULIBS = ilgen state scanner il 
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.4
log
@Statement crud.
@
text
@d5 2
a6 1
LIBSRCS = il_value.clu il_arith.clu il_proc.clu il_control.clu
@


1.3
log
@Boring bugfixes
@
text
@d5 1
a5 1
LIBSRCS = il_value.clu il_arith.clu il_proc.clu 
@


1.2
log
@Merge  in and retire syntax_split
@
text
@d6 1
a6 1
EQUS = $(SRCTOP)/il/il.equ $(SRCTOP)/state/types.equ
d8 1
a8 1
CLULIBS = state scanner il 
@


1.1
log
@file Makefile was initially added on branch syntax_split.
@
text
@d1 25
@


1.1.2.1
log
@Added makefiles. Tried to build. Fixed lots of bogons.
@
text
@a0 25
# Sample Makefile for 6.035
SRCTOP=..


LIBSRCS = il_value.clu il_arith.clu il_proc.clu 
EQUS = $(SRCTOP)/il/il.equ $(SRCTOP)/state/types.equ
LIBNAME = ilgen
CLULIBS = state scanner il 
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



@
