head	1.3;
access;
symbols
	codegen2-regalloc:1.3.0.16
	codegen2:1.3.0.14
	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.12
	opt-regalloc3-base:1.3
	opt-sideffect:1.3.0.10
	opt-sideffect-base:1.3
	new-regalloc-thursday:1.3
	codegen2-thursday:1.3
	new-regalloc:1.3.0.8
	new-regalloc-base:1.3
	opt-deadcode:1.3.0.6
	opt-deadcode-base:1.3
	opt-const:1.3.0.4
	opt-const-base:1.3
	opt-copyprop:1.3.0.2
	opt-copyprop-base:1.3
	opt-cse-merge1:1.1.6.1
	reg_alloc_branch:1.1.0.8
	reg_alloc_base:1.1
	opt-cse:1.1.0.6
	codegen1_branch:1.1.0.4
	codegen1_base:1.1
	syntax_split_merge2:1.1
	syntax_split:1.1.0.2
	syntax_split_base:1.1;
locks; strict;
comment	@# @;


1.3
date	96.12.02.04.19.32;	author hartmans;	state Exp;
branches;
next	1.2;

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

1.1
date	96.10.31.03.44.44;	author hartmans;	state Exp;
branches
	1.1.6.1;
next	;

1.1.6.1
date	96.11.25.07.39.54;	author nathanw;	state Exp;
branches;
next	1.1.6.2;

1.1.6.2
date	96.12.01.02.49.43;	author nathanw;	state Exp;
branches;
next	1.1.6.3;

1.1.6.3
date	96.12.01.21.23.25;	author nathanw;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Mainline CSE
@
text
@# Sample Makefile for 6.035
SRCTOP=..


LIBSRCS =array_seq.clu \
mapping.clu \
pmapping.clu\
multiset.clu \
set.clu \
pset.clu \
simset.clu \
stack.clu \
utils.clu \

EQUS = 
LIBNAME = utils
CLULIBS = 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.2
log
@Merge cfg.clu and simset.clu
into mainline for use in const-prop.
@
text
@d7 1
d10 1
@


1.1
log
@Add Makefile for utils
@
text
@d9 1
@


1.1.6.1
log
@Make simset the normal, happy set that uses similar().
@
text
@a8 1
simset.clu \
@


1.1.6.2
log
@Mapping that takes a comparison function.
@
text
@a7 1
pmapping.clu\
@


1.1.6.3
log
@Add pset - a parameterized set that takes a user-supplide
comparison function.
@
text
@d7 1
a8 1
multiset.clu \
a9 1
pset.clu \
@
