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

STL_OBJECTS = tempbuf.o tree.o random.o

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

