#### package, host, target, and site dependent Makefile fragments come in here.
##

%.o : %.cc
	gcc -c -O3 -I. -I.. -I../../libio $<

STL_OBJECTS = tempbuf.o tree.o random.o

stl.list: $(STL_OBJECTS)
	@echo  $(STL_OBJECTS) >stl.list

